Difference between revisions of "HBA"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
** <code>[[lspci]] | grep "Fibre Channel"</code> or <code>[[lspci]] -nn | grep "Fibre Channel"</code>
 
** <code>[[lspci]] | grep "Fibre Channel"</code> or <code>[[lspci]] -nn | grep "Fibre Channel"</code>
 
** <code>ls /sys/class/fc_host/</code>
 
** <code>ls /sys/class/fc_host/</code>
 +
** <code>[[systool]] -c fc_host -v</code>
 +
 
* [[Fibre Channel]] LUN Scan or <code>[[rescan-scsi-bus.sh]]</code>:  
 
* [[Fibre Channel]] LUN Scan or <code>[[rescan-scsi-bus.sh]]</code>:  
 
**<code>echo "1" > /sys/class/fc_host/host1/issue_[[lip]]</code> (No output from command) or <code>[[rescan-scsi-bus.sh]] -i</code>
 
**<code>echo "1" > /sys/class/fc_host/host1/issue_[[lip]]</code> (No output from command) or <code>[[rescan-scsi-bus.sh]] -i</code>

Revision as of 10:13, 20 September 2020

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

  • Identify your HBAs in Linux:
    • lspci | grep "Fibre Channel" or lspci -nn | grep "Fibre Channel"
    • ls /sys/class/fc_host/
    • systool -c fc_host -v


  • lssd command part of HP fibreutils package

fc_host

/sys/class/fc_host/host1/port_state [Online]
/sys/class/fc_host/host1/fabric_name
/sys/class/fc_host/host1/node_name (Used for mapping in your storage array)

Related terms

See also

Advertising: