Previous Topic: /SERVER=remote_node

Next Topic: SHOW MAX_JOBS

Examples

  1. This command displays the event classes that the manager is logging on the node you are logged in to.
    SCHEDULE> SHOW LOGGING
    
  2. This command displays the event classes that the manager is logging on all nodes of a local OpenVMS Cluster.
    SCHEDULE> SHOW LOGGING/ALL
    
  3. This command displays the event classes that the manager is logging on node NODE1 of a OpenVMS Cluster.
    SCHEDULE> SHOW LOGGING/CLUSTER_NODE=NODE1
    
  4. This command writes the event classes that the manager is logging for your current node to a file named CURRENT.LOG.
    SCHEDULE> SHOW LOGGING/OUTPUT=CURRENT.LOG
    
  5. This command displays the event classes that the manager is logging on remote node NODE2.
    SCHEDULE> SHOW LOGGING/SERVER=NODE2
    
  6. This command displays the event classes that the manager is logging on all nodes of remote node NODE2’s OpenVMS Cluster.
    SCHEDULE> SHOW LOGGING/ALL/SERVER=NODE2