Veritas Storage Foundation Intelligent Storage Provisioning 5.0 AdministratorÆs Guide, HP-UX 11i v3, First Edition, May 2008

128 Administering volume templates and other configuration elements
Listing template sets
C3
# vxtemplate -g mydg -w -r listcapability C1
C0
C1
C2
C3
Note: A capability is always shown as depending on itself as it is required to
make itself “whole.”
The next example returns the capabilities which depend on the
DataRedundancy capability in the ISP Configuration Database:
# vxtemplate -C -w listcapability PrefabricatedRaid5
TY NAME STATE AUTOINSTALL
cp DataMirroring - -
cp DataMirrorStripe - -
cp DataRedundancy - -
cp DataStripeMirror - -
cp Raid5Capability - -
Listing template sets
To list the template sets in the ISP Configuration Database that contain certain
template definitions, use the following command:
# vxtemplate -C listtemplateset [template=
t1
[,
t2
...]]
For example, to list all the template sets that contain the template
DataMirroring:
# vxtemplate -C listtemplateset template=DataMirroring
TY NAME
ts DataMirroring
ts DataMirroringPrefabricatedRaid5
ts DataMirroringPrefabricatedStriping
If no templates are specified, the command lists all template sets that are
defined in the ISP Configuration Database.