Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

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
For example:
$ /opt/VRTS/bin/dbdst_show_fs -S FLAS10r2 -m /snap_data10r2
MAXCLASS=4
MINCLASS=2
TOTAL CLASS=3
VOLUME NAME SIZE USED AVAILABLE
----------- ---- ---- ---------
CLASS=FAST
datavol1 1024000 20692 1003308
CLASS=MEDIUM
datavol2 4608000 221075 4386925
CLASS=PRIMARY
datavol-b4vset 3072000 2765061 306939
$ /opt/VRTS/bin/dbdst_show_fs -S FLAS10r2 -m /snap_data10r2 -o volume
VOLUME NAME SIZE USED AVAILABLE TAG
----------- ---- ---- --------- ---
datavol-b4vset 103809024 1781232 102027792 PRIMARY
datavol1 103809024 16 103809008 FAST
datavol2 103809024 16 103809008 MEDIUM
datavol3 103809024 16 103809008 SLOW-MEDIUM
datavol4 103809024 16 103809008 SLOW
datavol5 103809024 16 103809008 HISTORY
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:
Using Database Dynamic Storage Tiering
Configuring Database Dynamic Storage Tiering
194