CL Command Reference - ADDALRACNE

CL Command List > ADDALRACNE Reference

Description:

The Add Alert Action Entry (ADDALRACNE) command allows the user to add an action entry to the specified alert filter. This entry describes the actions that should be taken for an alert that has been assigned to the specified group.


Examples:

ADDALRACNE FILTER(MYLIB/MYFILTER) GROUP(CHICAGO)
LOG(*NETATR) ASNUSER(CHICAGOOPR)
SEND((*FOCALPT) (*NETATR.MILWKEE))
SNDDTAQ(*LIBL/ALERTDTAQ)

This command defines the following actions for group CHICAGO:
1. Log the alert based on the ALRLOGSTS network attribute.
2. Send the alert to this system¡¯s focal point.
3. Send the alert to the system with control point name MILWKEE and a network id based on the LCLNETID value specified in the system network attributes.
4. Place an alert notification on data queue ALERTDTAQ. 5. Assign the alert to user CHICAGOOPR.