Cisco Cisco Prime Central 1.3 Installation Guide

Page of 83
If you are installing the Fault Management component on the same server as Prime Central, you must install
it as faultmgmt in a subdirectory immediately underneath Prime Central (for example,
/opt/primecentral/faultmgmt).
Caution
Be careful to enter correct values in the PrimeFM_install.properties file. The silent installation does not perform
any validation on the values you enter.
Caution
Step 4
Save your changes to the PrimeFM_install.properties file.
Step 5
Change file permissions:
chmod 755 *
Step 6
Run the installer:
./primefm_v1.3.bin -i silent -f PrimeFM_install.properties
The silent installation log files are available in the installation-directory/install/logs/ folder.
Sample PrimeFM_install.properties File
The following example shows a typical PrimeFM_install.properties file for Prime Central Fault Management.
The values shown in the following example are for illustrative purposes only. Be careful to enter actual
values that are appropriate for your operating environment.
Caution
Note the following:
• For the PRIMEFM_OS_USER parameter, the value primeusr is fixed; do not change it.
• For the PRIMEFM_OS_GROUP and PRIMEFM_PA_GROUP parameters, the value ncoadmin is fixed; do not change it.
• For the PRIMEFM_INSTALL_TYPE parameter, if you enter Simple Install, the default port values will be used. If you want
to use different ports, enter Advanced Install.
Sample PrimeFM_install.properties File when Installing Prime Central Fault Management
##########User Information###########
PRIMEFM_OS_USER=primeusr
PRIMEFM_OS_GROUP=ncoadmin
PRIMEFM_OS_PASSWD=Prime123@
PRIMEFM_PA_USER=primefm_pa
PRIMEFM_PA_GROUP=ncoadmin
PRIMEFM_PA_PASSWD=Prime123@
PRIMEFM_APP_USER=primefm
PRIMEFM_APP_USER_PASSWD=Prime123@
# Fully qualified hostname of the FM Server
PRIMEFM_SERVER_HOSTNAME=fm-server.cisco.com
#########Prime Central Database Information##########
PRIMEFM_DB_HOST_IP_ADDRESS=209.165.200.225
PRIMEFM_DB_PORT=1521
PRIMEFM_DB_SID=primedb
PRIMEFM_DB_SYSTEM_USER=primedba
PRIMEFM_DB_SYSTEM_PASSWD=Prime123@
##########User Install Directory#########
USER_INSTALL_DIR=/opt/primecentral/faultmgmt
##########Install Type##########
PRIMEFM_INSTALL_TYPE=Simple Install
#########Port Information##############
PRIMEFM_DB_SERVER_PORT=4100
PRIMEFM_GATEWAY_PORT=4300
PRIMEFM_PROXY_PORT=4400
PRIMEFM_PROCESS_AGENT_PORT=4200
41