- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FIN_WAIT & CLOSE_WAIT
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
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
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
тАО06-26-2008 11:21 AM
тАО06-26-2008 11:21 AM
FIN_WAIT & CLOSE_WAIT
On the OS level I only find the FIN_WAIT & CLOSE_WAIT state.
Can anyone advice do we require a tcp tuning on buffer to open larger fragments?, How can I tune this tcp parameter?, What is the min & max Value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 11:26 AM
тАО06-26-2008 11:26 AM
Re: FIN_WAIT & CLOSE_WAIT
Tune these parameters and see the list of possible parameters with the ndd command.
The default I believe is 60 seconds.
These problems are often caused by poorly written application code, not system configuration.
/etc/rc.config.d/nddconf to see current default settings.
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
тАО06-26-2008 11:28 AM
тАО06-26-2008 11:28 AM
Re: FIN_WAIT & CLOSE_WAIT
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1031869
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 04:50 PM
тАО06-26-2008 04:50 PM
Re: FIN_WAIT & CLOSE_WAIT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 11:36 PM
тАО06-26-2008 11:36 PM
Re: FIN_WAIT & CLOSE_WAIT
FIN_WAIT_2 endpoint connected to CLOSE_WAIT endpoint may be something normal.
When an application is using half closed socket
- remsh -n for instance, rcp,....
In that case the CLOSE WAIT side can still send data, when the FW2 can only receive data but not send any.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2008 11:02 AM
тАО06-27-2008 11:02 AM
Re: FIN_WAIT & CLOSE_WAIT
Can anyone explain what is the tcp parameter name where I can tune with the ndd command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2008 12:02 PM
тАО06-27-2008 12:02 PM
Re: FIN_WAIT & CLOSE_WAIT
As for showing an application bug, prior to it happening, on the side with CLOSE_WAIT you would want a tusc trace of the system calls showing it either not looking for, or ignoring a read return of zero indicating the remote (Which I presume is FIN_WAIT_2 although you need to confirm that...) has sent a FINished segment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2008 08:54 AM
тАО06-28-2008 08:54 AM
Re: FIN_WAIT & CLOSE_WAIT
The network switch and system's speed setting were causing this issue. I have force it to 100 Full duplex on the switch port and the system lan port. Finally the issue have resolved with the processes are running without error.
Thank's for all your assistant's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2008 09:09 AM
тАО06-30-2008 09:09 AM
Re: FIN_WAIT & CLOSE_WAIT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2008 12:29 PM
тАО06-30-2008 12:29 PM
Re: FIN_WAIT & CLOSE_WAIT
Thanks Again.