Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

Removing volumes from a storage class for Database Dynamic Storage
Tiering using dbdst_rmvol
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 for Database Dynamic
Storage Tiering using dbdst_fstat
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
For example:
$ /opt/VRTS/bin/dbdst_fstat -S orcldb -o start /datavol/orcldb/system01.dbf
$ /opt/VRTS/bin/dbdst_fstat -S ORACLE_SID -o stop -t SYSAUX
$ /opt/VRTS/bin/dbdst_fstat -S ORACLE_SID -o list
/opt/VRTS/bin/dbdst_fstat -S FLAS2 -o list
Task Name Status
-----------------------------------------
385Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface