Veritas Storage Foundation 5.1 SP1: Storage and Availability Management for Oracle (5900-1504, April 2011)

Note: You must issue commands as an Oracle database administrator in the
following procedure.
To resynchronize the snapshot image
Use the dbed_vmsnap command as follows:
$ /opt/VRTS/bin/dbed_vmsnap -S ORACLE_SID -f SNAPPLAN -o resync
In this example, the snapshot image is resynchronized with the primary
database.
$ dbed_vmsnap -S FLAS11r2 -f snap -o resync
dbed_vmsnap started at 2010-08-13 04:33:36
Snapback Volumes OK for flashdgll.
The option resync has been completed.
dbed_vmsnap ended at 2010-08-13 04:34:08
Now, you can again start creating snapshots.
Removing a snapshot volume
If a snapshot volume is no longer needed, you can remove it and free up the disk
space for other uses by using the vxedit rm command.
You must be logged in as superuser.
If the volume is on a mounted file system, you must unmount it
before removing the volume.
Prerequisites
To remove a snapplan and snapshot volume
1
To remove the snapshot and free up the storage used by it:
If the snapshot has been taken, remove the snapshot as follows:
# vxsnap -g diskgroup dis snapshot_volume
# vxvol -g diskgroup stop snapshot_volume
# vxedit -g diskgroup -rf rm snapshot_volume
Using Database FlashSnap for backup and off-host processing
FlashSnap commands
192