HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

showalert
DESCRIPTION
The showalert command displays the status of system alerts. When issued without options, all
alerts are displayed.
SYNTAX
showalert [options]
AUTHORITY
Any role in the system.
OPTIONS
The selection of alerts to be displayed is controlled by selecting one
of the following options:
n
Specifies that only new alerts are displayed.
a
Specifies that only acknowledged alerts are displayed.
f
Specifies that only fixed alerts are displayed.
all
Specifies that all alerts are displayed.
The format of the alert display is controlled by the following options:
d
Specifies that detailed information is displayed. Cannot be specified with the -online option.
-oneline
Specifies that summary information is displayed in a tabular form with one line per alert. The
message text will be truncated if it is too long unless the -wide option is also specified.
-wide
Do not truncate the message text. Only valid if the -oneline option is also specified.
SPECIFIERS
None.
RESTRICTIONS
Without any options, the showalert command displays all alerts in the New state.
EXAMPLES
The following example displays new alerts on a system:
cli% showalert -n
Id : 1
State : New
Message Code: 0x2200de
Time : 2008-07-17 20:14:29 PDT
showalert 349