<?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: default route didn't appear at reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302847#M567597</link>
    <description>Configure LAN interfaces&lt;BR /&gt;Output from "/sbin/rc2.d/S008net.sd start":&lt;BR /&gt;----------------------------&lt;BR /&gt;ERROR:   usage: add destination [netmask mask] gateway [metric]&lt;BR /&gt;"/sbin/rc2.d/S008net.sd start" FAILED&lt;BR /&gt;&lt;BR /&gt;Could this be my culprit?</description>
    <pubDate>Fri, 11 Jun 2004 11:34:17 GMT</pubDate>
    <dc:creator>Maria Bennett</dc:creator>
    <dc:date>2004-06-11T11:34:17Z</dc:date>
    <item>
      <title>default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302842#M567592</link>
      <description>K460 antique, running 10.20.  Person standing at console saw NIC errors but couldn't articulate.  System had not been rebooted for 4 months, came back up after reboot but did not pick up default gateway.  There were a lot of fingers in the pot but I think I got the /etc/rc.config.d/netconf file copied off before the person at the console ran route add... to re-establish visibility on the net.  When I performed the post mortum, there was no change to the /etc/rc.config.d/netconf file.  Is that where route add puts it?  Has this happened to anyone else?  Thanks!</description>
      <pubDate>Fri, 11 Jun 2004 09:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302842#M567592</guid>
      <dc:creator>Maria Bennett</dc:creator>
      <dc:date>2004-06-11T09:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302843#M567593</link>
      <description>The route add command only adds the route in on a temporary basis.  You need to manually add an entry to netconf to make the change permanent.</description>
      <pubDate>Fri, 11 Jun 2004 09:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302843#M567593</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-06-11T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302844#M567594</link>
      <description>'route add ...' is a soft change - it won't be persistent across reboots. An entry for your default route also needs to appear in the netconf file. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 11 Jun 2004 09:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302844#M567594</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2004-06-11T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302845#M567595</link>
      <description>Maria,&lt;BR /&gt;&lt;BR /&gt;You need to put entries like this into the netconf file:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=130.1.0.248&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 11 Jun 2004 10:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302845#M567595</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-06-11T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302846#M567596</link>
      <description>Maria,&lt;BR /&gt;&lt;BR /&gt;Check your /etc/rc.log and see what failure messages system has logged at the bootup when it tried to start networking.&lt;BR /&gt;&lt;BR /&gt;If you see something like "network interface is not available, unable to set route" or something like that, make sure in the /etc/rc.config.d/netconf file, your route statements, which looks like Pete's example above, are placed below all the network interface definitions, as the system goes through these in a sequential manner. By network interface definitions, I mean the lines like this, and you may have multiple blocks looking like that:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.168.35.101&lt;BR /&gt;SUBNET_MASK[0]=255.255.252.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And I have seen netconf files messed up this way with too many cooks in the kitchen, having this problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2004 10:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302846#M567596</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-06-11T10:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302847#M567597</link>
      <description>Configure LAN interfaces&lt;BR /&gt;Output from "/sbin/rc2.d/S008net.sd start":&lt;BR /&gt;----------------------------&lt;BR /&gt;ERROR:   usage: add destination [netmask mask] gateway [metric]&lt;BR /&gt;"/sbin/rc2.d/S008net.sd start" FAILED&lt;BR /&gt;&lt;BR /&gt;Could this be my culprit?</description>
      <pubDate>Fri, 11 Jun 2004 11:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302847#M567597</guid>
      <dc:creator>Maria Bennett</dc:creator>
      <dc:date>2004-06-11T11:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302848#M567598</link>
      <description>Yup, that is the error related but it does not look like it is related to the ordering of entries but it looks more like somebody fatfingered something in your route statements. Check missing quotation marks and or some invisible characters. At some time, someone may have been editing this file and in the middle of process their terminal session may have messed up and corrupted some lines.&lt;BR /&gt;If you can copy/paste the lines starting with word ROUTE from /etc/rc.config.d/netconf, it would be helpful to figure out</description>
      <pubDate>Fri, 11 Jun 2004 12:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302848#M567598</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-06-11T12:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302849#M567599</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Another common mistake in the netconf file is not having unique index numbers for each interface entry &amp;amp; for each route statement.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 11 Jun 2004 12:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302849#M567599</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-06-11T12:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302850#M567600</link>
      <description>Can you post your ROUTE entries from netconf?. Looks like there is a typo or something that is causing the route command executed in /sbin/init.d/net script to fail.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 11 Jun 2004 13:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302850#M567600</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-11T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302851#M567601</link>
      <description>Can SAM do this too?&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Fri, 11 Jun 2004 13:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302851#M567601</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-06-11T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302852#M567602</link>
      <description>#set_parms addl_netwrk will also make the changes to the file as needed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2004 13:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302852#M567602</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2004-06-11T13:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302853#M567603</link>
      <description>sam usually puts in the correct entries but I am not sure if it checks the validity of netconf entries.&lt;BR /&gt;One thing I do not like SAM doing about networking is, setting a lan card to 100FD, where SAM is (or at least 'was') putting the MAC address of the interface into the driver config file which is not required and may cause trouble when the card gets changed down the road.&lt;BR /&gt;So, needless to say, I am not a big fan of SAM when it comes to networking. Hence I can not tell if it does something bad or finds any mistakes made previously.</description>
      <pubDate>Fri, 11 Jun 2004 13:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302853#M567603</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-06-11T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: default route didn't appear at reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302854#M567604</link>
      <description>Folks, I cannot post the file due to it being a DoD system.  I appreciate all the good feed back.  This has been a difficult time with a lot of finger pointing which is wasted energy rather than concentrating on the problem.  I'm going over the netconf file with one of the senior people here and hopefully we'll find the problem.  Thanks to everyone for their feedback.  -Maria</description>
      <pubDate>Wed, 16 Jun 2004 14:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-didn-t-appear-at-reboot/m-p/3302854#M567604</guid>
      <dc:creator>Maria Bennett</dc:creator>
      <dc:date>2004-06-16T14:11:20Z</dc:date>
    </item>
  </channel>
</rss>

