DS 7.3.4

Uninstallation

Uninstall .zip

Follow these steps to remove software installed from the cross-platform .zip:

  1. Log in as the user who installed and runs the server.

  2. Stop the server:

    $ /path/to/opendj/bin/stop-ds --quiet
  3. Delete the files manually:

    $ rm -rf /path/to/opendj

Uninstall the Debian package

When you uninstall the Debian package from the command-line, the server is stopped if it is running:

  1. Purge the package from your system:

    $ sudo dpkg --purge opendj
  2. Remove any remaining server configuration files and directory data:

    $ sudo rm -rf /opt/opendj

Uninstall the RPM package

When you uninstall the RPM package from the command-line, the server is stopped if it is running:

  1. Remove the package from your system:

    root# rpm -e opendj
  2. Remove the server configuration files and any directory data:

    $ sudo rm -rf /opt/opendj

Uninstall the Windows MSI

When you uninstall the files installed from the Windows installer package, only the installed files are removed.

GUI

  1. Open Control Panel as Windows Administrator.

  2. Browse to the page to uninstall a program.

  3. Find the ForgeRock Directory Service in the list and uninstall it.

  4. Manually remove the server configuration files and any directory data.

PowerShell

  1. Open PowerShell as Windows Administrator.

  2. Use the msiexec command.

    The following command quietly removes installed files:

    C:\> msiexec /x DS-7.3.4.msi /q
  3. Manually remove the server configuration files and any directory data.

Copyright © 2010-2024 ForgeRock, all rights reserved.