Installation guide

106
EMC Fibre Channel with Emulex HBAs for the Linux v2.6.x Kernel Environment and the v8.x-Series Driver
Additional Notes
Adapter information for RHEL5 and SLES10
QLogic fully supports upstream driver using sysfs start from RHEL5
and SLES10. 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