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

Creating a Snapplan (dbed_vmchecksnap)
The dbed_vmchecksnap command creates a snapplan that dbed_vmsnap uses to create a snapshot
of an Oracle database. The snapplan specifies snapshot scenarios (such as online, offline, or
instant).
You can name a snapplan file whatever you choose. Each entry in the snapplan file is a line in
parameter=argument format.
When using dbed_vmchecksnap to create or validate a snapplan, the following parameters are
set
Table 5-3 Parameter Values for dbed_vmchecksnap
ValueParameter
Specifies the snapshot version for this major release of SGeRAC.
SNAPSHOT_VERSION
The name of the host where the primary database resides.
PRIMARY_HOST
The name of the host where the database will be imported.
SECONDARY_HOST
The name of the VxVM disk group used by the primary database.
PRIMARY_DG
The name of the disk group containing the snapshot volumes.
The snapshot volumes will be put into this disk group on the primary host and
deported. The secondary host will import this disk group to start a clone database.
SNAPSHOT_DG
The name of the Oracle database. By default, the name of the Oracle database is
included in the snapplan.
ORACLE_SID
The full path of the archive logs.
There are several archive log destinations that can be used for database recovery if
you are multiplexing the archive logs. You must specify which archive log
destination to use.
It is recommended that you have the archive log destination on a separate volume
if SNAPSHOT_ARCHIVE_LOG is yes.
ARCHIVELOG_DEST
yes or no
Specifies whether to create a snapshot of the archive log volumes. Specify yes to
split the archive log volume mirrors and deport them to the secondary host. When
using the Oracle remote archive log destination feature to send the archive logs to
the secondary host, you can specify no to save some space.
Because the archive logs may not always be delivered to the secondary host reliably,
it is recommended that you specify yes.
SNAPSHOT_ARCHIVE_LOG
online or offline or instant
Specifies whether the database snapshot should be online, offline, or instant.
• If the snapshot is created while the database is online, the dbed_vmsnap
command will put the tablespaces into backup mode. After dbed_vmsnap finishes
creating the snapshot, it will take the tablespaces out of backup mode, switch
the log files to ensure that the extra redo logs are archived, and create a snapshot
of the archived logs.
• If the database if offline, it is not necessary to put the tablespaces into backup
mode. The database must be shut down before creating an offline snapshot.
• If the database snapshot is instant, dbed_vmsnap will skip putting the tablespace
into backup mode.
NOTE: If SNAPSHOT_MODE is set to offline or instant, a two-host configuration is
required and the -r relocate_path option is not allowed.
SNAPSHOT_MODE
The default value is database and cannot be changed.
Specifies the database object for which you want to create a snapshot.
SNAPSHOT_PLAN_FOR
Creating a Snapplan (dbed_vmchecksnap) 65