iLO 2 Scripting and Command Line Guide
GET_EVENT_LOG runtime errors
GET_EVENT_LOG returns a runtime error if it is not called from within the RIB_INFO or
SERVER_INFO block. For example:
<RIBCL VERSION="2.21">
<RESPONSE
STATUS="0x0001"
MESSAGE='Syntax error: Line #3: syntax error near ">" in the line: " GET_EVENT_LOG >"'
/>
</RIBCL>
GET_EVENT_LOG return messages
The response includes all of the events recorded, in the order that they occurred. Events are not
sorted by severity or other criteria. Each event includes a common set of attributes:
• SEVERITY – Indicates the importance of the error and how it might impact server or iLO 2
availability.
◦ FAILED – Iindicates an issue or component failure that might impact operational time if it
is not addressed.
◦ CAUTION – Indicates an event that is not expected during normal system operation. This
might not indicate a platform issue.
◦ REPAIRED – Indicates that an event or component failure has been addressed.
◦ INFORMATIONAL – Indicates that something noteworthy occurred, but operational time
is not impacted.
• CLASS – Indicates the subsystem that generated the event, and can include iLO 2, environment,
power, system error, rack infrastructure, and more.
• LAST_UPDATE – Indicates the most recent time this event was modified.
• INITIAL_UPDATE – Indicates when this event first occurred.
• COUNT – Indicates the number of times a duplicate event happened.
• DESCRIPTION – Indicates the nature of the event and all recorded details.
The following response is typical of the data returned from the iLO 2 Event Log:
<EVENT_LOG DESCRIPTION="iLO Event Log">
<EVENT
SEVERITY="Caution"
CLASS="iLO"
LAST_UPDATE="04/04/2004 12:34"
INITIAL_UPDATE="04/04/2004 12:34"
COUNT="1"
DESCRIPTION="Server reset."
/>
...
</EVENT_LOG>
The following response is typical of the data returned from the Integrated Management Log:
<EVENT_LOG DESCRIPTION="Integrated Management Log">
<EVENT
SEVERITY="Caution"
CLASS="POST Message"
88 Using RIBCL










