- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pb with 4 NIC in station HP-UX 11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 05:32 AM
04-10-2003 05:32 AM
We have a station with 4 NIC : the first one : lan0 is the embeded interface.
Lan1, lan2, lan3 are 3 NIC connected to a bus PCI.
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.
we try lanadmin to see what problem we can have. We "reset" all NIC . But .... nothing .....
we try "lanscan" and "ifconfig" but nothing happen. No errors messages.
we try "linkloop" and have this message:
$ linkloop 0x.......
Link Connectivity to LAN station: 0x...........
error: get_msg2 getmsg failed, errno = 4
-- FAILED
frames sent : 1
frames received correctly : 0
reads that timed out : 1
$
"linkloop" give us this message for lan1, lan2, lan3 => NIC in the PCI bus.
"linkloop" is OK to lan0
We don't know what does it means.
Can you help us?
Thank,
Best Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 05:48 AM
04-10-2003 05:48 AM
Re: pb with 4 NIC in station HP-UX 11
like output of:
lanscan
netstat -in
ifcong lan0 etc?
Also what OS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 07:03 AM
04-10-2003 07:03 AM
Re: pb with 4 NIC in station HP-UX 11
any cables connected?
netstat -nr
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 07:15 AM
04-10-2003 07:15 AM
Re: pb with 4 NIC in station HP-UX 11
lanadmin -X 100HD NMID/PPA
Then linkloop the port MAC on the switch.
linkloop xx:xx:xx:xx:xx:xx
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 07:22 AM
04-10-2003 07:22 AM
Solutionlinkloop 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?
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.
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.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 01:38 AM
04-11-2003 01:38 AM
Re: pb with 4 NIC in station HP-UX 11
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 .
Thank for your help,
Best regards