DX Infrastructure Management

Tech Tips: How to cleanup your CAPC server to allow a reinstall 

Aug 07, 2014 11:40 AM

After running the full uninstaller for CAPC, and/or deleting the /opt/CA/PerformanceCenter directories it still does not allow you to reinstall CAPC.
This is because there are still some references of CAPC being installing in other directories and files, which the uninstaller may not fully cleanup.
Solution:
After running the full uninstall as documented in the CAPC installation guide, open an SSH session or the Terminal locally on the server and run the following commands in order.

/etc/init.d/mysql stop


rm -rf /opt/CA /var/.com.*


rm /var/.com.zerog.registry.xml -f


rm -rf /opt/CA -f


rm /etc/init.d/caperfcenter* -f


cd /tmp


rm CAPerfCenterSetup.bin -f


#shutdown then reboot

shutdown -r now
Once the server comes back online, attempt the installation again.


This full document can also be viewed on support.ca.com at the URL below....

https://comm.support.ca.com/?legacyid=TEC585152

 

This document was generated from the following discussion: Tech Tips: How to cleanup your CAPC server to allow a reinstall

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.