QUERY SCHEDULE (Query client schedules)

Use this command to display information about one or more client schedules.

Privilege class

Any administrator can issue this command.

Syntax

Read syntax diagramSkip visual syntax diagram
                   .-*--*---------------------------.   
>>-Query SCHedule--+--------------------------------+----------->
                   |              .-*-------------. |   
                   '-domain_name--+---------------+-'   
                                  '-schedule_name-'     

   .-Type--=--Client-.                                
>--+-----------------+--+-------------------------+------------->
                        |           .-,---------. |   
                        |           V           | |   
                        '-Nodes--=----node_name-+-'   

   .-Format--=--Standard-----.   
>--+-------------------------+---------------------------------><
   '-Format--=--+-Standard-+-'   
                '-Detailed-'     

Parameters

domain_name
Specifies the name of the policy domain to which the schedule belongs. You can use a wildcard character to specify this name. If you specify a domain name, you do not have to specify a schedule name.
schedule_name
Specifies the name of the schedule that belongs to the specified policy domain. You can use a wildcard character to specify this name. If you specify a schedule name, you must also specify a policy domain name.
Type=Client
Specifies that the query displays client schedules. This parameter is optional. The default is CLIENT.
Nodes
Specifies the name of one or more client nodes that are associated with the schedules to be displayed. This parameter is optional. You can use a wildcard character to specify client nodes. If you do not specify a client name, all schedules matching the DOMAINNAME and SCHEDULENAME parameters are displayed. You can specify multiple client nodes by separating the names with commas and no intervening spaces.
Format
Specifies how information is displayed. This parameter is optional. The default is STANDARD. Possible values are:
Standard
Specifies that partial information is displayed for the schedules.
Detailed
Specifies that detailed information is displayed for the schedules.

The standard format displays a blank in the period column and an asterisk in the day column for enhanced schedules. To display complete information about an enhanced schedule, issue FORMAT=DETAILED.

Example: List schedules for a specific policy domain

Display all schedules that belong to the EMPLOYEE_RECORDS policy domain. See Field descriptions: Schedules for a specific policy domain for field descriptions.
query schedule employee_records

The standard format displays a blank in the period column and an asterisk in the day column for enhanced schedules. To display complete information about an enhanced schedule, issue FORMAT=DETAILED.

Domain  * Schedule Name   Action Start Date/Time    Duration Period Day
------- - --------------  ------ --------------------------  ------ ---
EMPLOY    WEEKLY_BACKUP   Inc Bk 2004.06.04 17.04.20 1 H     1 D    Any
EE_RE-
CORDS
EMPLOY-   EMPLOYEE_BACKUP Inc Bk 2004.06.04 17.04.20 1 H            (*)
EE_RE-
CORDS

Field descriptions: Schedules for a specific policy domain

Domain
Specifies the name of the policy domain to which the specified schedule belongs.
* (Asterisk)
Specifies whether the corresponding schedule has expired. If there is an asterisk in this column, the corresponding schedule has expired.
Schedule Name
Specifies the name of the schedule.
Action
Specifies the action that occurs when this schedule is processed.
Start Date/Time
Specifies the initial starting date and time for this schedule.
Duration
Specifies the length of the startup window for this schedule.
Period
Specifies the time between startup windows (assuming DAYOFWEEK=ANY). The column is blank for enhanced schedules.
Day
Specifies the day of the week on which the startup windows for the schedule begin. The column contains an asterisk for enhanced schedules.

Example: Display detailed client schedules

From a managed server, display detailed information about client schedules. See Field descriptions: Detailed client schedules for field descriptions.
query schedule * type=client format=detailed
            Policy Domain Name: ADMIN_RECORDS
                 Schedule Name: ADMIN_BACKUP
                   Description:
                        Action: Backup
                     Subaction: vApp
                       Options:
                       Objects:
                      Priority: 5
               Start Date/Time: 04/06/2013 17.04.20
                      Duration: 1 Hour(s)
    Maximum Run Time (Minutes): 0
                Schedule Style: Classic
                        Period: 1 Day(s)
                   Day of Week: Any
                         Month:
                  Day of Month:
                 Week of Month:
                    Expiration:
Last Update by (administrator): $$CONFIG_MANAGER$$
         Last Update Date/Time: 04/06/2013 17.51.49
              Managing profile: ADMIN_INFO

            Policy Domain Name: EMPLOYEE_RECORDS
                 Schedule Name: EMPLOYEE_BACKUP
                   Description:
                        Action: Incremental
                     Subaction:
                       Options:
                       Objects:
                      Priority: 5
               Start Date/Time: 2004.06.04 17.04.33
                      Duration: 1 Hour(s)
    Maximum Run Time (Minutes): 0
                Schedule Style: Enhanced
                        Period:
                   Day of Week: Any
                         Month: Mar,Jun,Nov
                  Day of Month: -14,14,22
                 Week of Month: Last
                    Expiration:
Last Update by (administrator): $$CONFIG_MANAGER$$
         Last Update Date/Time: 2004.06.04 17.18.30
              Managing profile: EMPLOYEE

Field descriptions: Detailed client schedules

Policy Domain Name
Specifies the name of the policy domain.
Schedule Name
Specifies the name of the schedule.
Description
Specifies the description of the schedule.
Action
Specifies the type of action that occurs when this schedule is run. See the DEFINE SCHEDULE command for a listing of actions.
Subaction
Specifies that the type of operation identified by the ACTION parameter is to be scheduled. See the DEFINE SCHEDULE command for a listing of subactions.
Options
Specifies the options that are supplied to the DSMC command when the schedule is run.
Objects
Specifies the objects for which the specified action is performed.
Priority
Specifies the priority value for the schedule.
Start Date/Time
Specifies the initial starting date and time for the schedule.
Duration
Specifies the length of the startup window for the schedule.
Maximum Run Time (Minutes)
Specifies the number of minutes during which all client sessions that are started by the scheduled operation should be completed. If sessions are still running after the maximum run time, the server issues a warning message, but the sessions continue to run.
Schedule Style
Specifies whether classic or enhanced schedule rules are used.
Period
Specifies the time between startup windows (assuming DAYOFWEEK=ANY). This is not displayed for enhanced syntax schedules.
Day of Week
Specifies the day of the week on which the startup windows for the schedule begin. Using a standard format displays an asterisk in the day of week field for enhanced schedules.
Month
Specifies the months during which the schedule will run. This is not displayed for classic syntax schedules.
Day of Month
Specifies the days of the month during which the schedule will run. This is not displayed for classic syntax schedules.
Week of Month
Specifies the weeks (first, second, third, fourth, or last) of the month during which the schedule will run. This is not displayed for classic syntax schedules.
Expiration
Specifies the date and time on which this schedule expires. If this column is blank, the schedule does not expire.
Last Update by (administrator)
Specifies the name of the administrator that most recently updated the schedule. If this field contains a $$CONFIG_MANAGER$$, the schedule is associated with a domain that is managed by the configuration manager.
Last Update Date/Time
Specifies the last date and time the schedule was last updated.
Managing Profile
Specifies the profile or profiles to which the managed server subscribed to get the definition of this schedule.