HP iLO 4 Scripting and Command Line Guide
VM_BOOT_OPTION to CONNECT, the VM_GET_STATUS command shows the
VM_BOOT_OPTION as BOOT_ALWAYS. This is by design and shows that the Virtual Media
device is connected like the Virtual Media device in the applet which is always connected
during all server boots.
• DISCONNECT sets the VM_BOOT_OPTION to DISCONNECT. The Virtual Media device is
immediately disconnected from the server. Setting the VM_BOOT_OPTION to DISCONNECT
is equivalent to clicking the device Disconnect button on the Virtual Media Applet. Additionally,
setting the VM_BOOT_OPTION to DISCONNECT is equivalent to issuing the
EJECT_VIRTUAL_MEDIA command. When the VM_BOOT_OPTION is set to DISCONNECT,
the Virtual Media device does not connect and the following Virtual Media device settings
are reset to their default values:
◦ BOOT_OPTION = NO_BOOT
◦ IMAGE_INSERTED = NO
VM_WRITE_PROTECT sets the write protect flag value for the Virtual Floppy. This value is not
significant for the Virtual Media CD-ROM. The possible values are Y or N.
SET_VM_STATUS runtime errors
The possible runtime errors are:
• RIB information is open for read-only access. Write access is
required for this operation.
• User does not have correct privilege for action. VIRTUAL_MEDIA_PRIV
required.
• An invalid Virtual Media option has been given.
CERTIFICATE_SIGNING_REQUEST
This command requests a certificate from iLO. When this command is received, iLO generates a
certificate signing request. The request is returned to the user enclosed in a
CERTIFICATE_SIGNING_REQUEST tag. This command requires HPQLOCFG.EXE version 1.00 or
later.
You can choose the default, or custom script.
The default response is:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN = "adminname" PASSWORD = "password">
<RIB_INFO MODE = "write">
<CERTIFICATE_SIGNING_REQUEST/>
</RIB_INFO>
</LOGIN>
</RIBCL>
The custom response is:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<!-- Default -->
<!-- <CERTIFICATE_SIGNING_REQUEST/> -->
<!-- Custom CSR -->
<CERTIFICATE_SIGNING_REQUEST>
<CSR_STATE VALUE =""/>
<CSR_COUNTRY VALUE ="US"/>
<CSR_LOCALITY VALUE ="Houston"/>
<CSR_ORGANIZATION VALUE ="Hewlett-Packard Company"/>
RIB_INFO 115










