HP iLO 3 Scripting and Command Line Guide
GET_POWER_READINGS parameters
None
GET_POWER_READINGS return messages
Two types of responses are available from the GET_POWER_READINGS command, depending
on whether or not an advanced license is applied.
If an advanced license is not applied, a typical response is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_POWER_READINGS>
<PRESENT_POWER_READING VALUE="275" UNIT="Watts"/>
</GET_POWER_READINGS>
</RIBCL>
If an advanced license is applied, a typical response is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_POWER_READINGS>
<PRESENT_POWER_READING VALUE="275" UNIT="Watts"/>
<AVERAGE_POWER_READING VALUE="278" UNIT="Watts"/>
<MAXIMUM_POWER_READING VALUE="283" UNIT="Watts"/>
<MINIMUM_POWER_READING VALUE="270" UNIT="Watts"/>
</GET_POWER_READINGS>
</RIBCL>
GET_PWREG
The GET_PWREG command gets the power alert threshold for iLO 3 devices. For this command
to parse correctly, the GET_PWREG command must appear within a SERVER_INFO command
block, and SERVER_INFO MODE can be set to read. You must purchase the iLO Advanced license
to enable this feature.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_PWREG/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_PWREG parameters
None
GET_PWREG return messages
A GET_PWREG return message includes:
<RESPONSE STATUS="0x0000" MSG="No Errors"/>
<GET_PWREG USER_NAME="Admin User" USER_LOGIN= "username"
SERVER_INFO 131










