Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove Cluster Resource Group Device Entry (RMVCRGDEVE) command removes one or more configuration objects from a device cluster resource group. All configuration object entries can be removed but at least one configuration object entry must exist before the Start Cluster Resource Group (STRCRG) command can be called.
Ownership of the hardware associated with the configuration object being removed is not affected. The hardware is still owned by whatever node owned it before this command was called.
If an exit program is specified for the cluster resource group, the cluster resource group exit program is called with an action code of Remove Device Entry on all active nodes in the recovery domain. The cluster resource group status is set to Remove Device Entry Pending. If the exit program completes successfully, the cluster resource group status is reset to its value at the time the command was called. If the exit program fails and the cluster resource group cannot be restored to its original condition, the cluster resource group status is set to Indoubt.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CLUSTER | Cluster | Name | Required, Positional 1 |
CRG | Cluster resource group | Name | Required, Positional 2 |
CFGOBJ | Configuration object list | Values (up to 256 repetitions): Element list | Required, Positional 3 |
Element 1: Configuration object | Name | ||
Element 2: Configuration object type | *DEVD |
Top |
Specifies the cluster to which the cluster resource group belongs.
This is a required parameter.
Top |
Specifies the cluster resource group from which device list entries are being removed.
This is a required parameter.
Top |
Specifies the resilient devices that are to be removed from the cluster resource group.
You can specify up to 256 values for this parameter.
This is a required parameter.
Element 1: Configuration object
Specifies the auxiliary storage pool device description object which will be removed from the device list of the cluster resource group.
Element 2: Configuration object type
Specifies the object type of the configuration object specified for element 1.
Top |
RMVCRGDEVE CLUSTER(MYCLUSTER) CRG(MYCRG) CFGOBJ((IASP01 *DEVD))
This command removes configuration object IASP01 from an existing cluster resource group MYCRG in cluster MYCLUSTER.
Top |
Top |