Displays entries in the proxy database. Related commands: ADD PROXY, REMOVE PROXY Applies to: NFS server, NFS client, PC-NFS, remote shell, LPR/LPD, and customer-developed services Format SHOW PROXY [ user_name ] [ /COMMUNICATION ] [ /GID=n ] [ /HOST=host ] [ /NFS =[options] ] [ /UID=n ]
1 – Restrictions
Requires read access to the proxy database.
2 – Parameters
user_name Optional. Default: SHOW PROXY * (all entries). Specifies the local OpenVMS identity for the user of the NFS server, NFS client, PC-NFS, remote shell, or LPR/LPD.
3 – Qualifiers
3.1 /COMMUNICATION
Optional. Default: Displays both communication and NFS proxies. Displays communication proxies.
3.2 /GID
/GID=n Optional. Default: Displays all NFS proxies. Displays the database entries for all clients with the specified GID.
3.3 /HOST
/HOST=host Optional. Default: Displays information for all hosts (same as /HOST=*). Specifies the remote host from which information is to be displayed.
3.4 /NFS
/NFS=option Optional. Default: o If you omit this qualifier, displays both communication and NFS proxies. o If you omit option, displays both incoming and outgoing proxies. Displays NFS proxies. These entries might be for local clients, remote clients, or PC-NFS clients. You can include the following options: /NFS=OUTGOING Proxy to use NFS client /NFS=INCOMING Proxy to use NFS server /NFS=(OUTGOING,INCOMIProxy to use both the NFS client and the NFS server
3.5 /UID
/UID=n Optional. Default: All NFS proxies. Displays the database entry for the client with the specified UID.
4 – Examples
1.TCPIP> SHOW PROXY /NFS VMS User_name Type User_ID Group_ID Host_name WEBSTER OD 311 10 * SHERMAN ND 115 10 * COHEN OND 115 10 * SILK ON 115 10 * Shows the NFS entries in the proxy database: o WEBSTER has authorization to use the local NFS client (outgoing rights). o SHERMAN can use the local NFS server (incoming rights). o COHEN can use both the NFS server and client. o SILK can use both the NFS server and client. This information is not currently known to NFS because SILK is not loaded in the dynamic database. In the display, the values in the Type field mean: N NFS server O NFS client ON NFS server and client C Communication OD, Loaded in the NFS cache ND, OND CD Loaded in the communication cache To set up N, O, or ON proxies, see ADD PROXY /NFS=INCOMING=OUTGOING. 2.TCPIP> SHOW PROXY /COMMUNICATION VMS User_name Type Remote User_name Host_name BLUEJAY CD JAY * QUETZAL CD quetzal central.america.com FALCON CD FALCON HAWK MYNA C MYNA PARROT,parrot CANVASBACK CD CBACK DUCK,duck Shows all the communication proxies.