HP 3PAR Application Software Suite for Oracle Licenses User Manual

Page 38

Advertising
background image

4.

Copy the public key of the database server to the HP 3PAR StoreServ Storage system.

<db_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.

<pass the public key here and press Enter twice>

<public_key>

SSH public key successfully set!

In the example above:

<username>

is the user being created.

<ss_name>

is the system name of the HP 3PAR StoreServ Storage system attached to

the database server.

<password>

is the password for the CLI user being created.

<public_key>

is the SSH public key of the database server.

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

From the database server, verify the connection from the database server to the HP 3PAR StoreServ
Storage system as follows:

NOTE:

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

setup.

<db_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 '<ss_name>' (DSS) to the list of

known hosts.

where:

<username>

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 name of the HP 3PAR StoreServ Storage system attached to the database

server.

38

Configuring Recovery Manager for Oracle

Advertising