iLO 2 Scripting and Command Line Guide
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.
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
A 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
with 30 seconds power on delay.
-->
<SERVER_AUTO_PWR VALUE="30" />
</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 or write.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<GET UID_STATUS />
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_UID_STATUS parameters
None
150 Using RIBCL










