Add Admin Domain Node Entry (ADDCADNODE)

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

The Add Cluster Admin Domain Node Entry (ADDCADNODE) command is used to add a new node to the domain node list of an existing cluster administrative domain. All monitored resource entries that have been defined for the cluster administrative domain will be added on the specified node. Any resources which do not exist will be created. If the cluster administrative domain is active, the monitored resources will be synchronized with the active domain from the node from which the command was called

Restrictions:

  1. You must have input/output system configuration (*IOSYSCFG) special authority to run this command. In addition if the the user profile is not the owner of the Cluster Resource Group object, the profile must have *ALLOBJ special authority on all nodes in the CRG's recovery domain and on the node being added to the recovery domain.
  2. The node being added to the domain node list must not already be a member of this cluster administrative domain's domain node list.
  3. Cluster Resource Services must be active on the node processing the request.
  4. There must be at least one active node in the Cluster administrative domain list.
  5. The node being added must be active in the cluster.
  6. The node being added must be unique in the domain node list of the cluster administrative domain specified.
  7. The cluster resource group CRG is owned by the QCLUSTER user profile. To use the cluster resource group commands with the cluster administrative domain you will need to be authorized to the cluster resource group and to the QCLUSTER user profile.
Top

Parameters

Keyword Description Choices Notes
CLUSTER Cluster Name Required, Positional 1
ADMDMN Cluster administrative domain Name Required, Positional 2
NODE Node identifier Name Required, Positional 3
Top

Cluster (CLUSTER)

Specifies the cluster where the cluster administrative domain exists.

This is a required parameter.

name
Specify the name of the cluster where the cluster administrative domain exists.
Top

Cluster administrative domain (ADMDMN)

Specifies the cluster administrative domain which will have the new node added to its domain node list.

This is a required parameter.

name
Specify the cluster administrative domain.
Top

Node identifier (NODE)

Specifies the node being added to the domain node list of the cluster administrative domain specified for the Cluster administrative domain (ADMDMN) parameter.

This is a required parameter.

name
Specify the name of the node that is to be added.
Top

Examples

 ADDCADNODE   CLUSTER(MYCLUSTER)  ADMDMN(MYDOMAIN)
              NODE(NODE1)

This command adds node NODE1 to the domain node list of cluster administrative domain MYDOMAIN in the cluster called MYCLUSTER.

Top

Error messages

*ESCAPE Messages

HAE0002
Node &1 not added to cluster administrative domain &2.
Top