Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008
To clone the primary database manually in a two-host configuration
1
Mount the file systems.
2
Create a clone using the dbed_vmclonedb command.
$ /opt/VRTS/bin/dbed_vmclonedb -S PROD -g SNAP_PRODdg \
-o mountdb,new_sid=NEWPROD,server_name=orasvr -f snap2
dbed_vmclonedb started at 2003-04-09 23:26:50
Mounting /clone/arch on /dev/vx/dsk/SNAP_PRODdg/SNAP_arch.
Mounting /clone/prod_db on
/dev/vx/dsk/SNAP_PRODdg/SNAP_prod_db.
All redo-log files found.
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
3
Recover the database manually.
4
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,server_name=orasvr -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
Warning: This procedure does not apply to Veritas Storage Foundation for
Oracle RAC.
357Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface