Remove Device Domain Entry (RMVDEVDMNE)

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

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:

  1. You must have input/output system configuration (*IOSYSCFG) special authority to run this command.
  2. This command cannot be called from a cluster resource group exit program.
  3. The node to be removed cannot be in the recovery domain of any device cluster resource group.
  4. The node to be removed and at least one other member of the device domain must be active. On certain conditions, all current members of the device domain must be active.
  5. This command will fail if any member of the device domain from which the node being removed has a status of Partition.
Top

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
Top

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.
Top

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.
Top

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.
Top

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.

Top

Error messages

*ESCAPE Messages

CPF1999
Errors occurred on command.
Top