<?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: S340net start error during boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968068#M119792</link>
    <description>Perhaps the required number of hops for your network is incorrect. (ROUTE_COUNT) See the below the /etc/rc.config.d/netconf file content.&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="10.10.10.2"&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.10.10.10"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;</description>
    <pubDate>Thu, 08 May 2003 00:36:32 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-05-08T00:36:32Z</dc:date>
    <item>
      <title>S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968066#M119790</link>
      <description>I've just cold installed ux 11.0 on an rp5430 for my first time!! At this point the only problem I see at boot is in lan interface initialization. The following is from /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;I've check to see that lan0 is configured, netconf looks good, all ethernet devices are "claimed"...&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Configure LAN interfaces&lt;BR /&gt;Output from "/sbin/rc2.d/S340net start":&lt;BR /&gt;----------------------------&lt;BR /&gt;ERROR:  Failed to add route entry because its interface is not&lt;BR /&gt;        yet initialized.  May need to add this route entry with&lt;BR /&gt;        a route commad after the interface is up :&lt;BR /&gt;        add net default: gateway 144.8.13.254: Network is unreachable&lt;BR /&gt;"/sbin/rc2.d/S340net start" FAILED</description>
      <pubDate>Thu, 08 May 2003 00:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968066#M119790</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2003-05-08T00:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968067#M119791</link>
      <description>It would be helpful to know  more about the network configuration of the box involved.&lt;BR /&gt;&lt;BR /&gt;A dump of the relavent portions of /etc/rc.config.d would be most helpful&lt;BR /&gt;&lt;BR /&gt;This post provides a first good step.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x90a2663ce855d511abcd0090277a778c,00.html&amp;amp;qt=%22Network+is+unreachable%22&amp;amp;hit=1" target="_blank"&gt;http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x90a2663ce855d511abcd0090277a778c,00.html&amp;amp;qt=%22Network+is+unreachable%22&amp;amp;hit=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After boot, try the following diagnostic steps.&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;Is the card up.&lt;BR /&gt;&lt;BR /&gt;If not, look for a typo in netconf and try bringing it up manually.&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0 IP_of_machine netmaks proper_mask.&lt;BR /&gt;&lt;BR /&gt;example &lt;BR /&gt;&lt;BR /&gt;ifconfig lan0 192.168.0.40 netmask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;check it again, if its not up, you have a problem, most likely with the driver.&lt;BR /&gt;&lt;BR /&gt;Its possible the network is unreachable because there is a wire or hub/switch issue.&lt;BR /&gt;&lt;BR /&gt;Check the router/hub for the appropriate lights when the machine is up.  Most hp NIC cards have an amber light and a green light lit, amber at least flashing when properly up.&lt;BR /&gt;&lt;BR /&gt;Here is a post with additional diagnostic information.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x042a06350fe2d61190050090279cd0f9,00.html&amp;amp;qt=%22Network+is+unreachable%22&amp;amp;hit=2" target="_blank"&gt;http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x042a06350fe2d61190050090279cd0f9,00.html&amp;amp;qt=%22Network+is+unreachable%22&amp;amp;hit=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might just want to try set_parms again and see what happens.&lt;BR /&gt;&lt;BR /&gt;Let me know if you need more help, I'll check this thread in 60-90 minutes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 May 2003 00:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968067#M119791</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-08T00:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968068#M119792</link>
      <description>Perhaps the required number of hops for your network is incorrect. (ROUTE_COUNT) See the below the /etc/rc.config.d/netconf file content.&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="10.10.10.2"&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.10.10.10"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 00:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968068#M119792</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-08T00:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968069#M119793</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a few things I can think of that I've tripped over before.  Your IP addresses and subnet mask are all correct and happy?  Is your lan card coming up at the right speed and duplex?  That shouldn't matter, but if the switch you are plugged into is hard coded for something faster than your card is configured for they might not get along.  Also, did you specify the hop count for your default route setting?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 00:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968069#M119793</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-05-08T00:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968070#M119794</link>
      <description>I found some lines in netconf did not have "" around the value, but still no luck..&lt;BR /&gt;&lt;BR /&gt;Here are a few more bits of info:&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;lan0: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 144.8.192.9 netmask ffffff00 broadcast 144.8.192.255&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;netconf contents......&lt;BR /&gt;&lt;BR /&gt;HOSTNAME="icgswa1"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="144.8.192.9"&lt;BR /&gt;SUBNET_MASK[0]="255.255.255.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]="144.8.192.255"&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="144.8.13.254"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/UP&gt;</description>
      <pubDate>Thu, 08 May 2003 01:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968070#M119794</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2003-05-08T01:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968071#M119795</link>
      <description>I found some lines in netconf did not have "" around the value, but still no luck..&lt;BR /&gt;&lt;BR /&gt;Here are a few more bits of info:&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;lan0: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 144.8.192.9 netmask ffffff00 broadcast 144.8.192.255&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;netconf contents......&lt;BR /&gt;&lt;BR /&gt;HOSTNAME="icgswa1"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="144.8.192.9"&lt;BR /&gt;SUBNET_MASK[0]="255.255.255.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]="144.8.192.255"&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="144.8.13.254"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/UP&gt;</description>
      <pubDate>Thu, 08 May 2003 01:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968071#M119795</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2003-05-08T01:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968072#M119796</link>
      <description>Did you reboot your system after making these changes?</description>
      <pubDate>Thu, 08 May 2003 01:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968072#M119796</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-08T01:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968073#M119797</link>
      <description>yes, I rebooted.</description>
      <pubDate>Thu, 08 May 2003 02:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968073#M119797</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2003-05-08T02:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968074#M119798</link>
      <description>Part of your netconf file:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0" &lt;BR /&gt;IP_ADDRESS[0]="144.8.192.9" &lt;BR /&gt;SUBNET_MASK[0]="255.255.255.0" &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default" &lt;BR /&gt;ROUTE_GATEWAY[0]="144.8.13.254" &lt;BR /&gt;ROUTE_COUNT[0]="1" &lt;BR /&gt;&lt;BR /&gt;That default route, as far as I can tell, will not work with the combination IP address and netmask that you have on your system.  An IP of 144.8.192.9 and a netmask of 255.255.255.0 indicated that the 144.8.192.* network is local, ie. you can get to stuff there without going thru a router.  Your default route of 144.8.13.254 is not local to the network your machine is on, hence it can't communicate with it.&lt;BR /&gt;&lt;BR /&gt;Two things to check: 1) Do you have the correct default router?  2)  Is your subnet mask correct?  Should it perhaps be 255.255.0.0?  If so, then your default route may work.</description>
      <pubDate>Thu, 08 May 2003 02:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968074#M119798</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-05-08T02:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968075#M119799</link>
      <description>What about setting the local interface as the router .. some of our servers are setup that way.&lt;BR /&gt;ROUTE_DESTINATION[0]="default" &lt;BR /&gt;ROUTE_MASK[0]="" &lt;BR /&gt;ROUTE_GATEWAY[0]="144.8.192.9" &lt;BR /&gt;ROUTE_COUNT[0]="0" &lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;The route count would be 0 since it's a local route and the route gateway is the ip of the machine itself.</description>
      <pubDate>Thu, 08 May 2003 02:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968075#M119799</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-05-08T02:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: S340net start error during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968076#M119800</link>
      <description>All fixed... It was simply incorrect gateway address which even I should have caught. I'm configuring this for someone else and the addresses were completely unfamiliar - that's my excuse anyway!&lt;BR /&gt;&lt;BR /&gt;Thanks everyone!</description>
      <pubDate>Thu, 08 May 2003 09:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s340net-start-error-during-boot/m-p/2968076#M119800</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2003-05-08T09:56:28Z</dc:date>
    </item>
  </channel>
</rss>

