HP 3PAR InForm OS 3.1.1 Command Line Interface Reference
Node: 0, Seq: 337, Class: Status change, Severity: Informational, Type: Cage loop
status
Cage 1 is connected to the system on both ports. Autofixing previous alerts.
Mon Sep 29 09:48:54 2003 PST
Node: 0, Seq: 419, Class: Status change, Severity: Informational, Type: Notification
VV 0 has started
Mon Sep 29 09:48:54 2003 PST
Node: 0, Seq: 421, Class: Status change, Severity: Informational, Type: Notification
VV 1 has started
The following example displays the system eventlog using the –oneline option:
cli% showeventlog -min 20 –oneline
Time TZn Node Seq Class Severity Type
Message
Fri Sep 5 19:42:04 2003 PST 0 1154 Status change Minor Process has
died Process /opt/tpd/bin/tpdtcl /opt/tpd/bin/tpdtcl.tcl has died on node 0
Fri Sep 5 19:42:04 2003 PST 0 1155 Status change Informational Change in alert
state Alert 122 changed from state Resolved by System to New
Fri Sep 5 19:42:09 2003 PST 0 1157 Status change Informational Change in alert
state Alert 122 changed from state New to Resolved by System
Fri Sep 5 19:52:19 2003 PST 0 1192 Status change Minor Process has
died Process /opt/tpd/bin/tpdtcl /opt/tpd/bin/tpdtcl.tcl has died on node 0
Fri Sep 5 19:52:19 2003 PST 0 1193 Status change Informational Change in alert
state Alert 122 changed from state Resolved by System to New
The following example displays CRC errors in the last 10 minutes using the –msg option:
cli% showeventlog -debug -min 10 –msg CRC
The following example displays Remote Copy messages in the last 5 minutes using the –comp
option:
cli% showeventlog -debug -min 5 –comp rmm
NOTES
The InForm CLI stores 33 MB of event logs in segments of 3 MB each. When one 3 MB segment
is filled, events are written to the next segment. When all eleven segments are filled, the oldest
segment is overwritten.
showeventlog 381