Remote Insight Command Language 323

WARM_BOOT_SERVER

This WARM_BOOT_SERVER command is used to warm boot a server. For this command to parse correctly, the WARM_BOOT_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">

<WARM_BOOT_SERVER/> </SERVER_INFO>

</LOGIN>

</RIBCL>

WARM_BOOT_SERVER Parameters

There are no parameters for this command.

WARM_BOOT_SERVER Runtime Errors

The possible error messages include:

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

Host power is already OFF.

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

GET_UID_STATUS

The UID_STATUS command requests the state of the server UID. For this command to parse correctly, the UID_STATUS command must appear within a SERVER_INFO command block, and SEVER_INFO MODE can be set to read or write.