HP iLO 3 Scripting and Command Line Guide

RESET_RIB
The RESET_RIB command is used to reset iLO. For this command to parse correctly, the command
must appear within a RIB_INFO command block, and RIB_INFO MODE can be set to read or
write. The user must have the Configure iLO Settings privilege to execute this command.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="Password">
<RIB_INFO MODE = "write">
<RESET_RIB/>
</RIB_INFO>
</LOGIN>
</RIBCL>
RESET_RIB parameters
None
RESET_RIB runtime errors
The possible RESET_RIB error message include:
User does not have correct privilege for action. CONFIG_ILO_PRIV
required.
GET_EVENT_LOG
The GET_EVENT_LOG command retrieves the iLO Event Log or the Integrated Management log,
depending on the context of the command. For this command to parse correctly, the command
must appear within a RIB_INFO or SERVER_INFO command block. To retrieve the iLO Event Log,
use the RIB_INFO command block. To retrieve the Integrated Management log use, the
SERVER_INFO command block.
For example:
iLO Event Log example:
<RIBCL version="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="READ">
<GET_EVENT_LOG />
</RIB_INFO>
</LOGIN>
</RIBCL>
Integrated Management log example:
<RIBCL version="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="READ">
<GET_EVENT_LOG />
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_EVENT_LOG parameters
None
72 RIBCL XML Scripting Language