List HBAs: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==== Using <tt>systool</tt> ====
# If systool is installed
# If systool is installed
#: <tt>'''# systool -c fc_host -v | grep port_name'''</tt>
#: <tt>'''# systool -c fc_host -v | grep port_name'''</tt>
##: To install systool
##: To install systool
#:::: <tt>'''# yum install sysfsutils'''</tt>
#:::: <tt>'''# yum install sysfsutils'''</tt>

Revision as of 14:20, 28 March 2017

Using systool

  1. If systool is installed
    # systool -c fc_host -v | grep port_name
    1. To install systool
    # yum install sysfsutils