Deleting a Job on a Storage Policy Copy

  1. Download the Delete_Job.xml file and save it on the computer from where the command will be executed.

  2. Execute the following command from the software_installation_directory/Base folder after substituting the parameter values.

    qoperation execute -af $[download location\Delete_Job.xml] -jobid $[xxx] -copyName $[xxx] -storagepolicyname $[xxx]
    

    For example: To delete a job job1 in the copy Copy1 of storage policy SP1, execute the following command:

    qoperation execute -af $[download location\Delete_Job.xml] -jobid $[job1] -copyName $[copy1] -storagepolicyname $[SP1]
    
×

Loading...