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 vxvoladm make command. For example, to create a 10GB application volume in the storage pool, mypool, using the user template, RP_DB_Table, you would use the following command:
# vxvoladm -g mydg -p mypool make myDBvol 10g \
user_template='RP_DB_Table'
Note
Unlike volume templates, you cannot specify parameter values for user templates on the command line.
|