ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • job unclaim

    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

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

    [-vserver <vserver name>] - Owning Vserver

    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
    Top of Page