Previous Topic

Next Topic

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:

The following response is typical of the data returned from the iLO 3 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"

LAST_UPDATE="04/04/2004 12:34"

INITIAL_UPDATE="04/04/2004 12:34"

COUNT="1"

DESCRIPTION="POST Error: 1775-Drive Array - ProLiant Storage System not Responding"

/>

...

</EVENT_LOG>