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

Getting the Oracle Unified Directory Software

Installing Oracle Unified Directory

Performing a Silent Installation

Installing Oracle WebLogic Server

Installing the Oracle Application Development Framework

Configuring WebLogic Server for Oracle Directory Services Manager

Accessing Oracle Directory Services Manager

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

Installing Oracle Unified Directory

  1. Download the Oracle Unified Directory zip file from OTN or E-Delivery.

  2. Unzip the Oracle Unified Directory zip file:

    $ cd download-path
    $ unzip oud.zip
  3. Change to the Disk1 directory.

    $ cd download-path/oud/Disk1
  4. Start the Oracle Universal Installer by running the runInstaller script, specifying the location of a valid Java installation (at least Java 6).

    On UNIX systems:

    $ ./runInstaller -jreLoc JAVA _HOME

    On Windows systems:

    DRIVE:\setup.exe -jreLoc JAVA_HOME
  5. If this is the first Oracle product to be installed on this system, specify the inventory directory. (If other Oracle products have been installed on this system, the inventory screen is not displayed.)

  6. On the Welcome screen, click Next.

  7. On the Install Software Updates screen, select Skip Software Updates and click Next.

  8. Monitor the prerequisites checking.

    If there is an issue, an error or warning message is displayed. Investigate the issue and resolve it. After resolving the issue, click Retry to restart the prerequisite checks.


    Note - You can proceed with the installation without resolving the issue by clicking Continue. However, failing to resolve the issue during the prerequisites checking may cause additional issues later in the installation.


    If all prerequisite checks pass inspection, click Next.

  9. On the Specify Installation Location screen, provide the following locations:

    • OUD Base Location Home. This directory will house any Oracle Unified Directory instances that are configured at a later stage.

    • Oracle Home Directory. The Installer uses the name you enter in this field to create the Oracle Home directory under the location you enter in the OUD Base Location field. The Installer installs the files (such as binaries and libraries) required to host Oracle Unified Directory in the Oracle Home directory. The Oracle Home directory is commonly referred to as ORACLE_HOME.

  10. Verify the installation and configuration information on the Installation Summary screen.

    Click Save to save the installation response file, which contains your responses to the Installer prompts and fields. You can use this response file to perform silent installations.


    Note - The installation response file is not saved by default-you must click Save to retain it.


    Click Install. The Installation Progress screen is displayed.

  11. On the Installation Progress screen, click Next.

  12. On the Installation Complete screen, check the details of the installation and click Finish.

After you have installed Oracle Unified Directory, you can configure the server as a directory server, a proxy server, or a replication gateway. For more information, see Selecting a Server Role.

Performing a Silent Installation

The Oracle Unified Directory enables you to perform a silent installation (that is, an installation that does not required user intervention) by using the set of responses that you provided in an earlier installation. To perform a silent installation, follow steps 1–9 of the previous procedure, then do the following:

  1. Click Save on the Installation Summary screen.

  2. Specify the location to which the response file should be saved, for example /tmp/oud-install.rsp, and click Save.

  3. When the response file has been saved, cancel the installation.

  4. Run the following command to perform the silent installation:

    $ download-path/oud/Disk1/runInstaller -jreLoc JAVA_HOME -silent -responseFile /tmp/oud-install.rsp