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

3.  Uninstalling Directory Server Enterprise Edition

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

Preparing Your System for Directory Server Enterprise Edition Installation

To Install Shared Components

List of Packages Required Before Installing Directory Server Enterprise Edition

Location of Packages and Patches Required to Install Directory Server Enterprise Edition

Installing Directory Server Enterprise Edition

To Install Directory Server Enterprise Edition

Pre-Configuring the Directory Server Enterprise Edition Installation

Uninstalling Directory Server Enterprise Edition

To Remove Directory Server Enterprise Edition

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

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

To Install Directory Server Enterprise Edition

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

    After this operation is complete, you should have one of the following files in your temporary space, for example, /var/tmp/dsee:

    • ODSEE11_1_1_5_0_Solaris-Sparc-pkg.zip

    • ODSEE11_1_1_5_0_Solaris-X86-pkg.zip

    • ODSEE11_1_1_5_0_Solaris-X64-pkg.zip

    Directory Server Enterprise Edition is also installed in French, German, Japanese, Simplified Chinese, and Spanish. All the localized resources are a part of the SUNWdsee7 package.

  2. Type the following commands to unzip the bundled file:
    # cd /var/tmp/dsee
    # unzip -q ODSEE11_1_1_5_0_Solaris-xxx-pkg.zip
  3. Prepare your system for the Directory Server Enterprise Edition software installation.

    For more information, see Preparing Your System for Directory Server Enterprise Edition Installation.

  4. Type the following commands to install the Directory Server Enterprise Edition software.
    cd /var/tmp/dsee/ODSEE_PKG_Distribution
    # pkgadd -d . SUNWdsee7
    # pkgadd -d . SUNWdsee7-var
    # pkgadd -d . SUNWdsee7-man
  5. If you are running the Solaris 9 operating system, you must install the SUNWdsee7–config package.
    • On a Solaris SPARC system, type:

      # pkgadd -d SunOS5.9 SUNWdsee7-config
    • On a Solaris x86 system, type:

      # pkgadd -d . SUNWdsee7-config

Pre-Configuring the Directory Server Enterprise Edition Installation

The pre-configuration steps are the same for both zip and native packages installations except the following differences:

Key Difference
Summary
Root privileges
The dsccsetup must be executed with root privileges.
DSCC WAR file location
The dsccsetup command generates DSCC WAR file at /var/opt/SUNWdsee7/dscc7.war.
DSCC Registry location
The dsccsetup command creates the DSCC registry under /var/opt/SUNWdsee7/dcc/ads and sets its owner to noaccess.
DSCC Registry startup
DSCC Registry must be started as root. The registry runs as noaccess.
Application Server Hosting DSCC
Application Server must have read-write access to the DSCC registry instance, that is, /var/opt/SUNWdsee7/dcc/ads. The easiest is to run the Application Server as noaccess too.
DSCC Agent
The dsccsetup command plugs the DSCC Agent into the Common Agent Container framework available on Solaris. Type man —s 5 cacao.

See Pre-Configuring the Directory Server Enterprise Edition Installation and Checking Your Directory Server Enterprise Edition Installation.