Sunday, November 17, 2013

How to find HBA Card Information ( Qlogic & Emulex ) in RHEL Linux‏

There are multiple commands you can use to get the HBA Card information weather its Qlogic or Emulex in Redhat Linux.

# lsmod | grep -i 'lpfc\|qla'

# lspci | grep -i fibre

# systool -c scsi_host –v

# /usr/sbin/hbanyware/hbacmd listhbas

Also you can see the HBA card information from dmesg and /var /log/messages after reboot.

 # inq –hba

Inq is a command line utiliy from EMC to display the storage information, Lun id, capacity and etc . also you can use inq for QLogic alswell.

# scli

Scli is a Qlogic utility to display the storage information like HBA Card, WWPN etc..
 

No comments: