Uninstalling BIRT iHub modules
Uninstalling BIRT iHub deletes the iHub metadata including dashboards, reports, and jobs in a volume. To transfer a volume to a different iHub installation or to switch to a different metadata database, see BIRT iHub System Administration Guide.
Uninstall a BIRT iHub module by stopping the module and deleting the installation directory. Deleting the directory deletes the iHub metadata.
How to uninstall BIRT iHub
1 Navigate to <installation directory>/modules/BIRTiHub.
2 Execute the stopiHub.sh script using the following command:
sh ./stopiHub.sh
3 Execute the stopPostgreSQL.sh script using the following command:
sh ./stopPostgreSQL.sh
4 Delete the installation directory, for example, opt/actuate/BIRTiHubVisualization.
How to uninstall System Console
1 Navigate to <installation directory>/modules/SystemConsole.
2 Execute the stopSystemConsole.sh script using the following command:
sh ./stopSystemConsole.sh
3 If you do not see a message in the stopSystemConsole.sh script output indicating that the script stopped PostgreSQL, navigate to <installation directory>/modules/SystemConsole/setup and execute the stoppostgresql.sh script using the following command:
sh ./stoppostgresql.sh
4 Delete the installation directory, for example, opt/actuate/SystemConsole.