qlist jobsummary

Updated

Description

This command lists the current state of all active jobs in the CommServe. Jobs are classified into the following states:

  • Running

  • Suspended

  • Pending

  • Queued

  • Waiting

You can also filter the jobs by client, agent, instance, backup set or subclient.

In case of an error, an error code and description are displayed as: "media: Error errorcode: errordescription"

Usage

qlist jobsummary [-c <client>] [-a <iDataAgent>] [-i <instance>] [-b <backupset>] [-s <subclient>] [-tf <tokenfile>] [-tk <token>] [-h]
    

Options

-c

Client computer name

-a

Agent type installed on client computer (see Argument Values - Agent Types)

-i

Instance name, required for certain agents

-b

Backup set name, required for certain agents

-s

Name of the subclient

-tf

Reads token from a file

-tk

Token string

-h

Displays help

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures, due to the use of an unsupported option or missing argument.

2 - Any other failure.

Example

Display job summary of all jobs of client cl1.

qlist jobsummary -c cl1
 RUNNING PENDING WAITING QUEUED SUSPENDED TOTAL
  1       10      0       4      1         16
    

Was this page helpful?