HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

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.
RESET_SERVER parameters
None
PRESS_PWR_BTN
This PRESS_PWR_BTN command is used to simulate a physical press of the server power button.
For this command to parse correctly, the PRESS_PWR_BTN 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">
<PRESS_PWR_BTN/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
PRESS_PWR_BTN parameters
There are no parameters for this command.
PRESS_PWR_BTN runtime errors
The possible error messages include:
Server information is open for read-only access. Write access is required for this operation.
User does not have correct privilege for action. RESET_SERVER_PRIV required.
HOLD_PWR_BTN
This HOLD_PWR_BTN command is used to simulate a physical press and hold of the server power
button. For this command to parse correctly, the HOLD_PWR_BTN command must appear within
SERVER_INFO 141