Removing OpenDJ Servers
Remove OpenDJ directory server software with the
uninstall command.
To Uninstall OpenDJ From the Graphical Uninstaller
(UNIX) Run
OpenDJ-\uninstall.
(Windows) Double-click
OpenDJ-\uninstall.bat.
(Mac OS X) Double-click
OpenDJ-\Uninstall.app.
Select what to remove in the initial screen.
When the process is finished, you might still have some files
to remove manually.
To Uninstall OpenDJ On the Command Line
Login as the user who installed and runs the server.
Run the OpenDJ-/uninstall
--cli command.
This command starts the removal program in interactive mode on the
command line, prompting you for each option. Alternatively, use additional
uninstall options to specify choices for the options.
See uninstall --help for more information.
$ cd /path/to/OpenDJ-
$ ./uninstall --cli
Do you want to remove all components of the server or select the components to
remove?
1) Remove all components
2) Select the components to be removed
q) quit
Enter choice [1]:
The server is currently running and must be stopped before uninstallation can
continue.
Stop the Server and permanently delete the files? (yes / no) [yes]:
Stopping Directory Server ..... Done.
Deleting Files under the Installation Path ..... Done.
The Uninstall Completed Successfully.
To complete the uninstallation, you must delete manually the following files
and directories:
/path/to/OpenDJ-/lib
See /var/....log for a detailed log of this operation.
If the command output tells you to delete files manually, then remove
those remaining files to complete the process.
$ rm -rf /path/to/OpenDJ-