HP 3PAR OS 3.1.3 Command Line Interface Reference

EXAMPLES
The following example displays the system events occurred during the last 20 minutes:
cli% showeventlog -min 20
Mon Sep 29 09:48:07 2003 PST
Node: 0, Seq: 51, Class: Status change, Severity: Informational, Type: Node booted
Node 0 has booted
Mon Sep 29 09:48:13 2003 PST
Node: 1, Seq: 50, Class: Status change, Severity: Informational, Type: Node booted
Node 1 has booted
Mon Sep 29 09:48:53 2003 PST
Node: 0, Seq: 334, Class: Status change, Severity: Informational, Type: Cage loop
status
Cage 0 is connected to the system on both ports. Autofixing previous alerts.
Mon Sep 29 09:48:53 2003 PST
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
374 Show Commands