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

confineto "VendorName"="EMC"
}
};
user_template DB_Index {
description "Makes high performance volume for database index"
capability Striping {
NCOLS = 8
}
rules {
confineto "VendorName"="EMC"
}
};
You can then use the -d option with the vxusertemplate create command to
add the user template in the configuration file to the global usertemplates file,
as shown in the following example:
# vxusertemplate -d config_file create
Using a user template to create an application volume
You can create an application volume using a user template by specifying the
name of the user template in place of the name of a capability to the vxassist
make command.
For example, to create a 10GB application volume in the storage pool, mypool,
using the user template, RP_DB_Table, use the following command:
# vxassist -g mydg -P mypool make myDBvol 10g \
user_template=’RP_DB_Table’
Unlike volume templates, you cannot specify parameter values for user templates
on the command line.
Listing currently defined user templates
Use the following command to list all the user templates that are currently defined
in the global usertemplates file:
# vxusertemplate list
143Creating and modifying user templates
Using a user template to create an application volume