Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

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]
Starting or stopping I/O statistic collection
To start or stop I/O statistic collection on one or more files in the database, the
dbdst_fstat command is used.
See the dbdst_fstat(1M) manual page.
Use the dbdst_fstat command as follows:
$ /opt/VRTS/bin/dbdst_fstat -S ORACLE_SID -o start|stop file-name
$ /opt/VRTS/bin/dbdst_fstat -S ORACLE_SID -o start|stop -f spec-file
$ /opt/VRTS/bin/dbdst_fstat -S ORACLE_SID -o start|stop -t tablespace-name
$ /opt/VRTS/bin/dbdst_fstat -S ORACLE_SID -o stopall|list
195Using Database Dynamic Storage Tiering
Configuring Database Dynamic Storage Tiering