<?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 error in rc.log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571055#M30544</link>
    <description>we are having a problem where a route is not getting added to the route table. It is in netconf.And when I do a lanscan it shows up.&lt;BR /&gt;What else can I check? Here is the error I get In the rc.log file.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&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 192.168.10.251: Network is unreachable&lt;BR /&gt;"/sbin/rc2.d/S340net start" FAILED&lt;BR /&gt;&lt;BR /&gt;Start name server daemon&lt;BR /&gt;Output from "/sbin/rc2.d/S370named start":&lt;BR /&gt;----------------------------</description>
    <pubDate>Mon, 27 Aug 2001 21:00:59 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2001-08-27T21:00:59Z</dc:date>
    <item>
      <title>error in rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571055#M30544</link>
      <description>we are having a problem where a route is not getting added to the route table. It is in netconf.And when I do a lanscan it shows up.&lt;BR /&gt;What else can I check? Here is the error I get In the rc.log file.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&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 192.168.10.251: Network is unreachable&lt;BR /&gt;"/sbin/rc2.d/S340net start" FAILED&lt;BR /&gt;&lt;BR /&gt;Start name server daemon&lt;BR /&gt;Output from "/sbin/rc2.d/S370named start":&lt;BR /&gt;----------------------------</description>
      <pubDate>Mon, 27 Aug 2001 21:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571055#M30544</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-27T21:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: error in rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571056#M30545</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You get this error when the lan card has not been initialized but you are trying to add a default route.&lt;BR /&gt;&lt;BR /&gt;Make sure the lan interface you are trying to activate is defined correctly in /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;lanscan shows the hardware state (doesn't show the software state). You can get that either by lanadmin; choose the right PPA and choose display or run /usr/sam/lbin/laninfo&lt;BR /&gt;the status of the card will be right after the laninterface.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 21:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571056#M30545</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-27T21:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: error in rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571057#M30546</link>
      <description>I will get into the problem if my netconf file is configured like this&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;IP_ADDRESS[1]=xx.xx.xx.xx&lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[2]=xx.xx.xx.1&lt;BR /&gt;&lt;BR /&gt;I guess you have the similar kind of problem that the index specified to your ROUTE_DESTINATION of the gateway is not matching to that of the LAN interface. When the system tries to add the router as specified above, it checks for the lan  interface with the index 2 and fails because the interface is not enabled to be initialized.&lt;BR /&gt;So, you need to match the index for both the lan interface and the route.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 22:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571057#M30546</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-27T22:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: error in rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571058#M30547</link>
      <description>edit your /etc/rc.config.d/netconf and make sure that for all your lanics that the INTERFACE_STATE is up&lt;BR /&gt;&lt;BR /&gt;make sure that the subnet mask is not the same for any of your lanics (look at SUBNET_MASK)&lt;BR /&gt;&lt;BR /&gt;make sure that there are no duplicate entries for anything.&lt;BR /&gt;&lt;BR /&gt;run route add default &lt;YOUR_DEFAULT_GATEWAY&gt; 1&lt;BR /&gt;&lt;BR /&gt;Hope this solves your problems.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chris&lt;/YOUR_DEFAULT_GATEWAY&gt;</description>
      <pubDate>Tue, 28 Aug 2001 14:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571058#M30547</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-08-28T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: error in rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571059#M30548</link>
      <description>Sorry, place default between add and your gateway address:&lt;BR /&gt;&lt;BR /&gt;route add default &lt;GATEWAY_IP&gt; 1&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;/GATEWAY_IP&gt;</description>
      <pubDate>Tue, 28 Aug 2001 14:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-rc-log/m-p/2571059#M30548</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-08-28T14:40:50Z</dc:date>
    </item>
  </channel>
</rss>

