JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Installation Guide 11 g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

1.  Before You Install

Quick Scan of Fully Installed and Running Directory Server Enterprise Edition

Directory Server Enterprise Edition Software Distributions

File and Process Ownership on Unix Systems

Installation in Solaris Zones

Part I Installing and Uninstalling Directory Server Enterprise Edition

2.  Installing Directory Server Enterprise Edition

Installing Directory Server Enterprise Edition Using Zip Distribution

To Install Directory Server Enterprise Edition Using Zip Distribution

Pre-Configuring the Directory Server Enterprise Edition Installation

To Pre-Configure Directory Service Control Center

To Pre-Configure the DSCC Agent

Useful Information for Your Records

Checking Your Directory Server Enterprise Edition Installation

Creating Server Instances From Command Line

To Create a Directory Server Instance From the Command Line

Creating Server Instances Using Directory Service Control Center

To Create Server Instances with Directory Service Control Center

Environment Variables

3.  Uninstalling Directory Server Enterprise Edition

4.  Installing and Uninstalling Directory Server Enterprise Edition Using Native Packages

Part II Appendixes

A.  Deploying the DSCC WAR File

B.  Working With Sun Cryptographic Framework on Solaris 10 Systems

Index

Installing Directory Server Enterprise Edition Using Zip Distribution

Before you proceed with the installation, check Hardware and Operating System Requirements in Oracle Directory Server Enterprise Edition Release Notes..

You can install the zip distribution as a non-root user.

To Install Directory Server Enterprise Edition Using Zip Distribution

  1. Download the Directory Server Enterprise Edition zip distribution binaries as specified in Getting the Software in Oracle Directory Server Enterprise Edition Release Notes.

    When this operation is complete, you should have a zip file in your temporary space, for example, /var/tmp/dsee

    The zip file contains the Directory Server Enterprise Edition software, idsktune, the Identity Synchronization for Windows software, and the relevant legal files.

  2. Type the following commands to install the Directory Server Enterprise Edition software.
    # mkdir -p install-dir 
    # cd /var/tmp/dsee
    # unzip -q ODSEE11_1_1_5_0_xxx.zip
    # cd ODSEE_ZIP_Distribution
    # unzip -q sun-dsee7.zip -d install-dir
    # cd install-dir/dsee7

    Note - You can remove the contents of /var/tmp/dsee at this point.


    The install-dir directory is where all the software elements are placed. A minimum of 1 GByte of space is required in this directory.

    The install-dir/dsee7 directory contains all of the Directory Server Enterprise Edition components, with the exception of the idsktune utility. (idsktune is located in /var/tmp/dsee/ODSEE_ZIP_Distribution.) For the remainder of this guide, install-dir/dsee7 is referred to as the install-path.

    You are now ready to start working with the Directory Server Enterprise Edition installation.


    Note - Directory Server Enterprise Edition 11g Release 1 (11.1.1.5.0) depends on the Microsoft Visual C++ 2008 Redistributable Package. If your computer does not have Visual C++ 2008 installed, you must install the Microsoft Visual C++ 2008 Redistributable Package (x86). A version of this package is provided with the Directory Server Enterprise Edition distribution, but it is recommended that you install the latest version from the Microsoft Download Center at http://www.microsoft.com/downloads (Product family: Developer tools).


    To use AES_256 with Java technology-based applications and utilities, you must download the JCE Unlimited Strength Jurisdiction Policy Files from http://www.oracle.com/technetwork/java/javase/downloads/index.html and install them.

See Also

If you are already using Directory Server version 6 or 5.2, and want to use the same legacy instances with the 11g Release 1 (11.1.1.5.0) installation, refer to Oracle Directory Server Enterprise Edition Upgrade and Migration Guide.