View and Clear the Oracle ILOM Event Log
Note -
You can use the
get command to view the Oracle
ILOM event log and the
set command to configure the event log. For a description of valid MIB objects for this procedure, see the table following this procedure.
-
Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:
ssh username@snmp_manager_ip_address
Password: password
-
To view the event log type for an event log with a record ID of 2, type:
% snmpget SNMP_agent ilomCtrlEventLogType.2
-
To clear the event log, type:
% snmpset SNMP_agent ilomCtrlEventLogClear.0 i 1
The following table describes the Oracle ILOM Event Logs SNMP MIB objects.
|
|
|
|
|
ilomCtrlEventLog RecordID
|
The record number for a given event log entry.
Note -
This object is not accessible.
|
Range: 1 to 10000
|
Integer
|
None
|
ilomCtrlEventLog Type
|
An integer representing the type of event.
Note -
This object is read-only.
|
log(1),
action(2),
fault(3),
state(4),
repair(5),
other(6)
|
Integer
|
None
|
ilomCtrlEvent LogTimestamp
|
The date and time that the event log entry was recorded.
Note -
This object is read-only.
|
date/time
|
String
|
None
|
ilomCtrlEvent LogClass
|
An integer representing the class of event.
Note -
This object is read-only.
|
audit(1),
ipmi(2),
chassis(3),
fma(4),
system(5)
pcm(6)
|
Integer
|
None
|
ilomCtrlEventLog Severity
|
The event severity corresponding to the given log entry.
Note -
This object is read-only.
|
disable(1),
critical(2),
major(3),
minor(4),
down(5)
|
Integer
|
None
|
ilomCtrlEventLog Description
|
A textual description of the event.
Note -
This object is read-only.
|
description
|
String
|
None
|
ilomCtrlEventLog Clear
|
Setting this object to true clears the event log.
|
true(1),
false(2)
|
Integer
|
None
|
|