| Index | Top - Up | Data ONTAP 8.2 |
Display a list of jobs
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
To display detailed information about a specific job, run the command with the -id parameter.
You can specify additional parameters to select information that matches the values you specify for those parameters. For example, to display information only about jobs running on a specific node, run the command with the -node parameter.
{ [-fields <fieldname>, ...]
| [-inprogress ]
| [-jobstate ]
| [-sched ]
| [-times ]
| [-type ]
| [-jobuuid ] (privilege: advanced)
| [-instance ] }
[-id <integer>] - Job ID
[-vserver <vserver name>] - Owning Vserver
[-name <text>] - Name
[-description <text>] - Description
[-priority {Low|Medium|High|Exclusive}] - Priority
[-node <nodename>] - Node
[-affinity {Cluster|Node}] - Affinity
[-schedule <job_schedule>] - Schedule
[-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
[-username <text>] - User Name
cluster1::> job show -node node1
Owning
Job ID Name Vserver Node State
------ ---------------- --------- ------------ ----------
308114 mirror-daily-3587206
node-vserver
node1 Running
Descr:Auto-replicate to 1 mirror(s)
308115 mirror-daily-3618985
node-vserver
node1 Running
Descr:Auto-replicate to 1 mirror(s)
308116 mirror-daily-3619010
node-vserver
node1 Queued
Descr:Auto-replicate to 1 mirror(s)
308117 mirror-daily-3749547
node-vserver
node1 Queued
Descr:Auto-replicate to 1 mirror(s)
4 entries were displayed. | Index | Top - Up | Data ONTAP 8.2 |