Cisco Cisco Prime Central 1.3 Installation Guide

Page of 83
3
Install the Prime Central integration layer.
You must install the Prime Central portal before installing the Prime Central integration layer. During the
installation, the variables that you define must adhere to the constraints described in
.
Note
Preparing Both Servers for Installation
Before you install the Prime Central portal and the Prime Central integration layer on separate servers, you must first connect to each
server and, if using X server, verify the display settings.
Do the following on both servers:
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
22