EasyManua.ls Logo

HP Data Protector User Manual

HP Data Protector
60 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #15 background imageLoading...
Page #15 background image
15
Figure 13. Data Protector RMAN script edit window
Connect with RMAN to the instance and recovery catalog and specify the channel parallelism we
want to use; in our case parallelism 2 (two tapes devices)
RMAN> CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
In the recovery catalog, configure the channels with the connection string. We define two SBT
channels, 1 connecting to instance RAC1 and 2 connecting to RAC2. For the ENV parameters:
OB2BARTYPE = refers to the Oracle integration: Oracle8
OB2APPNAME = Database Name (not instance): in our case RAC
OB2BARLIST = Name of the backup specification defined in the first step:
RAC_POOL_sbt_rcvcat
CONNECT connection information for the instance
RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE 'SBT_TAPE' PARMS
'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=RAC,OB2BARLIST=RAC_POOL_sbt_rcvcat)' CONNECT
'sys/xxx@RAC1';
RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE 'SBT_TAPE' PARMS
'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=RAC,OB2BARLIST=RAC
_
POOL
_sbt_rcvcat)' CONNECT 'sys/xxx@RAC2';
Below, the summary of Recovery Catalog saved parameters for the database RAC:
RMAN> show all;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the HP Data Protector and is the answer not in the manual?

HP Data Protector Specifications

General IconGeneral
CategoryBackup and Recovery Software
Backup TypesFull, Incremental, Differential, Synthetic Full
ReplicationYes
DeveloperMicro Focus
Supported PlatformsWindows, Linux
Key FeaturesCentralized management, Data deduplication
DeploymentOn-premises
License ModelPerpetual, Subscription
ReportingCustomizable reports

Summary

Executive Summary

Overview

Target Audience

Review of Test Configuration

10gRAC Configurations on HP-UX

Oracle Virtual IP Address

Oracle Services to Manage Workloads

Oracle Services Definition

Defines how to create and configure Oracle services for workload management.

Oracle Online Backup Configuration

Configuration Guidelines

Lists essential steps for integrating Data Protector with Oracle.

Use the Hostname and the Instance Name to Configure the Backup

Configures backup using host and instance names, offering no failover.

Use a VIP and the Instance Names to Configure the Backup

Configures backup using VIP and instance names for basic failover.

Use a VIP and a Service Name to Configure the Backup

Configures backup using VIP and service name for load balancing and failover.

Use a VIP and Allocate Channels Manually

Manually allocates RMAN channels for optimal backup performance.

Storing the Connection String in the Recovery Catalog

Secures connection strings by storing them in the recovery catalog.

Backup Configuration Recommendations

Summarizes best practices for Oracle RAC backup configurations.

SAN Backup versus LAN Backup

Disk Agent and Media Agent Not Allocated on the Same Host

Illustrates inefficient backup data flow over LAN.

Disk Agent and Media Agent Allocated on the Same Host

Describes efficient backup data flow using memory buffers.

File System Backup: Oracle Base and Cluster Configuration

Oracle Cluster Registry (OCR)

Oracle Voting Disk

Discusses backup strategy for Oracle Voting Disk.

Oracle SPFILE

ORACLE Directories

File System Backup Recommendations

Oracle RMAN Restore and Recovery

Oracle Restore Enhancements

Details Data Protector enhancements for RMAN restore performance.

Restore Recommendations Summary

Summarizes key recommendations for RMAN restore operations.

Recovery Considerations

Discusses parallelism and considerations for media recovery.

Recovery Using Archived Logs

Explains the process of media recovery using archived logs.

Recovery Using Incremental Backup

Describes recovery scenarios using incremental backups.

Summary

Appendix A. Reference Documentation

Appendix B. RMAN Helpful Scripts

B.1 How to Monitor RMAN Job Progress

Provides SQL query to monitor RMAN job progress.

B.2 How to Monitor RMAN Waits

Provides SQL query to monitor RMAN waits.

B.3 How to Monitor RMAN Wait States

Provides SQL query to monitor RMAN wait states.

B.4 How to Monitor RMAN Channels Current Speed

Provides SQL query to monitor RMAN channel speed.

Appendix C. Session Reports

Session 1: Backup Using ita018 and RAC1

Details a backup session using specific host and instance.

Session 2: Backup Using ita018-vip and RAC1, RAC2, RAC3, RAC4

Details backup using VIP and multiple instances.

Session 3: Backup Using ita018-vip and Service BACKUP

Details backup using VIP and a service name.

Session 4: Backup Using ita018-vip and Service MSL5000

Details backup using VIP and a different service name.

Session 5: Backup Allocating Channels Manually on RAC1 and RAC2

Details backup with manually allocated channels on specific instances.

Session 6: Restore Allocating Channels Manually on RAC1 and RAC2

Details restore with manually allocated channels on specific instances.

Session 7: Restore and Recovery Using an Incremental Backup

Details restore and recovery using an incremental backup.

For More Information

Related product manuals