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

Examples of Using the Command Line Interface
Mounting Storage Checkpoints Using sfrac_ckptmount
You can use the VERITAS Storage Foundation for Oracle RAC sfrac_ckptmount
command to mount a Storage Checkpoint for an Oracle database from the command line.
Usage Notes
The sfrac_ckptmount command is used to mount a Storage Checkpoint into the
file system namespace. Mounted Storage Checkpoints appear as any other file system
on the machine and can be accessed using all normal file system based commands.
See the sfrac_ckptmount(1M) manual page for more information.
To mount Storage Checkpoints with the read/write option
Use the sfrac_ckptmount command as in the following example:
$ /opt/VRTS/bin/sfrac_ckptmount -S DB12 -c Checkpoint_971672042 \
-m /tmp/ckpt_rw -o rw
Creating Storage Checkpoint on /tmp/ckpt_rw/share/oradata \
with name Checkpoint_971672042_wr001
To mount Storage Checkpoints with the read-only option
Use the sfrac_ckptmount command as in the following example:
$ /opt/VRTS/bin/sfrac_ckptmount -S DB12 -c Checkpoint_971672042 \
-m /ckptmnt -o ro
148 VERITAS Storage Foundation for Oracle RAC Installation and Configuration Guide