1836645 Members
1632 Online
110102 Solutions
New Discussion

Re: ioscan question

 
Joe Profaizer
Super Advisor

ioscan question

I'm trying to find out the model number of an HBA in our L2000 (ux11.11). I believe it is an A5158A. However the ioscan -f gives me:
0/7/0/0 fc HP Tachyon TL/TS Fibre Channel Mass Storage Adapter

How can I get more granular and find out the model number. The system does not reside at my site it's in South Africa. Therefore can't look at the physical card.
10 REPLIES 10
DCE
Honored Contributor

Re: ioscan question

Joe,

You could try stm (or cstm) to obtain the info you want.

Dave
RAC_1
Honored Contributor

Re: ioscan question

cstm
On cstm prompt
map (--> note down device map number)
sel dev "x"
info
infolog

Anil

There is no substitute to HARDWORK
Rick Garland
Honored Contributor

Re: ioscan question

stm will tell you

(stm, xstm, mstm)

Rick Garland
Honored Contributor

Re: ioscan question

Trying to find quick/easy command.

Unable to.

What I can say is based on the device name (/dev/td vs. /dev/fcd) and the driver is use will assist you in identifying the card.

mirco_1
Valued Contributor

Re: ioscan question

hy,

you ca use the command rad :

# rad -q

i don t remenber if is -C the flag *verify with #man rad

# rad -C

else you ca use the new olrad

# olrad -g
# olarad -g 0/7/0/0

or

# olrad -v

DM.
Sheriff Andy
Trusted Contributor

Re: ioscan question

Hey Joe,

Try the following;

# fcmsutil /dev/td0

It will help you a little bit I think.

Andy
Ermin Borovac
Honored Contributor

Re: ioscan question

You can find model number with cstm's cds (current device status) command.

# echo "map;scl type interface;wait;cds;wait;done" | cstm | grep -i tachyon
D Block 2
Respected Contributor

Re: ioscan question

Joe, xstm can also be used. but you might just take a look if you can, at the card location on your server. the model should be on the card visible above the SC/fibre cable.

Also, the A5158A is the Tach-Lite (TL) card.
Golf is a Good Walk Spoiled, Mark Twain.
Sreedhar Nathani
Valued Contributor

Re: ioscan question

Hello Joe,

You can use the following command.

#fcmsutil /dev/td0 vpd
example of the output
fcmsutil /dev/td0 vpd
V I T A L P R O D U C T D A T A
--------- ------------- -------

Product Discription :'A6795A 2Gbps/1Gbps Fibre Channel 4X PCI HBA'

Part number :'A6795-62001'

Engineering Date Code :'B-4322'

Part Serial number :'A56A00151392'

Misc. Information :'PW=15W'

Mfd. Date :'A-4302'

Check Sum : 0x5b

EFI version : '001.10'

Asset Tag :'NA'


Note : Replace the /dev/td0 with correct device file. You can get the device files with
#ioscan -fnCfc

Hope This helps
Cem Tugrul
Esteemed Contributor

Re: ioscan question

tdutil /dev/td0 or
tdutil /dev/td1

td0 if you have 1 HBA

"tddiag" also gives very useful information
(Do not forget to redirect to a file!!!
:-)

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't