Example 6-5 Sample hpia64imfo Utility Output
Format: 1
MP Version: F.01.55
MP Lan Status: Enabled
MP Host Name: superbird
MP IP Address: 16.89.144.239
MP Netmask: 255.255.252.0
MP Gateway: 16.89.144.1
MP MAC Address: 00-14-C2-9C-07-6C
Asset Tag: hello world
BMC Version: 05.07
SFW Version: 01.31
EFI Version: 05.37
hplpcfg
Synopsis
hplpcfg /se <filename> | /le <filename>
Description
The hplpcfg utility enables or disables the EFI or BIOS boot setting on Emulex 2G or 4G Fibre
Channel Host Bus Adapter (FC HBA).
Table 6-15 hplpcfg Options
DescriptionOptions
Saves the HBA configuration to filename.
/se <filename>
Loads the HBA configuration from filename.
/le <filename>
Format
The configuration file for EFI boot setting has the following format:
[HBA0] ; section for each HBA
WWID=11223344 ; read-only variable
HostAdapterBiosEnable=1 ; input or current value when read from HBA
SelectBootEnable=1 ; input or current value when read from HBA
BootDeviceWWID=22334455 ; input or current value when read from HBA
BootDeviceLUN[0]=1111 ; input – default LUN; or current value when read from HBA
The text file can be edited to insert the WWID of the boot volume and the LUN number that the
HBA will boot from. The tool discovers the WWID of the HBA and writes the information to the
text file. The text file will present the options in human readable format. The tool will update
the hardware with the boot volume WWID and boot LUN read from the text file.
Examples
SSTK-v.3.2# ./hplpcfg /se h.ini
SSTK-v.3.2# cat h.ini
[HBA0]
WWID=10000000c94ab9de
HostAdapterBiosEnable=1
SelectBootEnable=1
BootDeviceWWID=50060e801439c901
BootDeviceLUN[0]=1
hpqlarep
Synopsis
hpqlarep /s <filename> | /l <filename>
hplpcfg 71