The SERVER_AUTO_PWR command is used to set the automatic power on and power on delay settings of the server.
This command is supported by iLO 2 firmware version 1.20 or later. It is not supported by iLO firmware or RILOE II.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SERVER_INFO MODE="write">
<!-- Enable automatic power on with 30 seconds delay -->
<SERVER_AUTO_PWR VALUE="30" />
</SERVER_INFO>
</LOGIN>
</RIBCL>