HP 3PAR Application Software Suite for Oracle User Manual

Page 34

Advertising
background image

Setting Up Connections from the Backup Server to the Database Server

To set up an SSH connection from the backup server to the database server, perform the following:

Copy the public key (id_rsa.pub) of the backup server to the authorized_keys file of
the database server.

<backup_server> # scp ~/.ssh/id_rsa.pub <db_server>:~/.ssh/authorized_keys

If the authorized_keys file already exist, add the public key (from ~/.ssh/id_rsa.pub on
the backup server) to the end of the authorized_keys file on the database server.

Verifying Connections from the Backup Server to the Database Server

From the backup server, verify the connection to the database server as follows:

NOTE:

If you are prompted for a password, the connection was not set up correctly. To fix the

issue:

Redo the connection setup.

Verify that the .ssh directory and the files within the .ssh directory have the correct
permissions.

<backup_server># ssh <user>@<db_server>

The authenticity of host '<db_server>' can't be established.

DSS key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:x:xx:xx.

Are you sure you want to continue connecting (yes/no)?

yes

Warning: Permanently added '<db_server>' (DSS) to the list of

known hosts.

where <user> is either root or the Oracle owner user and <db_server> is the database server’s
hostname.

Setting Up Connections from the Backup Server to the NetBackup Master Server

To set up an SSH connection from the backup server to the NetBackup (NBU) master server, perform
the following:

Copy the public key (id_rsa.pub) of the backup server to the authorized_keys file of
the NBU master server.

<backup_server # scp ~/.ssh/id_rsa.pub <NBU_server>:~/.ssh/authorized_keys

If the authorized_keys file already exist, add the public key (from ~/.ssh/id_rsa.pub
on the backup server) to the end of the authorized_keys file on the NetBackup master
server.

Verifying Connections from the Backup Server to the NetBackup Master Server

From the backup server, verify the connection to the NetBackup master server as follows:

34

Configuring Recovery Manager for Oracle

Advertising