<?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: Lan interface not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868983#M278002</link>
    <description>You can change the NIC negotiation by using the lanadmin -X commands:&lt;BR /&gt;To set lan0 to 100 full-duplex&lt;BR /&gt;lanadmin -X 100fd 0&lt;BR /&gt;&lt;BR /&gt;To set lan0 to 10 half-duplex&lt;BR /&gt;lanadmin -X 10hd 0&lt;BR /&gt;&lt;BR /&gt;To set lan0 to auto negotiate&lt;BR /&gt;lanadmin -X auto_on 0&lt;BR /&gt;&lt;BR /&gt;To see the crrent config of lan0&lt;BR /&gt;lanadmin -x 0&lt;BR /&gt;&lt;BR /&gt;I would take a look at your routing tables -- netstat -r, see what default gateways you have. Also, take a look at the route entries in /etc/rc.config.d/netconf. Those will be the routes created when the network services are initialized upon boot. Check out the arp table to see if it is at least getting a MAC address for the gateway IP (arp -a). If not, you might have cabling issues. If all else fails, unplug the server and plug a laptop in, change the network settings appropriately, and see if IT can communicate.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Mon, 25 Sep 2006 09:05:22 GMT</pubDate>
    <dc:creator>Jonathan Fife</dc:creator>
    <dc:date>2006-09-25T09:05:22Z</dc:date>
    <item>
      <title>Lan interface not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868981#M278000</link>
      <description>i have a HP9000 running HPUX 11.23. The ethernet interface is not pingable on its own subnet or anywhere. The only way i can access the box is through the management port. i can ping the inerface on its own when i am at he console; but unable to ping the gateway or anywhere. i replaced the cat5 cable and different port on the switch; still not working. i did an ifconfig lan0, looks fine. &lt;BR /&gt;Question here is:&lt;BR /&gt;1. is there a way to set auto negotiate or hard code the Ethernet interface on the HP9000 to 100 Mbps? i am not unix expert, please show me the command if there is any.&lt;BR /&gt;2. is there a way to run a diagnostics on the ehternet interface?&lt;BR /&gt;i checked the netconf file, it looks fine there also. this is a new box just set up and it was working before this happened.&lt;BR /&gt;Any input would be much appreciated. thanks.</description>
      <pubDate>Mon, 25 Sep 2006 08:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868981#M278000</guid>
      <dc:creator>Peter Ko_2</dc:creator>
      <dc:date>2006-09-25T08:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lan interface not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868982#M278001</link>
      <description>To force the interface to be 100FD, you would use the lanadmin command:&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100FD 0&lt;BR /&gt;&lt;BR /&gt;where the zero is the card's instance or  PPA number - found with the lanscan command.&lt;BR /&gt;&lt;BR /&gt;To make the change permanent, you would edit the appropriate config file which varies according to the drive associated with your card:&lt;BR /&gt;&lt;BR /&gt;btlan hpbtlanconf&lt;BR /&gt;btlan0 hpeisabtconf&lt;BR /&gt;btlan1 hpbasetconf&lt;BR /&gt;btlan3 hpbase100conf&lt;BR /&gt;btlan4 hpgsc100conf&lt;BR /&gt;btlan5 hppci100conf&lt;BR /&gt;btlan6 hpsppci100conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 25 Sep 2006 09:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868982#M278001</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-09-25T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lan interface not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868983#M278002</link>
      <description>You can change the NIC negotiation by using the lanadmin -X commands:&lt;BR /&gt;To set lan0 to 100 full-duplex&lt;BR /&gt;lanadmin -X 100fd 0&lt;BR /&gt;&lt;BR /&gt;To set lan0 to 10 half-duplex&lt;BR /&gt;lanadmin -X 10hd 0&lt;BR /&gt;&lt;BR /&gt;To set lan0 to auto negotiate&lt;BR /&gt;lanadmin -X auto_on 0&lt;BR /&gt;&lt;BR /&gt;To see the crrent config of lan0&lt;BR /&gt;lanadmin -x 0&lt;BR /&gt;&lt;BR /&gt;I would take a look at your routing tables -- netstat -r, see what default gateways you have. Also, take a look at the route entries in /etc/rc.config.d/netconf. Those will be the routes created when the network services are initialized upon boot. Check out the arp table to see if it is at least getting a MAC address for the gateway IP (arp -a). If not, you might have cabling issues. If all else fails, unplug the server and plug a laptop in, change the network settings appropriately, and see if IT can communicate.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 25 Sep 2006 09:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868983#M278002</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-09-25T09:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Lan interface not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868984#M278003</link>
      <description>Find out which card is plugged into LAN.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnClan  which will show all of your network cards on the system.&lt;BR /&gt;&lt;BR /&gt;lanadmin -x 0  will show you status of the LAN card. If you are not sure which one plugged-in then run this command for all LAN cards and whichever shows LINK active then use that card.&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100FD 0 which will makes lan0 card to 100FD with autonegotiation off. You need to talk to network folks to make sure network switch port set to 100FD with auto negotiation off.</description>
      <pubDate>Mon, 25 Sep 2006 09:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868984#M278003</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-25T09:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lan interface not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868985#M278004</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;If you are not a unix expert, you can use SAM to configure the interface.&lt;BR /&gt;&lt;BR /&gt;simply enter the command&lt;BR /&gt;sam&lt;BR /&gt;as root, and an interface will come up the will walk you through various aspects of modifying system paramemters.  It is a quick to perform system changes.</description>
      <pubDate>Mon, 25 Sep 2006 09:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868985#M278004</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-09-25T09:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lan interface not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868986#M278005</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;This may be a hardware problem.&lt;BR /&gt;&lt;BR /&gt;Just to be thorough, from the console:&lt;BR /&gt;# ifconfig lan0 unplumb&lt;BR /&gt;# ifconfig lan0 down&lt;BR /&gt;# ifconfig lan0 up&lt;BR /&gt;# ifconfig lan0 plumb&lt;BR /&gt;&lt;BR /&gt;Next, from the console:&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;If that doesn't solve the problem:&lt;BR /&gt;&lt;BR /&gt;1) Is the link light on the NIC illuminated?&lt;BR /&gt;2) Using the same cable, can you make a different host join the network?&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 25 Sep 2006 09:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868986#M278005</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-09-25T09:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lan interface not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868987#M278006</link>
      <description>Thank you everyone's responses and insights.&lt;BR /&gt;I done some troubleshootings and came to a point that i suspected it is hardware problem. But in a last effort, I turned off everything, including unplugged the power cords from the unit; unplugged the Cat 5 cables from the unit. (the management port and the ethernet port). Cold boot. After these, i can connect to the box through ssh and response to ping on the Ethernet interface. The bad thing is I am not sure what went wrong. I will just let it run and see..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2006 12:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-not-working/m-p/3868987#M278006</guid>
      <dc:creator>Peter Ko_2</dc:creator>
      <dc:date>2006-09-25T12:53:59Z</dc:date>
    </item>
  </channel>
</rss>

