Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

To define database parameters
Use the dbdst_admin command as follows:
$ /opt/VRTS/bin/dbdst_admin -S ORACLE_SID-o setup-parameters,\
[storage_class operations]
setup-parameters
maxclass=number,minclass=number,statinterval=minutes,\
sweeptime=HH:MM,sweepinterval=days
purgetime=HH:MM,purgeinterval=days
storage_class operations
addclass=classname:"description", rmclass=classname
definechunk=classname:128k | 256k | 512k | 1m
For example, to add a class called tier1 for database PROD, and to set up a purge
interval of one, meaning that the file statistics will be gathered for one day and
then summarized and purged, use the dbdst_admin command as follows:
$ /opt/VRTS/bin/dbdst_admin -S PROD -o addclass=tier1:"Fast Storage",\
purgeinterval=1
Setting up storage classes for Database Dynamic Storage Tiering using
dbdst_admin
The dbdst_admin command allows you to add, remove, or display storage classes
required for Database Dynamic Storage Tiering.
To add a storage class
Use the dbdst_admin command as follows:
$ /opt/VRTS/bin/dbdst_admin -S $ORACLE_SID -o addclass=class:\
"description"
For example, to create a storage class named "FAST" for an EMC array, use the
dbdst_admin command as follows:
$ /opt/VRTS/bin/dbdst_admin -S $ORACLE_SID -o addclass=FAST:\
"fast EMC array"
To remove a storage class
Use the dbdst_admin command as follows:
$dbdst_admin -S FLAS11r1 -o rmclass=class
Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface
380