HP 3PAR Application Software Suite for Oracle User Manual

Page 35

Advertising
background image

NOTE:

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

setup.

<backup_server># ssh <user>@<NBU_master>

The authenticity of host '<NBU_master>' 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 '<NBU_master>' (DSS) to the list of

known hosts.

where <user> is either root or the Oracle owner user and <NBU_master> is the name of the
NBU master server.

Setting Up Connections from the Backup Server to the HP 3PAR storage system

Set up an SSH connection from the backup server to the HP 3PAR storage system as follows:
1.

SSH to the backup server and log in as the root or Oracle owner user.

2.

Make sure the SSH key pair exists as follows:

<backup_server> # ls ~/.ssh

id_rsa id_rsa.pub authorized_keys known_hosts

3.

Create a CLI user on the HP 3PAR storage system to be used by Recovery Manager for Oracle
to access the system from the backup server. Skip this step if you wish to use an existing user.

<backup_server># ssh <adm_user>@<ss_name>

<adm_user>'s password: <adm_password>

cli% createuser -c <password> <username> <domainname> <role>

In the example above:

<adm_user>

is the user name of the HP 3PAR storage system’s administrator (for example,

3paradm). For more information, see the HP 3PAR InForm OS CLI Administrator’s Manual.

<ss_name>

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

server.

<adm_password>

is the administrator's password.

<password>

is the password (for the HP 3PAR storage system) for the CLI user being

created.

<username>

is the user being created.

<domainname>

is the domain to which the user will belong (for example, all)

<role>

specifies the user's authority level (for example, 3PAR_RM)

For details about the createuser command, refer to the HP 3PAR Command Line Interface
Reference
.

Setting Up SSH Connections for Recovery Manager

35

Advertising