VERITAS Storage Foundation 4.1 Oracle Administrator's Guide

Examples of Using the Command Line Interface Prerelease 8 September 2005, 8:55am
468 VERITAS Storage Foundation for Oracle Administrator’s Guide
Database NEWPROD (SID=NEWPROD) is in recovery mode.
If the database NEWPROD is recovered manually, you must run
dbed_vmclonedb -o update_status to change the snapshot status.
dbed_vmclonedb ended at 2004-04-02 15:34:59
Recover the database manually.
Update the snapshot status (database_recovered) for the clone database on the secondary
host after manual recovery has been completed:
$ /opt/VRTS/bin/dbed_vmclonedb -o update_status,new_sid=NEWPROD \
-f snap2
dbed_vmclonedb started at 2004-04-06 09:22:27
The snapshot status has been updated.
dbed_vmclonedb ended at 2004-04-06 09:22:40
To shut down the clone database and unmount all snapshot file systems
In a single-host configuration:
To shut down the clone database and unmount file systems for a clone on the same host as the
primary database, use the
dbed_vmclonedb command as follows:
$ /opt/VRTS/bin/dbed_vmclonedb -o umount,new_sid=NEWPROD \
-f snap1 -r /clone
dbed_vmclonedb started at 2004-04-02 15:11:22
Umounting /clone/prod_db.
Umounting /clone/prod_ar.
dbed_vmclonedb ended at 2004-04-02 15:11:47
In a two-host configuration:
To shut down the clone database, unmount file systems, and deport the snapshot disk group for a
clone on a secondary host, use the
dbed_vmclonedb command as follows:
$ /opt/VRTS/bin/dbed_vmclonedb -o umount,new_sid=NEWPROD \
-f snap2
dbed_vmclonedb started at 2004-04-09 23:09:21
Umounting /clone/arch.
Umounting /clone/prod_db.
dbed_vmclonedb ended at 2004-04-09 23:09:50
To restart a clone database
In a single-host configuration: