User's Manual

4.7
Setting up RSH/CLI Connections for Recovery Manager
Recovery Manager for Oracle User’s Guide
4.2.6 Verifying the CLI Connection from the Primary Host to the InServ
Storage Server
From the primary host, verify the CLI connection to the InServ Storage Server as follows:
1 On the primary host, log in as the root or Oracle user (as you logged in during set up).
2 Issue any CLI command (such as
showsys) and ensure that the command completes
successfully.
4.2.7 Setting Up a CLI Connection from the Backup Host to the InServ
Storage Server
Set up a CLI connection from the backup host to the InServ Storage Server as follows:
1 On the backup host, set the environment variables as follows:
where:
<ss_name> is the system name of the InServ Storage Server attached to the backup host.
<ss_pwfile> is the location for the InServ Storage Server user password file.
2 On the backup host, create a CLI user on the InServ Storage Server as follows:
See the InForm OS Command Line Interface Reference for additional information on the
createuser command.
<primary_host># showsys
#TPDSYSNAME=<ss_name>
#TPDPWFILE=<ss_pwfile>
#export TPDSYSNAME TPDPWFILE
NOTE: The following step is optional. Perform step 2 if you want 3PAR Recovery
Manager to access the InServ Storage Server from the backup host as a different
user than the user created on the primary host.
<backup_host># /opt/3par/cli/bin/createuser -c \<password> <username> all
edit