DB2 Version 9.7 for Linux, UNIX, and Windows

ADD CONTACTGROUP command

Adds a new contact group to the list of groups defined on the local system. A contact group is a list of users and groups to whom monitoring processes such as the Scheduler and Health Monitor can send messages.

The setting of the Database Administration Server (DAS) contact_host configuration parameter determines whether the list is local or global.

Authorization

None

Required connection

None. Local execution only: this command cannot be used with a remote connection.

Command Syntax

Read syntax diagramSkip visual syntax diagram
                           .-,-----------------.   
                           V                   |   
>>-ADD CONTACTGROUP--name----+-CONTACT-+--name-+---------------->
                             '-GROUP---'           

>--+--------------------------------+--------------------------><
   '-DESCRIPTION--group description-'   

Command Parameters

ADD CONTACTGROUP name
Name of the new contact group, which must be unique among the set of groups on the system.
CONTACT name
Name of the contact which is a member of the group. A contact can be defined with the ADD CONTACT command after it has been added to a group.
GROUP name
Name of the contact group of which this group is a member.
DESCRIPTION group description
Optional. A textual description of the contact group.