You can send a request to get the schedules and schedule policies at different levels in the CommCell environment.
About This Task
You can set filters in the schedule XML files to display specific schedules or schedule policies. The schedules, isCalendar and policy filters are provided by default. To add additional filters, add the parameter as an attribute in the <filter> element:
<filter schedules="1" isCalendar="0" policy="1" savedReports="1">
For a list of available filter parameters, see Filter Parameters.
Procedure
At the CommCell Level
-
Download the schedules_commserve_level.xml file and save it on the computer from where the command will be executed.
-
Execute the following command from the <Software_Installation_Directory>/Base folder after substituting the parameter values.
qoperation execute –af schedules_commserve_level.xml
For information on supported parameters, see XML Parameters for Schedule and Schedule Policy Operations.
At the Client Level
-
Download the schedules_client_level.xml file and save it on the computer from where the command will be executed.
-
Execute the following command from the <Software_Installation_Directory>/Base folder after substituting the parameter values.
qoperation execute –af schedules_client_level.xml -clientName client_name
For information on supported parameters, see XML Parameters for Schedule and Schedule Policy Operations.
At the Backup Set Level
-
Download the schedules_backupset_level.xml file and save it on the computer from where the command will be executed.
-
Execute the following command from the <Software_Installation_Directory>/Base folder after substituting the parameter values.
qoperation execute –af schedules_backupset_level.xml -appName application_name -clientName client_name -backupsetName backup_set_name
For information on supported parameters, see XML Parameters for Schedule and Schedule Policy Operations.
At the Subclient Level
-
Download the schedules_subclient_level.xml file and save it on the computer from where the command will be executed.
-
Execute the following command from the <Software_Installation_Directory>/Base folder after substituting the parameter values.
qoperation execute –af schedules_subclient_level.xml -appName application_name -clientName client_name -backupsetName backup_set_name -subclientName subclient_name
For information on supported parameters, see XML Parameters for Schedule and Schedule Policy Operations.