HP (Hewlett-Packard) HP Integrated Lights-Out Network Card User Manual


 
Remote Insight Command Language 303
Example:
User does not have correct privilege for action. CONFIG_ILO_PRIV
required.
GET_FW_VERSION
The GET_FW_VERSION command requests the respective iLO firmware
information. 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 privilege to execute this command.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_FW_VERSION/>
</RIB_INFO>
</LOGIN>
</RIBCL>
GET_FW_VERSION Parameters
None
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>
/>