HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide
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 2. When this command is received, iLO 2 generates
a certificate signing request. The request is returned to the user enclosed in a
CERTIFICATE_SIGNING_REQUEST tag. This command requires CPQLOCFG version 2.26 or later.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN = "adminname" PASSWORD = "password">
<RIB_INFO MODE = "write">
<CERTIFICATE_SIGNING_REQUEST/>
</RIB_INFO>
</LOGIN>
</RIBCL>
CERTIFICATE_SIGNING_REQUEST parameters
There are no parameters for this command.
CERTIFICATE_SIGNING_REQUEST errors
• Certificate request generation will be available after iLO 2
completes generating SSL keys. Close all active Remote Console
sessions and try again later (around 2 minutes for 1024 bit keys
and 10 minutes for 2048 bit keys).
CSR_CERT_SETTINGS
This command sets the certificate settings, which is used when iLO2 generates the CSR. Users can
choose between a custom subject name, or request the iLO2 to use stored default values. Users
can also set either to use 2048-bit or 1024-bit private key length. When this command is received,
user issued certificate settings are stored in the NVRAM memory of iLO 2.This command requires
CPQLOCFG version 2.26 or later.
Example 1 (set default CSR settings):
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<CSR_CERT_SETTINGS>
<CSR_USE_CERT_CUSTOM_SUBJECT VALUE = "No"/>
<CSR_USE_CERT_2048PKEY VALUE = "Yes" />
<CSR_USE_CERT_FQDN VALUE = "Yes" />
</CSR_CERT_SETTINGS>
</RIB_INFO>
</LOGIN>
</RIBCL>
Example 2 (set custom CSR settings):
RIB_INFO 107










