- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TCP Issues in HP-UX 11i
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
06-18-2004 05:51 AM
06-18-2004 05:51 AM
We have two applications running on the same system. one is a server and opens TCP socket for listening (bound to IP address 0). the other is a client and attempts to connect to server's socket. depending on client configuration connect() call will either be issued to 127.0.0.1 or to the actual IP address of the box. after reboot both methods function just fine. however, after a while the first method (connecting to loopback interface) starts failing (we don't have exact error out of connect()), while the second method continues to succeed. restarting
client and/or server does not resolve the issue -- only rebooting entire machine does.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 06:21 AM
06-18-2004 06:21 AM
SolutionI've seen this happen when either "localhost" or the 127.0.0.1 entries get into DNS somehow.
Also can happen if the TCP stack for the network card gets corrupted. Make sure you're up to date on patches & verify that neither the name nor IP is getting into DNS.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 09:41 AM
06-18-2004 09:41 AM
Re: TCP Issues in HP-UX 11i
Is there any Min patch level on this regard ?
Also is there a way to check for the TCP Stack corruption ?
Regards
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 02:12 PM
06-18-2004 02:12 PM
Re: TCP Issues in HP-UX 11i
netstat -an
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 03:43 AM
06-21-2004 03:43 AM
Re: TCP Issues in HP-UX 11i
Still not sure on the exact problem. The strange thing is the machine in one particular subnet gives this problem but not on the other subnet (exact same hardware / software / OS / Patchlist )