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

Pre-Configuring the Directory Server Enterprise Edition Installation

After installing the Directory Server Enterprise Edition software successfully, you must pre-configure the software to make it functional.

This section includes the following subsections:

To Pre-Configure Directory Service Control Center

The Directory Service Control Center (DSCC) is a web-based interface to manage Directory Server and Directory Proxy Server instances.

  1. Initialize the DSCC registry.
    $ install-path/bin/dsccsetup ads-create
    Choose password for Directory Service Manager:directory-service-pwd
    Confirm password for Directory Service Manager:directory-service-pwd
    
    Creating DSCC registry...
    DSCC Registry has been created successfully

    The value that you provide for directory-service-pwd, will be needed to authenticate the DSCC login page and is also used as a DSCC registry password.

    DSCC uses its own local instance of Directory Server to store information about your directory service configuration. The instance is referred to as the DSCC Registry.

  2. Create the WAR file for DSCC.
    $ install-path/bin/dsccsetup war-file-create
    
    Created dscc-war-file-path

    Make a note of the dscc-war-file-path, which is the path of the DSCC war file.

  3. Note the port and the path assigned to DSCC registry.
    # install-path/bin/dsccsetup status
    ...
    Path of DSCC registry is dscc-registry-path
    Port of DSCC registry is dscc-registry-port
    ...

    The dscc-registry-port is the port assigned to the DSCC registry by dsccsetup ads-create. The default port that is assigned to the DSCC registry is 3998.

  4. Deploy the WAR file in any of the supported application server instance.

    For example deployment procedures, refer to Appendix A, Deploying the DSCC WAR File.

To Pre-Configure the DSCC Agent

Useful Information for Your Records

You must make a note of the following information that is gathered during the pre-configuration operation.

Information
Description
Comments
install-path
Path under which Directory Server Enterprise Edition 11g Release 1 (11.1.1.5.0) is installed.
directory-service-pwd
Password assigned to the Directory Service Manager.
dscc-war-file-path
Path of the DSCC WAR file that is to be deployed in your application server.
install-path/var/dscc7.war
dscc-registry-path
Path of the DSCC Registry
install-path/var/dcc/ads
dscc-registry-port
Port of the DSCC Registry
3998 or random. The DSCC Registry port can be retrieved by typing the following command:
install-path/bin/dsccsetup status
dscc-agent-port
Port of the DSCC Agent
11162 or random. The DSCC Agent port can be retrieved by typing the following command:
install-path/bin/dsccsetup status