302 User Guide Integrated Lights-Out

UPDATE_RIB_FIRMWARE

The UPDATE_RIB_FIRMWARE command copies a specified file to iLO, starts the upgrade process and reboots the board after the image has been successfully flashed. For this command to parse correctly, the command must appear within a RIB_INFO command block, and RIB_INFO MODE must be set to write. The user must have the configure iLO privilege to execute this command.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password"> <RIB_INFO MODE="write">

<UPDATE_RIB_FIRMWARE IMAGE_LOCATION="C:\ILO140.BIN"/> </RIB_INFO>

</LOGIN>

</RIBCL>

UPDATE_RIB_FIRMWARE Parameters

IMAGE_LOCATION takes the full path file name of the firmware upgrade file.

UPDATE_RIB_FIRMWARE Runtime Errors

The possible UPDATE_RIB_FIRMWARE error messages include:

RIB information is open for read-only access. Write access is required for this operation.

Unable to open the firmware image update file.

Unable to read the firmware image update file.

The firmware upgrade file size is too big.

The firmware image file is not valid.

A valid firmware image has not been loaded.

The flash process could not be started.

IMAGE_LOCATION must not be blank.