DS 7.2.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:

    # 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:

  1. Remove installed files in one of the following ways:

    1. Use Windows Control Panel.

      • Open Windows Control Panel and browse to the page to uninstall a program.

      • Find the ForgeRock directory service in the list and uninstall it.

    2. Use the msiexec command.

      The following command quietly removes installed files:

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

Copyright © 2010-2023 ForgeRock, all rights reserved.