Description
The
cluster peer job stop command
stops jobs that are running in peer clusters.
The command signals the job to quit.
A stopped job cannot be resumed.
Use the
cluster peer job delete command
to remove a job from the job queue.
Use the
cluster peer job pause command
to pause a job so that you can later resume it.
Use the
cluster peer job show command to view
a list of jobs that are running in peer clusters.
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 stop.
A job ID is a positive integer.
Examples
The following example stops the job running on cluster2 that has ID 101:
cluster2::> cluster peer job stop -cluster cluster2 -id 101