Job Management Manager DCL Commands › SCHEDULE> › SHOW MAX_JOBS › Examples
Examples
- This command displays the number of jobs running and the maximum number of jobs that can run, for the node you are logged in to.
SCHEDULE> SHOW MAX_JOBS
- This command displays the number of jobs running and the maximum number of jobs that can run, for all nodes of a local OpenVMS Cluster.
SCHEDULE> SHOW MAX_JOBS/ALL
- This command displays the number of jobs running and the maximum number of jobs that can run, for node NODE2.
SCHEDULE> SHOW MAX_JOBS/CLUSTER_NODE=NODE2
- This command displays the number of jobs running and the maximum number of jobs that can run, for remote node NODE1.
SCHEDULE> SHOW MAX_JOBS/SERVER=NODE1
- This command displays the number of jobs running and the maximum number of jobs that can run, for all nodes in node NODE1’s OpenVMS Cluster.
SCHEDULE> SHOW MAX_JOBS/ALL/SERVER=NODE1