Index  |  Top  -  Up Data ONTAP 8.2

cluster peer job show

Display a list of jobs in a cluster

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The cluster peer job show command displays information about jobs running in peer clusters. By default, the command displays information about all current jobs in the local cluster.

To display detailed information about a specific job, run the command with the -cluster and -id parameters.

Parameters

{  [-fields <fieldname>, ...]

If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

|  [-inprogress ]

Displays the job ID, the job name, the owning Vserver, and the progress of the job.

|  [-jobstate ]

Displays information about each job's state, including the queue state, whether the job was restarted, and when the job has completely timed out.

|  [-jobuuid ]

Displays the job ID, the job name, the owning Vserver, and the job UUID.

|  [-times ]

Displays the job ID, the job name, the owning Vserver, the time when the job was last queued, the time when the job was last started, and the time when the job most recently ended.

|  [-type ]

Displays the job ID, the job name, the job type, and the job category.

|  [-instance ]  }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-cluster <cluster_name>] - Cluster Name

Selects the jobs that match this parameter value.

[-id <integer>] - Job ID

Selects the jobs that match this parameter value.

[-name <text>] - Name

Selects the jobs that match this parameter value.

[-description <text>] - Description

Selects the jobs that match this parameter value.

[-priority {Low|Medium|High|Exclusive}] - Priority

Selects the jobs that match this parameter value.

[-queuetime <MM/DD HH:MM:SS>] - Queue Time

Selects the jobs that match this parameter value.

[-starttime <MM/DD HH:MM:SS>] - Start Time

Selects the jobs that match this parameter value.

[-endtime <MM/DD HH:MM:SS>] - End Time

Selects the jobs that match this parameter value.

[-dropdeadtime <MM/DD HH:MM:SS>] - Drop-dead Time

Selects the jobs that match this parameter value.

[-restarted {true|false}] - Restarted?

Selects the jobs that match this parameter value.

[-state {Initial|Queued|Running|Waiting|Pausing|Paused|Quitting|Success|Failure|Reschedule|Error|Quit|Dead|Unknown|Restart|Dormant}] - State

Selects the jobs that match this parameter value. Supported job state values are:

[-code <integer>] - Status Code

Selects the jobs that match this parameter value.

[-completion <text>] - Completion String

Selects the jobs that match this parameter value.

[-jobtype <text>] - Job Type

Selects the jobs that match this parameter value.

[-category <text>] - Job Category

Selects the jobs that match this parameter value.

[-uuid <UUID>] - UUID (privilege: advanced)

Selects the jobs that match this parameter value.

[-progress <text>] - Execution Progress

Selects the jobs that match this parameter value.

Examples

The following example displays information about all the jobs running in cluster2:
cluster1::> cluster peer job show  -cluster cluster2
Job ID     Name           State    Description
---------  -------------- -------- ------------------------------------------
Cluster: cluster2
1          Certificate Expiry Check
                          Queued   Certificate Expiry Check
2          Licensing      Queued   License Checking
3          CLUSTER BACKUP AUTO 8hour
                          Running  Cluster Backup Job
4          CLUSTER BACKUP AUTO daily
                          Queued   Cluster Backup Job
5          CLUSTER BACKUP AUTO weekly
                          Queued   Cluster Backup Job
10         Vol Reaper     Queued   Vol Reaper Job
349        Peer Manager for cluster cluster3
                          Queued   Cluster Peer Manager Job for cluster
                                   cluster3
427        Peer Manager for cluster cluster1
                          Queued   Cluster Peer Manager Job for cluster
                                   cluster1
10 entries were displayed.

Index  |  Top  -  Up Data ONTAP 8.2