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 System Administration Guide.
The procedures for uninstalling BIRT iHub Visualization Platform and System Console differ, depending on whether the modules run as Windows services. This section describes the procedures for uninstalling the modules when they run as Windows services and when they do not.
Uninstalling modules if they run as Windows services
Perform the tasks in this section if BIRT iHub Visualization Platform and System Console run as Windows services.
How to uninstall BIRT iHub Visualization Platform when it runs as Windows services
1 Open Windows Services by choosing Windows StartControl PanelAdministrative ToolsServices
2 Stop the Actuate iHub 3.1 Service.
3 Stop the Actuate PostgreSQL for iHub 3.1 Service.
4 Open a command prompt having administrator privileges, and navigate to the installation folder, for example:
C:\Actuate3\iHub3
5 Execute the uninstall.bat script, using the following command line syntax:
uninstall b
The script displays messages similar to those shown in Listing 2‑3.
Listing 2‑3 Uninstalling BIRT iHub
C:\Actuate3\iHub3>uninstall b
Uninstall Modules...
Uninstall Module: BIRT iHub
Unregistering Services..
No Installation path was specified
Set up will try to unregister from current directory
Check unregister.log for more details
Module b: BIRT iHub is unregistered from system successfully. Now you can now delete the module from the system safely.
Press any key to close this window
Exit the command prompt.
6 Delete <installation folder>\modules\BIRTiHub. If you have also uninstalled System Console, you can delete the installation folder.
How to uninstall System Console when it runs as Windows services
1 Open Windows Services by choosing Windows StartControl PanelAdministrative ToolsServices
2 Stop the Actuate Apache Tomcat 7 for System Console service.
3 Stop the Actuate PostgreSQL for System Console service.
4 Open a command prompt having administrator privileges, and navigate to the installation folder, for example:
C:\Actuate3\iHub3
5 Execute the uninstall.bat script, using the following command line syntax:
uninstall a
The script displays messages similar to those shown in Listing 2‑4.
Listing 2‑4 Uninstalling BIRT iHub
C:\Actuate3\iHub3>uninstall a
Uninstall Modules...
Uninstall Module: System Console
Unregistering Services..
No Installation path was specified
Set up will try to unregister from current directory
Check unregister.log for more details
Module a: System Console is unregistered from system successfully. Now you can now delete the module from the system safely.
Press any key to close this window
Exit the command prompt.
6 Delete <installation folder>\modules\SystemConsole. If you have also uninstalled BIRT iHub, you can delete the installation folder.
Uninstalling modules if they do not run as Windows services
Perform the tasks in this section if BIRT iHub Visualization Platform and System Console do not run as Windows services.
How to uninstall BIRT iHub Visualization Platform when it does not run as Windows services
1 Open a command prompt having administrator privileges, and navigate to <installation folder>\modules\BIRTiHub, for example:
C:\Actuate3\iHub3\modules\BIRTiHub
2 Execute stopiHub.bat.
3 Navigate to <installation folder>\modules\BIRTiHub\iHub\bin.
4 Execute stoppostgresql.bat.
5 Navigate to the installation folder.
6 Execute the uninstall.bat script, using the following command line syntax:
uninstall b
The script displays messages similar to those shown in Listing 2‑3.
Listing 2‑5 Uninstalling BIRT iHub
C:\Actuate3\iHub3>uninstall b
Uninstall Modules...
Uninstall Module: BIRT iHub
Unregistering Services..
No Installation path was specified
Set up will try to unregister from current directory
Check unregister.log for more details
Module b: BIRT iHub is unregistered from system successfully. Now you can now delete the module from the system safely.
Press any key to close this window
Exit the command prompt.
7 Delete <installation folder>\modules\BIRTiHub. If you have also uninstalled System Console, you can delete the installation folder.
How to uninstall System Console when it does not run as Windows services
1 Open a command prompt having administrator privileges, and navigate to <installation folder>\modules\SystemConsole, for example:
C:\Actuate3\iHub3\modules\SystemConsole
2 Execute stopSystemConsole.bat.
3 Navigate to <installation folder>\modules\SystemConsole\setup.
4 Execute stoppostgresql.bat.
5 Navigate to the installation folder.
6 Execute the uninstall.bat script, using the following command line syntax:
uninstall a
The script displays messages similar to those shown in Listing 2‑4.
Listing 2‑6 Uninstalling BIRT iHub
C:\Actuate3\iHub3>uninstall a
Uninstall Modules...
Uninstall Module: System Console
Unregistering Services..
No Installation path was specified
Set up will try to unregister from current directory
Check unregister.log for more details
Module a: System Console is unregistered from system successfully. Now you can now delete the module from the system safely.
Press any key to close this window
Exit the command prompt.
7 Delete <installation folder>\modules\SystemConsole. If you have also uninstalled BIRT iHub, you can delete the installation folder.