- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- TCPIP socket did not drop
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
01-15-2004 04:04 AM
01-15-2004 04:04 AM
TCPIP socket did not drop
Any body has experiences this kind of problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 08:09 AM
01-15-2004 08:09 AM
Re: TCPIP socket did not drop
If a network connection drops, compared to exiting, the OS will wait for the duration of the keep alive timer before sending the keep alive query or closing the socket. On some OS's this can be up to 2 hours.
The keep alives exist for idle connections, once the line has been idle for the keep alive interval the OS will send a query. If someone answers from the other end the timer starts over. If no one answers the steps to close the port are begun.
Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 08:27 AM
01-15-2004 08:27 AM
Re: TCPIP socket did not drop
http://h71000.www7.hp.com/doc/73final/6631/6631pro_003.html#keepalive
And to see your parameters, do
$ @sys$startup:tcpip$define_commands
$ sysconfig -q inet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 08:44 PM
01-15-2004 08:44 PM
Re: TCPIP socket did not drop
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 01:22 AM
01-16-2004 01:22 AM
Re: TCPIP socket did not drop
ANY connection can break, intentionally or accidently. In the early days of networking, it would be a rather normal practice that physical connections were lost for a longer or shorter period. It the system would react immediately, it would need to crash the programs using the connection, and these would need to be restarted as soon as the connections would be up again - maybe tenths of seconds, or some seconds later, and having the chance to crash them dureing starup because the connections were lost again.
By allowing outage for some time, this would be avoided. Any period is arbitrary. It can be chnaged (check the TCPIP manuals) but it would be changed for ALL sockets. This might be a problem...
Willem
OpenVMS Developer & System Manager