HP iLO 3 Scripting and Command Line Guide
Unable to get the hot keys.
GET_HOTKEY_CONFIG return messages
An example of the information returned with the response:
<GET_HOTKEY_CONFIG>
<CTRL_T VALUE="L_CTRL,L_ALT,ESC,NONE,NONE"/>
<CTRL_U VALUE="L_SHIFT,F10,F12,NONE,NONE"/>
<CTRL_V VALUE="NONE,NONE,NONE,NONE,NONE"/>
<CTRL_W VALUE="NONE,NONE,NONE,NONE,NONE"/>
<CTRL_X VALUE="NONE,NONE,NONE,NONE,NONE"/>
<CTRL_Y VALUE="NONE,NONE,NONE,NONE,NONE"/>
</GET_HOTKEY_CONFIG>
FIPS_ENABLE
Use this script to enable the Federal Information Processing Standard Enforce AES/3DES Encryption
setting, in iLO 3 v1.50 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.
WARNING! All active connections (including Remote Console and Virtual Media sessions) to the
iLO device are dropped immediately when this script executes.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<FIPS_ENABLE/>
</RIB_INFO>
</LOGIN>
</RIBCL>
Disabling FIPS:
To disable FIPS, use the FACTORY_DEFAULTS command.
FIPS_ENABLE parameters
None
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 3 v1.50 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
104 RIBCL XML Scripting Language










