HP (Hewlett-Packard) HP Integrated Lights-Out Network Card User Manual


 
252 User Guide Integrated Lights-Out
RIBCL XML Commands for CPQLODOS
CPQLODOS uses the same RIBCL XML commands as CPQLOCFG for the
<MOD_NETWORK_SETTINGS>, and the <MOD_DIR_CONFIG> XML
scripting language blocks. Only those parameters unique to CPQLODOS are
discussed. For more information on <MOD_NETWORK_SETTINGS>, and
<MOD_DIR_CONFIG> refer to:
MOD_NETWORK_SETTINGS (on page 289
)
MOD_DIR_CONFIG
The following XML blocks are unique to CPQLODOS:
CPQLODOS (on page 252
)
ADD_USER
SET_LICENSE (on page 254)
CPQLODOS
This command is used to start and end a CPQLODOS session. It can be used
only once in a script, and it must be the first and last statement in an XML script.
Example:
<CPQLODOS VERSION="2.0">
</CPQLODOS>
CPQLODOS Parameter
VERSION is a numeric string that indicates the version of CPQLODOS
necessary to process this script. The VERSION string is compared to the version
that CPQLODOS can process. An error is returned if the version of CPQLODOS
and the version of the script do not match. The VERSION parameter can never
be blank.
CPQLODOS Runtime Error
The possible CPQLODOS error messages include Version must not be
blank.