Cisco Cisco Prime Central 1.5 Installation Guide

Page of 94
Uninstalling Prime Central Silently
Procedure
Step 1
Navigate to the /var/adm/cisco/uninstall/Uninstall_Prime_Central directory.
The uninstall folder contains the installvariables.properties file.
Step 2
Run the silent uninstallation:
./Uninstall_Prime_Central
The uninstallation log files are available at /var/adm/cisco/uninstall/UNINSTALL_LOG_time-stamp.
Uninstalling Prime Central Fault Management
When you uninstall the Fault Management component, its subcomponents (except for the backup folder) are also uninstalled.
Procedure
Step 1
Depending on how you installed the Fault Management component, use one of the following options to connect to the
server where you want to uninstall Prime Central:
• VNC (recommended)—See
• X server—For this option, Reflection X is recommended. See
.
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
79