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

Setting Up the Proxy Server by Using the GUI

Presentation of the GUI Setup Wizard

To Configure Simple Load Balancing

To Configure Simple Distribution

To Configure Distribution with Load Balancing

Installing the Proxy by Using the CLI

To Install the Proxy by Using the CLI

Duplicating a Proxy Installation

To Duplicate a Proxy Installation Using the GUI

To Duplicate Your Proxy Installation Using the Installation Log File

Ensuring Redundancy

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 the Proxy by Using the CLI

Running the oud-proxy-setup in command-line mode defines the proxy port, host name, and security configuration.

To complete the deployment and to configure load balancing or distribution, you must use dsconfig, as described in Chapter 8, Simple Proxy Deployments Using the Command Line Interface, in Oracle Fusion Middleware Deployment Planning Guide for Oracle Unified Directory, or the ODSM interface, as described in Chapter 3, Configuring the Proxy Components, in Oracle Fusion Middleware Administration Guide for Oracle Unified Directory.

You can also use a common properties file to provide default values for options. For more information, see Using a Properties File With Server Commands in Oracle Fusion Middleware Command-Line Usage Guide for Oracle Unified Directory.

To Install the Proxy by Using the CLI


Note - If you have previously used the graphical install wizard to set up Oracle Unified Directory proxy, you can copy the commands that are launched by the wizard prior to completing the installation. The commands displayed by the install wizard are a good starting point for scripting an installation. For information about how to do this, see Duplicating a Proxy Installation.


  1. When you have installed the software, change to the ORACLE_HOME subdirectory.
    (UNIX, Linux)  $ cd OUD-base-location/ORACLE_HOME
    (Windows)      C:\> cd OUD-base-location\ORACLE_HOME
  2. Ensure that your JAVA_HOME environment variable is set to a supported JVM installation (at least Java 1.6).
  3. Type oud-proxy-setup with the --cli option, specifying the server details as follows:
    (Unix, Linux) $ oud-proxy-setup --cli -p 1389 --adminConnectorPort 4444 -D "cn=Directory Manager" -w password
    (Windows)     C:\> oud-proxy-setup.bat -cli -p 1389 --adminConnectorPort 4444 -D "cn=Directory Manager" -w password

    In the example above, -p is the proxy LDAP port that is used to send data between the client and the proxy, --adminConnectorPort is the proxy administration port, -D is the bind DN, and -w is the proxy LDAP bind password.

    The utility launches the command—line installer and creates the Oracle Unified Directory proxy instance in OUD-base-location/instance-dir.

    The default instance directory name is asinst_1, with subsequent instances on the same server named asinst_2, asinst_3, and so on. To specify a different instance name, set the INSTANCE_NAME environment variable before you run the setup, for example:

    $ export INSTANCE_NAME=my-oud-instance
  4. To complete the proxy deployment, you must configure workflow elements, workflows, network group and so on.

    The list of components to be configured will depend on your deployment architecture. For examples based on the supported use cases, see Chapter 8, Simple Proxy Deployments Using the Command Line Interface, in Oracle Fusion Middleware Deployment Planning Guide for Oracle Unified Directory.