QUERY ALERTTRIGGER (Query the list of defined alert triggers)

Use this command to display which server messages are defined as alerts.

Privilege class

Any administrator can issue this command.

Syntax

Read syntax diagramSkip visual syntax diagram
                       .-*------------------.   
>>-Query ALERTTrigger--+--------------------+------------------><
                       '---message_number---'   

Parameters

message_number
Specifies the message number that you want to query. Specify multiple message numbers, which are separated by commas, and no intervening spaces. Message numbers are a maximum of eight characters in length. Wildcard characters can be used to specify message numbers. If you do not specify a message number, all alert triggers are displayed.

Query alert triggers to display which messages are designated as alerts

Display all messages that are designated as alerts by issuing the following command:
query alerttrigger
Example output:
Alert Trigger        Category       Administrator
--------------       ---------      ------------------------------
ANR1067E             SERVER         HARRYH
ANR1073E             SERVER         CSDADMIN,DJADMIN,HARRYH
ANR1074E             STORAGE        CSDADMIN,DJADMIN,HARRYH
ANR1096E             STORAGE        CSDADMIN,DJADMIN,HARRYH,MHAYE

Query alert triggers for a specific message number

Display all alert triggers that have message number ANR1067E designated to them by issuing the following command:
query alerttrigger ANR1067E
Example output:
Alert Trigger        Category       Administrator
--------------       ---------      -------------
ANR1067E             SERVER         HARRYH

Related commands

Table 1. Commands related to QUERY ALERTTRIGGER
Command Description
DEFINE ALERTTRIGGER (Define an alert trigger) Associates specified messages to an alert trigger.
DELETE ALERTTRIGGER (Remove a message from an alert trigger) Removes a message number that can trigger an alert.
QUERY ALERTSTATUS (Query the status of an alert) Displays information about alerts that have been issued on the server.
UPDATE ALERTTRIGGER (Update a defined alert trigger) Updates the attributes of one or more alert triggers.
UPDATE ALERTSTATUS (Update the status of an alert) Updates the status of a reported alert.