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

Table 4-5 Create Storage Checkpoint Notes
You must be logged on as the database administrator (typically, the user ID oracle).
For best recoverability, always keep ARCHIVELOG mode enabled when you create Storage
Checkpoints.
Prerequisites
dbed_ckptcreate stores Storage Checkpoint information under the following directory:
/etc/vx/vxdbed/$ORACLE_SID/checkpoint_dir
See the dbed_ckptcreate(1M) manual page for more information.
Usage notes
To create Storage Checkpoints while the database is online
• Use the dbed_ckptcreate command as follows:
# /opt/VRTS/bin/dbed_ckptcreate -S PROD -H /oracle/product/10g -o
online
Storage Checkpoint Checkpoint_971672042 created.
To create Storage Checkpoints without updating the repository while the database is online
• Use the dbed_ckptcreate command as follows:
# /opt/VRTS/bin/dbed_ckptcreate -S PROD -H /oracle/product/10g -o
online -n
Storage Checkpoint Checkpoint_971672043 created.
To create Storage Checkpoints while the database is offline
• Use the dbed_ckptcreate command as follows:
# /opt/VRTS/bin/dbed_ckptcreate -S PROD -H /oracle/product/10g -o
offline
Storage Checkpoint Checkpoint_971672044 created.
The default option is online.
To create an instant Storage Checkpoints
• Ensure that the database is online and use the dbed_ckptcreate command as follows:
# /opt/VRTS/bin/dbed_ckptcreate -S PROD -H /oracle/product/10g -o
instant
Storage Checkpoint Checkpoint_971672045 created.
To assign a Storage Checkpoint allocation policy to a Storage Checkpoint
• Use the dbed_ckptcreate command as follows:
# /opt/VRTS/bin/dbed_ckptcreate -S PROD \ -H /oracle/product/10g -o
online -p ckpt_data,ckpt_metadata
Storage Checkpoint Checkpoint_971672044 created.
Displaying Storage Checkpoints Using dbed_ckptdisplay
You can use the dbed_ckptdisplay command to display the Storage Checkpoints associated
with an Oracle database from the command line.
You can also use it to display fileset quota values.
Before displaying Storage Checkpoints, the following conditions must be met:
40 Using Storage Checkpoints and Storage Rollback