Add Device Domain Entry (ADDDEVDMNE)

The Add Device Domain Entry (ADDDEVDMNE) command is used to add a cluster node to the membership list of a device domain. There is no command to create a device domain. The device domain will be created when the first cluster node is added to it. Once the node is a member of a device domain, it can be added to the recovery domain of device cluster resource groups.

This command can be called from a program running on any node in the cluster which has a status of Active.

This command requires that Operating System option 41, HA Switchable Resources, is installed and a valid license key exists on all cluster nodes that will be in the device domain.

Restrictions:

Parameters

Keyword Description Choices Notes
CLUSTER Cluster Name Required, Positional 1
DEVDMN Device domain Name Required, Positional 2
NODE Node identifier Name Required, Positional 3

Cluster (CLUSTER)

Specifies the cluster that contains the node.

This is a required parameter.

name
Specify the name of the cluster which contains the node.

Device domain (DEVDMN)

Specifies the device domain to which the node is being added. If the device domain does not currently exist, it will be created.

This is a required parameter.

name
Specify the name of the device domain to which the node is being added.

Node identifier (NODE)

Specifies the cluster node to be added to the device domain.

This is a required parameter.

name
Specify the name of the cluster node.

Examples

ADDDEVDMNE   CLUSTER(MYCLUSTER)  DEVDMN(MYDOMAIN)
             NODE(NODE01)

Consider a cluster with a cluster membership list of NODE01, NODE02, and NODE03 and no existing device domains. This command creates the device domain MYDOMAIN and adds node NODE01 to the device domain membership list. Nodes NODE02 and NODE03 do not belong to any device domain.

Error messages

*ESCAPE Messages

HAE0015
Node &1 not added to device domain &2 in cluster &3.