HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide
SET_ONE_TIME_BOOT
The SET_ONE_TIME_BOOT command temporarily adapts the boot process for one cycle. Once
the script runs successfully, the host boots once to the device specified. This command must appear
within a SERVER_INFO element, and SERVER_INFO must be set to write. The parameter in the
command is mandatory.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN=" adminname" PASSWORD=" password">
<SERVER_INFO MODE="write">
<SET_ONE_TIME_BOOT value = "FLOPPY" />
</SERVER_INFO>
</LOGIN>
</RIBCL>
SET_ONE_TIME_BOOT parameters
This value specifies the boot option parameter. The possible values are CDROM, FLOPPY, HDD
or NETWORK.
SET_ONE_TIME_BOOT runtime errors
The possible runtime errors are:
• Server information is open for read-only access. Write access is
required for this operation.
• User does not have correct privilege for action. RESET_SERVER_PRIV
required.
• An invalid device option has been given.
SET_ONE_TIME_BOOT return messages
The return message displays the one time boot status of the host.
A possible SET_ONE_TIME_BOOT return is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
</RIBCL>
GET_PERSISTENT_BOOT
The GET_PERSISTENT_BOOT command returns the current boot order settings. This command must
appear within a SERVER_INFO element and SERVER_INFO must be set to read.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN=" adminname" PASSWORD=" password">
<SERVER_INFO MODE="read">
<GET_PERSISTENT_BOOT/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
SERVER_INFO 137










