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

58 Storage pools
Listing storage pools within a disk group
In the following example, the policies on the storage pool, mypool, are changed
to disallow the use of storage resources from outside the storage pool, and to
allow all available templates to be considered for use when creating volumes:
# vxpool -g mydg setpolicy mypool autogrow=pool \
selfsufficient=host
Listing storage pools within a disk group
To display a list of all storage pools within a disk group, use the vxpool list
command as shown here:
# vxpool [-g
diskgroup
] list
For example, the following command lists all the storage pools within the disk
group, mydg:
# 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:
# vxpool -C listpoolset pooldefn=mirrored_volumes
TY NAME
ps mirrored_prefab_raid5_data_mirrored_clones
ps mirrored_data_striped_clones
If no storage pool sets 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, you would
use the following command:
# vxpool -g mydg rename mypool ReliablePool