| 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:
| Top |
| 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 |
Specifies the cluster where the cluster administrative domain exists.
This is a required parameter.
| Top |
Specifies the cluster administrative domain which is monitoring the resource.
This is a required parameter.
| Top |
Specifies the name of the monitored resource entry to be removed.
This is a required parameter.
| Top |
Specifies the type of monitored resource.
This is a required parameter.
| Top |
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.
| Top |
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 |
| Top |