HP iLO 3 Scripting and Command Line Guide

VSP_LOG_ENABLE—Determines whether the virtual serial port output from the server is captured.
Valid values are Y (enabled) or N (disabled). The parameter is not case sensitive.
PROPAGATE_TIME_TO_HOST—Determines whether iLO sets the system host time to match the iLO
time. Valid values are Y (enabled) or N (disabled). If enabled, the propagation time set occurs
whenever the iLO is cold-booted. The parameter is not case sensitive.
MOD_GLOBAL_SETTINGS runtime errors
Possible MOD_GLOBAL_SETTINGS error messages include:
RIB information is open for read-only access. Write access is
required for this operation.
User does not have correct privilege for action. CONFIG_ILO_PRIV
required.
Unrecognized keyboard model.
iLO may not be disabled on this server. This message is sent if
ILO_FUNCT_ENABLED is set to No and the system is a blade.
BROWNOUT_RECOVERY
The BROWNOUT_RECOVERY command turns the brownout recovery feature on or off. For this
command to parse correctly, it must appear within a RIB_INFO command block, and must appear
within a MOD_GLOBAL_SETTINGS command block. RIB_INFO MODE must be set to write. This
command requires HPQLOCFG.EXE version 1.00 or later. This command requires the iLO 3
firmware version to be v1.25 or later. The user must have the Configure iLO Settings privilege to
execute this command.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<RIB_INFO MODE="write">
<MOD_GLOBAL_SETTINGS>
<BROWNOUT_RECOVERY VALUE="Yes"/>
</MOD_GLOBAL_SETTINGS>
</RIB_INFO>
</LOGIN>
</RIBCL>
BROWNOUT_RECOVERY parameters
<BROWNOUT_RECOVERY VALUE="No"/>—Disables brownout recovery
<BROWNOUT_RECOVERY VALUE="Yes"/>—Enables brownout recovery
BROWNOUT_RECOVERY runtime errors
None
GET_SNMP_IM_SETTINGS
The GET_SNMP_IM_SETTINGS command requests the respective iLO SNMP IM settings. For this
command to parse correctly, the GET_SNMP_IM_SETTINGS command must appear within a
RIB_INFO command block, and RIB_INFO MODE can be set to read or write.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_SNMP_IM_SETTINGS/>
88 RIBCL XML Scripting Language