VERITAS Storage Foundation 4.1 for Oracle RAC HP Serviceguard Storage Management Suite Extracts, December 2005

Examples of Using the Command Line Interface
To roll back datafiles to a Storage Checkpoint
Use the sfrac_ckptrollback command with the -F option as in the following
example:
$ /opt/VRTS/bin/sfrac_ckptrollback -S DB12 -H $ORACLE_HOME \
-F /share/oradata1/data01.dbf,/share/oradata2/index01.dbf \
-c Checkpoint_903937870
Note If the Oracle instance is running, you must take the datafile offline before running
this command. If the datafile is online, the command will fail.
Removing Storage Checkpoints Using sfrac_ckptremove
You can use the VERITAS Storage Foundation for Oracle RAC sfrac_ckptremove
command at the command line to remove a Storage Checkpoint for an Oracle database.
Usage Notes
The sfrac_ckptremove command is used to remove a Storage Checkpoint from the
file system, or file systems, it is associated with. The Storage Checkpoint must have
been created using the sfrac_ckptcreate(1M) command.
See the sfrac_ckptremove(1M) manual page for more information.
You must unmount the Storage Checkpoint before you can remove it.
To remove Storage Checkpoints
Use the sfrac_ckptremove command as follows:
$ /opt/VRTS/bin/sfrac_ckptremove-S DB12 \
-c Checkpoint_971672042_wr001
Chapter 7, Using Storage Checkpoints and Storage Rollback 151