Tivoli Storage Manager for Windows Administrator's Reference


DELETE SCHEDULE (Delete a Client or an Administrative Command Schedule)

Use this command to delete schedules from the database.

The DELETE SCHEDULE command takes two forms, depending on whether the schedule applies to client operations or administrative commands. The syntax and parameters for each form are defined separately.

DELETE SCHEDULE -- Client

Use the DELETE SCHEDULE command to delete one or more client schedules from the database. Any client associations to a schedule are removed when the schedule is deleted.

Privilege Class

To delete a client schedule, you must have system privilege, unrestricted policy privilege, or restricted policy privilege for the specified policy domain.

Syntax

>>-DELete SCHedule--domain_name--schedule_name------------------>
 
      .-Type--=--Client--.
>-----+------------------+-------------------------------------><
 

Parameters

domain_name (Required)
Specifies the name of the policy domain to which the schedule belongs.

schedule_name (Required)
Specifies the name of the schedule to be deleted. You can use a wildcard character to specify this name.

Type=Client
Specifies that a client schedule is deleted. This parameter is optional. The default is CLIENT.

Examples

Task

Delete the WEEKLY_BACKUP schedule, which belongs to the EMPLOYEE_RECORDS policy domain.

Command:
delete schedule employee_records weekly_backup

DELETE SCHEDULE -- Administrative Command

Use this command to delete one or more administrative command schedules from the database.

Privilege Class

To delete an administrative command schedule, you must have system authority.

Syntax

>>-DELete SCHedule--schedule_name--Type--=--Administrative-----><
 

Parameters

schedule_name (Required)
Specifies the name of the schedule to be deleted. You can use a wildcard character to specify this name.

Type=Administrative (Required)
Specifies that an administrative command schedule is deleted.

Examples

Task

Delete the administrative command scheduled named DATA_ENG.

Command:
delete schedule data_eng type=administrative

Related Commands


Table 106. Commands Related to DELETE SCHEDULE

Command Description
COPY SCHEDULE Creates a copy of a schedule.
DEFINE SCHEDULE Defines a schedule for a client operation or an administrative command.
QUERY SCHEDULE Displays information about schedules.
UPDATE SCHEDULE Changes the attributes of a schedule.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]