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

3 Configuring the Repository Database for Oracle
This chapter contains the following topics:
• “About Configuring the Repository Database for Oracle” (page 29)
• “Creating and Configuring the Repository Database for Oracle” (page 29)
About Configuring the Repository Database for Oracle
After installing SF Oracle RAC, you can create and configure the repository database using the
sfua_db_config script. Configuring the repository database will enable you to use SF Oracle
RAC features such as Checkpoint, FlashSnap and Storage Mapping. The script detects that the
system is running in an HA configuration and automatically configures the repository database.
Creating and Configuring the Repository Database for Oracle
Before running the sfua_db_config script, review the following requirements:
• Make sure a disk group exists with at least one volume, which should not be shared. A VxFS
file system must be created on the disk group.
• The volume must be mounted.
• Obtain an unique virtual IP address for public NIC interface.
• Obtain a device name for the public NIC interface (for example: lan0).
• Obtain a subnet mask for the public NIC interface.
NOTE: The volume is used to store the repository database.
Table 3-1 indicates the options available for the sfua_db_config script.
Table 3-1 sfua_db_config options
DescriptionOptions
Use this option in a high availability (HA) configuration. The option indicates that
ssh and scp are to be used for communication between systems. Either ssh or rsh
should be preconfigured so that you can execute the commands without being
prompted for passwords or confirmations.
-ssh
Drops the repository database.
-o dropdb
Verifies the status of the database and database server.
-o dbstatus
Stops the database server.
-o stopserver
Starts the database server.
-o startserver
Reports the database server status.
-o serverstatus
Detaches the repository database from the database server.
-o stopdb
Attaches the repository database to the database server.
-o startdb
To create and configure the repository database
1. Run the sfua_db_config script:
# /opt/VRTSdbcom/bin/sfua_db_config
2. The following is an example of configuring SF Oracle RAC:
Welcome to the SFORA configuration script.
This script creates repository for standalone and HA configuration.
Please create a Veritas File System on a Veritas Volume and mount it,
before starting configuration using this script. This mount point will
be used to store repository. The following is required to configure
$prod repository for HA solution:
* A mount point of already mounted Veritas Volume on a shared storage, with Veritas File system.
About Configuring the Repository Database for Oracle 29