- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- trace the place of the LAN card
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
11-05-2007 11:07 PM
11-05-2007 11:07 PM
i want to trace the place of the LAN card which the my server using it.
by using command plz.
i am using the 'io' command in MP:CM>io
but this command is not work.(Unknown Command)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 11:13 PM
11-05-2007 11:13 PM
Re: trace the place of the LAN card
If you can get away with it:
ifconfig lan0 down
Look for the change on the lights on the NIC.
Then bring it back up.
Run through the cards.
Othewise, I'd suggest xstm from the OS side.
The card has a MAC address stamped on the system. You should be able to use ethereal or wireshark or tcpdump to trace the traffic.
Then your network admin can identify the port and switch its coming through.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 11:23 PM
11-05-2007 11:23 PM
Re: trace the place of the LAN card
1.ioscan -fnC lan
2.lanscan
3.ifconfig lan0 down ===> Check the activity LED's or ping to the ip alloted to this ip continuously and when down check the LED states.
Cheers
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 11:50 PM
11-05-2007 11:50 PM
Re: trace the place of the LAN card
If you want to know where the NIC is installed, run "lanscan" to get the hardware path.
Next step depends because of different system architecture.
But if you tell us the server model we can help you further ...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:33 AM
11-06-2007 06:33 AM
Re: trace the place of the LAN card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:50 AM
11-06-2007 06:50 AM
Re: trace the place of the LAN card
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 05:52 PM
11-06-2007 05:52 PM
Re: trace the place of the LAN card
i am need to know where the NIC card place in any
cabinet, chassis and bay in expansion unit which I have it .
i am using the "ifconfig lan0 down" command but the
activity of LED is not changed, only is not pinging and this case is not help me.
And I not found any response on the second questions
" i am using the 'io' command in MP:CM>io
but this command is not work.(Unknown Command)"
how I can work on this command or how to definition this command.
Thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:01 PM
11-06-2007 06:01 PM
Solutionrun
# lanscan
note the hardware path and compare to
# olrad -q
this will tell you the slot location.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 05:52 AM
11-07-2007 05:52 AM
Re: trace the place of the LAN card
#olrad -g /0/5/2/0
This will put out the slot number on the server.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 06:36 PM
11-07-2007 06:36 PM
Re: trace the place of the LAN card
1. lanscan ==> Note the H/W Path of the lancards.
2.Disconnect the UTP cable from the card you want to check and confirm .
3. Run the command #netfmt -f /var/adm/nettl.LOG000
This would show you the cable disconnects of the physical interface of which cable was disconnected with time stamp.You can later confirm the hardware path with the lanscan output.
Output would be similar to this
********************************
<2000> 1000Base-T in path 0/1/2/1
Detected a faulty or disconnected cable.
Cheers
Vijay