HP StoreOnce Backup System CLI Reference Guide
alerts show
Description of Command Function
Lists all events with a severity of “critical” or “error.”
NOTE: The command logs show events can also be used to show all events or filtered
events, not just critical or error events. See “logs show events” (page 98).
Command Syntax
alerts show [verbose] [numofevents <number>]
Command Authority
Operator, Administrator
Command Object Requirements
Not applicable – no objects exist within this command.
Command Parameter Requirements
• verbose – When this parameter is included in the command entry, a detailed output is provided.
• numofevents – When this parameter is used, an integer must follow numofevents. This
parameter indicates the maximum number of events which are listed in the output, starting
with the most recent events.
Requirements for Command Execution
The command entry must conform to command syntax.
Successful Command Output
Upon successful completion of the command, a list of the most recent events up to 20 events is
displayed starting with the most recent event. The output includes the event time, level, and
description.
If verbose is included, a detailed list of information for each event is output. If numofevents is
included, the maximum number of events displayed is defined by the integer provided with this
parameter. The list of events starts with the most recent event.
Command Operation during Abnormal Conditions
If the command does not conform to the required syntax, the following is displayed. SYNTAX is
the command syntax as described under Command Syntax in this section.
Command Failed - the command does not conform to the required syntax,
SYNTAX
Examples
# alerts show
EVENT ID TIMESTAMP LEVEL TEXT
-------- --------------- ----- -------------------------------------------------------------------------------
580 Jul 21 16:22:50 ALERT HBA link 50.06.05.b0.02.56.45.00 on host d2dd48564785fd8_node_1 status is
stale
# alerts show verbose
EVENT ID TIMESTAMP LEVEL TEXT
FILESYSTEM HOST USER NAME OPERATION SEGMENT NUMBER PV NUMBER NIC HBA
RELATED EVENT
-------- --------------- ----- -------------------------------------------------------------------------------
---------- ---------------------- --------- --------- -------------- --------- --- -----------------------
-------------
580 Jul 21 16:22:50 ALERT HBA link 50.06.05.b0.02.56.45.00 on host d2dd48564785fd8_node_1 status is
stale d2dd48564785fd8_node_1
50.06.05.b0.02.56.45.00 0
NOTE: The example output is in a small font to fit on this specification page. As a CLI output,
the character string wraps at the end of a terminal line.
alerts show 27