HP iLO 3 Scripting and Command Line Guide
RESET_SERVER error messages
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
The PRESS_PWR_BTN command is used to simulate a physical press (or press and hold) 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.
For 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
None
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
The 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
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.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<HOLD_PWR_BTN TOGGLE="YES"/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
138 RIBCL XML Scripting Language










