Job Management Manager DCL Commands › SCHEDULE> › STOP › Examples
Examples
- This command stops the manager on the node you are logged in to.
SCHEDULE> STOP
- This command stops the manager on all nodes of a local OpenVMS Cluster.
SCHEDULE> STOP/ALL_NODES
- This command stops the manager on node NODE1 of the local OpenVMS Cluster.
SCHEDULE> STOP/CLUSTER_NODE=NODE1
- This command stops the manager on remote node NODE2.
SCHEDULE> STOP/SERVER=NODE2
- This command stops the manager on all nodes in remote node NODE2’s OpenVMS Cluster.
SCHEDULE> STOP/ALL_NODES/SERVER=NODE2