Administrator's Reference

QUERY DOMAIN (Query a Policy Domain)

Use this command to display information on one or more policy domains.

Privilege Class

Any administrator can issue this command.

Syntax

                   .-*-----------.
>>-Query DOmain----+-------------+------------------------------>
                   '-domain_name-'
 
      .-Format--=--Standard-----.
>-----+-------------------------+------------------------------><
      '-Format--=--+-Standard-+-'
                   '-Detailed-'
 

Parameters

domain_name
Specifies the policy domain 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 displayed.

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

Display partial information for all policy domains on the server.

Command:
query domain

Output:
 
+--------------------------------------------------------------------------------+
|Policy       Activated    Activated     Number of    Description                |
|Domain       Policy       Default      Registered                               |
|Name         Set          Mgmt              Nodes                               |
|                          Class                                                 |
|---------    ---------    ---------    ----------    ------------------         |
|EMPLOYEE-    VACATION     ACTIVEFI-             6    Employee Records           |
| _RECORDS                  LES                        Domain                    |
|PROG1                                           0    Programming Group          |
|                                                      Test Domain               |
|PROG2                                           0    Programming Group          |
|                                                      Test Domain               |
|STANDARD     STANDARD     STANDARD              1    Installed default          |
|                                                      policy domain             |
+--------------------------------------------------------------------------------+

See Task 2 for parameter definitions.

Task 2

From a managed server, display information in full detail for the EMPLOYEE_RECORDS policy domain.

Command:
query domain employee_records format=detailed

Output:
 
+--------------------------------------------------------------------------------+
|              Policy Domain Name: EMPLOYEE_RECORDS                              |
|            Activated Policy Set: VACATION                                      |
|            Activation Date/Time: 1998.06.04 17.18.30                           |
|           Days Since Activation: <1                                            |
|    Activated Default Mgmt Class: ACTIVEFILES                                   |
|      Number of Registered Nodes: 6                                             |
|                     Description: Employee Records domain                       |
| Backup Retention (Grace Period): 30                                            |
|Archive Retention (Grace Period): 365                                           |
|  Last Update by (administrator): $$CONFIG_MANAGER$$                            |
|           Last Update Date/Time: 06/04/1998 17:18:30                           |
|                Managing Profile: ADMIN_INFO                                    |
+--------------------------------------------------------------------------------+

where:

Policy Domain Name
The name of the policy domain.

Activated Policy Set
The name of the policy set that was last activated in the domain.

The definitions in the last activated policy set and the ACTIVE policy set are not necessarily identical. When you activate a policy set, the server copies the contents of the policy set to the policy set with the special name ACTIVE. The copied definitions in the ACTIVE policy set can be modified only by activating another policy set. You can modify the original policy set without affecting the ACTIVE policy set. Therefore, definitions in the policy set that was last activated might not be the same as those in the ACTIVE policy set.

Activation Date/Time
The date and time that the policy set was activated.

Days Since Activation
The number of days since the policy set was activated.

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

Number of Registered Nodes
The number of client nodes registered to the policy domain.

Description
The description of the policy domain.

Backup Retention (Grace Period)
The number of days to retain inactive backup versions of files when any of the following conditions occur:

Archive Retention (Grace Period)
The number of days to retain an archive file that meets either of the following conditions:

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

Last Update Date/Time
When the administrator defined or most recently updated the policy domain.

Managing Profile
The profile or profiles to which the managed server subscribed to get the definition of this policy domain.

Related Commands

Table 156. Commands Related to QUERY DOMAIN

Command Description
COPY DOMAIN Creates a copy of a policy domain.
DEFINE DOMAIN Defines a policy domain that can be assigned to clients.
DELETE DOMAIN Deletes a policy domain along with any policy objects in the policy domain.
UPDATE DOMAIN Changes the attributes of a policy domain.


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