Previous Topic

Next Topic

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>