Mod_global_settings runtime errors, Clear_eventlog, Clear_eventlog parameters – HP Remote Insight Lights-Out Edition II Board User Manual

Page 156: Clear_eventlog runtime errors, Update_rib_firmware

Advertising
background image

Scripting, command line, and utility options 156

Each value indicates the level of data returned to an Systems Insight Manager request.

MOD_GLOBAL_SETTINGS runtime errors

The possible MOD_GLOBAL_SETTINGS error messages include:

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

The remote console port status value specified is invalid. It needs to be either 0, 1, 2, or 3.

Invalid SSL Encryption Strength specified. The valid values are 40 and 128.

User does not have correct privilege for action.

Logged-in user does not have required privilege for this command.

CLEAR_EVENTLOG

The CLEAR_EVENTLOG command clears the RILOE II Event Log. The CLEAR_EVENTLOG command must
be displayed within a RIB_INFO block, and RIB_INFO must be in write mode. To clear the event log, the
user must be logged in with the configure RILOE privilege.

Example:

<RIBCL VERSION="2.0">

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

<RIB_INFO MODE="write">

<CLEAR_EVENTLOG/>

</RIB_INFO>

</LOGIN>

</RIBCL>

CLEAR_EVENTLOG Parameters

There are no parameters for this command.

CLEAR_EVENTLOG Runtime Errors

The possible CLEAR_EVENTLOG error messages are:

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

User does not have correct privilege for action.

Logged-in user does not have required privilege for this command.

UPDATE_RIB_FIRMWARE

The UPDATE_RIB_FIRMWARE command copies a specified file to RILOE II, 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 RILOE II 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"/>

Advertising