Previous Topic: /SERVER=remote_node

Next Topic: SET RESTART_VALUE

Examples

  1. This command sets the priority value to 3 on the node you are logged in to.
    SCHEDULE> SET PRIORITY 3
    
  2. This command sets the priority value to 3 on all nodes in the local OpenVMS Cluster.
    SCHEDULE> SET PRIORITY 3/ALL_NODES
    
  3. This command sets the priority value to 3 on node NODE2 only in the local OpenVMS Cluster.
    SCHEDULE> SET PRIORITY 3/CLUSTER_NODE=NODE2
    
  4. This command sets the priority value to 3 on remote node NODE1 only.
    SCHEDULE> SET PRIORITY 3/SERVER=NODE1
    
  5. This code sets the priority value to 3 on all nodes in node NODE1’s OpenVMS Cluster.
    SCHEDULE> SET PRIORITY 3/ALL_NODES/SERVER=NODE1