Difference between revisions of "HBA"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
  
 +
== Linux related commands ==
 +
# Identify your HBAs in Linux: <code>[[lspci]] | grep "Fibre Channel"</code> or <code>[[lspci]] -nn | grep "Fibre Channel"</code>
 +
# [[Fibre Channel]] LUN Scan:
 +
:<code>echo "1" > /sys/class/fc_host/host0/issue_lip</code>
 +
:<code>echo "- - -" > /sys/class/scsi_host/host0/scan</code>
  
  

Revision as of 16:02, 8 December 2019

HBA is a controller/network card which connects a host system (computer) to other network and storage devices, primarily used with controllers that connect to SCSI, Fibre Channel and eSATA devices


Linux related commands

  1. Identify your HBAs in Linux: lspci | grep "Fibre Channel" or lspci -nn | grep "Fibre Channel"
  2. Fibre Channel LUN Scan:
echo "1" > /sys/class/fc_host/host0/issue_lip
echo "- - -" > /sys/class/scsi_host/host0/scan


See also

Advertising: