Tivoli Storage Manager for Windows Administrator's Reference

QUERY POLICYSET (Query a Policy Set)

Use this command to display information about one or more policy sets.

Privilege Class

Any administrator can issue this command.

Syntax

                      .-*--*-----------------------------.
>>-Query POlicyset----+----------------------------------+------>
                      |              .-*---------------. |
                      '-domain_name--+-----------------+-'
                                     '-policy_set_name-'
 
      .-Format--=--Standard-----.
>-----+-------------------------+------------------------------><
      '-Format--=--+-Standard-+-'
                   '-Detailed-'
 

Parameters

domain_name
Specifies the policy domain associated with the policy set to query. This parameter is optional. You can use wildcard characters to specify names. If you do not specify a value for this parameter, all policy domains are queried. You must specify this parameter when querying an explicitly named policy set.

policy_set_name
Specifies the policy set to query. This parameter is optional. You can use wildcard characters to specify names. If you do not specify either ACTIVE or a policy set name, all policy sets are queried.

Format
Specifies how the information is displayed. This parameter is optional. The default value is STANDARD. Possible values are:

Standard
Specifies that partial information is displayed.

Detailed
Specifies that complete information is displayed.

Examples

Task 1

Query all policy sets for all policy domains. Create the output in standard format.

Command:
query policyset

Output:
 
+--------------------------------------------------------------------------------+
|Policy        Policy        Default       Description                           |
|Domain        Set Name      Mgmt                                                |
|Name                        Class                                               |
|                            Name                                                |
|---------     ---------     ---------     ------------------------              |
|EMPLOYEE-     ACTIVE        ACTIVEFI-     Personnel Department                  |
| _RECORDS                    LES                                                |
|EMPLOYEE-     HOLIDAY       ACTIVEFI-     Personnel Department                  |
| _RECORDS                    LES                                                |
|EMPLOYEE-     VACATION      ACTIVEFI-     Personnel Department                  |
| _RECORDS                    LES                                                |
|PROG1         SUMMER                      Programming Group                     |
|                                           Policies                             |
|PROG2         SUMMER                      Programming Group                     |
|                                           Policies                             |
|STANDARD      ACTIVE        STANDARD      Installed default policy              |
|                                           set.                                 |
|STANDARD      STANDARD      STANDARD      Installed default policy              |
|                                           set.                                 |
+--------------------------------------------------------------------------------+

See Task 2 for parameter definitions.

Task 2

Query the VACATION policy set that is in the EMPLOYEE_RECORDS policy domain. Create the output in detailed format.

Command:
query policyset employee_records vacation 
format=detailed

Output:
+--------------------------------------------------------------------------------+
|            Policy Domain Name: EMPLOYEE_RECORDS                                |
|               Policy Set Name: VACATION                                        |
|       Default Mgmt Class Name: ACTIVEFILES                                     |
|                   Description: Personnel Department                            |
|Last Update by (administrator): $$CONFIG_MANAGER$$                              |
|         Last Update Date/Time: 05/31/1998 13:15:50                             |
|              Managing profile: ADSM_INFO                                       |
+--------------------------------------------------------------------------------+

where:

Policy Domain Name
The name of the policy domain.

Policy Set Name
The name of the policy set.

Default Mgmt Class Name
The management class assigned as the default for the policy set.

Description
The description of the policy set.

Last Update by (administrator)
The name of the administrator or server that most recently updated the policy set. If this field contains $$CONFIG_MANAGER$$, the policy set is associated with a domain that is managed by the configuration manager.

Last Update Date/Time
The date and time when the policy set was most recently defined or updated.

Managing Profile
The profile or profiles that manage the domain to which this policy set belongs.

Related Commands

Table 187. Commands Related to QUERY POLICYSET

Command Description
ACTIVATE POLICYSET Validates and activates a policy set.
COPY POLICYSET Creates a copy of a policy set.
DEFINE POLICYSET Defines a policy set within the specified policy domain.
DELETE POLICYSET Deletes a policy set, including its management classes and copy groups, from a policy domain.
QUERY DOMAIN Displays information about policy domains.
UPDATE POLICYSET Changes the description of a policy set.
VALIDATE POLICYSET Verifies and reports on conditions the administrator must consider before activating the policy set.


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