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

Figure 1-4 Cluster Communication
GAB Messaging
- Cluster Membership/State
Server
Server
NICNIC
NIC NIC
- Datafile Management
- File System Metadata
- Volume Management
Cluster Membership
At a high level, all nodes configured by the installer can operate as a cluster; these nodes form
a cluster membership. In SGeRAC, a cluster membership specifically refers to all systems
configured with the same cluster ID communicating by way of a redundant cluster interconnect.
Refer to Using Serviceguard Extension for RAC for additional information.
All nodes in a distributed system, such as SGeRAC, must remain constantly alert to the nodes
currently participating in the cluster. Nodes can leave or join the cluster at any time because of
shutting down, starting up, rebooting, powering off, or faulting processes. SGeRAC uses its
cluster membership capability to dynamically track the overall cluster topology.
SGeRAC uses LLT heartbeats to determine cluster membership:
• When systems no longer receive heartbeat messages from a peer for a predetermined interval,
a protocol excludes the peer from the current membership.
• GAB informs processes on the remaining nodes that the cluster membership has changed;
this action initiates recovery actions specific to each module. For example, CVM must initiate
volume recovery and CFS must perform a fast parallel file system check.
• When systems start receiving heartbeats from a peer outside of the current membership, a
protocol enables the peer to join the membership.
Cluster Communications
GAB provides reliable cluster communication between SGeRAC modules. GAB provides
guaranteed delivery of point-to-point messages and broadcast messages to all nodes. Point-to-point
messaging involves sending and acknowledging the message. Atomic-broadcast messaging
ensures all systems within the cluster receive all messages. If a failure occurs while transmitting
a broadcast message, GAB ensures all systems have the same information after recovery.
Low-level Communication: Port Relationship Between GAB and Processes
All components in SGeRAC use GAB for communication. Each process wanting to communicate
with a peer process on other nodes registers with GAB on a specific port. This registration enables
communication and notification of membership changes. For example, the SGeRAC engine (had)
registers on port h. had receives messages from peer had processes on port h. had also receives
notification when a node fails or when a peer process on port h becomes unregistered.
Some processes use multiple ports for specific communications requirements. For example, CVM
uses multiple ports to allow communications by kernel and user-level functions in CVM
independently.
Cluster Volume Manager
CVM is an extension of Veritas Volume Manager, the industry-standard storage virtualization
platform. CVM extends the concepts of VxVM across multiple nodes. Each node recognizes the
same logical volume layout, and more importantly, the same state of all volume resources.
CVM supports performance-enhancing capabilities, such as striping, mirroring, and mirror
break-off (snapshot) for off-host backup. You can use standard VxVM commands from one node
16 Introducing Serviceguard Extension for RAC