ONTAP 9.12.1 commands

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

    Resume a job

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

    Description

    The job resume command resumes a job that was previously paused by using the job pause command. Use the job show command to view a list of paused jobs that can be resumed.

    Parameters

    -id <integer> - Job ID

    The numeric ID of the paused job to be resumed. 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 resumes the paused job that has ID 183:

    cluster1::> job resume -id 183
    Top of Page