Cisco Cisco Prime Central 1.5 Installation Guide

Page of 94
It might take 20 to 30 minutes or longer to complete the upgrade, depending on your system performance and whether
you are using an embedded or external database.
If the upgrade fails, make sure to verify the log files. If an upgrade is necessary, only then perform the rollback
procedure from to , and then trigger the upgrade again. When the upgrade is successful, make sure to clear the
cache in a new browser window. For more information about the rollback procedure, see
Central 1.4.1, on page 71
Note
The log files are available in installation-directory/install/logs and
installation-directory/upgrade/1.3.0.0-1.4.0.01.4.1.0-1.5.0.0/upgrade.log.
Step 14
(Applicable for external database only and if Prime Central upgrade is successful) If you are using an external database,
remove the following directory under ORACLE_HOME which was created for Prime Central installation:
ORACLE_HOME/oradata/PSI
What to Do Next
Upgrading Prime Central Silently
You can upgrade Prime Central 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.
A silent upgrade allows for unattended product upgrades based on the values that are provided in the properties file.
The silent upgrade steps are the same for both single- and dual-server setups. In a dual-server setup,
complete the following procedure on the Prime Central portal server first; then, repeat the procedure on
the Prime Central integration layer server.
Note
Procedure
Step 1
As the root user, launch a terminal on the server where you want to silently upgrade to Prime Central 1.31.5 . (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.31.5 USB drive into the USB port and navigate to the local folder where the drive is
mounted.
Step 3
Change file permissions:
chmod 755 *
Step 4
you are upgrading an external database, add the following property (with the oracle home directory as the value) to the
install.properties file:
SUITEFW_EMBEDDED_ORACLE_HOME=/export/home/oracle
Step 5
Take backup of /var/.com.zerog.registry.xml file as /var/.com.zerog.registry.xml_backup_for_1.4.1
Step 6
Begin the silent upgrade:
./primecentral_v1.3.bin -i silent -f install.properties./primecentral_v1.5.bin -i silent -f install.properties
70