DEFINE POLICYSET (Define a policy set)

Use this command to define a policy set in a policy domain. A policy set contains management classes, which contain copy groups. You can define one or more policy sets for each policy domain.

To put a policy set into effect, you must activate the policy set by using the ACTIVATE POLICYSET command. Only one policy set can be active in a policy domain. The copy groups and management classes within the active policy set determine the rules by which client nodes perform backup, archive, and space management operations, and how the client files stored are managed.

Use the VALIDATE POLICYSET command to verify that a policy set is complete and valid before activating it with the ACTIVATE POLICYSET command.

Privilege class

To issue this command you must have system privilege, unrestricted policy privilege, or restricted policy privilege for the policy domain to which the policy set belongs.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DEFine POlicyset--domain_name--policy_set_name--------------->

>--+-----------------------------+-----------------------------><
   '-DESCription--=--description-'   

Parameters

domain_name (Required)
Specifies the name of the policy domain to which the policy set belongs.
policy_set_name (Required)
Specifies the name of the policy set. The maximum length of this name is 30 characters. You cannot define a policy set named ACTIVE.
DESCription
Specifies a description for the new policy set. This parameter is optional. The maximum length of the description is 255 characters. Enclose the description in quotation marks if it contains any blank characters.

Example: Define a policy set

Define a policy set called SUMMER for the PROG1 policy domain and include the description, "Programming Group Policies."
define policyset prog1 summer 
description="Programming Group Policies"

Related commands

Table 1. Commands related to DEFINE POLICYSET
Command Description
ACTIVATE POLICYSET Validates and activates a policy set.
COPY MGMTCLASS Creates a copy of a management class.
COPY POLICYSET Creates a copy of a policy set.
DEFINE DOMAIN Defines a policy domain that clients can be assigned to.
DEFINE MGMTCLASS Defines a management class.
DELETE POLICYSET Deletes a policy set, including its management classes and copy groups, from a policy domain.
QUERY POLICYSET Displays information about policy sets.
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.