JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Fusion Middleware Installation Guide for Oracle Unified Directory 11g Release 1 (11.1.1)
search filter icon
search icon

Document Information

Preface

1.  Before You Install Oracle Unified Directory 11g Release 1 (11.1.1)

2.  Installing the Software

3.  Setting Up the Directory Server

4.  Setting Up the Proxy Server

5.  Setting Up the Replication Gateway

6.  Configuring the JVM, Java Options, and Database Cache

7.  Managing Oracle Unified Directory as a Windows Service

8.  Uninstalling Oracle Unified Directory

Uninstalling an Oracle Unified Directory Instance

Uninstalling a Directory Server Instance

To Uninstall a Directory Server Instance in GUI Mode

To Uninstall a Directory Server Instance by Using the CLI

To Uninstall a Directory Server Instance by Using a Script

Uninstalling a Proxy Server Instance

To Uninstall a Proxy Server Instance in GUI Mode

To Uninstall a Proxy Server Instance by Using the CLI

To Uninstall a Proxy Server Instance by Using a Script

Uninstalling a Replication Gateway Instance

To Uninstall a Replication Gateway Instance in GUI Mode

To Uninstall a Replication Gateway Instance by Using the CLI

To Uninstall a Replication Gateway Instance by Using a Script

Uninstalling the Oracle Unified Directory Software

Uninstalling an Oracle Unified Directory Instance

The following procedures describe how to uninstall the server instance for a directory server, a proxy server, and a replication gateway server.

You can remove a server instance using one of the following modes:

For more information about the uninstall command, see uninstall in Oracle Fusion Middleware Command-Line Usage Guide for Oracle Unified Directory.

Uninstalling a Directory Server Instance

To Uninstall a Directory Server Instance in GUI Mode

GUI mode is the default and recommended uninstall option. The GUI provides an easy interface for removing a directory server instance.

  1. Launch the graphical uninstaller, as follows:
    (UNIX, Linux) $ instance-dir/OUD/uninstall
    (Windows)     C:\> instance-dir\OUD\uninstall.bat
  2. Deselect any components that you do not want to remove and click Uninstall.

    Note - By default, all components are selected for removal.


  3. If the server is part of a replication topology, click Yes to continue the uninstallation.

    The uninstaller starts the server (if it is not already running) and asks you for your Global Administrator login to remove the references to this server in the other replicating directory servers.

  4. If the server is a standalone server and is running, a dialog box is displayed, asking to shut down the server before continuing with the uninstall.

    Click Yes to have the uninstaller stop the server for you and continue with the uninstallation.

  5. Review the logs to confirm the file or directory removals. Unix logs the entries at /var/tmp, Linux at /tmp, and Windows in the location defined by the TEMP user environment variable.

    Log files are listed as oud-uninstall-IDNumber.log, where IDNumber is a system-generated number for your log.

  6. For Windows systems, check the Windows registry for any remaining keys ending with Oracle Unified Directory. For example:
    SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Oracle Unified Directory

To Uninstall a Directory Server Instance by Using the CLI

You can remove an Oracle Unified Directory instance in interactive, command-line mode by typing uninstall --cli. In interactive mode, you are prompted for any required input.

  1. Launch the CLI uninstaller, as follows:
    (UNIX, Linux) $ instance-dir/OUD/uninstall --cli
    (Windows)     C:\> instance-dir\OUD\uninstall.bat --cli
  2. Select the components to be removed.
    • To remove all components, press Enter or Return to accept the default.
    • To remove specific components and retain others, type 2.

      When uninstall prompts you to select the components to be deleted, press Enter or Return to accept the defaults.

  3. If the server is part of a replication topology, type Yes or press Enter or Return to continue the uninstallation.

    The uninstaller starts the server (if it is not already running) and requests your Global Administrator login to remove the references to this server in the other replicating directory servers.

  4. If your directory server is a stand-alone server and is running, the uninstall prompts you to stop the server and remove all files.

    Press Enter or Return to accept the default (Yes).

  5. If you want to quit the uninstaller without removing files, type q.

    The uninstall quits the process and logs the entry.


    Note - UNIX logs the entry at /var/tmp, Linux at /tmp, and Windows at the location defined by the TEMP user environment variable.


  6. Check that all files and directories have been removed. If they have not been removed, manually remove them.
  7. For Windows systems, check the Windows registry for any remaining keys ending with Oracle Unified Directory.

    For example:

    SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Oracle Unified Directory

To Uninstall a Directory Server Instance by Using a Script

The uninstall command provides two options, --quiet and --no-prompt, for simple scripting. Most directory administrators have their preferred scripting language for automating their system tasks. The directory server provides script-friendly options with its command-line utilities to facilitate quick coding.

  1. Create an uninstallation script and add the following uninstall command.

    Make sure to type the command on a single line.

    instance-dir/OUD/uninstall --cli \ 
    --remove-all --no-prompt --forceOnError --quiet
  2. Run the script.
  3. Check for remaining directories in the logs, and if any directories or files remain, manually delete them.

Uninstalling a Proxy Server Instance

To Uninstall a Proxy Server Instance in GUI Mode

GUI mode is the default and recommended uninstall option. The GUI provides an easy interface for removing a proxy server instance.

  1. Launch the graphical uninstaller, as follows:
    (UNIX, Linux) $ instance-dir/OUD/uninstall
    (Windows)     C:\> instance-dir\OUD\uninstall.bat
  2. Deselect any components that you do not want to remove and click Uninstall.

    Note - By default, all components are selected for removal.


  3. If the server is running, a dialog box is displayed, asking to shut down the server before continuing with the uninstall.

    Click Yes to have the uninstaller stop the server for you and continue with the uninstallation.

  4. Review the logs to confirm the file or directory removals. Unix logs the entries at /var/tmp, Linux at /tmp, and Windows in the location defined by the TEMP user environment variable.

    Log files are listed as oud-uninstall-IDNumber.log, where IDNumber is a system-generated number for your log.

  5. For Windows systems, check the Windows registry for any remaining keys ending with Oracle Unified Directory. For example:
    SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Oracle Unified Directory

To Uninstall a Proxy Server Instance by Using the CLI

You can remove a proxy instance in interactive, command-line mode by typing uninstall --cli. In interactive mode, you are prompted for any required input.

  1. Launch the CLI uninstaller, as follows:
    (UNIX, Linux) $ instance-dir/OUD/uninstall --cli
    (Windows)     C:\> instance-dir\OUD\uninstall.bat --cli
  2. Select the components to be removed.
    • To remove all components, press Enter or Return to accept the default.
    • To remove specific components and retain others, type 2.

      When uninstall prompts you to select the components to be deleted, press Enter or Return to accept the defaults.

  3. If your proxy server is running, the uninstall prompts you to stop the server and remove all files.

    Press Enter or Return to accept the default (Yes).

  4. If you want to quit the uninstaller without removing files, type q.

    The uninstall quits the process and logs the entry.


    Note - UNIX logs the entry at /var/tmp, Linux at /tmp, and Windows at the location defined by the TEMP user environment variable.


  5. Check that all files and directories have been removed. If they have not been removed, manually remove them.
  6. For Windows systems, check the Windows registry for any remaining keys ending with Oracle Unified Directory.

    For example:

    SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Oracle Unified Directory

To Uninstall a Proxy Server Instance by Using a Script

The uninstall command provides two options, --quiet and --no-prompt, for simple scripting. Most directory administrators have their preferred scripting language for automating their system tasks. Oracle Unified Directory provides script-friendly options with its command-line utilities to facilitate quick coding.

  1. Create an uninstallation script and add the following uninstall command.

    Make sure to type the command on a single line.

    instance-dir/OUD/uninstall --cli \ 
    --remove-all --no-prompt --forceOnError --quiet
  2. Run the script.
  3. Check for remaining directories in the logs, and if any directories or files remain, manually delete them.

Uninstalling a Replication Gateway Instance

To Uninstall a Replication Gateway Instance in GUI Mode

GUI mode is the default and recommended uninstall option. The GUI provides an easy interface for removing a replication gateway instance.

  1. Launch the graphical uninstaller, as follows:
    (UNIX, Linux) $ instance-dir/OUD/uninstall
    (Windows)     C:\> instance-dir\OUD\uninstall.bat
  2. Deselect any components that you do not want to remove and click Uninstall.

    Note - By default, all components are selected for removal.


  3. If the server is running, a dialog box is displayed, asking to shut down the server before continuing with the uninstall.

    Click Yes to have the uninstaller stop the server for you and continue with the uninstallation.

  4. Review the logs to confirm the file or directory removals. Unix logs the entries at /var/tmp, Linux at /tmp, and Windows in the location defined by the TEMP user environment variable.

    Log files are listed as oud-uninstall-IDNumber.log, where IDNumber is a system-generated number for your log.

  5. For Windows systems, check the Windows registry for any remaining keys ending with Oracle Unified Directory. For example:
    SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Oracle Unified Directory

To Uninstall a Replication Gateway Instance by Using the CLI

You can remove a replication gateway instance in interactive, command-line mode by typing uninstall --cli. In interactive mode, you are prompted for any required input.

  1. Launch the CLI uninstaller, as follows:
    (UNIX, Linux) $ instance-dir/OUD/uninstall --cli
    (Windows)     C:\> instance-dir\OUD\uninstall.bat --cli
  2. Select the components to be removed.
    • To remove all components, press Enter or Return to accept the default.
    • To remove specific components and retain others, type 2.

      When uninstall prompts you to select the components to be deleted, press Enter or Return to accept the defaults.

  3. If your proxy server is running, the uninstall prompts you to stop the server and remove all files.

    Press Enter or Return to accept the default (Yes).

  4. If you want to quit the uninstaller without removing files, type q.

    The uninstall quits the process and logs the entry.


    Note - UNIX logs the entry at /var/tmp, Linux at /tmp, and Windows at the location defined by the TEMP user environment variable.


  5. Check that all files and directories have been removed. If they have not been removed, manually remove them.
  6. For Windows systems, check the Windows registry for any remaining keys ending with Oracle Unified Directory.

    For example:

    SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Oracle Unified Directory

To Uninstall a Replication Gateway Instance by Using a Script

The uninstall command provides two options, --quiet and --no-prompt, for simple scripting. Most directory administrators have their preferred scripting language for automating their system tasks. Oracle Unified Directory provides script-friendly options with its command-line utilities to facilitate quick coding.

  1. Create an uninstallation script and add the following uninstall command.

    Make sure to type the command on a single line.

    instance-dir/OUD/uninstall --cli \ 
    --remove-all --no-prompt --forceOnError --quiet
  2. Run the script.
  3. Check for remaining directories in the logs, and if any directories or files remain, manually delete them.