Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

To update a Storage Checkpoint allocation policy
Use the dbed_ckptpolicy command as follows:
$ /opt/VRTS/bin/dbed_ckptpolicy -S ORACLE_SID \
-n -o update -p ckpt_policy
Output similar to the following is displayed:
File System: /mvsfs/v2 (MVS volumes: mvsv4,mvsv5)
Policy: ckpt_sample (MVS volumes: mvsv4)
Please enter the volume name(s), separated by space,
for the policy ckpt_sample [skip,quit]: mvsv5
File System: /mvsfs/v1 (MVS volumes: mvsv1,mvsv2,mvsv3)
Policy: ckpt_sample (MVS volumes: mvsv2)
Please enter the volume name(s), separated by space,
for the policy ckpt_sample [skip,quit]: mvsv2,mvsv3
The following information will be used to create policy ckpt_sample
ckpt_sample /mvsfs/v2 mvsv5
ckpt_sample /mvsfs/v1 mvsv2,mvsv3
To assign a Storage Checkpoint allocation policy
Use the dbed_ckptpolicy command as follows to assign an allocation policy
to a specified Storage Checkpoint:
$ /opt/VRTS/bin/dbed_ckptpolicy -S ORACLE_SID \
-n -o assign -c ckpt_name -p ckpt_policy[,ckpt_metadata_policy]
To remove a Storage Checkpoint allocation policy
Use the dbed_ckptpolicy command as follows to remove an allocation policy
from a specified Storage Checkpoint:
$ /opt/VRTS/bin/dbed_ckptpolicy -S ORACLE_SID \
-n -o remove -p ckpt_policy
Administering Storage Checkpoint quotas using dbed_ckptquota
You can use the dbed_ckptquota command to administer file system quotas for
Storage Checkpoint for a database from the command line.
Before administering Storage Checkpoint quotas, the following conditions must
be met:
Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface
338