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

# vxpool -g mydg list
Finding storage pool sets containing specified pool
definitions
To list the storage pool set definitions in the ISP Configuration Database that
contain certain storage pool definitions, use the following command:
# vxpool -C listpoolset [pooldefn=pd1[,pd2...]]
For example, to list all the storage pool sets that contain the mirrored_volumes
pool definition, use the following command:
# vxpool -C listpoolset pooldefn=mirrored_volumes
TY NAME
ps mirrored_prefab_raid5_data_mirrored_clones
ps mirrored_data_striped_clones
If no storage pool definitions are specified, the command lists all storage pool
sets that are defined in the ISP Configuration Database.
Renaming a storage pool
To rename a storage pool, use the following command:
# vxpool [-g diskgroup] rename storage_pool new_name
For example, to rename the storage pool, mypool, as ReliablePool, use the
following command:
# vxpool -g mydg rename mypool ReliablePool
Deleting a storage pool
To delete a storage pool, use the following command:
# vxpool [-g diskgroup] [-r] delete storage_pool
The -r option must be specified to dissociate all disks from the storage pool and
then delete the storage pool as shown in the following example:
# vxpool -g mydg -r delete ReliablePool
Storage pools
Finding storage pool sets containing specified pool definitions
58