Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008

To display the free space on a storage class
Use the dbdst_show_fs command as follows:
$ /opt/VRTS/bin/dbdst_show_fs -S $ORACLE_SID -o volume \
-m mount_point
Adding new volumes to a storage class
Use the dbdst_addvol command to add volumes to a volume set.
Before adding a volume, review the following information:
The database must be inactive when adding volumes to a storage
class.
Usage notes
To add a volume to a volume set
Use the dbdst_addvol command as follows:
$ /opt/VRTS/bin/dbdst_addvol -S $ORACLE_SID -M mount_device \
-v volume_name:class[,volume_name:class]
Removing volumes from a storage class
You may need to remove a volume from a volume set. To remove a volume, use
the dbdst_rmvol command.
Before removing a volume, review the following information:
The database must be inactive when removing volumes from a
storage class.
Only a volume that does not contain any file system data can be
removed
Usage notes
To remove a volume from a volume set
Use the dbdst_rmvol command as follows:
$ /opt/VRTS/bin/dbdst_rmvol -S $ORACLE_SID -M mount_device \
-v volume_name[,volume_name]
193Using Database Dynamic Storage Tiering
Configuring Database Dynamic Storage Tiering