HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide
>
• <GET_HOST_POWER_SAVER
HOST POWER_SAVER=
"AUTO"
/
>
SET_HOST_POWER_SAVER
The SET_HOST_POWER_SAVER command is used to set the Power Regulator Setting for the server
processor. For this command to parse correctly, the SET_HOST_POWER_SAVER command must
appear within a SERVER_INFO command block, and SERVER_INFO MODE must be set to write.
The user must have the virtual power and reset privilege to execute this command.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<SET_HOST_POWER_SAVER HOST_POWER_SAVER="1"/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
SET_HOST_POWER_SAVER parameters
The HOST_POWER_SAVER command controls the Dynamic Power Saver feature of the server
processor if the feature is supported. The possible values are:
• 1 – Operating system control mode
• 2 – HP Static Low Power mode
• 3 – HP Dynamic Power Savings mode
• 4 – HP Static High Performance mode
SET_HOST_POWER_SAVER runtime errors
The possible SET_HOST_POWER error messages include:
• Server information is open for read-only access. Write access is required for this operation.
• Power Regulator feature is not supported on this server.
• User does not have correct privilege for action. RESET_SERVER_PRIV required.
GET_HOST_POWER_REG_INFO
The GET_HOST_POWER_REG_INFO command requests iLO 2 power regulator information. For
this command to parse correctly, the GET_HOST_POWER_REG_INFO command must appear
within a SERVER_INFO command block, and SERVER_INFO_MODE must be set to read.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_HOST_POWER_REG_INFO/>
</SERVER_INFO>
</LOGIN>
132 Using RIBCL










