Lo100cfg return codes, Lo100cfg command file contents – HP SmartStart-Software User Manual
Page 60

Toolkit utilities 60
Command-line argument
Description
-s
This argument captures the current status and outputs it to the console.
-h
The argument lists basic command line arguments and supported XML
tags.
-i "file.xml"
This argument loads and runs the given XML configuration file.
-o "file.xml"
This argument loads and runs the given XML configuration file.
LO100CFG return codes
Value
Meaning
0
All operations succeeded.
1
Operation was successful, but a minor error was found in the input XML or system
settings.
2
XML failed validity tests.
3
Field in the XML file has invalid values. Valid fields still applied.
4
System is unsupported or is not running IPMI drivers.
5
One or more of the requested update failed. See the console output. The system might
be in an inconsistent state.
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>