Create Cluster Admin Domain (CRTCAD)

The Create Cluster Administrative Domain (CRTCAD) command creates a peer cluster resource group object which represents the cluster administrative domain. The cluster administrative domain provides synchronization of monitored resources across the active nodes in the domain. The cluster nodes which are defined within the cluster administrative domain will participate in the synchronization process. The cluster administrative domain name is the name of the cluster resource group which is being created. The nodes defined in the domain node list are the nodes in the recovery domain of the cluster resource group. Successful completion of this command results in a new job started as a system job. This job has the same name as the name of the cluster administrative domain being created.

To add nodes to the cluster administrative domain, use the Add Cluster Admin Domain Node Entry (ADDCADNODE) command. To remove nodes from the cluster administrative domain, use the Remove Cluster Admin Domain Node Entry (RMVCADNODE) command. To start the cluster administrative domain, use the Start Cluster Admin Domain (STRCAD) command. To end the cluster administrative domain use the End Cluster Admin Domain (ENDCAD) command.

This command will do the following:

Restrictions:

Parameters

Keyword Description Choices Notes
CLUSTER Cluster Name Required, Positional 1
ADMDMN Cluster administrative domain Name Required, Positional 2
DMNNODL Admin domain node list Values (up to 128 repetitions): Name Required, Positional 3
SYNCOPT Synchronization option *LASTCHG, *ACTDMN Optional

Cluster (CLUSTER)

Specifies the cluster containing the cluster administrative domain to be created.

This is a required parameter.

name
Specify the name of the cluster.

Cluster administrative domain (ADMDMN)

Specifies the cluster administrative domain to be created.

This is a required parameter.

name
Specify the name of the cluster administrative domain.

Admin domain node list (DMNNODL)

Specifies the list of nodes that compose the administrative domain. Nodes in the administrative domain must be unique cluster nodes. Each node must be active in the cluster.

You can specify up to 128 nodes for the administrative domain.

This is a required parameter.

name
Specify the name of an active cluster node.

Synchronization option (SYNCOPT)

Specifies the synchronization behavior when a node joins a cluster administrative domain.

*LASTCHG
The last change that was made before the node joined the cluster administrative domain is processed by all nodes in the active domain. The last change could have been made in the active domain or on the joining node while it was inactive.
*ACTDMN
Only changes made on active nodes in an active cluster administrative domain are processed. Changes made on a node while it was inactive are not passed to the active domain. When a node joins the cluster administrative domain, it will be synchronized with the values from the active domain.

Examples

Creating a Cluster Administrative Domain With a Three-Node Administrative Domain

CRTCAD   CLUSTER(MYCLUSTER)  ADMDMN(MYDOMAIN)
         DMNNODL(NODE01 NODE02 NODE03)
         SYNCOPT(*LASTCHG)

This command creates a cluster administrative domain called MYDOMAIN in the cluster called MYCLUSTER. The administrative domain consists of three nodes, NODE01, NODE02 and NODE03. The last change to monitored resources will be applied when a node joins the cluster administrative domain.

Error messages

*ESCAPE Messages

HAE0024
Cluster administrative domain &1 not created.