HP StoreServ Application Suite for Oracle Media manual Catdb = description =

Models: StoreServ Application Suite for Oracle Media

1 184
Download 184 pages 48.7 Kb
Page 74
Image 74

Recovery Manager for Oracle User’s Guide

5Configure TNS services for the Recovery Catalog database by adding an entry in the

$ORACLE_HOME/network/admin/tnsnames.ora file on the primary host and backup host as follows:

<catdb > = (description =

(address = (protocol = TCP) (host = <cat_host>) (port = 1521)) (connect_data = (server = dedicated) (service_name = <catdb>))

)

where <cat_host> is the host name of the host where the catalog is created.

6Configure the Oracle listener for the Recovery Catalog database by adding an entry in the $ORACLE_HOME/network/admin/listener.ora file on the host where the Recover Catalog is created as follows:

SID_LIST_LISTENER = (SID_LIST =

(SID_DESC = (GLOBAL_DBNAME = <catdb>) (ORACLE_HOME = <oracle_home>) (SID_NAME = <catdb>)

)

)

7Log in as the Oracle owner user and register the database on the primary host.

$ rman target / catalog <rman_user>/<rman_password>@<catdb> RMAN> register database;

4.26

Setting Up NetBackup Policies for Oracle RMAN Backup

Page 74
Image 74
HP StoreServ Application Suite for Oracle Media manual Catdb = description =, Sidlistlistener = Sidlist =