Remove Device Domain Entry (RMVDEVDMNE)

The Remove Device Domain Entry (RMVDEVDMNE) command is used to remove a cluster node from a device domain. The removed node will no longer be able to be in the recovery domain for a device cluster resource group.

A node which has been removed from a device domain will most likely need to be IPLed before it can be added to any device domain. One example of this situation would be if a device description for an auxiliary storage pool has been varied on since the last IPL.

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

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 from which the node is to be removed.

This is a required parameter.

name
Specify the name of the device domain from which the node is to be removed.

Node identifier (NODE)

Specifies the cluster node which will be removed from the device domain.

This is a required parameter.

name
Specify the name of the node.

Examples

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

This command removes the node NODE01 from the device domain MYDOMAIN in cluster MYCLUSTER. If the cluster membership list is NODE01, NODE02, and NODE03 and all three nodes were in the same device domain, then nodes NODE02 and NODE03 still belong to device domain MYDOMAIN.

Error messages

*ESCAPE Messages

HAE0016
Node &1 not removed from device domain &2 in cluster &3.