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
57
To display Storage Checkpoints created by HP Storage Management suite for Oracle
•Use the dbed_ckptdisplay command as follows to display information for Storage
Checkpoints created by SG Oracle RAC:
$ /opt/VRTS/bin/dbed_ckptdisplay -S PROD \
-H /oracle/product/10g
Checkpoint_975876659Sun Apr 3 12:50:59 2005P+R+IN
Checkpoint_974424522_wr001Thu May 16 17:28:42 2005C+R+ON
Checkpoint_974424522Thu May 16 17:28:42 2004P+R+ON
To display other Storage Checkpoints
•Use the dbed_ckptdisplay command as follows:
$ /opt/VRTS/bin/dbed_ckptdisplay -S PROD \
-H /oracle/product/10g -o other
NetBackup_incr_PROD_955133480NBU/db01
NetBackup_full_PROD_955132952NBU/db01
To display other 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 other -n
NetBackup_incr_PROD_955133480NBU/db01
NetBackup_full_PROD_955132952NBU/db01
To display all Storage Checkpoints
•Use the dbed_ckptdisplay command as follows:
$ /opt/VRTS/bin/dbed_ckptdisplay -S PROD \
-H /oracle/product/10g -o all
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
Usage Notes In addition to displaying the Storage Checkpoints created by SG
Oracle RAC, dbed_ckptdisplay also displays other Storage
Checkpoints (for example, Storage Checkpoints created by the
Capacity Planning Utility and NetBackup).
The Status field identifies if the Storage Checkpoint is partial (P),
complete (C), invalid (I), mounted (M), read-only (R), writable (W), or
of type online (ON), offline (OF), instant (IN), or unknown (UN).
Database FlashSnap commands are integrated with Storage
Checkpoint functionality. It is possible to display and mount Storage
Checkpoints carried over with snapshot volumes to a secondary
host. However limitations apply. See the dbed_ckptdisplay(1M)
manual page for more information.
Table 4-6 Display Storage Checkpoints Notes (Continued)