HP ProLiant SL2500 HP Scripting Toolkit 9.60 for Windows User Guide - Page 48

LO100CFG command-file contents, Using HPQLAREP, HPQLAREP command-line syntax

Page 48 highlights

Value 102 103 104 Meaning Field in the XML file has invalid values. Valid fields still applied. The Lights Out 100 returned a code the application did not expect. See console output for code returned from the LO100 processor. System is unsupported or is not running IPMI drivers. NOTE: Return codes of 100 or higher are returned from the LO100 processor. LO100CFG command-file contents A typical data file generated by LO100CFG is similar to the following: To disable the shared NIC configuration and make the Lights-Out 100 NIC dedicated, enter the following in your data file: Using HPQLAREP You must edit the text file to insert the WWID of the boot volume and the LUN number that they will boot from. The hpqlarep utility discovers the WWID of the HBA in the server blade and writes the information in the text file. The text file presents the options in human readable format. The hpqlarep utility updates the hardware with the boot volume WWID and boot LUN read from the text file. HPQLAREP command-line syntax hpqlarep -s filename hpqlarep -l filename [HBA0] WWID=11223344 HostAdapterBiosEnable=1 SelectBootEnable=1 BootDeviceWWID=22334455 BootDeviceLUN[0]=1111 48 Scripting Toolkit utilities

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62

Meaning
Value
Field in the XML file has invalid values. Valid fields still
applied.
102
The Lights Out 100 returned a code the application did
not expect. See console output for code returned from the
LO100 processor.
103
System is unsupported or is not running IPMI drivers.
104
NOTE:
Return codes of 100 or higher are returned from the LO100 processor.
LO100CFG command-file contents
A typical data file generated by LO100CFG is similar to the following:
<lo100cfg>
<serial_port mode="dedicated" />
<nic mode="dhcp">
<ipv4 address="10.10.10.18" mask="255.255.252.0" gateway="10.10.10.1" />
<firewall http_active="yes" ping_active="yes" telnet_active="yes" />
</nic>
<users>
<user id="1" name="" privilege_level="user" />
<user id="2" name="operator" privilege_level="operator" />
<user id="3" name="admin" privilege_level="admin" />
<user id="4" name="oem" privilege_level="oem" />
</users>
</lo100cfg>
To disable the shared NIC configuration and make the Lights-Out 100 NIC dedicated, enter the
following in your data file:
<lo100cfg>
<nic type="dedicated" />
</lo100cfg>
Using HPQLAREP
You must edit the text file to insert the WWID of the boot volume and the LUN number that they
will boot from. The
hpqlarep
utility discovers the WWID of the HBA in the server blade and
writes the information in the text file. The text file presents the options in human readable format.
The
hpqlarep
utility updates the hardware with the boot volume WWID and boot LUN read from
the text file.
HPQLAREP command-line syntax
hpqlarep
s filename hpqlarep
l filename
[HBA0] WWID=11223344 HostAdapterBiosEnable=1 SelectBootEnable=1
BootDeviceWWID=22334455 BootDeviceLUN[0]=1111
48
Scripting Toolkit utilities