Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008
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:
$ /opt/VRTS/bin/dbdst_admin -S $ORACLE_SID rmclass=class
For example, to remove a storage class called "SLOW," use the dbdst_admin
command as follows:
$ /opt/VRTS/bin/dbdst_admin -S $ORACLE_SID rmclass=SLOW
To display existing storage classes and properties
◆
Use the dbdst_admin command as follows:
$ /opt/VRTS/bin/dbdst_admin -S $ORACLE_SID -o list
Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface
368