<?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: Set ROUTE as permanent in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521804#M96629</link>
    <description>Is deleting routes upon reconfiguration considered normal? Yes; depending on particularly what you've done.  If you reconfigure your TCP/IP Services sufficiently, then settings that went before the change can tend to get erased and replaced.&lt;BR /&gt;&lt;BR /&gt;Have you re-set the route after the reconfiguration?  Does it re-appear upon reboot? &lt;BR /&gt;&lt;BR /&gt;And is ECO 4 current here?  I don't recall off-hand, and that's your task to confirm, regardless.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Oct 2009 20:52:48 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2009-10-27T20:52:48Z</dc:date>
    <item>
      <title>Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521797#M96622</link>
      <description>&lt;BR /&gt;Hello all,&lt;BR /&gt;I'm trying to set as permanent one route:&lt;BR /&gt;&lt;BR /&gt;set route 10.97.2.0 /gateway=10.97.11.60 /PERMANENT /MASK=24 /NETWORK&lt;BR /&gt;Then route goes on PERMANENT table.&lt;BR /&gt;&lt;BR /&gt;But If I restart system or restart TCPIP stack I loose this permanent route...&lt;BR /&gt;&lt;BR /&gt;I heard from something there should be a FI for that. Can you please help me??&lt;BR /&gt;&lt;BR /&gt;My system is: OpenVMS 8.3.1H1&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Tue, 27 Oct 2009 09:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521797#M96622</guid>
      <dc:creator>smsc_1</dc:creator>
      <dc:date>2009-10-27T09:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521798#M96623</link>
      <description>I dont know the direct answer to your question, however if you cant get a satisfactory answer, you could just ensure that this route is created everytime the system or stack restarts.&lt;BR /&gt;&lt;BR /&gt;   Create a file in sys$common:[sys$startup] called TCPIP$SYSTARTUP.COM, and insert the command in there, i.e.&lt;BR /&gt;&lt;BR /&gt;$ TCPIP set route 10.97.2.0 /gateway=10.97.11.60 /PERMANENT /MASK=24 /NETWORK&lt;BR /&gt;&lt;BR /&gt;   If this file exists, then it is executed by default when TCPIP$STARTUP runs.&lt;BR /&gt;&lt;BR /&gt;   Not the best solution, I know, but it will probably serve until you get a better answer.    &lt;BR /&gt;&lt;BR /&gt;   I would appreciate it if you publish any solution since I was surprised to hear about this behaviour.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 27 Oct 2009 10:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521798#M96623</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-10-27T10:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521799#M96624</link>
      <description>Wat does a 'tcpip show route/perm' look like?&lt;BR /&gt;Can you do a 'show logical tcpip$route'?&lt;BR /&gt;Could it be that this logical is redefined after tcpip startup?&lt;BR /&gt;&lt;BR /&gt;Oswald</description>
      <pubDate>Tue, 27 Oct 2009 10:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521799#M96624</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2009-10-27T10:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521800#M96625</link>
      <description>There are other operating systems that require routes be added each time a system is bootstrapped, and you now know how to do that as a workaround, so having to add this route wouldn't strike me as an intractable issue.&lt;BR /&gt;&lt;BR /&gt;Here, TCP/IP Services is supposed to do this particular step for you and record the rule permanently, so this does look to be a bug.&lt;BR /&gt;&lt;BR /&gt;"I heard from something there should be a FI[x] for that."&lt;BR /&gt;&lt;BR /&gt;Ask whomever told you that for help.  Alternatively, please apply the most current ECO for the version of TCP/IP Services in use here, then contact HP support directly.  This resolves known and published issues, and also tends to be a  prerequisite for discussions with HP support.  (These ECO kits are the published fixes.)&lt;BR /&gt;&lt;BR /&gt;I'm not sure how familiar you are with the ECO area; her's a quick tour:  To gain access to the patches for OpenVMS and for various layered products, use your local ftp connect to ftp.itrc.hp.com, log in as an anonymous user, then look in OpenVMS_patches; IIRC, the path is obvious, though IIRC TCP/IP Services patches are under the Layered_Products area.  When you locate the TCP/IP Services ECO, switch to BINARY transfers, and GET the file.&lt;BR /&gt;&lt;BR /&gt;Here's the OpenVMS Patch FAQ:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/348" target="_blank"&gt;http://labs.hoffmanlabs.com/node/348&lt;/A&gt;</description>
      <pubDate>Tue, 27 Oct 2009 10:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521800#M96625</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-10-27T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521801#M96626</link>
      <description>&lt;!--!*#--&gt;&amp;gt; My system is: OpenVMS 8.3.1H1&lt;BR /&gt;&lt;BR /&gt;Actual output from&lt;BR /&gt;      TCPIP SHOW VERSION&lt;BR /&gt;would be more informative.&lt;BR /&gt;&lt;BR /&gt;Similarly:&lt;BR /&gt;      TCPIP SHOW ROUTE&lt;BR /&gt;      TCPIP SHOW ROUTE /PERMANENT&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I loose this permanent route...&lt;BR /&gt;&lt;BR /&gt;Again, actual evidence would be more&lt;BR /&gt;informative than your interpretation.&lt;BR /&gt;&lt;BR /&gt;(And that's "lose".)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I heard from something [...]&lt;BR /&gt;&lt;BR /&gt;The Voices which speak to you don't seem to&lt;BR /&gt;speak to me.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Ask whomever told you that [...]&lt;BR /&gt;&lt;BR /&gt;(And that's whoever.)</description>
      <pubDate>Tue, 27 Oct 2009 11:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521801#M96626</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-27T11:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521802#M96627</link>
      <description>&lt;BR /&gt;Ok, firtst of all let me provide more usefull info:&lt;BR /&gt;&lt;BR /&gt;show logical tcpip$route&lt;BR /&gt;   "TCPIP$ROUTE" = "SYS$COMMON:[SYSEXE]TCPIP$ROUTE.DAT;1" (LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt; HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 4&lt;BR /&gt; on an HP BL860c  (1.67GHz/9.0MB) running OpenVMS V8.3-1H1&lt;BR /&gt;&lt;BR /&gt;By the way, I need to correct me. After reboot the route will be there. Route disappear only with TCP configuration. Is it normal_&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 27 Oct 2009 14:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521802#M96627</guid>
      <dc:creator>smsc_1</dc:creator>
      <dc:date>2009-10-27T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521803#M96628</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Route disappear only with TCP configuration.&lt;BR /&gt;&lt;BR /&gt;What does that mean?  What, exactly, happens&lt;BR /&gt;when you do what, exactly?</description>
      <pubDate>Tue, 27 Oct 2009 16:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521803#M96628</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-27T16:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521804#M96629</link>
      <description>Is deleting routes upon reconfiguration considered normal? Yes; depending on particularly what you've done.  If you reconfigure your TCP/IP Services sufficiently, then settings that went before the change can tend to get erased and replaced.&lt;BR /&gt;&lt;BR /&gt;Have you re-set the route after the reconfiguration?  Does it re-appear upon reboot? &lt;BR /&gt;&lt;BR /&gt;And is ECO 4 current here?  I don't recall off-hand, and that's your task to confirm, regardless.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521804#M96629</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-10-27T20:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set ROUTE as permanent</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521805#M96630</link>
      <description>ECO4 was certainly current a couple of weeks ago when I was hunting down a printing problem.</description>
      <pubDate>Wed, 28 Oct 2009 06:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-route-as-permanent/m-p/4521805#M96630</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2009-10-28T06:42:05Z</dc:date>
    </item>
  </channel>
</rss>

