You can use the QAUCLI utility to configure Fibre Host Bus Adapters (HBAs). The ServerGuide Scripting Toolkit, Windows Edition includes both 32-bit and 64-bit versions of this utility.
You can download this utility from QLogic at http://www.qlogic.com. You can also view the QAUCLI documentation in the sgdeploy\SGTKWinPE\Docs\qaucli directory.
Command | Description |
---|---|
qaucli.exe -pr fc –e (view | ?) | Shows the current boot device information on all HBAs. |
qaucli.exe -pr fc -e (hba_instance | hba_wwpn target_wwnn target_wwpn lun_id [prim | alt1 | alt2 | alt3]) | Configures the operating system to boot from
a particular target.
|
qaucli.exe -pr fc -e (hba_instance | hba_wwpn) (view | ?) | Shows the current boot device information for the specified HBA port. |
qaucli.exe -pr fc -e (hba_instance | hba_wwpn) (enable | 0 0 0) | Configures the operating system to boot from the first target found by the BIOS. The default LUN is 0. |
qaucli.exe -pr fc -e (hba_instance | hba_wwpn) disable [prim | alt1 | alt2 | alt3] | Clears the selected boot device settings on the indicated HBA port. |
qaucli.exe -pr fc -l (hba_instance | hba_wwpn) | Displays information about the LUNs attached to the specified HBA port. |
Example | Description |
---|---|
|
Displays the current boot device information on all HBAs. |
|
Configures HBA E0-FF-EE-DE-CD-34-56-30 E0-00-ED-DE-CD-34-56-30 E0-10-ED-DE-CD-34-56-30 to boot from the primary target. |
|
Displays the current boot setting information for HBA port E0-FF-EE-DE-CD-34-56-30. |
|
Clears the selected boot device setting on HBA port E0-FF-EE-DE-CD-34-56-30. |
|
Displays information about the LUNs attached to HBA port E0-FF-EE-DE-CD-34-56-30. |