HP iLO 4 Scripting and Command Line Guide
FIPS_ENABLE runtime errors
When running the FIPS_ENABLE command, FIPS status is checked. If FIPS is already enabled, the
following message appears:
FIPS is already enabled.
GET_FIPS_STATUS
Use this script to retrieve the current Enforce AES/3DES Encryption status, in iLO 4 v1.20 or later.
Use HPQLOCFG.EXE version 1.00 or later with this command. Replace USER_LOGIN and
PASSWORD values with values that are appropriate for your environment.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<GET_FIPS_STATUS/>
</RIB_INFO>
</LOGIN>
</RIBCL>
GET_FIPS_STATUS parameters
None
GET_FIPS_STATUS runtime errors
None
GET_FIPS_STATUS return messages
A possible GET_FIPS_STATUS return message is:
<GET_FIPS_STATUS>
<FIPS_MODE VALUE="Disabled"/>
</GET_FIPS_STATUS>
The value for FIPS_MODE can be “Enabled” or “Disabled”.
GET_ALL_LICENSES
Use the GET_ALL_LICENSES command to retrieve license type, key, installation date, and class in
iLO 4 v1.20 or later. Use HPQLOCFG.EXE version 1.00 or later with this command. Replace
USER_LOGIN and PASSWORD values with values that are appropriate for your environment.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_ALL_LICENSES/>
</RIB_INFO>
</LOGIN>
</RIBCL>
GET_ALL_LICENSES parameters
None
GET_ALL_LICENSES runtime errors
None
GET_ALL_LICENSES return messages
A possible GET_ALL_LICENSES return message is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
136 RIBCL XML Scripting Language










