VERITAS Storage Foundation 4.1 Oracle Administrator's Guide
Displaying, Copying, and Removing a Snapplan (dbed_vmchecksnap) Prerelease 8 September 2005, 8:55am
230 VERITAS Storage Foundation for Oracle Administrator’s Guide
Displaying, Copying, and Removing a Snapplan
(dbed_vmchecksnap)
This section explains how to list all snapplans for a specific Oracle database, display a snapplan
file, and copy and remove snapplans.
Usage Notes
◆ If the local snapplan is updated or modified, you must re-validate it.
◆ If the database schema or disk group is modified, you must revalidate.
▼ To list all available snapplans for a specific Oracle database
Use the dbed_vmchecksnap command as follows:
$ /opt/VRTS/bin/dbed_vmchecksnap -S ORACLE_SID -o list
Example
In the following example, all available snapplans are listed for the database PROD.
$ /opt/VRTS/bin/dbed_vmchecksnap -S PROD -o list
The following snapplan(s) are available for PROD:
SNAP_PLAN SNAP_STATUS DB_STATUS SNAP_READY
snap1 init_full init yes
snap2 init_full init yes
Note The command output displays all available snapplans, their snapshot status
(SNAP_STATUS), database status (DB_STATUS), and whether a snapshot may be taken
(SNAP_READY). For explanations of the various statuses that may appear for
SNAP_STATUS and DB_STATUS, refer to “VERITAS Database FlashSnap Status
Information” on page 501
▼ To display detailed information for a snapplan
Use the dbed_vmchecksnap command as follows:
$ /opt/VRTS/bin/dbed_vmchecksnap -S \
ORACLE_SID -f SNAPPLAN -o list
Example
In the following example, the snapplan snap1 is displayed.
$ /opt/VRTS/bin/dbed_vmchecksnap -S PROD -f snap1 -o list