- This command displays the event classes that the manager is logging on the node you are logged in to.
SCHEDULE> SHOW LOGGING
- This command displays the event classes that the manager is logging on all nodes of a local OpenVMS Cluster.
SCHEDULE> SHOW LOGGING/ALL
- This command displays the event classes that the manager is logging on node NODE1 of a OpenVMS Cluster.
SCHEDULE> SHOW LOGGING/CLUSTER_NODE=NODE1
- 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
- This command displays the event classes that the manager is logging on remote node NODE2.
SCHEDULE> SHOW LOGGING/SERVER=NODE2
- 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