Smarts NCM: How to uninstall/remove NCM Core installation manually?
search cancel

Smarts NCM: How to uninstall/remove NCM Core installation manually?

book

Article ID: 331024

calendar_today

Updated On:

Products

VMware Smart Assurance

Environment

VMware Smart Assurance - NCM

Resolution

Reasons for improper install:

o    Install Hang
o    Network disconnect during the phase of install
o    Cancelation of installation manually due any reasons.
In above condition system will be in-stable condition.

To get the NCM install out of the host, follow the bellow mentioned steps:
cd "USER_INSTALL_DIR/conf/setup"
                Ex: USER_INSTALL_DIR = /opt/smarts-ncm   NCM installed folder

Run bellow scripts in the same order.
perl SysAdmin.pl preun
perl AppServer.pl preun
perl Database.pl preun
perl Core.pl preun
perl Common.pl preun


Then run

perl SysAdmin.pl postun
perl AppServer.pl postun
perl Database.pl postun
perl Core.pl postun
perl Common.pl postun


And delete complete install directory (Ex: /opt/smarts-ncm).
This will clean the host from NCM improper install.