본문 바로가기
OS-OE Knowledge/Linux-Unix KB

How to determine HBA(or PCI device) - Qlogic or Emulex?

by 스쳐가는인연 2013. 4. 18.

Linux lspci command
# lspci | grep QLogic

 

Examples:

# lspci | grep QLogic
10:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
10:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)


# lspci | grep Fibre
# lspci | grep emulex

 

# lsmod | grep ql
# lsmod | grep lpfc

 

# modinfo | grep ql
# modinfo lpfc

반응형