Remove Admin Domain MRE (RMVCADMRE)

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

The Remove Cluster Admin Domain Monitored Resource Entry (RMVCADMRE) command removes a Monitored Resource Entry (MRE) from the cluster administrative domain.

This command does the following:

Restrictions:

  1. You must have input/output system configuration (*IOSYSCFG) special authority to run this command.
  2. The cluster administrative domain must exist and all nodes in the domain must be active.
  3. Resources cannot be removed from a cluster administrative domain when it is partitioned.
  4. The caller's user profile must exist on all nodes in the cluster administrative domain.
  5. This command can only be called from a cluster node in the domain node list of the cluster administrative domain.
Top

Parameters

Keyword Description Choices Notes
CLUSTER Cluster Name Required, Positional 1
ADMDMN Cluster administrative domain Name Required, Positional 2
RESOURCE Monitored resource Character value Required, Positional 3
RSCTYPE Monitored resource type *ASPDEV, *AUTL, *CLS, *ENVVAR, *ETHLIN, *JOBD, *NETA, *NWSCFG, *NWSD, *NWSHDEV, *NWSSTG, *OPTDEV, *PRTDEV, *SBSD, *SYSVAL, *TAPDEV, *TCPA, *TRNLIN, *USRPRF Required, Positional 4
RSCLIB Library Name Optional
Top

Cluster (CLUSTER)

Specifies the cluster where the cluster administrative domain exists.

This is a required parameter.

name
Specify the name of the cluster where the cluster administrative domain exists.
Top

Cluster administrative domain (ADMDMN)

Specifies the cluster administrative domain which is monitoring the resource.

This is a required parameter.

name
Specify the cluster administrative domain.
Top

Monitored resource (RESOURCE)

Specifies the name of the monitored resource entry to be removed.

This is a required parameter.

name
Specify the name of the monitored resource. If the name is longer than 10 characters, enter & and a blank in the first two positions and press F4 to expand the input field.
Top

Monitored resource type (RSCTYPE)

Specifies the type of monitored resource.

This is a required parameter.

name
Specify the resource type.
Top

Library (RSCLIB)

Specifies the library for the monitored resource.

Note: This parameter is required if the resource is a system object of type *CLS, *JOBD, or *SBSD. A library name is not allowed for resource types *ENVVAR, *NETA, *SYSVAL, or *TCPA. The parameter is allowed but not required for the other system object resources that can exist only in QSYS or QUSRSYS.

name
Specify the name of the library for the monitored resource.
Top

Examples

 RMVCADMRE   CLUSTER(MYCLUSTER) ADMDMN(MYDOMAIN)
             RESOURCE(MYPROFILE)  RSCTYPE(*USRPRF)

This command removes a monitored resource entry for the user profile MYPROFILE. Changes to MYPROFILE will no longer be monitored by the cluster administrative domain MYDOMAIN in cluster MYCLUSTER. The user profile MYPROFILE is not deleted when the command is called.

Top

Error messages

*ESCAPE Messages

HAE0007
Resource not removed from cluster administrative domain &4.
Top