Skip to main content
A newer release of this product is available.

job private resume

Contributors
Suggest changes

Resume a job

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

Description

The job private resume command resumes a private job that was paused by using the job private pause command. Private jobs are affiliated with a specific node and do not use any cluster facilities, such as the replicated database.

Use the job private show command to view a list of paused private jobs that can be resumed.

Parameters

-node {<nodename>|local} - Node (privilege: advanced)

Use this parameter to specify the node with which the paused private job is associated.

-id <integer> - Job ID (privilege: advanced)

Use this parameter to specify the numeric ID of the paused private job to be resumed. A job ID is a positive integer.

[-vserver <vserver name>] - Owning Vserver (privilege: advanced)

Use this parameter to specify the name of the Vserver that owns the job.

Examples

The following example resumes the paused private job that has ID 99 on a node named node2 :

cluster1::*> job private resume -node node2 -id 99