HP 3PAR Recovery Manager 4.5.0 for Oracle on Solaris, Red Hat Linux, and Oracle Enterprise Linux User's Guide (QL226-97705, May 2014)

Configuring the NetBackup Policy for Archive Log Backup
NOTE: NBU server-side backup can be used when Recovery Manager for Oracle is configured
to run as both root user and Oracle owner.
NOTE: If Recovery Manager for Oracle is configured to run as an Oracle user and this is an
upgrade from previous Recovery Manager for Oracle release, the rmora_config command
must be run again for each database that is configured for server-side backup.
This procedure is to backup archive logs only. For Recovery Manager for Oracle to perform backup
and restoration correctly, you must use the following guidelines in conjunction with Symantec
NetBackup documentation when configuring a NBU policy:
Select the Oracle type for the policy.Backup Attribute
Backup Selections 1. Enter the location of RMAN backup script
(/etc/3par/solutions/<db_server>.ora.<oracle_sid>/rmora_nbu_archbackup.sh).
2. Recovery Manager will generate the RMAN backup script at the specified location when
you create the configuration file (see below for details).
Recovery Manager will generate the RMAN backup script at the specified location when you
create the configuration file (see Recovery Manager for Oracle Configuration Files for details).
Backup Schedule 1. Create a schedule for full backup.
2. If you wish to perform client-side archive log backup (initiated from Recovery Manager for
Oracle), set the backup window to 0.
3. If you also wish to perform automatic archive log backup (initiated from NBU), specify the
backup window to fit your needs.
Set the backup client to the host name of the backup server, as the backup process will actually
take place on the backup server.
Backup Clients
Creating an RMAN Recovery Catalog
This section describes how to create and configure an RMAN Recovery Catalog. Refer to Oracle
documentation for more detailed information.
1. Create a database for housing the Recovery Catalog. Oracle suggests the following disk
space requirements:
System tablespace: 100 MB
Temp tablespace: 5 MB
Rollback segment: 5 MB
Online redo log: 1 MB (each)
Recovery Catalog: 10 MB
2. Create a tablespace for the Recovery Catalog as follows:
$ export ORACLE_SID=<catdb>
$ export ORACLE_HOME=<oracle_home>
$ sqlplus "/as sysdba"
SQL> create tablespace <cat_tbs> datafile '<path/filename>' size 10M;
SQL> exit
where:
<catdb> is the Oracle Instance ID of the Recovery Catalog.
<cat_tbs> is the Recovery Catalog tablespace name.
<path/filename> is the file path where the datafile is created.
52 Configuring Recovery Manager for Oracle