ONTAP 9.13.1 commands

job private pause

Pause a job

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

Description

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

If you use this command to pause a job that does not support it, the command returns an error message.

Use the job private resume command to resume a paused private job.

Use the job private show command to view a list of private jobs.

Parameters

-node {<nodename>|local} - Node

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

-id <integer> - Job ID

Use this parameter to specify the numeric ID of the paused private job to be paused. 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 pauses the private job that has ID 99 on the node node1 :

cluster1::*> jobs private pause -node node1 -id 99
Top of Page