HP iLO 3 Scripting and Command Line Guide
</SERVER_INFO>
</LOGIN>
</RIBCL>
WARM_BOOT_SERVER parameters
None
WARM_BOOT_SERVER runtime errors
Possible error messages include:
• Server information is open for read-only access. Write access is
required for this operation.
• Host power is already OFF.
• User does not have correct privilege for action. RESET_SERVER_PRIV
required.
SERVER_AUTO_PWR
The SERVER_AUTO_PWR command is used to set the automatic power on and power on delay
settings. Any power delays set using this command are invoked after iLO is running.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SERVER_INFO MODE="write">
<!-- Enable automatic power on -->
<SERVER_AUTO_PWR VALUE="On"/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
NOTE: Enabling a power on delay using the SERVER_AUTO_PWR command requires you to
run the script twice. First, run the script and set the SERVER_AUTO_PWR value to On. Next, run
the script with a value of 15, 30, 45, 60 to set up the power on delay.
SERVER_AUTO_PWR parameters
The available values for the VALUE parameter are:
• Yes—Enables automatic power on (APO) with a minimum delay.
• No—APO restores last power state.
• 15, 30, 45, 60—Sets APO delay time in seconds.
• Random—Sets an APO random delay of up to 2 minutes.
• On—APO always powers on.
• Off—APO restores last power state.
• Restore—APO restores last power state.
140 RIBCL XML Scripting Language










