Veritas Storage Foundation 5.0 for Oracle RAC Configuration Guide Extracts for HP Serviceguard Storage Management Suite, Second Edition, May 2008
Using Storage Checkpoints and Storage Rollback
Examples of Using the Command Line Interface
Chapter 4
58
NetBackup_incr_PROD_955133480NBU/db01
NetBackup_full_PROD_955132952NBU/db01
To display all Storage Checkpoints without updating the repository
•Use the dbed_ckptdisplay command as follows:
$ /opt/VRTS/bin/dbed_ckptdisplay -S PROD \
-H /oracle/product/10g -o all -n
Checkpoint_971672042Sun May 15 13:55:53 2005C+R+IN
Checkpoint_903937870Fri May 13 22:51:10 2005C+R+ON
Checkpoint_901426272Wed May 11 16:17:52 2005P+R+ON
NetBackup_incr_PROD_955133480NBU/db01
NetBackup_full_PROD_955132952NBU/db01
To display fileset quota values
•Use the dbed_ckptdisplay command as follows:
$ /opt/VRTS/bin/dbed_ckptdisplay -S PROD -c \
Checkpoint_903937870 -Q
Checkpoint_903937870Wed Mar 19 9:12:20 2005C+R+ON
FilesystemHardLimSoftLimCurrentUse
/oradata1/indx1_1100000500002028
/oradata1/user1_1100000500002028
/oradata1/temp150000800002142
/oradata1/system1150000700003092
Scheduling Storage Checkpoints Using dbed_ckptcreate and cron
You can use the dbed_ckptcreate command to schedule Storage Checkpoint creation in
a cron job or other administrative script.
Before scheduling Storage Checkpoints, the following conditions must be met:
Table 4-7 Scheduling Storage Checkpoints Notes
Prerequisites You must be logged on as the database administrator (typically, the
user ID oracle).