job private delete
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Delete a job
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The job private delete
command deletes 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 on a job that does not support the delete operation, the command returns an error message.
Use the job private show command to view a list of private jobs that can be deleted.
Parameters
-node {<nodename>|local}
- Node (privilege: advanced)-
Use this parameter to specify the node with which the private job is associated.
-id <integer>
- Job ID (privilege: advanced)-
Use this parameter to specify the numeric ID of the private job to be deleted. 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 shows how to delete the job that has ID 273
from the node named node2
:
cluster1::*> job private delete -node node2 -id 273