<?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: cold install; lost lan connection in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898623#M929435</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your message did say "arp shows other connections on the immediate network". This means you are able to talk to other nodes in the same subnet?. If so, the problem is simply with the default router.&lt;BR /&gt;&lt;BR /&gt;Do a&lt;BR /&gt;&lt;BR /&gt;#netstat -rn&lt;BR /&gt;&lt;BR /&gt;Make sure you have an entry "default" specified and it is a router. If not, then add the default router with the following command&lt;BR /&gt;&lt;BR /&gt;#route add default ip_of_default_router 1&lt;BR /&gt;&lt;BR /&gt;Then ping. If it works, then fix the entries in your /etc/rc.config.d/netconf by searching for "ROUTE".&lt;BR /&gt;&lt;BR /&gt;Or get your old netconf file from 11.0 system. Edit it and replace lan2 with lan0. Do a /sbin/init.d/net stop and /sbin/init.d/net start. Everything should come up fine.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Thu, 06 Feb 2003 18:07:44 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-02-06T18:07:44Z</dc:date>
    <item>
      <title>cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898617#M929429</link>
      <description>I probably am overlooking something simple.  I just upgraded a D380 from 11.0 to 11i, with a cold install.  We have a 10/100 lan card that used to show up as lan2, that was working fine.  It's now moved to lan0, but I can't get in or out with it.  'arp' shows other connections on the immediate network, but that's it.  What are some of the things I s/b checking? (The ip is set correctly, the interface is plumbed and up, etc.)&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 06 Feb 2003 16:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898617#M929429</guid>
      <dc:creator>jmb</dc:creator>
      <dc:date>2003-02-06T16:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898618#M929430</link>
      <description>Check out /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;odds are you need to change 'INTERFACE_NAME[0]=lan2' to 'INTERFACE_NAME[0]=lan0'.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Thu, 06 Feb 2003 17:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898618#M929430</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-02-06T17:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898619#M929431</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you know you're cabled to the right NIC (or port on NIC), then I'd suspect a mismatch in speed/duplex setting between it &amp;amp; the switch/hub port.&lt;BR /&gt;Ask your network team to verify the setting on the port &amp;amp; have them match whatever you want on the NIC (100FD ?).&lt;BR /&gt;Then just do a&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;from the console as you'll lose connectivity when you stop.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 06 Feb 2003 17:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898619#M929431</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-06T17:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898620#M929432</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do an ioscan -f &amp;gt; /tmp/ioscan.out.&lt;BR /&gt;&lt;BR /&gt;Edit ioscan.out file and make sure you do not see anything in UNCLAIMED OR UNKNOWN state. If so, then the drivers are missing. If everything is showing up correctly, then I would check the speed. If you were using it in 100 mode, then you may have to set the speed to 100 Full duplex.&lt;BR /&gt;&lt;BR /&gt;Do lanadmin -x 0 and observe the speed if it does not say 100 Full duplex Auto-off then change it by using&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100FD 0&lt;BR /&gt;&lt;BR /&gt;Ping to the broadcast IP or your default router and see if you get any response at all.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Feb 2003 17:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898620#M929432</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-06T17:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898621#M929433</link>
      <description>does lanscan show the card up?&lt;BR /&gt;is the card enabled in SAM?&lt;BR /&gt;&lt;BR /&gt;if none of the above fix anything&lt;BR /&gt;&lt;BR /&gt;uninstall the drive&lt;BR /&gt;swremove &lt;BR /&gt;the re-install it (with 11i version)&lt;BR /&gt;&lt;BR /&gt;drivers are funny sometimes</description>
      <pubDate>Thu, 06 Feb 2003 17:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898621#M929433</guid>
      <dc:creator>James Odak</dc:creator>
      <dc:date>2003-02-06T17:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898622#M929434</link>
      <description>If arp is working it sounds like a routing problem.  Things you can check to verify the LAN:&lt;BR /&gt;&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;display&lt;BR /&gt;&lt;BR /&gt;should show two ups.&lt;BR /&gt;&lt;BR /&gt;If lanadmin looks OK and you see packet in and out then&lt;BR /&gt;&lt;BR /&gt;netstat -rnv&lt;BR /&gt;&lt;BR /&gt;and check for the default gateway and that your masking is correct.  &lt;BR /&gt;&lt;BR /&gt;Try to ping another device on the local LAN.  If that works then ping the default gateway. If pinging the default gateway fails then you probably have the dead gateway problem where the gateway doesn't like to respond to pings so HPUX says the gateway is down.  Either get the router to allow pings or make a change to ndd to turn it off.&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;Put the same info in /etc/rc.config.d/nddconf so it will stay after a reboot.&lt;BR /&gt;&lt;BR /&gt;IF the local ping doesn't work then try a linkloop test to another device on the local LAN.  Use the -v option to get the verbose output and you may learn something about why it doesn't work.&lt;BR /&gt;&lt;BR /&gt;If lanadmin shows it as up down then the cable is disconnected or its idea of which is lan0 is different from yours.&lt;BR /&gt;&lt;BR /&gt;If it says its admin down then you have to look at your netconf.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 17:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898622#M929434</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-02-06T17:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898623#M929435</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your message did say "arp shows other connections on the immediate network". This means you are able to talk to other nodes in the same subnet?. If so, the problem is simply with the default router.&lt;BR /&gt;&lt;BR /&gt;Do a&lt;BR /&gt;&lt;BR /&gt;#netstat -rn&lt;BR /&gt;&lt;BR /&gt;Make sure you have an entry "default" specified and it is a router. If not, then add the default router with the following command&lt;BR /&gt;&lt;BR /&gt;#route add default ip_of_default_router 1&lt;BR /&gt;&lt;BR /&gt;Then ping. If it works, then fix the entries in your /etc/rc.config.d/netconf by searching for "ROUTE".&lt;BR /&gt;&lt;BR /&gt;Or get your old netconf file from 11.0 system. Edit it and replace lan2 with lan0. Do a /sbin/init.d/net stop and /sbin/init.d/net start. Everything should come up fine.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Feb 2003 18:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898623#M929435</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-06T18:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898624#M929436</link>
      <description>Well, thanks for all the suggestions.  Everything checked out, except when I got to the 'netstat' command, and that showed the default gateway not defined.  I defined that, and it instantly started working. Somehow it got missed during the install.  So I did overlook something simple....&lt;BR /&gt;&lt;BR /&gt;Thanks again to all for the speedy responses!</description>
      <pubDate>Thu, 06 Feb 2003 21:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898624#M929436</guid>
      <dc:creator>jmb</dc:creator>
      <dc:date>2003-02-06T21:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: cold install; lost lan connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898625#M929437</link>
      <description>Thank you Ron. Your answer solved a really troubling problem I was experiencing with my HP-UX server apparently losing the default route because the firewall didn't answer to pings anymore after a sw upgrade !&lt;BR /&gt;&lt;BR /&gt;Thank you !!!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Mar 2003 10:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-lost-lan-connection/m-p/2898625#M929437</guid>
      <dc:creator>Paolo Asioli</dc:creator>
      <dc:date>2003-03-30T10:19:00Z</dc:date>
    </item>
  </channel>
</rss>

