Uninstall the Enterprise Console Manually
- Open a console on the machine where the Enterprise Console is installed:
-
On Linux, open a terminal window and switch to the user who installed the Enterprise Console or to a user with equivalent directory permissions.
-
On Windows, open an elevated command prompt by right-clicking on the Command Prompt icon in the Windows Start Menu and choosing Run as Administrator.
-
- From the command line, navigate to the Enterprise Console home directory.
- Execute the uninstaller script to uninstall the Enterprise Console, as follows:
-
On Linux:
./installer/uninstallPlatform
-
On Windows:
run installer/uninstallPlatform.exe
-
To uninstall in quiet mode, add the -q option. For example:
./installer/uninstallPlatform -q
With this option, you do not need to interact with the installer to complete the removal.
Note: On the Enterprise console host and any of the hosts that the Enterprise Console manages,<platform home dir>/jre
and<platform home dir>/orcha
are not removed.
-