Description
The
cluster peer job pause command
pauses a job that is running on a peered cluster.
Use the
cluster peer job resume command
to resume a paused job.
Use the
cluster peer job show command
to view a list of running jobs that can be paused.
Parameters
-cluster <cluster_name> - Cluster Name
Use this parameter to specify
the name of the peered cluster in which the job runs.
-id <integer> - Job ID
Use this parameter to specify
the numeric ID of the job to pause.
Examples
The following example pauses the job running on cluster2 that has ID 183:
cluster1::> cluster peer job pause -cluster cluster2 -id 183