AIX -How to find which NIC is on which PCI card


 
Thread Tools Search this Thread
Operating Systems AIX AIX -How to find which NIC is on which PCI card
# 1  
Old 03-22-2011
AIX -How to find which NIC is on which PCI card

Hi All,

How can I find out which is ETH5 on my AIX P5 system. I have about seven different NIC card on this. I did move the cable to each one but still I was not able to see the link light up when I did netstat -v

Any idea?


Thanks.
# 2  
Old 03-22-2011
You need to use the lscfg command and look at the "Hardware Location Code" line to find the CEC serial number and slot number in the CEC, like this:
Code:
lscfg -vl ent1 | grep "Hardware Location"
        Hardware Location Code......U78AA.001.Wxxxxxx-P1-C6-T2

The CEC serial number is "Wxxxxxx" and the slot number is "C6". If it is an internal adapter, then the "C6" in the example above will be gone and look more like this:
Code:
lscfg -vl ent1 | grep "Hardware Location"
        Hardware Location Code......U7879.001.Dxxxxxx-P1-T6

# 3  
Old 03-23-2011
Thank you so much. Above code worked. :-)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

SCSI PCI - X RAID Controller card RAID 5 AIX Disks disappeared

Hello, I have a scsi pci x raid controller card on which I had created a disk array of 3 disks when I type lspv ; I used to see 3 physical disks ( two local disks and one raid 5 disk ) suddenly the raid 5 disk array disappeared ; so the hardware engineer thought the problem was with SCSI... (0 Replies)
Discussion started by: filosophizer
0 Replies

2. Solaris

Can't ping new PCI LAN card x4270_m2

Hi, I've recently moved my pci LAN card from Slot2 Slot5 on my sun x4270_m2 server (solaris 10). I've done the touch / reconfigure and devfsadm, however my issue is that im able to configure the e1000g7 port with an ip address (192.168.0.1) but if i plug my laptop (set with static ip... (7 Replies)
Discussion started by: kerrygold
7 Replies

3. Linux

PCI Card recognized

I installed PCI Card HP SC44Ge - SAS1068E on my linux CentOS 5.4 is there a way to find out if the PCI is properly installed and recognized by linux. lspci is enough? just to add that PCI card is connected to a tape... also how can I find out driver and firmware version? thanks a... (1 Reply)
Discussion started by: karlochacon
1 Replies

4. HP-UX

how can I determine which NIC card is virtual NIC Card

how can I determine which NIC card is virtual NIC Card which condition can make a decision Does HP UX have Virtual Network Adapter Concept if ,it has where I can Find if I Install Virutal Network Adapter or which command that i can get it or which software can generate thanks (2 Replies)
Discussion started by: alert0919
2 Replies

5. Solaris

How do I find what kind of NIC card the server has?

All, I see that there are 2 nic card available . How can I know all the details about these 2 nic cards. -rw-r--r-- 1 root root 10 Apr 16 15:00 hostname.bge0 -rw-r--r-- 1 root other 17 Apr 22 08:56 hostname.bge2 please let me know thanks -prasad (4 Replies)
Discussion started by: p4cldba
4 Replies

6. UNIX for Dummies Questions & Answers

disable power management to a PCI card

I have a US Robotics USR5416 wireless networking card and everytime after hours of inactivity the cardseems to shutdown. I read somewhere the it does not support power management. Is there a way to disable power management to that particular PCI card? (0 Replies)
Discussion started by: diesel440
0 Replies

7. AIX

Add PCI ethernet card?

Hi everyone, I recently inherited an IBM RS/6000 43P 150, and it appears that the on board ethernet is dead. Can I put in a PCI ethernet card and use that as the default ethernet connection (as opposed to the one on the motherboard)? If so, what type of card can I use and how does one configure... (2 Replies)
Discussion started by: Jwoollard
2 Replies

8. Solaris

rs232 pci-card

hello mates, do you know a manufactor for rs232 serial pci cards for the sparc architecture? it seems that there is no original product from sun for that purpose. strange, isn't it? problem is that i have a V250 with only one db9 rs232 serial port, and i need it for a modem connection, but i also... (1 Reply)
Discussion started by: pressy
1 Replies

9. SuSE

HCF win modem PCI card

Hey all, ive got redhat 80 and trying to install a HCF win modem. Ive intsalled the drivers from linuxant.com using the rpm - i packagename.rpm command, but i still cant use the modem any suggestions ? (3 Replies)
Discussion started by: kiwi_bloke
3 Replies

10. AIX

PCI Ethernet NIC's for IBM RISC 600 Model B50

I am trying to locate a non IBM PCI Ethernet card that will work with the Model B50 RISC box. Alternatively, I need to find AIX drivers for standard PCI Ethernet NIC's ?. (0 Replies)
Discussion started by: rahe
0 Replies
Login or Register to Ask a Question