Veritas Storage Foundation Intelligent Storage Provisioning 5.0 AdministratorÆs Guide, HP-UX 11i v3, First Edition, May 2008

132 Creating and modifying user templates
Format of user templates
rule2
...
}
};
This definition has the following important components:
usertmplt_name
Defines the name of the user template, for
example, MyReliableReplication, and
MySWSnapshot.
description Describes a user template in English.
descriptionid References the message catalog where localized
versions of the description may be found, and
provides an index number for the description in
the catalog.
capability Indicates the capabilities that are provided by
volumes created from the user template.
attribute_name
Defines the name and value of a parameter.
rules Specifies the start of the section that contains
the rules for selecting and laying out storage,
and which implement the capabilities that the
user template provides.
See “Rules” on page 144.
tag Specifies an optional default tag for a volume.
See “User template” on page 169.
For example, consider a capability named HardwareReplication that has two
variable parameters that specify the source and the destination:
capability HardwareReplication {
var source:string
var destination:string
};
In addition, the capability named Reliable, provides reliability by creating a
mirrored volume:
capability Reliable {
var NMIRS:int
};