HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

SERVER_NAME runtime errors
If the configure iLO settings privilege is absent, a runtime error is returned.
If SERVER_INFO is not opened for write, a runtime error is returned.
GET_EMBEDDED_HEALTH
GET_EMBEDDED_HEALTH command is used to retrieve health information of the server. For this
command to parse correctly, the GET_EMBEDDED_HEALTH command must appear within a
SERVER_INFO command block. You can set SERVER_INFO MODE to read or write.
Example:
<RIBCL VERSION="2.21">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_EMBEDDED_HEALTH />
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_EMBEDDED_HEALTH parameters
None
GET_EMBEDDED_HEALTH return messages
A possible GET_EMBEDDED_HEALTH_DATA return message is:
IP Address is: 16.100.000.192
cpqlocfg.exe: Receiving (116):
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
</RIBCL>
cpqlocfg.exe: Receiving (116):
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_EMBEDDED_HEALTH_DATA>
<FANS>
<FAN>
<LABEL VALUE = "Fan Block 1"/>
<ZONE VALUE = "Power Supply"/>
<STATUS VALUE = "Ok"/>
<SPEED VALUE = "25" UNIT="Percentage"/>
</FAN>
<FAN>
SERVER_INFO 127