IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Uninstall a three phase installation on Linux and UNIX systems - UNIX
After a successful three phase Managing Server installation the splituninstall.sh 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.sh [-password <password>]For example:/opt/IBM/itcam/WebSphere/MS/_uninst/splituninstall.sh -password yourpasswordWAS User's Password is required by Visualization Engine.
- Run the following command to uninstall Managing Server:
<MS_HOME>/_uninst/splituninstall.shFor example:For example, /opt/IBM/itcam/WebSphere/MS/_uninst/splituninstall.shTo 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.sh <DB2inst_username> <databaseName>For example:/opt/IBM/itcam/WebSphere/MS/_uninst/db2uninstall.sh db2inst1 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.sh <sqlplus_user> <system_user> <system_password> <install_dir> <tablespace> <schema_user> <schema_password> <oracle_sid>
Parent topic:
Uninstall the Managing Server, WAS, and IBM DB2 on UNIX and Linux