Remove Cluster Monitor (RMVCLUMON)

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:

  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 command will fail if any node in the cluster has a status of Partition.
  4. This command can only be used with a cluster at cluster version 7 or greater.
  5. The 5770-UME Licensed Product (IBM Universal Manageability Enablement for i) must be installed and configured on the node the monitor is being removed from.
  6. The 5733-SC1 Licensed Product (IBM Portable Utilities for i5/OS) must be installed on the node the monitor is being added to.
  7. Operating system option 33 (Portable Application Solution Environment (PASE)) must be installed on the node the monitor is being removed from.
Top

Parameters

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

Cluster (CLUSTER)

Specifies the cluster from which the monitor is being removed.

This is a required parameter.

name
Specify the name of the cluster from which the node monitor is being removed.
Top

Node identifier (NODE)

Specifies the node on which the monitor is configured.

This is a required parameter.

name
Specifies the node on which the monitor is configured.
Top

Monitor type (TYPE)

Specifies the type of monitor to be removed.

*CIMSVR
The type of monitor to be removed is a CIM server.
Top

CIM server host name (CIMSVR)

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.

character-value
Specify the name of the CIM server host.
Top

Examples

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

Error messages

*ESCAPE Messages

HAE0041
Cluster monitor not removed from node &1 in cluster &2.
Top