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
463
Use the dbed_vmsnap command as follows:
$ /opt/VRTS/bin/dbed_vmsnap -S PROD -f snap1 \
-o reverse_resync_begin
dbed_vmsnap started at 2004-04-02 15:53:45
Database PROD (SID=PROD) is running.
dbed_vmsnap ended at 2004-04-02 15:54:29
To abort resynchronizing your database to a snapshot
This option is only allowed when reverse_resync_begin has been run. It is not allowed if
reverse_resync_commit has been executed.
Use the dbed_vmsnap command as follows:
$ /opt/VRTS/bin/dbed_vmsnap -S PROD -f snap1 -o \
reverse_resync_abort
dbed_vmsnap started at 2004-04-02 16:16:44
The option reverse_resync_abort has been completed.
dbed_vmsnap ended at 2004-04-02 16:16:51
To commit reverse resynchronization changes
This option is only allowed after reverse_resync_begin has been run.
Caution Upon completion of reverse resynchronization, the content of the original database is
discarded. Storage Checkpoints taken on either the original database or the clone
database before or after the snapshot was created are discarded. The dbed_vmsnap
-o reverse_resync_commit command cannot be undone and should be used
with extreme caution.
Use the dbed_vmsnap command as follows:
$ /opt/VRTS/bin/dbed_vmsnap -S PROD -f snap1 -o
reverse_resync_commit
dbed_vmsnap started at 2004-04-02 16:16:44
The option reverse_resync_commit has been completed.
dbed_vmsnap ended at 2004-04-02 16:18:56