iLO 2 Scripting and Command Line Guide
</RIBCL>
GET_HOST_POWER_REG_INFO parameters
None
GET_HOST_POWER_REG_INFO runtime errors
GET_HOST_POWER_REG_INFO returns a runtime error if an iLO 2 Advanced License is not found.
For example:
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0043"
MESSAGE='This feature requires an advanced license'
/>
</RIBCL>
GET_HOST_POWER_REG_INFO return messages
The GET_HOST_POWER_REG_INFO command returns all data available at the time of the request.
If the request occurs within the first five minutes of a system or iLO 2 reset or power cycle, only a
limited amount of data is available.
A possible GET_HOST_POWER_REG_INFO return message within the five minutes of a system or
iLO 2 reset or power cycle is:
<GET_HOST_POWER_REG_INFO>
<NumberProcessors>0</NumberProcessors>
<NumberPstates>0</NumberPstates>
</GET_HOST_POWER_REG_INFO>
A possible GET_HOST_POWER_REG_INFO return message when all data is available is:
<GET_HOST_POWER_REG_INFO>
<NumberProcessors>2</NumberProcessors>
<NumberPstates>3</NumberPstates>
<Processor0>
<CurrentPstate>2</CurrentPstate>
<Pstate0>
<TotalAverage>34.3</TotalAverage>
</Pstate0>
<Pstate1>
<TotalAverage>0</TotalAverage>
</Pstate1>
<Pstate2>
<TotalAverage>65.7</TotalAverage>
</Pstate2>
<Pstate3>
<TotalAverage>0</TotalAverage>
</Pstate3>
......
<Pstate7>
<TotalAverage>0</TotalAverage>
</Pstate7>
</Processor0>
<Processor1>
SERVER_INFO 139










