Every command that is sent to the iLO 3 generates a response. The response indicates whether the command succeeded or failed. Some commands generate additional information. The additional information is displayed in execution sequence, provided no errors occurred.
Example:
<RESPONSE
STATUS="0x0001"
MSG="There has been a severe error."
/>
This tag name indicates that the iLO 3 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 the iLO 3.
This parameter contains an error number. The number 0x0000 indicates that there is no error.
This element contains a message describing
the error that happened. If no error occurred, the message
No error
appears.