HP 3PAR Application Software Suite for Oracle User Manual

Page 36

Advertising
background image

4.

Copy the public key of the backup server to the HP 3PAR storage system. You can find the
public key in the location specified when generating an SSH key pair; for more information,
see

“Generating an SSH Key Pair for the Backup Server” (page 33)

.

<backup_server># ssh <username>@<ss_name>

<username>'s password: <password>

cli% setsshkey

Please enter the SSH public key below. When finished, press enter twice.

The key is usually long. It's better to copy it from inside an editor

and paste it here. (Please make sure there are no extra blanks.)

The maximum number of characters used to represent the SSH key

(including the "from" option, key type, and additional comments) is 4095.

<paste the public key here and press Enter twice>

<public_key>

SSH public key successfully set!

In the example above:

<username>

is the user you created.

<ss_name>

is the system name of the HP 3PAR storage system attached to the backup

server.

<password>

is the password for the CLI user you created.

<public_key>

is the SSH public key of the backup server.

Verifying Connections from the Backup Server to the HP 3PAR Storage System

From the backup server, verify the connection from the backup server to the HP 3PAR storage
system as follows:

NOTE:

If you are prompted for a password, the setup is incorrect and you must redo the previous

setup.

<backup_server># ssh <username>@<ss_name>

The authenticity of host '<ss_name>' 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 '<HP 3PAR storage system_name>' (DSS) to the list of

known hosts.

where:

<user_name>

is the CLI user created in

“Setting Up Connections from the Backup Server to

the HP 3PAR storage system” (page 35)

.

<ss_name>

is the system name of the HP 3PAR storage system attached to the backup server.

Setting Connections from the Database Server to the HP 3PAR Storage System

Skip this step if the database server has the same SSH key pair as the SSH key pair of the backup
server (see

“Generating an SSH Key Pair for the Database Server” (page 33)

). Recovery Manager

36

Configuring Recovery Manager for Oracle

Advertising