| Index | Top - Up | Data ONTAP 8.2 |
Display a list of cluster 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 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>, ...]
| [-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
cluster1::> job show-cluster
Owning
Job ID Name Vserver Node State
------ ---------------- --------- -------------- -----------
305 Auto_Mirror node-vserver
- Running
6202 mirror-03_10 node-vserver
- Queued
Descr:Auto mirror
6203 mirror-04_10 node-vserver
- Queued
Descr:Auto mirror
6204 mirror-01_10 node-vserver
- Queued
Descr:Auto mirror
6205 mirror-02_10 node-vserver
- Queued
Descr:Auto mirror
6206 mirror-05_10 node-vserver
- Queued
Descr:Auto mirror | Index | Top - Up | Data ONTAP 8.2 |