Remote Insight Command Language 321
PRESS_PWR_BTN Runtime Errors
The possible error messages include:
•Server information is open for
•User does not have correct privilege for action. RESET_SERVER_PRIV required.
HOLD_PWR_BTN
This HOLD_PWR_BTN command is used to hold 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.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password"> <SERVER_INFO MODE="write">
<HOLD_PWR_BTN/> </SERVER_INFO>
</LOGIN>
</RIBCL>
HOLD_PWR_BTN Parameters
There are no parameters for this command.
HOLD_PWR_BTN Runtime Errors
The possible error messages include:
•Server information is open for