Previous Topic: /SERVER=remote_node

Next Topic: TYPE NSCHED$:RETRY.LOG

Examples

  1. This command stops the manager on the node you are logged in to.
    SCHEDULE> STOP
    
  2. This command stops the manager on all nodes of a local OpenVMS Cluster.
    SCHEDULE> STOP/ALL_NODES
    
  3. This command stops the manager on node NODE1 of the local OpenVMS Cluster.
    SCHEDULE> STOP/CLUSTER_NODE=NODE1
    
  4. This command stops the manager on remote node NODE2.
    SCHEDULE> STOP/SERVER=NODE2
    
  5. This command stops the manager on all nodes in remote node NODE2’s OpenVMS Cluster.
    SCHEDULE> STOP/ALL_NODES/SERVER=NODE2