ONTAP 9.13.1 commands

job private stop

Stop a job

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

Description

The job private stop command stops a running private job. A private job is a job that is associated with a specific node and does not use cluster facilities. A stopped job cannot be restarted.

Parameters

-node {<nodename>|local} - Node

This specifies the node on which the job is running.

-id <integer> - Job ID

This specifies the numeric ID of the job that is to be stopped.

[-vserver <vserver name>] - Owning Vserver

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

Examples

The following example stops a private job with the ID 416 on a node named node0:

cluster1::*> job private stop -node node0 -id 416
Top of Page