Commvault End-User Command Line (cvc) Interface Example: job

Updated

Name

job

Synopsis

job -j [jobid] -t[operation type]

Description

Perform one of the following operation on a job:

  • Kill the job

  • Pause the job

  • Resume a job

The table lists the options that the software supports.

Option

Description

-c

The CommCell Console client name.

The software uses the information that is in the computer registry when you do not specify this option.

-j

The job ID.

-t

The operation type. Valid values are:

  • kill

  • pause

  • Resume

Example

Kill a Job

The following command kills a job. In this example, the parameters are listed on the command line.

cvc> job -j 572230 -t kill

Pause a Job

The following command pauses a job. In this example, the parameters are listed on the command line.

cvc> job -j 572231 -t pause

Resume a Job

The following command resumes a job. In this example, the parameters are listed on the command line.

cvc> job -j 572231 -t resume