| Index | Top - Up | Data ONTAP 8.2 |
Display a list of completed 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. The detailed view includes all of the default information plus additional items.
You can specify additional parameters to display only information that matches those parameters. For instance, to display information only about jobs running on a specific node, run the command with the -node parameter.
{ [-fields <fieldname>, ...]
| [-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
[-username <text>] - User Name
node::> job show-completed
Owning
Job ID Name Vserver End Time Code Completion String
------ --------------- -------- -------------- ---------- --------------------
305 Auto_Mirror node-vserver
10/10 08:07:05 0 Succeeded
6202 mirror-03_10 node-vserver
10/10 11:10:07 0
6203 mirror-04_10 node-vserver
10/10 12:10:09 0
6204 mirror-01_10 node-vserver
10/10 09:10:03 0
6205 mirror-02_10 node-vserver
10/10 10:10:08 0
6206 mirror-05_10 node-vserver
10/10 05:10:04 0 | Index | Top - Up | Data ONTAP 8.2 |