| Where allowed to run: All environments (*ALL) Threadsafe: Yes |
Parameters Examples Error messages |
The Remove Cluster Monitor (RMVCLUMON) command is used to remove a monitor from the cluster. The monitor was previously added with the Add Cluster Monitor (ADDCLUMON) command. The monitor that was configured to run on a specific cluster node is removed from that node.
Restrictions:
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| CLUSTER | Cluster | Name | Required, Positional 1 |
| NODE | Node identifier | Name | Required, Positional 2 |
| TYPE | Monitor type | *CIMSVR | Optional, Positional 3 |
| CIMSVR | CIM server host name | Character value | Optional |
| Top |
Specifies the cluster from which the monitor is being removed.
This is a required parameter.
| Top |
Specifies the node on which the monitor is configured.
This is a required parameter.
| Top |
Specifies the type of monitor to be removed.
| Top |
Specifies the name of the CIM server host.
The name must match the name that was used on the Add Cluster Monitor or Change Cluster Monitor command. If the monitor was added with the complete domain name such as NYCHMC1.ABCCOMPANY.COM, that is what must be specified for the CIM server host name. If the monitor was added with a short name such as NYCHMC1, that is what must be specified for the CIM server host name.
| Top |
RMVCLUMON CLUSTER(MYCLUSTER) NODE(NODE2) TYPE(*CIMSVR)
CIMSVR(NYHMC)
This command removes the monitor for NYHMC which was configured to run on node NODE2 in the cluster MYCLUSTER.
| Top |
| Top |