IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Uninstall a three phase installation on Windows - Windows
After a successful three phase Managing Server installation (see Performing a three phase installation with three logins in Windows) the splituninstall.bat script is generated in the MS_install_home/_uninst/ directory. If required, perform these steps to uninstall the Managing Server:
- Run the following command to uninstall Visualization Engine:
<MS_HOME>\_uninst\uninstallve.bat [-password <password>]For example:C:\IBM\itcam\WebSphere\MS\_uninst\uninstallve.bat -password yourpasswordWAS User's Password is required by Visualization Engine.
- Run the following command to uninstall Managing Server:
<MS_HOME>\_uninst\splituninstall.batFor example:For example, C:\IBM\itcam\WebSphere\MS\_uninst\splituninstall.batTo remove the MS database in DB2:
- Go to the temporary directory which you created in the DB2 home directory.
- Run the following command as the DB2 instance user:
<temporary directory>\db2\bin\db2uninstall.bat <databaseName>For example:C:\images\MS\db2\bin\db2uninstall.bat octigateTo remove the MS database in Oracle:
- Go to the temporary directory which you created in the DB2 home directory.
- Run the following command as the Oracle instance user:
<temporary directory>\oracle\bin\oracleuninstall.bat <DBA_user> <DBA_password> <install_dir> <tablespace> <jdbc_user> <jdbc_password> <oracle_sid>
Parent topic:
Uninstall the Managing Server, WAS, and IBM DB2 on Windows