Software Suite for Oracle Instruction Manual

4.14
Setting Up SSH Connections for Recovery Manager
Recovery Manager for Oracle User’s Guide
4.3.9 Setting Up Connections from the Backup Host to the InServ Storage
Server
Set up an SSH connection from the backup host to the InServ Storage Server as follows:
1 Log in to the backup host as root user.
2 Make sure the SSH key pair exists as follows:
3 Create a CLI user on the InServ Storage Server to be used by 3PAR Recovery Manager to
access the InServ Storage Server from the backup host. Skip this step if you wish to use an
existing user.
In the example above:
<adm_user> is the user name of the InServ Storage Server’s administrator.
<ss_name> is the system name of the InServ Storage Server attached to the backup
host.
<adm_password> is the administrator's password.
<password> is the password (for the InServ Storage Server) for the CLI user being
created.
<username> is the user being created.
<backup_host># ssh root@<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.
<backup_host> # ls ~/.ssh
id_rsa id_rsa.pub authorized_keys known_hosts
<backup_host># ssh <adm_user>@<ss_name>
<adm_user>'s password: <adm_password>
cli% createuser -c <password> <username> all edit