HP StorageWorks XPath OS 7.4.X System Error Messages Reference Guide (AA-RVHGC-TE, September 2005)
XPath OS 7.4.x system error messages reference guide 17
Viewing the event log
To view the MP Router event log:
1. Log in to the MP Router as admin.
2. Issue the eventShow command:
eventShow
The following command displays all the messages in the event log, one at a time:
Clearing the event log
To clear the MP Router event log:
1. Log in to the MP Router as admin.
2. Issue the eventClear command:
eventClear
The following command clears the error log:
Setting the size of the event log
The default event log size is 1000 messages. This can be modified from 100 to 2000 messages and must
be in increments of 100. To set the event log size:
1. Log in to the MP Router as admin.
2. Issue the eventLogSize command with the following option:
eventLogSize [eventLogSize]
where eventLogSize is a value from 100 to 2000 and must be an increment of 100.
The following command sets the event log size to 1200 messages:
Modifying the severity level of an event
To modify the severity of an event:
1. Log in to the MP Router as admin.
2. Issue the eventSeverityShow command to display the current list of events, event IDs, and the level
of severity assigned to those events.
3. Issue the eventSeverity command with the following options:
eventSeverity eventid severity
where eventid is the ID number of the event to be modified, and severity is one of the following:
panic, critical, error, warning, info, or debug. Severity levels must be entered exactly as
shown and cannot be specified by numeric value.
The following command sets event ID 13 (Fan down) to a severity of critical:
fabricAP:admin> eventShow
fabricAP:admin> eventClear
Event log in RAM is cleared
fabricAP:admin> eventLogSize 1200
Event Log Size is: 1200
fabricAP:admin> eventSeverity 13 critical
Event Severity for eventId 13 sets to: critical