The values for these parameters are obtained from the directory administrator. Directory User Contexts are limited to 128 characters each.

MOD_DIR_CONFIG runtime errors

The possible MOD_DIR_CONFIG error messages include:

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

User does not have correct privilege for action. CONFIG_ILO_PRIV required.

SERVER_INFO

The SERVER_INFO command tells the firmware that the configuration of the RILOE II is about to be changed.

Example:

<SERVER_INFO MODE="read">

……… SERVER_INFO commands ………

</SERVER_INFO>

SERVER_INFO Parameter

MODE is a specific string parameter that has a maximum length of 10 characters. It tells the RILOE II what you intend to do with the server information. Valid arguments are "read" and "write." If the parameter is open in write mode, then both reading and writing are enabled. If it is open in read mode, the user cannot perform any server actions. If this parameter is not specified, "read" is assumed.

SERVER_INFO Runtime Error

A possible SERVER_INFO error is: Mode parameter must not be blank.

RESET_SERVER

The RESET_SERVER command will force a warm boot of the server, if the server is currently on. For this command to parse correctly, the RESET_SERVER command must appear within a SERVER_INFO command block, and SERVER_INFO MODE must be set to write. The user must have the virtual power and reset privilege to execute this command.

Example:

<RIBCL VERSION="2.0">

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

<SERVER_INFO MODE="write">

<RESET_SERVER/>

</SERVER_INFO>

</LOGIN>

</RIBCL>

RESET_SERVER errors

The possible RESET_SERVER error messages include:

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

Server is currently powered off.

User does NOT have correct privilege for action. RESET_SERVER_PRIV required.

Scripting, command line, and utility options 163