<?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: pb with 4 NIC in station HP-UX 11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948267#M577399</link>
    <description>ioscan -fnkC lan&lt;BR /&gt;&lt;BR /&gt;any cables connected?&lt;BR /&gt;netstat -nr&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
    <pubDate>Thu, 10 Apr 2003 14:03:38 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2003-04-10T14:03:38Z</dc:date>
    <item>
      <title>pb with 4 NIC in station HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948265#M577397</link>
      <description>Hi every readers forum!&lt;BR /&gt;We have a station with 4 NIC : the first one : lan0 is the embeded interface.&lt;BR /&gt;Lan1, lan2, lan3 are 3 NIC connected to a bus PCI.&lt;BR /&gt;We have some problems with lan1 lan2 and lan3. We can't "ping" their IP addresses from a another station. But we can "ping" them from our station.&lt;BR /&gt;we try lanadmin to see what problem we can have. We "reset" all NIC . But .... nothing .....&lt;BR /&gt;we try "lanscan" and  "ifconfig" but nothing happen. No errors messages.&lt;BR /&gt;we try "linkloop" and have this message: &lt;BR /&gt;$ linkloop 0x.......&lt;BR /&gt;Link Connectivity to LAN station: 0x...........&lt;BR /&gt;error:   get_msg2 getmsg failed,  errno = 4&lt;BR /&gt; -- FAILED&lt;BR /&gt;    frames sent                : 1&lt;BR /&gt;    frames received correctly  : 0&lt;BR /&gt;    reads that timed out       : 1&lt;BR /&gt;$&lt;BR /&gt;"linkloop" give us this message for lan1, lan2, lan3 =&amp;gt; NIC in the PCI bus.&lt;BR /&gt;"linkloop" is OK to lan0&lt;BR /&gt;We don't know what does it means.&lt;BR /&gt;&lt;BR /&gt;Can you help us?&lt;BR /&gt;&lt;BR /&gt;Thank,&lt;BR /&gt;Best Regards</description>
      <pubDate>Thu, 10 Apr 2003 12:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948265#M577397</guid>
      <dc:creator>havard</dc:creator>
      <dc:date>2003-04-10T12:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: pb with 4 NIC in station HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948266#M577398</link>
      <description>How about some more info?&lt;BR /&gt;like output of:&lt;BR /&gt;lanscan&lt;BR /&gt;netstat -in&lt;BR /&gt;ifcong lan0 etc?&lt;BR /&gt;&lt;BR /&gt;Also what OS?&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2003 12:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948266#M577398</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-04-10T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: pb with 4 NIC in station HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948267#M577399</link>
      <description>ioscan -fnkC lan&lt;BR /&gt;&lt;BR /&gt;any cables connected?&lt;BR /&gt;netstat -nr&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 10 Apr 2003 14:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948267#M577399</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-04-10T14:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: pb with 4 NIC in station HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948268#M577400</link>
      <description>When linkloop fails there's usually a switch involved and the speed and duplex are conflicting.  You'll need the MAC address of the switch port which should be seen in 'arp -a' or available from the network admin.  Then start playing with the speed and duplex of both to see what works.  Most of the time auto sense doesn't.  Start at 100HD and work up.&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100HD NMID/PPA&lt;BR /&gt;&lt;BR /&gt;Then linkloop the port MAC on the switch.&lt;BR /&gt;&lt;BR /&gt;linkloop xx:xx:xx:xx:xx:xx&lt;BR /&gt;&lt;BR /&gt;This verifies the first two layers of the OSI model, ping doesn't come in until level 3 with ip addresses.  Can't have an ip without a MAC.</description>
      <pubDate>Thu, 10 Apr 2003 14:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948268#M577400</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-10T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: pb with 4 NIC in station HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948269#M577401</link>
      <description>When you did your lanadmin did you change to the correct ppa for each LAN?  Did lanadmin claim that each LAN was Up Up?  Did you see packets going in and out?  Did you see a lot of errors on the second page?&lt;BR /&gt;&lt;BR /&gt;linkloop only works when the destination MAC is on the same LAN as the source and by default it uses lan0 as the source since it has no idea of where the destination MAC is located.  You have to tell it which NIC to use with linkloop -i ppa MAC  where ppa is probably 0-3.  Did you do that?&lt;BR /&gt;&lt;BR /&gt;Pinging an ip address located on the same PC as the ping usually does not even go out on the Ethernet so proves little.  The PC realizes that it is pinging itself so it cheats and gives you an immediate reply.&lt;BR /&gt;&lt;BR /&gt;One other problem I have seen with UNIX boxes with multiple LANs is that UNIX's idea of which NIC is which often differs from what you think it would be.  It could be that what you think is LAN1 is actually LAN3 so that you have your wires crossed.  A good way to be sure is to run lanadmin for the PPA of Lan1.  You should see Up Up as the status.  Unplug the cable you think goes to Lan1 and run lanadmin again for the same ppa.  If it now says Up Down then you have the correct one.  Otherwise you have the wrong one. Keep unplugging until you find the one which makes it go up down.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 10 Apr 2003 14:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948269#M577401</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-04-10T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: pb with 4 NIC in station HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948270#M577402</link>
      <description>Thanks for your mail, they helped us.&lt;BR /&gt;our problem was : LAN 1 is actually LAN3 and we didn't connected the good NIC and NIC haven't good configuration. We saw the problem with lanadmin .&lt;BR /&gt;&lt;BR /&gt;Thank for your help,&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Fri, 11 Apr 2003 08:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-4-nic-in-station-hp-ux-11/m-p/2948270#M577402</guid>
      <dc:creator>havard</dc:creator>
      <dc:date>2003-04-11T08:38:22Z</dc:date>
    </item>
  </channel>
</rss>

