VMS Help SHOW, SERVER *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Displays information about the Registry servers. Requires the SYSPRV privilege. Format SHOW SERVER server-name
1 - Parameter |
server-name Valid value is: REGISTRY_SERVER.
2 - Qualifiers |
2.1 - /CLUSTER
Displays information about each registry server in the cluster. Cannot be used with the /MASTER or /NODE qualifiers.
2.2 - /MASTER
Displays information from the registry master server only. Requires the SYSLCK privilege. Cannot be used with the /CLUSTER or /NODE qualifiers.
2.3 - /NODE
/NODE=(node-name[,...]) Displays information on the registry servers on the specified nodes in the order they are entered. The node names must be within the current cluster. Cannot be used with the /CLUSTER or /MASTER qualifiers.
2.4 - /OUTPUT
/OUTPUT=filespec Sends the output information to a specified file.
3 - Examples |
1.$ SHOW SERVER REGISTRY_SERVER This command displays information about the node you are on: Registry Information on node OPNEAR 29-AUG-2001 16:37:26.52 Uptime 20 04:10:55 2.$ SHOW SERVER REGISTRY_SERVER/MASTER This command displays information about the registry master server: Registry Master Server is running on OPNEAR, Pid: 20A0021A
|