- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: TCP/IP Device Socket State CANTRECVMORE
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
тАО10-31-2009 02:53 PM
тАО10-31-2009 02:53 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2009 03:32 PM
тАО10-31-2009 03:32 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2009 08:23 PM
тАО10-31-2009 08:23 PM
Re: TCP/IP Device Socket State CANTRECVMORE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2009 03:06 AM
тАО11-01-2009 03:06 AM
Re: TCP/IP Device Socket State CANTRECVMORE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2009 06:06 AM
тАО11-01-2009 06:06 AM
Re: TCP/IP Device Socket State CANTRECVMORE
Check the Internet Protocol books and documents, and check the various open-source implementations s. HP mentions it once or twice in their manuals, but (as you've likely already found) with few details. The underlying knob involved here is part of the typical IP state machine, and not specific to an OS platform.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2009 10:16 AM
тАО11-05-2009 10:16 AM
Re: TCP/IP Device Socket State CANTRECVMORE
The CANTRECVMOR and CANTSNDMORE flags can also tell you, not that the session is closing a connection, but that the socket on the other end of the connection has ALREADY vanished. E.g. when some user with a dumb-terminal emulator on his PC shuts down his machine without logging out of VMS first.
See, for example, the release notes associated with patch VMS83A_DCL-V0300, which describes a problem and fix for the case where a TELNET connection leads to a runaway problem of some type based on an attempt to send a "disconnect" command down the pipe only to have the I/O fail with an error that the connection handler wasn't expecting. So it tries again and fails again. Tries again and fails again. Silly machine, "thinking" that if you do something often enough it will eventually work...
For me, the problem was manifested in the TCPIP$SSH intermediary process that sat between the NET driver and the user process coming in through an FTA (pseudo-) device. The process in question was the one that performs encryption and decryption as is associated with SSH traffic.
In my case, when something happened to "whack" the end-user job abruptly, the intermediate job went into a compute-bound loop for which for buffered I/O counts sky-rocketed. I have already forwarded these details to HP associated with my previously opened ticket.
I wonder if this problem would also occur on virtual terminals that use BG as an intermediate to keep the channel open for the case when someone improperly closes the channel one-sidedly.