- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unclaimed PCI X Ethernet Hardware
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
02-07-2008 06:06 AM
02-07-2008 06:06 AM
Unclaimed PCI X Ethernet Hardware
Could anybody point me in the right direction for installing correct drivers etc so that I can view these cards using netstat ?
Some commands, please let me know if you require more info:
# model
9000/800/rp3410
# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0 1500 10.100.9.0 10.100.9.164 8223746 0 290677 0 22187
lo0 4136 127.0.0.0 127.0.0.1 1911748 0 1911748 0 0
# ioscan -fnClan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/1/2/0 igelan CLAIMED INTERFACE HP PCI 1000Base-T Core
lan 1 0/4/1/0 iether UNCLAIMED UNKNOWN PCI-X Ethernet (80861079)
lan 2 0/4/1/1 iether UNCLAIMED UNKNOWN PCI-X Ethernet (80861079)
# echo "selclass qualifier cpu;info;wait;il"|cstm|grep "PDC Firmware"
PDC Firmware Revision: 46.34 IODC Revision: 0
PDC Firmware Revision: 46.34 IODC Revision: 0
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:09 AM
02-07-2008 06:09 AM
Re: Unclaimed PCI X Ethernet Hardware
Have a look at the documents:
http://docs.hp.com/en/netcom.html#1000Base-T%20and%201000Base-SX%20%28Gigabit%20Ethernet%29
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
02-07-2008 06:13 AM
02-07-2008 06:13 AM
Re: Unclaimed PCI X Ethernet Hardware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 09:16 AM
02-07-2008 09:16 AM
Re: Unclaimed PCI X Ethernet Hardware
But you can also boot from an offline diagnostic CD, start ODE and run mapper (very similar to ioscan) - maybe you will get a product number there.
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PA0712
It looks like a dual port LAN card - are there any additional connectors (SCSI) on this 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
02-07-2008 05:54 PM
02-07-2008 05:54 PM
Re: Unclaimed PCI X Ethernet Hardware
As for checking if that is part of a combo card, broadening the ioscan output and looking to see if there is anything else under "0/4" (iirc) that happens to be FC or SCSI would be one way.
The PCI vendor ID further suggests it is the "iether" card because 8086 is the PCI id for Intel. Now, what aren't being shown are the subvendor and subproduct ID's which should be 103c and 12a6 respectively, unless that happens to be in the "core" i/o slot which would be a card with the subproduct ID of 12cf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:22 PM
02-07-2008 06:22 PM
Re: Unclaimed PCI X Ethernet Hardware
Take a look on the metal bracket on the card in the back of the server. The part number is either stamped on the metal or there is a sticker on the card with it. If you can't find either one, you have to open the server and look at the card itself. The product number is printed on the card or is on a sticker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 01:52 AM
02-18-2008 01:52 AM
Re: Unclaimed PCI X Ethernet Hardware
Thanks for all your help.