qlist schedule

Updated

Description

This command lists the weekly and daily schedules configured in the CommCell for a particular day or hour in given week. No message is displayed on the command prompt whenever schedules are not found.

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

To see additional schedule details, use the XML file method described in Viewing Schedules and Schedule Policies Using the Command Line Interface.

Usage

qlist schedule [-day <weekday>] [-hour <hour>] [-tf <tokenfile>] [-tk <token>] [-h]
    

Options

-day

Week day (0- Sunday .....6-Saturday)

-hour

Hour(0-23)

-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

List the schedule

qlist schedule 
 TIME              BACKUPJOBS          RESTOREJOBS        ADMINJOBS
 Sun 12:30:45      0                   0                  4 
 Mon 12:30:45      0                   0                  4 
 Tue 12:30:45      0                   0                  4 
 Wed 12:30:45      0                   0                  4 
 Thu 12:30:45      0                   0                  4 
 Fri 12:30:45      0                   0                  4 
 Sat 12:30:45      0                   0                  4
    

Was this page helpful?