HPE 9000 and HPE e3000 Servers
1752777 Members
6568 Online
108789 Solutions
New Discussion юеВ

slot number for a network card

 
amipankaj
Frequent Advisor

slot number for a network card

Hello Experts,


can anybody please tell me how to get slot number for a perticular network card connected to HPUX 9000/800 machine.

Thanks in advance.....Roy
4 REPLIES 4
sujit kumar singh
Honored Contributor

Re: slot number for a network card

what is the model of the server
#model
#uname -a
regards
sujit
sujit kumar singh
Honored Contributor

Re: slot number for a network card

hi

Depemding upon the Model and the OS of the server you can make use of the ioscan and the olrad/rad commands.

rad for 11.11
olrad for 11.23 and above

#ioscan -fnClan
#lanscan

identify which LAN interface you wish to know about.

Assuming that it is the in one of the OLRAD capable PCI Slots (Depending on the HW Model of the server).
#rad -q
#olrad -q (11.23 and above)

Something like this is the Display on an SD
tdep1ci>olrad -q
Driver(s)
Capable
Slot Path Bus Max Spd Pwr Occu Susp OLAR OLD Max Mode
Num Spd Mode
1-1-3-0 12/0/0/1 49152 133 133 On Yes No Yes N/A PCI-X PCI-X
1-1-3-1 12/0/1/1 49408 133 133 On Yes No Yes N/A PCI-X PCI-X
1-1-3-2 12/0/2/1 49664 133 133 On Yes No Yes N/A PCI-X PCI-X
1-1-3-3 12/0/4/1 49920 133 133 Off No N/A N/A N/A PCI-X PCI-X
1-1-3-4 12/0/5/1 50176 133 133 Off No N/A N/A N/A PCI-X PCI-X
1-1-3-5 12/0/6/1 50432 266 133 On Yes No Yes N/A PCI-X PCI-X
1-1-3-6 12/0/14/1 51968 266 66 On Yes No Yes N/A PCI-X PCI
1-1-3-7 12/0/13/1 51712 133 66 On Yes No Yes N/A PCI-X PCI
1-1-3-8 12/0/12/1 51456 133 133 On Yes No Yes N/A PCI-X PCI-X
1-1-3-9 12/0/10/1 51200 133 133 Off No N/A N/A N/A PCI-X PCI-X
1-1-3-10 12/0/9/1 50944 133 66 On Yes No Yes N/A PCI-X PCI
1-1-3-11 12/0/8/1 50688 133 66 On Yes No Yes N/A PCI-X PCI

match the HW path of the LAN card in this O/P and note the corresponding Slot ID in the First Col of the olrad.

The Slot ID on a cell-based system like SDs and rp7XXX,rp8XXX and rx7XXX and rx8XXX shall be in the Form A-B-C-D that is Cabinet-BAy_Chassis-Slot

Cabinet -- Cabinet Number
Bay- 0 means Front BAy and 1 Means Rear BAy
Chassis - PCI IO Chassis -- 1 Means Left IO Chassis and 3 MEans Right IO Chassis
Slot -- Physical Slot No in The PCI IO Chassis (Slot Numbering Starts From 0)


Also to Identify that you can Turn the Attention LED on the OLRAD Capable PCI Slot.

#olrad -I ATTN
This blibnks the Attention LED for the Slot in whcih the Card is present.
#olrad -I OFF
This Switches OFF the Attention LED

NOTE THAT if the model of the server is rx3XXX,rx4XXX then the PCI Slot number as you shall find in the olrad -q O/P shall be Single Digit that is the PCI Slot Number of the card in the IO Chassis.

YOu still can use the olrad -I ATTN
and olrad -I OFF

Please Refer to the manpages of the command rad and olrad that is rad(1M) and olrad(1M)

regards
sujit
amipankaj
Frequent Advisor

Re: slot number for a network card

thanks sujit...it works...
sujit kumar singh
Honored Contributor

Re: slot number for a network card

Hi

Well Roy sir,

Please have a look at the following threadc and can assign points,

Assigning points always helps you get better responses.

http://forums1.itrc.hp.com/service/forums/helptips.do?#33



regards
sujit