Veritas Storage Foundation Intelligent Storage Provisioning 5.0.1 Administrators Guide, HP-UX 11i v3, First Edition, November 2009
To list the templates that depend on one or more given templates, use the following
command:
# vxtemplate [-C | -g diskgroup] -w listtemplate \
template1 [template2 ...]
To list all the templates upon which one or more given templates depend, use the
following command:
# vxtemplate [-C | -g diskgroup] -r listtemplate \
template1 [template2 ...]
If the -C option is specified, the dependencies in the ISP Configuration Database
are displayed. If the -g option is used, only the dependencies for the templates
that are currently installed in the specified disk group are shown.
The -w (whole) and -r (recursive) options can be specified together to list all
templates that are linked by inheritance.
Figure 6-1 shows an example hierarchy of template dependencies.
The arrows show the direction of inheritance.
Figure 6-1
Example template dependencies
T0 T1
T2
T3 T4
The following command examples show the output that would be returned for
this hierarchy:
# vxtemplate -g mydg -w listtemplate T0
T0
# vxtemplate -g mydg -w listtemplate T2
T0
T1
T2
# vxtemplate -g mydg -w listtemplate T3
T0
T1
133Administering volume templates and other configuration elements
Listing template dependencies