Cisco Cisco Prime Central 1.5.2 Guide De Montage

Page de 98
Installing Prime Central in a Single-Server Setup
Installing the database, Prime Central portal, and Prime Central integration layer on the same server is a two-part process:
1
Prepare the server for installation.
2
Install Prime Central.
During the installation, the variables that you define must adhere to the constraints described in
.
Note
Preparing the Server for Installation
Before you install Prime Central, you must first connect to the server and, if using X server, verify the display settings.
To prepare the server for Prime Central installation:
Procedure
Step 1
Use one of the following options to connect to the server where you want to install Prime Central:
• 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 where you want to install Prime Central. (If you logged in as a nonroot
user, use su - 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
20