ONTAP 9.13.1 commands

job private resume

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

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

-id <integer> - Job ID

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

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
Top of Page