HP 3PAR OS 3.1.3 Command Line Interface Reference

22 Set Commands
setalert
DESCRIPTION
The setalert command sets the status of system alerts.
SYNTAX
setalert new|ack|fixed {<alert_ID>...|a}
AUTHORITY
Super, Service
Any role granted the alert_set right.
NOTE: You need access to all domains in order to run this command.
OPTIONS
a
Specifies that the status of all alerts be set to new, acknowledged (ack), or fixed. If not specified,
the <alert_ID> specifier must be specified on the command line.
SPECIFIERS
<alert_ID>...
Specifies that the status of a specific alert be set. This specifier can be repeated to indicate multiple
specific alerts. Up to 99 alerts can be specified in one command. If not specified, the -a option
must be specified on the command line.
new|ack|fixed
Specifies that the alert(s), as indicated with the <alert_ID> specifier or with option a, be set
as new, acknowledged (ack), or fixed.
RESTRICTIONS
Access to all domains is required to run this command.
EXAMPLES
The following example sets the status of all system alerts as new:
cli% setalert new -a
NOTES
Verify the status of alerts by issuing the showalert command. See showalert” (page 339) for
additional information.
setalert 259