<?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: UCX Commands in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151572#M92945</link>
    <description>Problem solved.  Rebooted server and changes were applied.  Also implemented the Keepalive timmer as suggested.</description>
    <pubDate>Wed, 21 Jan 2009 14:11:21 GMT</pubDate>
    <dc:creator>Mike D'Amico</dc:creator>
    <dc:date>2009-01-21T14:11:21Z</dc:date>
    <item>
      <title>UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151565#M92938</link>
      <description>Hello,  I am using OpenVMS v7.2-1 on an Alpha 8200.  I need to increase the number of TELNET sessions allowed from 400 to 514.   I have used the command UCX&amp;gt; SET SERVICE TELENT/LIMIT=514.  However, when I do a UCX&amp;gt; SHOW SERVICE TELENT/FULL the limit has not increased. Do I have to stop/restart TELENET services or reboot the server now?  Also, will this change also affect the permanent DB?</description>
      <pubDate>Tue, 20 Jan 2009 21:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151565#M92938</guid>
      <dc:creator>Mike D'Amico</dc:creator>
      <dc:date>2009-01-20T21:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151566#M92939</link>
      <description>Yes, restart telnet.  Or restart TCP/IP services.  Or reboot.&lt;BR /&gt;&lt;BR /&gt;Yes, it's permanent.  (But it's not dynamic.  See above.)&lt;BR /&gt;&lt;BR /&gt;One of the existing discussions found via Google:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=960393" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=960393&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The limits dictated by the system parameters CHANNELCNT and IJOBLIM and a few other tweaks can also come into play here.</description>
      <pubDate>Tue, 20 Jan 2009 21:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151566#M92939</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-01-20T21:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151567#M92940</link>
      <description>&lt;BR /&gt;You need to:&lt;BR /&gt;&lt;BR /&gt;UCX DISABLE SERVICE TELNET&lt;BR /&gt;UCX ENABLE SERVICE TELNET&lt;BR /&gt;&lt;BR /&gt;I recomend not doing this from a telnet session of course.  The change is to the permanent configuration.  Are you limiting logins?  You can also use SET LOGIN /INTERACTIVE=514 as long as your telnet limit also allows these connections.  &lt;BR /&gt;&lt;BR /&gt;With 7.2-1 you can also move to TCPIP 5.1, which corrects some telnet connection issues with appropriate ECOs.  Do doubt you're aware that 7.2-1 is years out of support.  &lt;BR /&gt;&lt;BR /&gt;Andy Bustamante</description>
      <pubDate>Tue, 20 Jan 2009 21:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151567#M92940</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2009-01-20T21:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151568#M92941</link>
      <description>Mike,&lt;BR /&gt;  Just in case it's not obvious...&lt;BR /&gt;&lt;BR /&gt;$ TCPIP DISABLE SERVICE TELNET&lt;BR /&gt;$ TCPIP ENABLE SERVICE TELNET&lt;BR /&gt;&lt;BR /&gt;  will kill all existing TELNET sessions.&lt;BR /&gt;&lt;BR /&gt;So, you've got 400 users connected using telnet, and you need some more. The only way to do it is to ask all 400 users to logout first? What is wrong with this picture?&lt;BR /&gt;&lt;BR /&gt;The OpenVMS Ambassadors have been lobbying TCPIP Engineering for years to find a way to be able to increase telnet limits without requiring a DISABLE/ENABLE :-(&lt;BR /&gt;&lt;BR /&gt;Maybe one day...</description>
      <pubDate>Tue, 20 Jan 2009 22:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151568#M92941</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-01-20T22:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151569#M92942</link>
      <description>IIRC, the TCP/IP engineering folks were quite fond of recommending use the shutdown and startup procedures - and not the DISABLE / ENABLE sequence - for some years.  There were (at least in years past) cases where DISABLE / ENABLE would leave the system state in the weeds for certain of the server applications.</description>
      <pubDate>Tue, 20 Jan 2009 23:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151569#M92942</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-01-20T23:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151570#M92943</link>
      <description>May be there are a lot of dangling sessions from e.g. people that power off their pc when going home. Decreasing the keepalive time could decrease the number of such sessions and thus may be avoid the need to increase the parameter.&lt;BR /&gt;&lt;BR /&gt;There are also scripts around that kill long-time idlle sessions (e.g. 24h without touching a key).&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 21 Jan 2009 07:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151570#M92943</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-01-21T07:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151571#M92944</link>
      <description>Rebooted server this AM.  The change took.  Thanks for your help.  I will implement the keepalive timer as well.  Great suggestion!!!</description>
      <pubDate>Wed, 21 Jan 2009 14:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151571#M92944</guid>
      <dc:creator>Mike D'Amico</dc:creator>
      <dc:date>2009-01-21T14:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Commands</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151572#M92945</link>
      <description>Problem solved.  Rebooted server and changes were applied.  Also implemented the Keepalive timmer as suggested.</description>
      <pubDate>Wed, 21 Jan 2009 14:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-commands/m-p/5151572#M92945</guid>
      <dc:creator>Mike D'Amico</dc:creator>
      <dc:date>2009-01-21T14:11:21Z</dc:date>
    </item>
  </channel>
</rss>

