<?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 Reseting tcp proccess in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906267#M32282</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I want to create a script in order give this commands: (to reset the tcp network connection)&lt;BR /&gt;&lt;BR /&gt;$@tcpware:shutnet&lt;BR /&gt;$wait 00:01&lt;BR /&gt;$@tcpware:startnet&lt;BR /&gt;&lt;BR /&gt;but as you realize when the first command is issued the terminal closed automatically because the procceses are killed and I need to set host from the other node to issue the  startnet command.&lt;BR /&gt;&lt;BR /&gt;How can  I manage to run a script in order to shut and start the proccess.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Taulant</description>
    <pubDate>Wed, 08 Jun 2005 08:17:40 GMT</pubDate>
    <dc:creator>Taulant Shamo</dc:creator>
    <dc:date>2005-06-08T08:17:40Z</dc:date>
    <item>
      <title>Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906267#M32282</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I want to create a script in order give this commands: (to reset the tcp network connection)&lt;BR /&gt;&lt;BR /&gt;$@tcpware:shutnet&lt;BR /&gt;$wait 00:01&lt;BR /&gt;$@tcpware:startnet&lt;BR /&gt;&lt;BR /&gt;but as you realize when the first command is issued the terminal closed automatically because the procceses are killed and I need to set host from the other node to issue the  startnet command.&lt;BR /&gt;&lt;BR /&gt;How can  I manage to run a script in order to shut and start the proccess.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Taulant</description>
      <pubDate>Wed, 08 Jun 2005 08:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906267#M32282</guid>
      <dc:creator>Taulant Shamo</dc:creator>
      <dc:date>2005-06-08T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906268#M32283</link>
      <description>Hi Taulant,&lt;BR /&gt;&lt;BR /&gt;You can use SUBMIT command to submit this script. &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Wed, 08 Jun 2005 08:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906268#M32283</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2005-06-08T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906269#M32284</link>
      <description>Hi Taulant,&lt;BR /&gt;&lt;BR /&gt;One more thing, put a $SET NOON at the begging of your command procedure, so that even if there is an error while shutting down TCPIP etc...you will likely to get your network up again.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Wed, 08 Jun 2005 08:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906269#M32284</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2005-06-08T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906270#M32285</link>
      <description>Taulant,&lt;BR /&gt;&lt;BR /&gt;What do you want to reset ? If you only want to reset the telnet, can't you only do this with TCPware ?&lt;BR /&gt;Whith TCPIP from HP you can by @SYS$STARTUP:TCPIP$TELNET_SHUTDOWN and _STARTUP.&lt;BR /&gt;I don't know or you can this with TCPware.&lt;BR /&gt;But in any case, Lokesh idee works perfect.&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Wed, 08 Jun 2005 23:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906270#M32285</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2005-06-08T23:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906271#M32286</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;What do you want to reset ? If you only want to reset the telnet, can't you only do this with TCPware ?&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Of course you can. SHUTNET.COM and STARTNET.COM take a parameter where you can specify the service to stop/start. More precise, you can pass any service name that has a TCPWARE:&lt;SERVICE&gt;_CONTROL.COM file.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;/SERVICE&gt;</description>
      <pubDate>Thu, 09 Jun 2005 01:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906271#M32286</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-06-09T01:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906272#M32287</link>
      <description>Hi Taulant,&lt;BR /&gt;you can do this in 2 ways:&lt;BR /&gt;1. Submit command&lt;BR /&gt;2. execute command via loginout&lt;BR /&gt;$ RUN/DETACH/OUTPUT=&lt;LOGFILE&gt; -&lt;BR /&gt;/INPUT=&lt;SHUTDOWN_PROCEDURE&gt; -SYS$SYSTEM:LOGINOUT&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;BR /&gt;&lt;/SHUTDOWN_PROCEDURE&gt;&lt;/LOGFILE&gt;</description>
      <pubDate>Thu, 09 Jun 2005 01:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906272#M32287</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-06-09T01:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906273#M32288</link>
      <description>Hi Taulant,&lt;BR /&gt;&lt;BR /&gt;If you are logged in via TELNET, there isn't any way to stop and restart it without dropping your connection. But, using one of the suggested methods, when TELNET comes back up you will be able to reconnect and log back in. If you have VTA enabled, you will be able to reconnect to your session. If you can, you could log in via SET HOST to restart TCPIP.&lt;BR /&gt;&lt;BR /&gt;If you really want to go through some stressful moments, do a reboot from a not-the-console terminal 1000 miles away at night when noone is at the remote site(:-O) (not recommended except as a last resort or moments of utter insanity!)&lt;BR /&gt;&lt;BR /&gt; -Doug&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2005 11:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906273#M32288</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-06-09T11:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906274#M32289</link>
      <description>Ouch!&lt;BR /&gt;&lt;BR /&gt;Doug, you must have been eighther insanely brave or insanely desperate, or more probably both!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2005 22:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906274#M32289</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-06-09T22:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting tcp proccess</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906275#M32290</link>
      <description>Thank you&lt;BR /&gt;All</description>
      <pubDate>Fri, 10 Jun 2005 08:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reseting-tcp-proccess/m-p/4906275#M32290</guid>
      <dc:creator>Taulant Shamo</dc:creator>
      <dc:date>2005-06-10T08:25:23Z</dc:date>
    </item>
  </channel>
</rss>

