- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CLOSE_WAIT status
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
04-21-2005 07:26 PM
04-21-2005 07:26 PM
CLOSE_WAIT status
I'm having problem on a server where is installed an application using the nfsserv process that in certain conditions went into freeze status.
During that time if I check the network connection by using the netstat -na I can see many connection in CLOSE_WAIT status.
The only way to get rid of that status and make the application working again is to restart the nfsserv process. Stating to HP support the server is ok and all necessary patches are installed.
Any clue, suggestion...?
Thank you
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 07:38 PM
04-21-2005 07:38 PM
Re: CLOSE_WAIT status
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 07:49 PM
04-21-2005 07:49 PM
Re: CLOSE_WAIT status
looks like you need the ndd parameter:
tcp_discon
however be carefull with this parameter...
check out other links about this subject:
search for "close_wait" in the forum discussions and you'll find lots of appropriate threads.and fully explained answers.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2005 05:19 AM
04-23-2005 05:19 AM
Re: CLOSE_WAIT status
Next test the latency of the network using ping, traceroute, etc. Try to determine if you are dropping packets and/or experiencing timeouts. If this is the case start looking at switches and routers, and if there are any faulty LAN cables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2005 08:17 AM
04-23-2005 08:17 AM
Re: CLOSE_WAIT status
CLOSE_WAIT means that the remote has sent this end a FINished segment, and we have ACKed it and sent notification up to the application. TCP is now waiting for the application to call shutdown and/or close.
If CLOSE_WAIT persists for an appreciable length of time, it indicates a bug in the nfsserv application.