Operating System - Linux
1819929
Members
3077
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО11-20-2006 08:52 AM
тАО11-20-2006 08:52 AM
last_ack
Hi,
How can I get around a port that is in LAST_ACK state. I'm currently running hpux 11.23 on an itanium machine. My tcp_fin_wait_2_timeout value is set at 30000 in the nddconf file. Sometime when we stop our listener the process could not restart because of this issue.
Thanks,
How can I get around a port that is in LAST_ACK state. I'm currently running hpux 11.23 on an itanium machine. My tcp_fin_wait_2_timeout value is set at 30000 in the nddconf file. Sometime when we stop our listener the process could not restart because of this issue.
Thanks,
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2006 09:07 AM
тАО11-20-2006 09:07 AM
Re: last_ack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2006 04:40 AM
тАО11-21-2006 04:40 AM
Re: last_ack
UX isn't Linux but still...
If you are unable to restart a server application because there are previous connections it suggests the server code is broken and needs to be fixed by adding a setsockopt() to set SO_REUSEADDR. That will allow the server to re-establish its LISTEN endpoint while there are still old connections waiting to clean-up.
Killing a connection via ndd/scripts is a _last resort_ , and the tcp_fin_wait_2 timer is a kludge.
If you are unable to restart a server application because there are previous connections it suggests the server code is broken and needs to be fixed by adding a setsockopt() to set SO_REUSEADDR. That will allow the server to re-establish its LISTEN endpoint while there are still old connections waiting to clean-up.
Killing a connection via ndd/scripts is a _last resort_ , and the tcp_fin_wait_2 timer is a kludge.
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP