Cisco Cisco Prime Central 1.3 Installation Guide

Page of 83
Step 2
As the root user, launch a terminal on the server where you want to uninstall Prime Central Fault Management. (If you
logged in previously as a nonroot user, enter the su - command to become the root user.)
Step 3
Enter:
cd /var/adm/cisco/uninstall/Uninstall_Prime_Central_Fault_Management
./Uninstall_Prime_Central_Fault_Management
Step 4
Verify that the information in the Uninstall Prime Central Fault Management window is correct; then, click Uninstall.
Step 5
In the Uninstall Complete window, click Done.
The uninstallation log files are available at /var/adm/cisco/uninstall/PrimeFM-uninstall.log-time-stamp and
/tmp/primefm_uninstall.log.
Step 6
If the Fault Management uninstallation hangs without creating a log file, the RSA key entry might be missing from the
~/.ssh/known_hosts file. Do the following to generate the RSA key and add it to the server:
a) As the root user, enter the following command, where IP-address and hostname are the IP address and hostname of
the server where Prime Central Fault Management is installed:
ssh_key=' /usr/bin/ssh-keyscan -t rsa IP-address hostname'
b) To add the RSA key entry to the ~/.ssh/known_hosts file, enter:
echo "$ssh_key" >> ~/.ssh/known_hosts
Step 7
Remove Prime Central Fault Management from the Prime Central portal:
a) From the Prime Central menu, choose Administration > System > Suite Monitoring.
b) In the Suite Monitoring portlet, click the Prime Central tab.
c) Click the Prime Central Fault Management radio button and click Remove.
d) At the confirmation prompt, click OK.
Step 8
As the primeusr user, log in to the Prime Central integration layer and restart it:
itgctl stop
itgctl start
Uninstalling Prime Central Fault Management Silently
Procedure
Step 1
Navigate to the /var/adm/cisco/uninstall/Uninstall_Prime_Central_Fault_Management directory.
The uninstall folder contains the installvariables.properties file.
Step 2
Run the silent uninstallation:
./Uninstall_Prime_Central_Fault_Management -i silent
The uninstallation log files are available at /var/adm/cisco/uninstall/PrimeFM-uninstall.log-time-stamp and
/tmp/primefm_uninstall.log.
Step 3
Remove Prime Central Fault Management from the Prime Central portal:
a) From the Prime Central menu, choose Administration > System > Suite Monitoring.
b) In the Suite Monitoring portlet, click the Prime Central tab.
c) Click the Prime Central Fault Management radio button and click Remove.
71