HP 3PAR Recovery Manager 4.5.0 for Oracle on Solaris, Red Hat Linux, and Oracle Enterprise Linux User's Guide (QL226-97705, May 2014)

Setting Connections from the Database Server to the HP 3PAR StoreServ Storage
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 41)). Recovery Manager
for Oracle uses the same CLI user to access the HP 3PAR StoreServ Storage system from either the
backup server or the database server.
If you created a different CLI user for the database server, then to set up an SSH connection from
the database server to the HP 3PAR StoreServ 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 StoreServ
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 :
<adm_user> is the user name of the HP 3PAR StoreServ Storage system’s administrator
(for example, 3paradm).
<ss_name> is the system name of the HP 3PAR StoreServ Storage system attached to
the database server.
<adm_password> is the administrator password.
<password> is the password (for the HP 3PAR StoreServ 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 authority level of the user (for example, 3PAR_RM)
Setting Up SSH Connections for Recovery Manager 45