| Index | Top - Up | Data ONTAP 8.2 |
Display a list of jobs in a cluster
Availability: This command is available to cluster administrators at the admin privilege level.
To display detailed information about a specific job, run the command with the -cluster and -id parameters.
{ [-fields <fieldname>, ...]
| [-inprogress ]
| [-jobstate ]
| [-jobuuid ]
| [-times ]
| [-type ]
| [-instance ] }
[-cluster <cluster_name>] - Cluster Name
[-id <integer>] - Job ID
[-name <text>] - Name
[-description <text>] - Description
[-priority {Low|Medium|High|Exclusive}] - Priority
[-queuetime <MM/DD HH:MM:SS>] - Queue Time
[-starttime <MM/DD HH:MM:SS>] - Start Time
[-endtime <MM/DD HH:MM:SS>] - End Time
[-dropdeadtime <MM/DD HH:MM:SS>] - Drop-dead Time
[-restarted {true|false}] - Restarted?
[-state {Initial|Queued|Running|Waiting|Pausing|Paused|Quitting|Success|Failure|Reschedule|Error|Quit|Dead|Unknown|Restart|Dormant}] - State
[-code <integer>] - Status Code
[-completion <text>] - Completion String
[-jobtype <text>] - Job Type
[-category <text>] - Job Category
[-uuid <UUID>] - UUID (privilege: advanced)
[-progress <text>] - Execution Progress
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 |