EMC P/N 300-002-803 Network Cables User Manual


 
Adapter information for RHEL5, SLES10, and SLES 11
201
Additional Notes
Adapter information for RHEL5, SLES10, and SLES 11
QLogic fully supports upstream driver using sysfs start from RHEL5,
SLES10, and SLES 11. QLogic adapter information is not available on
/proc file system. To get the QLogic adapter information, you can
manually go to /sys file system to probe all the necessary
information. QLogic provides a script tool to help. You can download
QLogic FC HBA Information Utility from EMC-approved site on the
QLogic website.
Usage examples To display default adapter information, enter the following
command:
# ./ql-hba-info.sh
To display detailed information of host 7, enter the following
command:
# ./ql-hba-info.sh 7
To display detailed information of all hosts, enter the following
command:
# ./ql-hba-info.sh --all
To support -v/--verbose parameters, enter the following commands:
# ./ql-hba-info.sh -v 7
# ./ql-hba-info.sh --verbose --all
To display QLogic adapters driver command line parameters, enter
the following commands:
# ./ql-hba-info.sh -p
# ./ql-hba-info.sh --parameters
To display statistics of host 8, enter the following command:
# ./ql-hba-info.sh -s 8
To display statistics of all host, enter the following command:
# ./ql-hba-info.sh --statistics --all