Remote Insight Command Language 273

/>

RESPONSE

This tag name indicates that iLO is sending a response to the previous commands back to the client application to indicate the success or failure of the commands that have been sent to iLO.

STATUS

This parameter contains an error number. The number “0x0000” indicates that there is no error.

MSG

This element contains a message describing the error that happened. If no error occurred, the message “No error” is displayed.

RIBCL

This command is used to start and end an RIBCL session. You can use it only once to start an RIBCL session, and it must be the first command to display in the script. The RIBCL tags are required to mark the beginning and the end of the RIBCL document.

Example:

<RIBCL VERSION="2.0"> </RIBCL>

RIBCL Parameter

VERSION is a string that indicates the version of the RIBCL that the client application is expecting to use. The VERSION string is compared to the version of the RIBCL that is expected, and an error is returned if the string and the version do not match. The preferred value for the VERSION parameter is "2.0." The VERSION parameter is no longer checked for an exact match; however, this parameter can never be blank.

RIBCL Runtime Errors

The possible RIBCL error messages include: