Previous Topic

Next Topic

RIB_INFO

The RIB_INFO command can only appear within a LOGIN command block. When the command is parsed, it reads the iLO 3 configuration information database into memory and prepares to edit it. Only commands that are RIB_INFO type commands are valid inside the RIB_INFO command block. The RIB_INFO command generates a response that indicates to the host application whether the database was successfully read or not. If the database is open for writing by another application, then this call will fail.

RIB_INFO requires the MODE parameter with a value of read or write. MODE is a specific string parameter with a maximum length of 10 characters that specifies what you intend to do with the information.

Write mode enables both reading and writing of iLO 3 information. Read mode prevents modification of the iLO 3 information.

Example:

<RIB_INFO MODE="write">

……… RIB_INFO commands ……

</RIB_INFO>

Clear iLO 3 event log example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<RIB_INFO MODE="write">

<CLEAR_EVENTLOG/>

</RIB_INFO>

</LOGIN>

</RIBCL>