Previous Topic: /SERVER=remote_node

Next Topic: SET NETWORK EXPIRATION_RETRY

Examples

  1. This command sets the maximum number of jobs to 4 on the node you are logged in to.
    SCHEDULE> SET MAX_JOBS 4
    
  2. This command sets the maximum number of jobs to 4 on all nodes of your local OpenVMS Cluster.
    SCHEDULE> SET MAX_JOBS 4/ALL_NODES
    
  3. This command sets the maximum number of jobs to 4 on node NODE2 only in the local OpenVMS Cluster.
    SCHEDULE> SET MAX_JOBS 4/CLUSTER_NODE=NODE2
    
  4. This command sets the maximum number of jobs to 4 on remote node NODE1 only.
    SCHEDULE> SET MAX_JOBS 4/SERVER=NODE1
    
  5. This command sets the maximum number of jobs to 4 on all nodes in node NODE1’s OpenVMS Cluster.
    SCHEDULE> SET MAX_JOBS 4/ALL_NODES/SERVER=NODE1