HP 3PAR InForm OS 3.1.1 Command Line Interface Reference
showeventlog
DESCRIPTION
The showeventlog command displays the current system event log.
SYNTAX
showeventlog [options <arg>]
AUTHORITY
Any role in the system.
OPTIONS
–min <number>
Specifies that only events occurring after the specified number of minutes are shown. The <number>
is an integer from 1 through 2147483647.
–more
Specifies that you can page through several events at a time.
–oneline
Specifies that each event is formatted on one line.
–d
Specifies that detailed information is displayed.
–startt <time>
Specifies that only events after a specified time are to be shown. The time argument can be
specified as either <timespec>, <datespec>, or both.
<timespec>
Specified as the hour (hh), as interpreted on a 24 hour clock, where minutes (mm) and seconds
(ss) can be optionally specified. Acceptable formats are hh:mm:ss or hhmm.
<datespec>
Specified as the month (mm or month_name) and day (dd), where the year (yy) can be optionally
specified. Acceptable formats are mm/dd/yy, month_name dd, dd month_name yy, or
yy–mm–dd. If the syntax yy–mm–dd is used, the year must be specified.
–endt <time>
Specifies that only events before a specified time are to be shown. The time argument can be
specified as either <timespec>, <datespec>, or both.
<timespec>
Specified as the hour (hh), as interpreted on a 24 hour clock, where minutes (mm) and seconds
(ss) can be optionally specified. Acceptable formats are hh:mm:ss or hhmm.
<datespec>
Specified as the month (mm or month_name) and day (dd), where the year (yy) can be optionally
specified. Acceptable formats are mm/dd/yy, month_name dd, dd month_name yy, or
yy–mm–dd. If the syntax yy–mm–dd is used, the year must be specified.
NOTE: The pattern argument in the following options is a regular expression pattern that is used
to match against the events each option produces. For each option, the pattern argument can be
specified multiple times. For example: showeventlog –type Disk.* –type <Tpdtcl client> –sev Major
displays all events of severity Major and with a type that matches either the regular expression
Disk.* or <Tpdtcl client> .
showeventlog 379