- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Corrupted sockets
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 10:29 PM
05-11-2006 10:29 PM
Corrupted sockets
IS there some scenario where the unix sockets gets Corrupted and hungs?
If so how can we prevent tht from happening ?
And how to recover the socket once it is corroupted ?
Regards
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 10:36 PM
05-11-2006 10:36 PM
Re: Corrupted sockets
Could you provide some information on why you think the socket is corrupt? Error code? syslog or application message. Anything.
You should be able to recover by restarting networking. /sbin/init.d/net stop ;/sbin/init.d/net start
do it on one command line or at the console or you will lose access to the system.
SEP
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 11:34 PM
05-11-2006 11:34 PM
Re: Corrupted sockets
I had an export to tape running from a sybase database that failed and would not let go of a socket once, nothing worked to free it until I rebooted.
While ago now, probably more dynamic with stop and start net.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 12:16 AM
05-12-2006 12:16 AM
Re: Corrupted sockets
Any idea in which scenarios this will happen
BInu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 02:31 AM
05-12-2006 02:31 AM
Re: Corrupted sockets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 08:27 PM
05-15-2006 08:27 PM
Re: Corrupted sockets
I m application runs on unix
And the application seems ti hung due to some reason .
From the logs we are geting a file descriptor corroupted error for the scoket .
Thts y we suspect that the socket is getting corroupted due to some reason .
We need to restart the application to get rid of the issue
Binu