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

job unclaim

Contributors
Suggest changes

Unclaim a cluster job

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

Description

The job unclaim command causes a cluster-affiliated job that is owned by an unavailable node to be unclaimed by that node. Another node in the cluster can then take ownership of the job. Use the job show-cluster command to obtain a list of cluster-affiliated jobs.

Parameters

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

Use this parameter to specify the ID number of the job to unclaim.

[-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 unclaim the cluster-affiliated job with the ID 27 that is owned by the Vserver vs1 :

cluster1::*> job unclaim -vserver vs1 -id 27