Cisco Cisco Prime Central 1.5 Installation Guide

Page of 97
Upgrading Prime Central Fault Management Silently
You can upgrade Prime Central Fault Management without user interaction. In a silent upgrade, 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.
Procedure
Step 1
As the root user, launch a terminal on the server where you want to silently upgrade to Prime Central Fault Management
1.51.5.1 . (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
Take backup of /var/.com.zerog.registry.xml file as
/var/.com.zerog.registry.xml_backup_for_1.4.1/var/.com.zerog.registry.xml_backup_for_1.5
Step 3
Insert the Cisco Prime Central 1.51.5.1 USB drive into the USB port and navigate to the local folder where the drive is
mounted.
Step 4
Copy the FM1.51.5.1 Build.tar.gz file to the server.
Step 5
Distribute the file:
# tar -zxf FM1.5Build.tar.gz# tar -zxf FM1.5.1Build.tar.gz
# cd Disk1/InstData/VM
# chmod 755 primefm_v1.5.bin #chmod 755 primefm_v1.5.1.bin
Step 6
From the Fault Management folder, begin the silent upgrade:
./primefm_v1.5.bin -i silent -f./primefm_v1.5.1.bin -i silent -f fm-install.properties
For example, if your silent properties file is named PrimeFM_install.properties, enter:
./primefm_v1.5.bin -i silent -f PrimeFM_install.properties./primefm_v1.5.1.bin -i silent -f PrimeFM_install.properties
The silent upgrade log files are available in the installation-directory/faultmgmt/upgrade/1.4.1.0-1.5.0.0/logs folder.
Step 7
During the upgrade, if any components fail to start, do the following as the primeusr user:
a) Enter the fmctl status command to determine whether all components are up and running.
b) Restart Prime Central Fault Management:
fmctl stop
fmctl start
Reverting to Prime Central Fault Management 1.4.11.5
After upgrading to Prime Central Fault Management 1.51.5.1 , you may find the need to revert to the previous version. To do so,
complete the following procedure.
77