Uninstalling the Infrastructure Management Server
This topic explains how to uninstall the TrueSight Infrastructure Management Server.
To uninstall the TrueSight Infrastructure Management Server using the wizard
To uninstall the TrueSight Infrastructure Management Server, perform the following steps:
- (Linux) If you are a non-root user and you want to uninstall the TrueSight Infrastructure Management Server, the following directory and file must be removed by a root user before you can proceed with the uninstallation:
- /etc/init.d/BMCImpactIBRSD
- /usr/pw/pronto/conf/resources/en_US/kbinfo/kb_core_resource.properties
- Navigate to the installationDirectory\UninstallTSIMServer directory.
Run the following file:
(Windows) uninstall.exe
(Linux) uninstall.bin- On the Welcome page, click Next to uninstall the TrueSight Infrastructure Management Server.
- On the Uninstallation Preview page, click Uninstall.
On the Uninstallation Summary page, click View Log to view the uninstallation logs, or click Done.
To uninstall the TrueSight Infrastructure Management Server silently
Uninstallation-related information is not displayed on the console when silent uninstallation begins. However, uninstallation occurs in the background. The progress is logged in a temporary folder during uninstallation.
Perform the following steps to uninstall the TrueSight Infrastructure Management Server:
- From the command prompt, navigate to the following directory:
- (Windows) installationDirectory\UninstallTSIMServer\uninstall.exe
- (Linux) installationDirectory/UninstallTSIMServer/uninstall
Run the following command:
- (Windows) uninstall.exe -i silent
- (Linux) ./uninstall.sh -i silent
The computer restarts after the uninstallation is complete.
To uninstall TrueSight Infrastructure Management in high-availability cluster mode
On Microsoft Windows:
- Restart the primary node.
- Navigate to the installationDirectory\UninstallTSIMServer directory.
- Run the uninstall.exe file.
- On the Welcome page, click Next to uninstall the TrueSight Infrastructure Management Server.
- On the Uninstallation Preview page, click Uninstall.
On the Uninstallation Summary page, click View Log to view the uninstallation logs, or click Done.
- On the secondary node, go to the \standByuninstall\UninstallTSIMServer folder.
Perform steps 3 - 6.
- After the uninstallation is complete, delete the standByuninstall folder in the root drive of the installation directory.
On Linux:
- Go to the installationDirectory/UninstallTSIMServer directory.
- Run the uninstall command.
To delete Oracle database objects
If you are using an Oracle database and if the Oracle database objects are not deleted while uninstalling Infrastructure Management, you can delete them manually. Run the cleanup_db.sql script present in the \Utilities\oracle\db_cleanup_script directory.
To remove the schema from the Oracle database, perform the following tasks:
- Copy the cleanup_db.sql script present in the Utilities\oracle\db_cleanup_script directory to the Oracle server.
- Run the script after logging on with the schema user created for Infrastructure Management.
To remove the oracle users and tablespaces used for TSIM, run the drop_pnet_orcl_db_objects.sql script available in the \Utilities\oracle\custom_db_scripts_pnet directory. The following objects are removed:
- TSIM main user, report user
- TSIM profile, TSIM role (if available)
- Default tablespace, temporary tablespace created for the TSIM user
Where to go from here
For information on uninstalling other TrueSight Operations Management components, see Uninstalling
For information on installing TrueSight Operations Management components, see Installing