Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008
To display the allocation policies assigned to a Storage Checkpoint
◆
Use the -o display -c checkpoint_xxxxxxxxx option to display the
allocation policies assigned to the Storage Checkpoint.
$ dbed_ckptpolicy -S ORACLE_SID -n -o display \
-c checkpoint_xxxxxxxxxx
Output similar to the following is displayed:
Storage Checkpoint File System Data Policy Meta Data Policy
------------------ -------------- ----------- ---------------
Checkpoint_1095125037 /mvsfs/v2 ckpt_data ckpt_metadata
Checkpoint_1095125037 /mvsfs/v1 ckpt_data ckpt_metadata
Updating a Storage Checkpoint allocation policy
After creating a Storage Checkpoint allocation policy, you can make changes at
a later time.
To update a Storage Checkpoint allocation policy
◆
Use the -o update -p checkpoint_policy_name option to update an
allocation policy.
This example shows how to update a Storage Checkpoint allocation policy
named ckpt_sample:
$ dbed_ckptpolicy -S ORACLE_SID -n -o update -p ckpt_sample
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
163Using Storage Checkpoints and Storage Rollback
Storage Checkpoint allocation policies