Veritas Storage Foundation Intelligent Storage Provisioning 5.0.1 Administrators Guide, HP-UX 11i v3, First Edition, November 2009

Format of user templates
A user template consists of a list of capabilities and rules. Associated with each
capability is a list of parameter-value pairs that define default parameter values
for the capability.
The format of a typical user template specification is shown in the following
definition:
user_template usertmplt_tname {
description "string"
descriptionid id
capability capability1 {
attribute_name:type = default_value
...
}
capability capability2 {
attribute_name = default_value
...
}
...
rules {
[tag "volume_tag"]
rule1
rule2
...
}
};
This definition has the following important components:
Defines the name of the user template, for example,
MyReliableReplication, and MySWSnapshot.
usertmplt_name
Describes a user template in English.description
References the message catalog where localized versions of the
description may be found, and provides an index number for the
description in the catalog.
descriptionid
Indicates the capabilities that are provided by volumes created
from the user template.
capability
Defines the name and value of a parameter.attribute_name
Creating and modifying user templates
Format of user templates
140