HP iLO 3 Scripting and Command Line Guide

SERVER_AUTO_PWR runtime errors
The possible errors include:
User does not have correct privilege for action. Configure iLO
privilege is required
SERVER_INFO mode is not WRITE
The value specified for SERVER_AUTO_PWR is invalid or not accepted
on blades
GET_SERVER_AUTO_PWR
The GET_SERVER_AUTO_PWR command is used to get the automatic power on and power on
delay settings of the server.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_SERVER_AUTO_PWR />
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_SERVER_AUTO_PWR parameters
None
GET_SERVER_AUTO_PWR return message
Possible GET_SERVER_AUTO_PWR return is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_SERVER_AUTO_PWR>
<!--
Automatically Power On Server is enabled to power-on.
Power On Delay is random.
-->
<SERVER_AUTO_PWR VALUE="ON" />
</GET_SERVER_AUTO_PWR>
</RIBCL>
GET_UID_STATUS
The GET_UID_STATUS command requests the state of the server UID. For this command to parse
correctly, the GET_UID_STATUS command must appear within a SERVER_INFO command block.
You can set SERVER_INFO MODE to read.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET UID_STATUS />
SERVER_INFO 141