<?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: start up script help .. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655588#M47110</link>
    <description>Richard, I remember the same thing, but I haven't been able to find the damn resource thta stated the limits. I seem to remember something like 15 or 16. If I find it, I'll post again.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Wed, 30 Jan 2002 18:20:32 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-01-30T18:20:32Z</dc:date>
    <item>
      <title>start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655582#M47104</link>
      <description>Hey everyone,&lt;BR /&gt;I have this route add script here that adds routes on start up.The problem is that the &lt;BR /&gt;/etc/rc.config.d/static_route&lt;BR /&gt;part only holds one route. If I add more then one to the config file it does not add them. I have tried with the []forat&lt;BR /&gt;STATIC_ROUTE_DESTINATION[1]&lt;BR /&gt;STATIC_ROUTE_DESTINATION[2]&lt;BR /&gt;But no luck. Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2002 16:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655582#M47104</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-01-30T16:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655583#M47105</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;Have you tried adding the routes to the route section of the netconf file?&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 30 Jan 2002 16:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655583#M47105</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-01-30T16:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655584#M47106</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;You can try adding the routes to the /etc/rc.config.d/netconf file. For a complete instruction and syntax, check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=0a3c99a11344f9a0ef/screen=ckiDisplayDocument?docId=200000053723989" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=0a3c99a11344f9a0ef/screen=ckiDisplayDocument?docId=200000053723989&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2002 16:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655584#M47106</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-30T16:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655585#M47107</link>
      <description>Hi Richard:&lt;BR /&gt;&lt;BR /&gt;If you are looking for the proper syntax, consider this:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;ARY[0]=hello&lt;BR /&gt;ARY[1]=richard&lt;BR /&gt;echo "${ARY[0]} there ${ARY[1]}"&lt;BR /&gt;ARY[0]=date&lt;BR /&gt;ARY[1]=hostname&lt;BR /&gt;eval ${ARY[0]}&lt;BR /&gt;eval ${ARY[1]}&lt;BR /&gt;&lt;BR /&gt;Does this help?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Jan 2002 16:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655585#M47107</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-30T16:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655586#M47108</link>
      <description>Hi Richard&lt;BR /&gt;&lt;BR /&gt;Route that you want to be available at boot time should be added in netconf&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/netconf.&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;#                                                                          &lt;BR /&gt;ROUTE_DESTINATION[2]="net 10.8.48.0"            # Destination       &lt;BR /&gt;ROUTE_MASK[2]=255.255.254.0                                                &lt;BR /&gt;ROUTE_GATEWAY[2]="192.1.0.239"                                             &lt;BR /&gt;ROUTE_COUNT[2]="1"                                                         &lt;BR /&gt;ROUTE_ARGS[2]=""                                                           &lt;BR /&gt;#                                                                          &lt;BR /&gt;ROUTE_DESTINATION[3]="net 192.1.4.0"            # Destination        &lt;BR /&gt;ROUTE_MASK[3]=255.255.255.0                                                &lt;BR /&gt;ROUTE_GATEWAY[3]="192.1.0.250"                                             &lt;BR /&gt;ROUTE_COUNT[3]="1"                                                         &lt;BR /&gt;ROUTE_ARGS[3]=""                                                           &lt;BR /&gt;&lt;BR /&gt;Note that they increment up by one for each route.  This file is read at boot time and so to add a route on the live server :-&lt;BR /&gt;&lt;BR /&gt;route add - see man route.&lt;BR /&gt;And also add it to the netconf file if you want it available after a reboot.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 30 Jan 2002 16:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655586#M47108</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-01-30T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655587#M47109</link>
      <description>Ok ...&lt;BR /&gt;I have added to the routes to the netconf file. Now tell me if I am wrong. But the reason I am going this route is because I was told that there are limitations on how many static routes you can add in the netconf file. &lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 30 Jan 2002 17:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655587#M47109</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-01-30T17:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655588#M47110</link>
      <description>Richard, I remember the same thing, but I haven't been able to find the damn resource thta stated the limits. I seem to remember something like 15 or 16. If I find it, I'll post again.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 30 Jan 2002 18:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655588#M47110</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-30T18:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: start up script help ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655589#M47111</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;I don't know about the limit on the number of routes that can be placed in netconf.  I do know that it can be helpful to have a script to set your routes.  It becomes rather simple to run the script manually should your routing table be zapped or some routes dropped.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Wed, 30 Jan 2002 19:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-up-script-help/m-p/2655589#M47111</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-30T19:23:14Z</dc:date>
    </item>
  </channel>
</rss>

