| | |
| | | ! |
| | | ! CCPL HEADER END |
| | | ! |
| | | ! Copyright 2011 ForgeRock AS |
| | | ! Copyright 2011-2013 ForgeRock AS |
| | | ! |
| | | --> |
| | | <chapter xml:id='chap-uninstall' |
| | |
| | | <command>uninstall</command> options to specify choices for the options. |
| | | See <command>uninstall --help</command> for more information.</para> |
| | | |
| | | <screen>$ cd /path/to/OpenDJ-<?eval ${docTargetVersion}?> |
| | | <screen>$ cd /path/to/opendj |
| | | $ ./uninstall --cli |
| | | Do you want to remove all components of the server or select the components to |
| | | remove? |
| | |
| | | The Uninstall Completed Successfully. |
| | | To complete the uninstallation, you must delete manually the following files |
| | | and directories: |
| | | /path/to/OpenDJ-<?eval ${docTargetVersion}?>/lib |
| | | /path/to/opendj/lib |
| | | See /var/....log for a detailed log of this operation.</screen> |
| | | </step> |
| | | |
| | |
| | | <para>If the command output tells you to delete files manually, then remove |
| | | those remaining files to complete the process.</para> |
| | | |
| | | <screen>$ rm -rf /path/to/OpenDJ-<?eval ${docTargetVersion}?></screen> |
| | | <screen>$ rm -rf /path/to/opendj</screen> |
| | | </step> |
| | | </procedure> |
| | | </chapter> |