Description:
This document was designed to resolve issues such as reinstalling NSM system, log, and performance agents after a failed, corrupted install or subsequent uninstall. The installer fails or thinks that NSM components are already installed on the system.
Important! This procedure can only be used if only NSM system, log and performance agents are installed on the system, as the below procedures will remove folders that may be used by other CA Applications, such as Desktop and Server Management.
Solution:
Follow the steps detailed below to manually remove CA NSM common services and agent technology components.
Important! Before removing any directories, ensure that you back up or copy folders to a safe location.
Steps to remove CA NSM components from UNIX platform:
# *---------------------------------------------- * # Modifications made by setupNSM for # Unicenter NSM Agent Technology # *---------------------------------------------- * if [ "$AGENTWORKS_DIR" = '' ] then AGENTWORKS_DIR=<defaultNSMhomedirectory> export AGENTWORKS_DIR fi if [ -f "$AGENTWORKS_DIR"/scripts/envset ] then . "$AGENTWORKS_DIR/scripts/envset" fi # *---------------------------------------------- * # End of Modifications made by setupNSM for # Unicenter NSM Agent Technology # *---------------------------------------------- * test -r /etc/profile.CA && . /etc/profile.CA # Added by Computer Associates
Steps to remove CA NSM components from Linux platform:
Note: If you are unsure of the packages, do not remove them and contact CA Technical Support.