- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCP Connection - LAST_ACK
Operating System - HP-UX
1819928
Members
3055
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
Go to solution
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
тАО10-15-2001 12:54 PM
тАО10-15-2001 12:54 PM
Hi Everyone,
I'm looking for a bit of advice. We are running HP-UX 11.00 with UniVerse.
We stop and restart UniVerse when we split our EMC disks prior to backups every night. We have previously had problems restarting UniVerse due to a tcp connection in the FIN_WAIT_2 state. We have catered for this by modifying the UniVerse stop/start script to do a ndd tcp_disconnect. This works well - as long as the client is known to the host in the /etc/hosts file.
Last night, a tcp connection with the status of LAST_ACK caused a problem when restarting UniVerse. We had to reboot the system to get things going.
Has anyone else experienced something similar, and how did you get around the problem? Has anyone written a script to disconnect such a connection when the IP address is not in the hosts file?
Any assistance will be appreciated.
Please let me know if you need any further information.
Regards,
Jo
I'm looking for a bit of advice. We are running HP-UX 11.00 with UniVerse.
We stop and restart UniVerse when we split our EMC disks prior to backups every night. We have previously had problems restarting UniVerse due to a tcp connection in the FIN_WAIT_2 state. We have catered for this by modifying the UniVerse stop/start script to do a ndd tcp_disconnect. This works well - as long as the client is known to the host in the /etc/hosts file.
Last night, a tcp connection with the status of LAST_ACK caused a problem when restarting UniVerse. We had to reboot the system to get things going.
Has anyone else experienced something similar, and how did you get around the problem? Has anyone written a script to disconnect such a connection when the IP address is not in the hosts file?
Any assistance will be appreciated.
Please let me know if you need any further information.
Regards,
Jo
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 02:09 PM
тАО10-15-2001 02:09 PM
Solution
DON'T use the ndd disconnect kludge. INSIST that UniVers fix their app to set SO_REUSEADDR before trying to bind() to its well-known port number(s).
Once that bug in UniVers is fixed, it will be able to restart with TCP connections in any state other than LISTEN.
All this ndd disconnect stuff is simply a MASSIVE KLUDGE to workaround app bugs...
Unlike FIN_WAIT_2, LAST_ACK is an active retransmit state - there is a FIN outstanding for which the local system is awaiting an ACK. So, it should go away in no more than tcp_ip_abort_interval milliseconds
Once that bug in UniVers is fixed, it will be able to restart with TCP connections in any state other than LISTEN.
All this ndd disconnect stuff is simply a MASSIVE KLUDGE to workaround app bugs...
Unlike FIN_WAIT_2, LAST_ACK is an active retransmit state - there is a FIN outstanding for which the local system is awaiting an ACK. So, it should go away in no more than tcp_ip_abort_interval milliseconds
there is no rest for the wicked yet the virtuous have no pillows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 02:44 PM
тАО10-15-2001 02:44 PM
Re: TCP Connection - LAST_ACK
Thanks for your timely response Rick. I will contact the UniVerse app vendors for them to resolve.
Regards,
Jo
Regards,
Jo
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