VERITAS Storage Foundation 4.1 Oracle Administrator's Guide
Appendix A, VERITAS Storage Foundation for Oracle Command Line Interface
Prerelease 8 September 2005, 8:55am Examples of Using the Command Line Interface
441
▼
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