VERITAS Storage Foundation 4.1 Oracle Administrator's Guide

Chapter 8, Using Storage Checkpoints and Storage Rollback
Prerelease 8 September 2005, 8:55am Storage Checkpoint Allocation Policies
173
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.
Usage
$ 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
To update a Storage Checkpoint Allocation Policy
Use the -o update -p checkpoint_policy_name option to update an allocation policy.
Example
$ dbed_ckptpolicy -S ORACLE_SID -n -o update -p checkpointpolicy_name
$
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
where mvsv4 is the volume currently using the allocation policy.
Note The output displays the volumes that are currently assigned in the Storage Checkpoint
allocation policy.