HP iLO 4 Scripting and Command Line Guide

GET_FW_VERSION runtime errors
None
GET_FW_VERSION return messages
The following information is returned within the response:
<GET_FW_VERSION
FIRMWARE_VERSION = firmware version
FIRMWARE_DATE = firmware date
MANAGEMENT_PROCESSOR = management processor type
/>
LICENSE
The LICENSE command activates or deactivates iLO advanced features. For this command to parse
correctly, the command must appear within a RIB_INFO command block, and RIB_INFO MODE
must be set to write. The user must have the Configure iLO Settings privilege to execute this
command.
To see a video demonstration of LICENSE command, see Installing an iLO License Key through
scripting at:
http://www.hp.com/go/ilo/videos
You do not have to use a licensing key on a ProLiant BL Class server. Advanced features are
automatically activated.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<LICENSE>
<ACTIVATE="1111122222333334444455555"/>
</LICENSE>
</RIB_INFO>
</LOGIN>
</RIBCL>
LICENSE parameters
ACTIVATE followed by a valid KEY value signals the activation of the iLO 4 advanced pack
licensing.
KEY specifies the license key value. The key must be entered as one continuous string. Commas,
periods, or other characters must not separate the key value. The key only accepts 25 characters;
other characters entered to separate key values are interpreted as a part of the key, and results in
the wrong key being entered.
LICENSE runtime errors
Possible LICENSE error messages include:
License key error.
License is already active.
User does not have correct privilege for action. CONFIG_ILO_PRIV
required.
110 RIBCL XML Scripting Language