Cisco Cisco Prime Central 1.5.1 Guía De Instalación

Descargar
Página de 101
Procedure
Step 1
Use one of the following options to connect to the server:
• VNC (recommended)—See
• X server—For this option, Reflection X is recommended. See
.
Step 2
As the root user, launch a terminal on the server. (If you logged in as a nonroot user, enter the su - command to become
the root user.) The C shell (csh) is recommended, but you can also use the Bash shell.
• To start the C shell, enter: /bin/csh
• To start the Bash shell, enter: /bin/bash
If you are using X server, continue to Step 3.
If you are using VNC, skip to Step 5.
Step 3
Set the DISPLAY variable:
setenv DISPLAY hostname-or-IP-address:0.0
Step 4
Verify that the display is set correctly:
echo $DISPLAY
In the command output, you should see:
hostname-or-IP-address:0.0
Step 5
Set the ulimit value.
If using a C shell, enter: limit descriptors 1048576
In the command output, you should see:
# limit descriptors
descriptors
1048576
If using a Bash shell, enter: ulimit -n 1048576
In the command output, you should see:
# ulimit -n
1048576
Step 6
(For an external database only; not applicable to an embedded database) If you are using a local or remote external database,
download prePCInstallForExt12c.sh from the scripts folder in the Base Application folder (where
images/primecentral_v1.5.1.bin is located) Copy prePCInstallForExt12c.sh to ORACLE_HOME/network/admin and
execute.
24