HP 3PAR Application Software Suite for Oracle User Manual

Page 37

Advertising
background image

for Oracle uses the same CLI user to access the HP 3PAR storage system from either the backup
server or database server.

If you created a different CLI user for the database server, perform the following to set up an SSH
connection from the database server to the HP 3PAR storage system.
1.

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

2.

Make sure the SSH key pair exists as follows:

<db_server> # ls ~/.ssh

id_rsa id_rsa.pub authorized_keys known_hosts

3.

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

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

<ss_name>

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

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)

Setting Up SSH Connections for Recovery Manager

37

Advertising