Delete Cluster Resource Group (DLTCRG)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Cluster Resource Group (DLTCRG) command deletes a cluster resource group on the local system only. Deleting a local cluster resource group requires the Cluster Resource Services to be inactive.

This command will cause the cluster resource group exit program to be invoked with an action code of Delete Command on the local system only.

If the cluster resource group object exists on other nodes in the cluster, it is the owners responsibility to remove the node ID of the local system from the cluster resource group on those nodes. This can be done using the Remove Node From Recovery Domain (RMVCRGNODE) command.

The cluster resource group object exit program will run under the user profile specified in the cluster resource group. If the exit program does not exist, a message is logged and the cluster resource group object deletion will continue. This command will never invoke the cluster resource group exit program with an action code of Undo.

Restrictions:

Top

Parameters

Keyword Description Choices Notes
CRG Cluster resource group Name Required, Positional 1
Top

Cluster resource group (CRG)

Specifies the cluster resource group that is to be deleted.

This is a required parameter.

name
Specify the name of the cluster resource group that is to be deleted.
Top

Examples

DLTCRG   CRG(CRGTEST)

This command deletes the cluster resource group named CRGTEST from the local system.

Top

Error messages

*ESCAPE Messages

CPFBB39
Current user does not have IOSYSCFG special authority.
CPFBB41
Cluster resource group &1 exit program ended abnormally.
CPFBB46
Cluster Resource Services internal error.
CPFBB53
Cluster Resource Services is active. Request cannot be processed.
CPF2105
Object &1 in &2 type *&3 not found.
CPF2110
Library &1 not found.
CPF2113
Cannot allocate library &1.
CPF2114
Cannot allocate object &1 in &2 type *&3.
CPF2125
No objects deleted.
CPF2182
Not authorized to library &1.
CPF2189
Not authorized to object &1 in &2 type *&3.
CPF9801
Object &2 in library &3 not found.
CPF9802
Not authorized to object &2 in &3.
CPF9803
Cannot allocate object &2 in library &3.
CPF9804
Object &2 in library &3 damaged.
CPF9810
Library &1 not found.
CPF9820
Not authorized to use library &1.
CPF9872
Program or service program &1 in library &2 ended. Reason code &3.
Top