The Oracle ILOM event log contains Oracle ILOM events that happened to or were initiated by the SP. Example events include user login, sensor state change, configuring of syslog servers, and so on. You can view these events using the Oracle ILOM show command for the /SP/logs/event/list target.
-> show /SP/logs/event/list
Event
ID Date/Time Class Type Severity
----- ------------------------ -------- -------- --------
94 Tue Oct 9 01:15:13 2012 Audit Log minor
root : Open Session : object = /session/type : value = shell : success
93 Tue Oct 9 01:13:51 2012 Audit Log minor
test : Close Session : object = /session/type : value = www : success
92 Tue Oct 9 00:59:44 2012 Audit Log minor
Paused: press any key to continue, or 'q' to quit
->
The output columns are:
Event ID – Sequence number of the event, starting with 1.
Date/Time – Day and time the event occurred.
Class – Can be Audit, IPMI, Chassis, or Fault.
Type – Can be Log, State, Action, Fault, or Repair.
Severity – Can be Debug, Down, Critical, Major, or Minor.
-> show /SP/logs/event/list Class==class Type==type
For example, to display the IPMI log events, type:
-> show /SP/logs/event/list Class==IPMI Type==Log
Event
ID Date/Time Class Type Severity
----- ------------------------ -------- -------- --------
61600 Mon Jan 14 14:36:55 2013 IPMI Log critical
ID = 16cf : 01/14/2013 : 14:36:55 : OEM sensor : CABLE_CONN_STAT : State
Deasserted
61599 Mon Jan 14 14:36:45 2013 IPMI Log critical
ID = 16ce : 01/14/2013 : 14:36:45 : OEM sensor : CABLE_CONN_STAT : State
Asserted
61594 Wed Jan 9 11:29:03 2013 IPMI Log critical
ID = 16cd : 01/09/2013 : 11:29:03 : OEM sensor : PSU0/ALERT : State Deasserted
Paused: press any key to continue, or 'q' to quit
->
The Q key quits.