Veritas Storage Foundation™ 5.0.1 for Oracle RAC Installation, Configuration, and Administrator's Guide Extracts for the HP Serviceguard Storage Management Suite on HP-UX 11i v3
Table Of Contents
- Veritas Storage Foundation™ 5.0.1 for Oracle RAC Installation, Configuration, and Administrator's Guide Extracts for the HP Serviceguard Storage Management Suite on HP-UX 11i v3
- Table of Contents
- Preface
- 1 Introducing Serviceguard Extension for RAC
- About Serviceguard Extension for RAC
- How Serviceguard Extension for RAC Works (High-Level Perspective)
- Component Products and Processes of SG SMS Serviceguard Cluster File System for RAC
- Communication Infrastructure
- Cluster Interconnect Communication Channel
- Low-level Communication: Port Relationship Between GAB and Processes
- Cluster Volume Manager
- Cluster File System
- Oracle Disk Manager
- Additional Features of Serviceguard Extension for RAC
- 2 Planning SGeRAC Installation and Configuration
- 3 Configuring the Repository Database for Oracle
- 4 Using Storage Checkpoints and Storage Rollback
- About Storage Checkpoints and Storage Rollback in SGeRAC
- Using Storage Checkpoints and Storage Rollback for Backup and Restore
- Determining Space Requirements for Storage Checkpoints
- Performance of Storage Checkpoints
- Backing up and Recovering the Database Using Storage Checkpoints
- Guidelines for Oracle Recovery
- Using the Storage Checkpoint Command Line Interface (CLI)
- Examples of Using the Command Line Interface
- Prerequisites
- Creating or Updating the Repository Using dbed_update
- Creating Storage Checkpoints Using dbed_ckptcreate
- Displaying Storage Checkpoints Using dbed_ckptdisplay
- Mounting Storage Checkpoints Using dbed_ckptmount
- Unmounting Storage Checkpoints Using dbed_ckptumount
- Performing Storage Rollback Using dbed_ckptrollback
- Removing Storage Checkpoints Using dbed_ckptremove
- Cloning the Oracle Instance Using dbed_clonedb
- 5 Using FlashSnap for Backup and Recovery
- About Veritas Database FlashSnap
- Planning to Use Database FlashSnap
- Preparing Hosts and Storage for Database FlashSnap
- Summary of Database Snapshot Steps
- Creating a Snapplan (dbed_vmchecksnap)
- Validating a Snapplan (dbed_vmchecksnap)
- Displaying, Copying, and Removing a Snapplan (dbed_vmchecksnap)
- Creating a Snapshot (dbed_vmsnap)
- Backing Up the Database from Snapshot Volumes (dbed_vmclonedb)
- Cloning a Database (dbed_vmclonedb)
- Resynchronizing the Snapshot to Your Database
- Removing a Snapshot Volume
- 6 Investigating I/O Performance for SGeRAC: Storage Mapping
- A Troubleshooting SGeRAC

NOTE: dbed_vmclonedb does not support instant snapshot for database cloning.
All of these commands can be executed by the Oracle database administrator and do not require
superuser (root) privileges.
NOTE: Database FlashSnap operations can be executed from the command-line.
Using Database FlashSnap Options
Database FlashSnap offers three options for creating database snapshots. The option you choose
is specified in the snapplan.
• online
With this option, the tablespaces are put into online backup mode before the snapshot is
created. This type of snapshot is also a valid database backup. Select this option if you are
performing a point-in-time recovery from logical errors.
• instant
With this option, the database can be up and running, and the tablespaces do not need to
be put into online backup mode before the snapshot is created. However, all the file systems
used by the database (including those containing the online redo logs and control files) are
temporarily frozen and the cache is flushed before the snapshot is created. By freezing the
file systems, the snapshot will be a consistent point-in-time image of the database from
which a database clone can be created.
An instant snapshot can be used to guard against data corruption or for off-host
decision-support queries. However, it is not a valid database backup and cannot be used to
perform a point-in-time recovery or off-host backup since tablespaces are not put into online
backup mode before the snapshot is created. The instant option is much faster than the
online option.
• offline
The offline option can be used to clone or back up a database. With this option, the database
must be shut down when the snapshot is created and online redo logs are required. This
type of snapshot is a valid database backup.
In this release of HP Serviceguard for Oracle RAC, Database FlashSnap supports third mirror
break-off snapshots only. Third mirror break-off snapshots are fully synchronized, full-sized
snapshots.
Planning to Use Database FlashSnap
Before using Database FlashSnap, you must first determine your intended application. You will
then need to make the following decisions:
• Which snapshot mode is appropriate: online, offline, or instant?
• Will you need one or two hosts?
Selecting the Snapshot Mode
If your purpose is to use the snapshot for backup or to recover the database after logical errors
have occurred, choose the online option. In the event that your production database is offline,
choose offline. If you intend to use the snapshot for decision-support analysis, reporting,
development, or testing, choose instant. An instant snapshot is not suitable for recovery because
it is not necessarily an exact copy of the primary database.
52 Using FlashSnap for Backup and Recovery