HP iLO 3 Scripting and Command Line Guide
GET_SERVER_POWER_ON_TIME parameters
None.
GET_SERVER_POWER_ON_TIME return message
A possible GET_SERVER_POWER_ON_TIME return is:
<SERVER_POWER_ON_MINUTES VALUE="33815" />
CLEAR_SERVER_POWER_ON_TIME
The CLEAR_SERVER_POWER_ON_TIME command is used to clear the virtual clock counter without
power-cycling the server. For this command to parse correctly, the
CLEAR_SERVER_POWER_ON_TIME command must appear within a SERVER_INFO command
block, and SERVER_INFO MODE must be set to write.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SERVER_INFO MODE="write">
<CLEAR_SERVER_POWER_ON_TIME />
</SERVER_INFO>
</LOGIN>
</RIBCL>
CLEAR_SERVER_POWER_ON_TIME parameters
None.
CLEAR_SERVER_POWER_ON_TIME return message
None.
NOTE: To verify the command, use the GET_SERVER_POWER_ON_TIME comand and verify it
returns the following message:
<SERVER_POWER_ON_MINUTES VALUE="0" />
SSO_INFO
The SSO_INFO MODE command can only appear within a LOGIN command block. Only
commands that are SSO_INFO MODE-type commands are valid inside the SSO_INFO MODE
command block.
SSO_INFO MODE requires the MODE parameter with a value of read or write. MODE is a specific
string parameter with a maximum length of 10 characters that specifies what you intend to do with
the information.
Write mode enables both reading and writing of iLO information. Read mode prevents modification
of the iLO information. You must have the Configure iLO Settings privilege to execute this command.
For example:
<SSO_INFO MODE="write">
……… SSO_INFO commands ………
</SSO_INFO>
Deleting a SSO HP SIM Server Record by index number example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SSO_INFO MODE="write">
<DELETE_SERVER INDEX="6" />
144 RIBCL XML Scripting Language










