VMS Help SET, SERVER *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Controls the Security and Registry servers. Requires the SYSPRV privilege. Format SET SERVER server-name
1 - Parameter |
server-name Valid values are: SECURITY_SERVER, REGISTRY_SERVER.
2 - Qualifiers |
2.1 - /ABORT
Aborts the registry server on the specified node or nodes in the cluster. Cannot be used with the /EXIT, /RESTART, or /START qualifiers.
2.2 - /CLUSTER
Issues the SET command to each registry server in the cluster, setting the registry master server last. Cannot be used with the /MASTER or /NODE qualifiers.
2.3 - /EXIT
Stops the detached security server process, or stops the registry server on the specified node or nodes in the cluster. Cannot be used with the /ABORT, /RESTART, or /START qualifiers.
2.4 - /LOG
Closes the current registry server log file and creates a new file.
2.5 - /MASTER
Issues the command to the registry master server only. Requires the SYSLCK privilege. Cannot be used with the /CLUSTER, /NODE, or /START qualifiers.
2.6 - /NODE
/NODE=(node-name[,...]) Issues the SET command to 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.7 - /RESTART
Restarts the detached security server process, or restarts the registry server on the specified node or nodes in the cluster. Cannot be used with the /ABORT, /EXIT, or /START qualifiers.
2.8 - /START
Starts the detached security server process, or starts the registry server on the specified node or nodes in the cluster. Cannot be used with the /ABORT, /EXIT, or /RESTART qualifiers.
3 - Examples |
1.$ SET SERVER SECURITY_SERVER/RESTART/MASTER This command starts the detached security server process. 2.$ SET SERVER SECURITY_SERVER/EXIT This command stops the detached security server process. 3.$ SET SERVER SECURITY_SERVER/RESTART This command restarts the detached security server process. 4.$ SET SERVER REGISTRY_SERVER/RESTART/MASTER This command restarts the detached registry server on the master server. 5.$ SET SERVER REGISTRY_SERVER/LOG/CLUSTER This command closes the current log files and opens new files on all systems across the cluster. 6.$ SET SERVER REGISTRY_SERVER/EXIT/NODE=(KAKADU,CAIRNS) This command stops the detached registry server process on nodes KAKADU and CAIRNS.
|