HP iLO 4 Scripting and Command Line Guide
Possible MOD_GLOBAL_SETTINGS warning messages include:
• SNMP_ACCESS is disabled, SNMP_PORT and SNMP_TRAP_PORT will not be
changed.
• SNMP_ACCESS is being disabled, SNMP_PORT and SNMP_TRAP_PORT will
not be changed.
• SNMP_ACCESS is disabled, SNMP_PORT and SNMP_TRAP_PORT will not be
changed.
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. 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/>
</RIB_INFO>
</LOGIN>
</RIBCL>
GET_SNMP_IM_SETTINGS parameters
None
GET_SNMP_IM_SETTINGS runtime errors
None
RIB_INFO 101










