<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Telnet sessions hanging in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159609#M95941</link>
    <description>My remark is only VMS client telnet related.&lt;BR /&gt;&lt;BR /&gt;It seems that reflection doesn't support keepalive settings that it passes to the server. So, you must configure the settings in tcp on VMS (sysconfig).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Thu, 26 Feb 2009 10:41:41 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2009-02-26T10:41:41Z</dc:date>
    <item>
      <title>Telnet sessions hanging</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159605#M95937</link>
      <description>We have just moved our production stuff from Alpha to Itanium (Blades) and the following behaviour is being reported.&lt;BR /&gt;&lt;BR /&gt;    If a Laptop user opens up a session while connected to his docking station, and then subsequently undocks, the sessions in the Reflections window receive the normal, "Your 'TELNET' connection has terminated.",   but the VMS processes do not go away.  &lt;BR /&gt;    When the user tries to reconnect, his request is turned down because we only allow two sessions per node (for licensing reasons).   This then requires intervention by a Sys Admin to cleanup the processes that are hanging out there.&lt;BR /&gt;&lt;BR /&gt;    In our case, when the Telnet session disconnects, we want the VMS process to die an immediate death, allowing the user to login again.&lt;BR /&gt;&lt;BR /&gt;    Is there not a "tcp" parameter in ipconfig which with take care of this???&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 25 Feb 2009 21:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159605#M95937</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-02-25T21:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions hanging</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159606#M95938</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;  Enable virtual terminals so you can reconnect to the same session. This is much nicer than killing the process.&lt;BR /&gt;&lt;BR /&gt;  If you really want the process to go away, enable virtual terminals and set TTY_TIMEOUT to a very small value. It's in seconds but I'm not sure if 0 means immediate or forever.</description>
      <pubDate>Thu, 26 Feb 2009 00:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159606#M95938</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-02-26T00:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions hanging</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159607#M95939</link>
      <description>To answer the direct question, TCP/IP services does have a polling (keepalive) knob, but I'd probably (also) enable virtual terminals on the telnet devices.&lt;BR /&gt;&lt;BR /&gt;Either of the following probably require the telnet server to be restarted, or the host rebooted.&lt;BR /&gt;&lt;BR /&gt;For the former, I'd start with the SET SERVICE TELNET /SOCKET_OPTIONS=KEEPALIVE  command.&lt;BR /&gt;&lt;BR /&gt;For the latter (and that's the approach I'd use), see the setup docs in the manual or in the OpenVMS FAQ.   This can be enabled "hot."  Here's the relevant text extracted from that document:&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;          5.42.7  How to enable telnet virtual terminals?&lt;BR /&gt;&lt;BR /&gt;                   To enable virtual terminal support for telnet and&lt;BR /&gt;                   rlogin devices, add the following logical name&lt;BR /&gt;                   definitions into SYLOGICALS.COM:&lt;BR /&gt;&lt;BR /&gt;                   $ DEFINE/SYSTEM/EXECUTIVE TCPIP$RLOGIN_VTA TRUE&lt;BR /&gt;                   $ DEFINE/SYSTEM/EXECUTIVE TCPIP$TELNET_VTA TRUE&lt;BR /&gt;&lt;BR /&gt;                   See SYS$STARTUP:SYLOGICALS.TEMPLATE for details on the&lt;BR /&gt;                   typical contents of SYLOGICALS.COM.&lt;BR /&gt;&lt;BR /&gt;                   In SYSTARTUP_VMS.COM, ensure that a command similar to&lt;BR /&gt;                   the following is invoked:&lt;BR /&gt;&lt;BR /&gt;                   $ SYSMAN IO CONNECT VTA0/NOADAPTER/DRIVER=SYS$LOADABLE_IMAGES:SYS$TTDRIVER.EXE&lt;BR /&gt;&lt;BR /&gt;                   In MODPARAMS.DAT, add the following line or (if already&lt;BR /&gt;                   present) mask the specified hexidecimal value into an&lt;BR /&gt;                   existing TTY_DEFCHAR2, and perform a subsequent AUTOGEN&lt;BR /&gt;                   with an eventual reboot:&lt;BR /&gt;&lt;BR /&gt;                   TTY_DEFCHAR2 = %X20000&lt;BR /&gt;&lt;BR /&gt;                   This value is TT2$M_DISCONNECT.&lt;BR /&gt;&lt;BR /&gt;....</description>
      <pubDate>Thu, 26 Feb 2009 00:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159607#M95939</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-02-26T00:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions hanging</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159608#M95940</link>
      <description>I find in the exe file that logicals tcpip$telnet_keepalive, _probetime and _droptime are implemented. You can try these to change the settings to a very low value.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 26 Feb 2009 09:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159608#M95940</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-02-26T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions hanging</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159609#M95941</link>
      <description>My remark is only VMS client telnet related.&lt;BR /&gt;&lt;BR /&gt;It seems that reflection doesn't support keepalive settings that it passes to the server. So, you must configure the settings in tcp on VMS (sysconfig).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 26 Feb 2009 10:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159609#M95941</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-02-26T10:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions hanging</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159610#M95942</link>
      <description>The Virtual Terminals solution is unacceptable locally.   So we will educate, and live with it.&lt;BR /&gt;&lt;BR /&gt;thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 20 Aug 2009 12:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-sessions-hanging/m-p/5159610#M95942</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-08-20T12:15:00Z</dc:date>
    </item>
  </channel>
</rss>

