1752577 Members
4613 Online
108788 Solutions
New Discussion юеВ

Re: HBA model

 
Ramana.Sv
Frequent Advisor

HBA model

How to check the HBA model in my Server is there any command pls....
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: HBA model

Shalom,

ioscan

as root

That will give you the device and permit you to get more information from fcmsutil

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Darrel Louis
Honored Contributor

Re: HBA model

Hi,

The following commands can be used:
- ioscan -fnk
- fcmsutil
- cstm

GoodLuck
Darrel
Darrel Louis
Honored Contributor

Re: HBA model

Hi,

Hit enter to fast:
cstm:
echo "scl q fibre;cds;wait;done" | cstm | grep -i tachyon

fcmsutil:
fcmsutil /dev/ vpd

GoodLuck
Darrel
Torsten.
Acclaimed Contributor

Re: HBA model

For current SCSI HBAs:

# mptutil /dev/mpt2
...
Adapter : PCI-X DUAL CHANNEL ULTRA320 SCSI ADAPTER
Part Number : A6961-60011
...


for fiber channel:

# fcmsutil /dev/fcd0 vpd
V I T A L P R O D U C T D A T A
--------- ------------- -------

Product Description : HP PCI-X 2.0 4Gb Fibre Channel HBA

Part number : AB378-60101

...

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!