Cisco Cisco Prime Central 1.3 Installation Guide

Page of 83
Step 4
Enter the username centraladmin and the admin user password that you specified during the installation.
Checking the Prime Central Version
Procedure
Step 1
As the primeusr, log in to the Prime Central server.
Step 2
On the command line, enter:
version
The following is an example of the output of the version command:
# version
Running Integration Layer(PC-IL-CORE,PC-IL-JMS) + Platform (v 1.3.0.0 (build number)) with Patch(0.0.0.0)
If you reinstall a new build on an existing server, or if you install or uninstall applications, be sure to open a new
browser window with a clear cache.
Note
Installing Prime Central Silently
You can install Prime Central without user interaction. In a silent installation, no messages or prompts appear on-screen, and interactive
dialogs are not displayed. Information and answers that you would normally provide are read from a properties file.
A silent installation allows for unattended product installations based on the values that are provided in the silent installation properties
file.
Procedure
Step 1
As the root user, launch a terminal on the server where you want to silently install Prime Central. (If you logged in as a
nonroot user, enter the su - command to become the root user.) The C shell (csh) is recommended. To start the C shell,
enter:
/bin/csh
Step 2
Insert the Cisco Prime Central 1.3 USB drive into the USB port and navigate to the local folder where the drive is mounted.
Step 3
Create an install.properties file based on the samples provided in
Depending on the input
that you provide, Prime Central will be installed in either a single-server setup or a dual-server (distributed) setup.
Be careful to enter correct values in the install.properties file. The silent installation does not perform any
validation on the values you enter.
Caution
Step 4
Save your changes to the install.properties file.
Step 5
Change file permissions:
chmod 755 *
Step 6
Run the installer:
./primecentral_v1.3.bin -i silent -f install.properties
28