Previous Topic: /SERVER=remote_node

Next Topic: SHOW SCHEDULED_RUNS

Examples

  1. This command displays the priority setting for the node you are logged in to.
    SCHEDULE> SHOW PRIORITY
    
  2. This command displays the priority setting on all nodes in the local OpenVMS Cluster.
    SCHEDULE> SHOW PRIORITY/ALL
    
  3. This command displays the priority setting for node NODE2 in the local OpenVMS Cluster.
    SCHEDULE> SHOW PRIORITY/CLUSTER_NODE=NODE2
    
  4. This command displays the priority setting for remote node NODE1.
    SCHEDULE> SHOW PRIORITY/SERVER=NODE1
    
  5. This command displays the priority setting for all nodes of remote node NODE1’s OpenVMS Cluster.
    SCHEDULE> SHOW PRIORITY/ALL/SERVER=NODE1