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 ](privilege: advanced) -
Displays the job ID, name, owning Vserver, and progress of each private job.
- |
[-jobstate ](privilege: advanced) -
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 ](privilege: advanced) -
Displays the ID, name, owning Vserver, and UUID of each private job.
- |
[-sched ](privilege: advanced) -
Displays the job ID, name, owning Vserver, and run schedule of each private job.
- |
[-times ](privilege: advanced) -
Displays the queue time, start time, and end time of each private job.
- |
[-type ](privilege: advanced) -
Displays the type and category of each private job.
- |
[-instance ]} -
If you specify the
-instanceparameter, the command displays detailed information about all fields. [-node {<nodename>|local}]- Node (privilege: advanced)-
Selects the private jobs that match this parameter value. .
[-id <integer>]- Job ID (privilege: advanced)-
Selects the private jobs that match the ID or range of IDs that you specify.
[-vserver <vserver name>]- Owning Vserver (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-name <text>]- Name (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-description <text>]- Description (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-priority {Low|Medium|High|Exclusive}]- Priority (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-schedule <job_schedule>]- Schedule (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-queuetime <MM/DD HH:MM:SS>]- Queue Time (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-starttime <MM/DD HH:MM:SS>]- Start Time (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-endtime <MM/DD HH:MM:SS>]- End Time (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-dropdeadtime <MM/DD HH:MM:SS>]- Drop-dead Time (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-restarted {true|false}]- Restarted? (privilege: advanced)-
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 (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-code <integer>]- Status Code (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-completion <text>]- Completion String (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-jobtype <text>]- Job Type (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-category <text>]- Job Category (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-uuid <UUID>]- UUID (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-progress <text>]- Execution Progress (privilege: advanced)-
Selects the private jobs that match this parameter value.
[-username <text>]- User Name (privilege: advanced)-
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.