The qaucli utility configures Fibre Host Bus Adapters (HBAs).
You can also download this utility from QLogic at http://www.qlogic.com. For additional information about the qaucli utility, refer to the 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 |
---|---|
qaucli.exe -pr fc -e view |
Displays the current boot device information on all HBAs. |
qaucli.exe -pr fc e E0-FF-EE-DE-CD-34-56-30 E0-00-ED-DE-CD-34-56-30 E0-10-ED-DE-CD-34-56-30 1 prim |
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. |
qaucli.exe -pr fc e E0-FF-EE-DE-CD-34-56-30 view |
Displays the current boot setting information for HBA port E0-FF-EE-DE-CD-34-56-30. |
qaucli.exe -pr fc e E0-FF-EE-DE-CD-34-56-30 disable prim |
Clears the selected boot device setting on HBA port E0-FF-EE-DE-CD-34-56-30. |
qaucli.exe -pr fc l 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. |