ONTAP 9.13.1 commands

job private show

Display a list of jobs

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

The job private show command displays information about private jobs. Private jobs are affiliated with a specific node and do not use any cluster facilities, such as the replicated database.

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, name, owning Vserver, and progress of each private job.

| [-jobstate ]

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

| [-jobuuid ]

Displays the ID, name, owning Vserver, and UUID of each private job.

| [-sched ]

Displays the job ID, name, owning Vserver, and run schedule of each private job.

| [-times ]

Displays the queue time, start time, and end time of each private job.

| [-type ]

Displays the type and category of each private job.

| [-instance ] }

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

[-node {<nodename>|local}] - Node

Selects the private jobs that match this parameter value. .

[-id <integer>] - Job ID

Selects the private jobs that match the ID or range of IDs that you specify.

[-vserver <vserver name>] - Owning Vserver

Selects the private jobs that match this parameter value.

[-name <text>] - Name

Selects the private jobs that match this parameter value.

[-description <text>] - Description

Selects the private jobs that match this parameter value.

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

Selects the private jobs that match this parameter value.

[-schedule <job_schedule>] - Schedule

Selects the private jobs that match this parameter value.

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

Selects the private jobs that match this parameter value.

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

Selects the private jobs that match this parameter value.

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

Selects the private jobs that match this parameter value.

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

Selects the private jobs that match this parameter value.

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

Selects the private 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 private jobs that match this parameter value.

[-code <integer>] - Status Code

Selects the private jobs that match this parameter value.

[-completion <text>] - Completion String

Selects the private jobs that match this parameter value.

[-jobtype <text>] - Job Type

Selects the private jobs that match this parameter value.

[-category <text>] - Job Category

Selects the private jobs that match this parameter value.

[-uuid <UUID>] - UUID

Selects the private jobs that match this parameter value.

[-progress <text>] - Execution Progress

Selects the private jobs that match this parameter value.

[-username <text>] - User Name

Selects the private jobs that match this parameter value.

Examples

The following example displays information about all private jobs on the local node:

cluster1::*> job private show -node local
Node: node1
                            Owning
Job ID Name                 Vserver    State
------ -------------------- ---------- -----------
3      snap-hourly          cluster1   Queued
       Description: Auto-Snapshot
4      snap-daily           cluster1   Queued
       Description: Auto-Snapshot
5      snap-weekly          cluster1   Queued
       Description: Auto-Snapshot
6      sync task            cluster1   Queued
       Description: sync task
7      ldap-certs           cluster1   Queued
       Description: ldap resync
5 entries were displayed.
Top of Page