Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

You must convert your VxFS file system to a multi-volume file
system first.
Storage classes must be registered using the dbdst_admin
command before assigning classes to volumes.
The database can be online or offline.
Usage notes
To classify a volume
Use the dbdst_classify command as follows:
$ /opt/VRTS/bin/dbdst_classify -S $ORACLE_SID -M mount_device \
-v volume_name:class[,volume_name:class]
For example, to assign the class "FAST" to volume new_vol1, use the
dbdst_classify command as follows:
$ /opt/VRTS/bin/dbdst_classify -S $ORACLE_SID -M /dev/vx/dsk/oradg/oradata \
-v new_vol1:FAST
Displaying free space on storage classes for Database Dynamic Storage
Tiering using dbdst_show_fs
To see the free space, class information, and volume information on your storage
classes, use the dbdst_show_fs command.
Table 11-2 shows the Oracle dbdst_show_fs command options.
Table A-12
Oracle dbdst_show_fs command options
DescriptionOption
Specifies the ORACLE_SID, which is the name of the Oracle
instance.
-S $ORACLE_SID
Displays the free space on volumes in each class.-o volume
Specifies the mount point.-m
Before displaying the free space on a storage class, review the following
information:
Make sure the file system is mounted.Prerequisites
See the dbdst_show_fs(1M) manual page.Usage notes
383Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface