1755612 Members
3572 Online
108836 Solutions
New Discussion юеВ

HBA Make and Model

 
Qcheck
Super Advisor

HBA Make and Model

Is there any command to find the make and model of the HBA card? I couldn't get from lspci. Any other command?
4 REPLIES 4
Jhingan
Occasional Advisor

Re: HBA Make and Model

you can use following

cd /proc/scsi/qlaXXX
underneth you would find files with numerics. cat them and see the serial and name of the model

You can also modinfo and module name to know h/w model information

let me know if you are able to crack it
P Muralidhar Kini
Honored Contributor

Re: HBA Make and Model

Hi Prathiba,

>> I couldn't get from lspci.
Have you tried -
# lspci -vv | less

Discussion on similar requirement -
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1416707
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1435777

Hope this helps.

Regards,
Murali
Let There Be Rock - AC/DC
P Muralidhar Kini
Honored Contributor

Re: HBA Make and Model

Hi Prathiba,

One More -
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1051500

This has the sequence of steps.

Regards,
Murali
Let There Be Rock - AC/DC
AnthonySN
Respected Contributor

Re: HBA Make and Model

lspci | grep -i fibre
or
hwbrowser if you have a gui access to it.