List HBAs

From UNIX Systems Administration
Revision as of 19:19, 2 April 2026 by Michael Kohler (talk | contribs) (→‎Location of defined HBAs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using systool

  1. To install systool
    # yum install sysfsutils
  2. Use systool to display all WWPNs
    # systool -c fc_host -v | grep port_name
  3. Use systool to display attributes of a specific fc_host
    # systool -ac fc_host <host#> -v

Using lspci

  1. Use lspci to display available HBAs
    # lspci -nn | grep -i hba

Location of defined HBAs

  1. Information regarding the HBAs is located in the following directory
    /sys/class/fc_host/host#/*
    View the Port State
    cat /sys/class/fc_host/host#/port_state
    View the WWPN
    cat /sys/class/fc_host/host#/port_name
    View the Port Speed
    cat /sys/class/fc_host/host#/speed