<?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: Restarting TCPIP in OpenVMS without reboot in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668313#M50630</link>
    <description>A few things to remember if you should restart TCPIP as a whole:&lt;BR /&gt;1. DON'T DO THIS IN A TELNET SESSION. Shutdown would not be a problem but it will drop your connection - and you will not be able to restart it unless you have another way of connecting (DECNet, or console).&lt;BR /&gt;Of course you can prevent this when running the stop/start sequence in batch. But if startup fails, you still need that other (non-TCPIP) access method to find out why it didn't.&lt;BR /&gt;2. Be sure that other TCPIP-based programs such as webservers are stopped BEFORE you restart TCPIP. TCPIP$SHUTDOWN will warn you if this is the case. These programs may continue to run but will need a restart as well after you restarted TCPIP.&lt;BR /&gt;&lt;BR /&gt;If you just have to start and stop NFS services, beware of open sessions. All connections may need to be restarted.</description>
    <pubDate>Thu, 10 Nov 2005 09:38:14 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2005-11-10T09:38:14Z</dc:date>
    <item>
      <title>Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668308#M50625</link>
      <description>Greetings,&lt;BR /&gt;Is there a way to restart TCP/IP in OpenVMS 7.3-2 without rebooting the server?  I expect something wrong with my export share-point and it refused connection from my Linux server.&lt;BR /&gt;&lt;BR /&gt;Please help!&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jasper</description>
      <pubDate>Wed, 09 Nov 2005 19:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668308#M50625</guid>
      <dc:creator>Jasper_15</dc:creator>
      <dc:date>2005-11-09T19:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668309#M50626</link>
      <description>Hi Jasper,&lt;BR /&gt;&lt;BR /&gt;$ @sys$startup:TCPIP$SHUTDOWN.COM&lt;BR /&gt;&lt;BR /&gt;$ @sys$startup:TCPIP$STARTUP.COM&lt;BR /&gt;&lt;BR /&gt;If some of the clients are still holding on to the BG devices, you may not have a clean shutdown.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 20:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668309#M50626</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2005-11-09T20:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668310#M50627</link>
      <description>For NFS you can use&lt;BR /&gt;&lt;BR /&gt;(server)&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$NFS_SHUTDOWN.COM &lt;BR /&gt;$ @SYS$STARTUP:TCPIP$NFS_STARTUP.COM&lt;BR /&gt;&lt;BR /&gt;(or client)&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$NFS_CLIENT_SHUTDOWN.COM &lt;BR /&gt;$ @SYS$STARTUP:TCPIP$NFS_CLIENT_STARTUP.COM&lt;BR /&gt;&lt;BR /&gt;without impacting other connections.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 09 Nov 2005 20:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668310#M50627</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-11-09T20:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668311#M50628</link>
      <description>Jasper,&lt;BR /&gt;&lt;BR /&gt;Menu based&lt;BR /&gt;$ @sys$manager:tcpip$config.com&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; choose option 6 to start TCPIP&lt;BR /&gt;--&amp;gt; choose option 5 to stop TCPIP&lt;BR /&gt;&lt;BR /&gt;Manual&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$STARTUP&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$SHUTDOWN&lt;BR /&gt;&lt;BR /&gt;Archunan&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 21:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668311#M50628</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-09T21:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668312#M50629</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;don't forget to log to SYSTEM account for @SYS$STARTUP:TCPIP$STARTUP or submit it with /USER=SYSTEM. And of course, you'll need enough process privileges for shutdown from different account then SYSTEM.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 10 Nov 2005 08:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668312#M50629</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-10T08:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668313#M50630</link>
      <description>A few things to remember if you should restart TCPIP as a whole:&lt;BR /&gt;1. DON'T DO THIS IN A TELNET SESSION. Shutdown would not be a problem but it will drop your connection - and you will not be able to restart it unless you have another way of connecting (DECNet, or console).&lt;BR /&gt;Of course you can prevent this when running the stop/start sequence in batch. But if startup fails, you still need that other (non-TCPIP) access method to find out why it didn't.&lt;BR /&gt;2. Be sure that other TCPIP-based programs such as webservers are stopped BEFORE you restart TCPIP. TCPIP$SHUTDOWN will warn you if this is the case. These programs may continue to run but will need a restart as well after you restarted TCPIP.&lt;BR /&gt;&lt;BR /&gt;If you just have to start and stop NFS services, beware of open sessions. All connections may need to be restarted.</description>
      <pubDate>Thu, 10 Nov 2005 09:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668313#M50630</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-10T09:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668314#M50631</link>
      <description>enable network opcom messages and try the connection and you may see a message from the NFS server about why it refused connection from your linix server.&lt;BR /&gt;&lt;BR /&gt;Have a look in OPERATOR.LOG for older messages.</description>
      <pubDate>Thu, 10 Nov 2005 09:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668314#M50631</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-10T09:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668315#M50632</link>
      <description>Willem wrote&lt;BR /&gt;'1. DON'T DO THIS IN A TELNET SESSION. Shutdown would not be a problem but it will .....'&lt;BR /&gt;&lt;BR /&gt;If you are trying to reboot your system, it works fine (even SET HOST xxx will work). It doesn't mather or you are logged in over TCPIP or DECnet ! This was an issue in the (very) early days.&lt;BR /&gt;&lt;BR /&gt;If you only stop TCPIP and want to start it up, yes, this can not be done when you are logged in using a IP connection.&lt;BR /&gt;The easy way to do this is make a com-procedure including&lt;BR /&gt;$ @sys$startup:tcpip$shutdown&lt;BR /&gt;$ @sys$startup:tcpip$startup&lt;BR /&gt;and submit this as system. This works fine, I'm doing this sometimes when a particular part of IP restarting wont work.&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Fri, 11 Nov 2005 05:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668315#M50632</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2005-11-11T05:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668316#M50633</link>
      <description>@Anton: Of course: Reboot can be initiated from a  telnet session, as well as TCPIP$SHUTDOWN. But if, for some reason, TCPIP is not started during reboot, you're done. You need another route into your system te start TCPIP. Console (obviously) or, indeed, DECnet (unless you do DECNet over Ip, since that requires TCPIP - which has not started)&lt;BR /&gt;&lt;BR /&gt;But reboot wasn't the point here. Jasper wanted to restart TCPIP without reboot. And than the warning holds :D&lt;BR /&gt;&lt;BR /&gt;@jasper: First you should determine the cause of trouble, if you think the problem is within the system. After reboot NFS might work again - but your running environment will be lost - finding clues on what went wrong will be somewhat troublesome :D&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 11 Nov 2005 07:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668316#M50633</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-11T07:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668317#M50634</link>
      <description>If you have Telnet-symbiont printqueue's, check them after full TCPIP stop/start; sometimes the queue's can go into 'stopped' state.</description>
      <pubDate>Fri, 11 Nov 2005 07:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668317#M50634</guid>
      <dc:creator>Dirk Bogaerts</dc:creator>
      <dc:date>2005-11-11T07:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668318#M50635</link>
      <description>Hello - I did what Andy had suggested and now my NFS mount-point is once again working.&lt;BR /&gt;&lt;BR /&gt;(server)&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$NFS_SHUTDOWN.COM&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$NFS_STARTUP.COM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks everyone!!&lt;BR /&gt;&lt;BR /&gt;Jasper</description>
      <pubDate>Fri, 11 Nov 2005 14:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668318#M50635</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-11-11T14:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting TCPIP in OpenVMS without reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668319#M50636</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 15:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restarting-tcpip-in-openvms-without-reboot/m-p/3668319#M50636</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-11T15:18:38Z</dc:date>
    </item>
  </channel>
</rss>

