Veritas Storage Foundation Intelligent Storage Provisioning 5.0.1 Solutions Guide, HP-UX 11i v3, First Edition, November 2009
If an IT department is establishing the standards for volume provisioning, a
subject-matter expert (SME) would define the correct user template using the ISP
language to specify templates, capabilities, and rules. They would then use the
following command to add the template to the configuration:
# vxusertemplate -d definition_file create
To create a volume using the simplified format
1
List the ISP user templates to locate a model for creating your own volume.
# vxusertemplate list
2
Review the definitions to verify that a volume created with one does not
included unwanted characteristics.
# vxusertemplate print usertemplate1 usertemplate2 ...
3
After finding the correct template, create a volume with the required capacity.
# vxassist -g diskgroup -p pool make volume size \
user_template=usertemplate1
4
Verify that all volumes in the disk group conform to the template, pool, volume
group, and user-specified rules.
You can use the following command to list the complete set of rules that are
associated with a volume:
21Volume creation solutions
Using user templates to simplify volume creation