Cisco Cisco Prime Central 1.5.2 Installation Guide

Page of 98
Step 10
Start all Prime Central processes:
su - primeusr
itgctl start
portalctl start
exit
For distributed server environment (portal and IL are in different servers):
• Execute above portalctl start command on Portal server as primeusr.
• Execute above itgctl start command on IL server as primeusr.
Step 11
Execute this step only if it is distributed server environment (portal and IL are in different servers):
Repeat the above steps 1 to 6 in IL server.
Upgrading to Prime Central Fault Management 1.5.2
You can upgrade from Prime Central Fault Management 1.5.1 to 1.5.2. For Prime Central Fault Management servers that just meet
the minimum server requirements specified in this guide, you must update the timeout value in the soap.client.props file before
upgrading. Do the following:
1
Enter the following commands:
# su - primeusr
# vim ~/faultmgmt/tipv2/profiles/TIPProfile/properties/soap.client.props
2
Change the value of the com.ibm.SOAP.requestTimeout parameter to 3600.
Make sure that the Prime Central Fault Management service is up before starting with the Fault Management upgrade.
Procedure
Step 1
Move (or remove) all *.log files from the /tmp folder.
Step 2
Use one of the following options to connect to the server where you want to upgrade Prime Central Fault Management:
• VNC (recommended)—See
• X server—For this option, Reflection X is recommended. See
.
Step 3
As the root user, launch a terminal on the server where you want to upgrade Prime Central Fault Management. (If you
logged in as a nonroot user, use su - to become the root user.)
The C shell (csh) is recommended. To start the C shell, enter:
/bin/csh
If you are using X server, continue to the next step.
If you are using VNC, skip to Step 7.
Step 4
Set the DISPLAY variable:
76