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

Prerequisites
• You must log in as the database administrator to use the following CLI commands.
— dbed_update
— dbed_ckptcreate
— dbed_clonedb
• You can log in as the database administrator (typically, the user ID oracle) or superuser to
use the following CLI commands.
— dbed_ckptdisplay
— dbed_ckptmount
— dbed_ckptumount
— dbed_ckptrollback
— dbed_ckptremove
Creating or Updating the Repository Using dbed_update
You can use the dbed_update command to create or update the repository.
Any time you change the structure of the database (for example, by adding or deleting datafiles,
converting PFILE to SPFILE, or converting SPFILE to PFILE), you must run dbed_update.
Before creating or updating the repository, the following conditions must be met:
Table 4-4 Repository Using dbed_update Notes
You must be logged on as the database administrator (typically, the user ID oracle).Prerequisites
The dbed_update command creates a repository in the /etc/vx/vxdbed/$ORACLE_SID
directory where information used by SGeRAC is kept. If the repository already exists, the
command will refresh the information.
The database must be up and running, and the ORACLE_SID and the ORACLE_HOME variable
arguments must be specified with the -S and -H options, respectively.
See the dbed_update(1M) manual page for more information.
Usage notes
To update the repository
• Use the dbed_update command as follows:
# /opt/VRTS/bin/dbed_update -S PROD -H /oracle/product/10g
To view the status of the repository
• Use the dbed_update command with the -n option as follows:
# /opt/VRTS/bin/dbed_update -S PROD -H /oracle/product/10g -n
Repository is up to date.
Creating Storage Checkpoints Using dbed_ckptcreate
You can use the dbed_ckptcreate command to create a Storage Checkpoint from the command
line.
Storage Checkpoints can be either online, offline, or instant. By default, Storage Checkpoints are
offline. If online is specified, the database is put into hot-backup mode when the Storage
Checkpoint is created. If offline is specified, the database is expected to be down. If instant is
specified, the database must be online and a Storage Checkpoint will be taken for a “crash
recovery”-type Storage Rollback.
Before creating a Storage Checkpoint, the following conditions must be met:
Examples of Using the Command Line Interface 39