Deletes entries from the volatile and permanent proxy database. Related commands: ADD PROXY, SHOW PROXY Applies to: NFS server, NFS client, PC-NFS, remote shell, LPR/LPD, and customer-developed services Format REMOVE PROXY [ user_name ] [ /COMMUNICATION ] [ /[NO]CONFIRM ] [ /GID=n ] [ /HOST=host ] [ /NFS=options ] [ /PERMANENT ] [ /REMOTE_USER=user ] [ /UID=n ]
1 – Restrictions
Requires: o Read and write access to the proxy database o One of the following privileges: - SYSPRV - SYSLCK - OPER
2 – Parameters
user_name Optional. Default: All entries (REMOVE PROXY *). Deletes the specified entries from the proxy database.
3 – Qualifiers
3.1 /COMMUNICATION
Optional. Default: Both communication and NFS entries. Deletes communication (non-NFS) proxies.
3.2 /CONFIRM
/CONFIRM NOCONFIRM Optional. Default: /CONFIRM if you use a wildcard. With /CONFIRM enabled, the software requests confirmation before deleting records. At the CONFIRM: prompt, enter one of the following: o Y to delete the entry o N to retain the entry o G to change to NO CONFIRMATION mode If you specify the /NOCONFIRM qualifier, the operation is performed without asking you to confirm the request.
3.3 /GID
/GID=n Optional. Default: All GIDs. Deletes only proxies for the specified group identifier (GID).
3.4 /HOST
/HOST=host Optional. Default: All hosts. Deletes only proxies for the specified host.
3.5 /NFS
/NFS=INCOMING /NFS=OUTGOING Optional. Default: /NFS=(INCOMING,OUTGOING). Deletes an NFS proxy. Specify one of the following: /NFS=OUTGOING Proxy to use NFS client /NFS=INCOMING Proxy to use NFS server /NFS=(OUTGOING,INCOMIProxy to use NFS client and NFS server
3.6 /PERMANENT
Optional. Default: None. Deletes entries only from the permanent proxy database.
3.7 /REMOTE_USER
/REMOTE_USER=user Optional. Default: None. Deletes entries for the specified remote user name.
3.8 /UID
/UID=n Optional. Default: All UIDs. Limits the search of entries to delete to proxies for the specified UID.
4 – Examples
1.TCPIP> REMOVE PROXY "peacock" /HOST=GOLDEN /UID=83 Removes authorization for UID 83 on host GOLDEN from OpenVMS account peacock. 2.TCPIP> REMOVE PROXY /HOST=GOLDEN /UID=83 Removes authorization for UID 83 from host GOLDEN. 3.TCPIP> REMOVE PROXY /HOST=("goose","grouse") Removes authorization for all users on hosts goose and grouse. 4.TCPIP> REMOVE PROXY /UID=83 Totally removes authorization for UID 83. 5.TCPIP> REMOVE PROXY VMS_USER /REMOTE=PARTRIDGE /HOST=* Removes authorization for remote user PARTRIDGE on all hosts.