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
$ /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
Adding new volumes to a storage class for Database Dynamic Storage
Tiering using dbdst_addvol
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]
Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface
384