User's Manual

4.6
Setting up RSH/CLI Connections for Recovery Manager
Recovery Manager for Oracle User’s Guide
4.2.5 Setting Up a CLI Connection from the Primary Host to the InServ
Storage Server
Set up a CLI connection from the primary host to the InServ Storage Server as follows:
1 On the primary host, set the environment variables as follows:
where:
<ss_name> is the system name of the InServ Storage Server attached to the primary
host.
<ss_pwfile> is the location for the InServ Storage Server user password file.
2 On the primary host, create a CLI user as follows:
where
<username> is the name of the user being created.
For additional information about the
createuser command, see the InForm OS
Command Line Interface Reference.
3 On the primary host, create a storage server user password file as follows:
where <username> is the username you created in step 2.
#TPDSYSNAME=<ss_name>
#TPDPWFILE=<ss_pwfile>
#export TPDSYSNAME TPDPWFILE
NOTE: Before creating a CLI user, refer to the InForm OS CLI Administrator’s
Manual for a list of reserved user names.
<primary_host># /opt/3par/cli/bin/createuser -c \
<password> <username> all edit
<primary_host># /opt/3par/cli/bin/setpassword -saveonly -file \
$TPDPWFILE -u <username>