ONTAP 9.12.1 commands

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

    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

    Use this parameter to specify the node with which the private job is associated.

    -id <integer> - Job ID

    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

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