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

job private stop

Contributors
Suggest changes

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 (privilege: advanced)

This specifies the node on which the job is running.

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

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

[-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 stops a private job with the ID 416 on a node named node0:

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