

How to get HBA Name in Linux # systool -a -v -c scsi_host | egrep "info|modelname" bg_info = "BlockGuard Disabled" info = "EMC LPe12000-E 8Gb PCIe Fibre Channel Adapter on PCI bus 07 device 00 irq 53 Let us see how we can use systool to get all related information related to HBA.

If it is not installed as mentioned above you can refer to how to install sysfsutils in linuxbelow. If it is not it will not display any result.// Method 1: Use the which command # which systool /usr/bin/systool //This is showing path for systool it means sysutils package isĪlready installed.// Method 2: Use the rpm command # rpm -qa |grep sysfsutils sysfsutils-2.1.86_64 //This is showing package as it is already installed on my server You can validate the presence of sysutils in your server using the below method. scsi host1: Emulex LPe12000 PCIe Fibre Channel Adapter on PCI bus 07 device 00 irq 53 scsi host4: Emulex LPe12000 PCIe Fibre Channel Adapter on PCI bus 24 device 00 irq 56 # lspci |grep -i emulex 07:00.0 Fibre Channel: Emulex Corporation Saturn-X: LightPulse Fibre Channel Host Adapter (rev 03) 24:00.0 Fibre Channel: Emulex Corporation Saturn-X: LightPulse Fibre Channel Host Adapter (rev 03) # dmesg |grep -i emulex Emulex LightPulse Fibre Channel SCSI driver 12.0.0.5 scsi host1: Emulex LPe12000 PCIe Fibre Channel Adapter on PCI bus 07 device 00 irq 53 scsi host4: Emulex LPe12000 PCIe Fibre Channel Adapter on PCI bus 24 device 00 irq 56 How to Check sysfsutils/systool is installed or not in Linux # dmesg |grep -i fibre Emulex LightPulse Fibre Channel SCSI driver 12.0.0.5 There are multiple options for how you can check which HBA card is installed in linux. How to Check Which HBA Card is Installed in Linux How to Get HBA Supported Speed in Linux.How to Check sysfsutils/systool is installed or not in Linux.How to Check Which HBA Card is Installed in Linux.
