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: The SGeRAC command line interface depends on certain tablespace and container
information that is collected and stored in a repository. Some CLI commands update the repository
by default. It is also important to regularly ensure the repository is up-to-date by using the
dbed_update command.
NOTE: For SGeRAC database, when you issue the commands, replace $ORACLE_SID with
$ORACLE_SID=instance_name and provide the instance name on which the instance is
running.
Overview of Commands
SGeRAC commands supported in the command line interface are located in the /opt/VRTS/
bin directory. Online manual pages for these commands are located in the /opt/VRTS/man
directory.
Table 4-3 summarizes the commands available to you from the command line.
Table 4-3 Veritas Storage Foundation for Oracle RAC Commands
DescriptionCommand
Creates or updates the repository in Veritas Storage Foundation for Oracle RAC
dbed_update
Creates a Storage Checkpoint for an Oracle database
dbed_ckptcreate
Displays Storage Checkpoints associated with an Oracle instance
dbed_ckptdisplay
Mounts a Storage Checkpoint for an Oracle instance
dbed_ckptmount
Unmounts a Storage Checkpoint for an Oracle instance
dbed_ckptumount
Rolls back an Oracle instance to a Storage Checkpoint point-in-time image
dbed_ckptrollback
Removes a Storage Checkpoint for an Oracle instance
dbed_ckptremove
Creates a copy of an Oracle database by cloning all existing database files and
recreating the control file accordingly. This cloned database can only be started on
the same host as the existing database as long as it uses a different SID.
dbed_clonedb
Examples of Using the Command Line Interface
Review the examples for using the Veritas Storage Foundation for Oracle RAC command line
interface to perform administrative operations. For more detailed information about the commands
and their syntax and available options, see the individual manual pages.
• “Prerequisites” (page 39)
• “Creating or Updating the Repository Using dbed_update” (page 39)
• “Creating Storage Checkpoints Using dbed_ckptcreate” (page 39)
• “Displaying Storage Checkpoints Using dbed_ckptdisplay” (page 40)
• “Mounting Storage Checkpoints Using dbed_ckptmount” (page 43)
• “Unmounting Storage Checkpoints Using dbed_ckptumount” (page 44)
• “Performing Storage Rollback Using dbed_ckptrollback” (page 44)
• “Removing Storage Checkpoints Using dbed_ckptremove” (page 45)
• “Cloning the Oracle Instance Using dbed_clonedb” (page 46)
38 Using Storage Checkpoints and Storage Rollback