Exit Print View

Sun OpenDS Standard Edition 2.2 Installation Guide

Get PDF Book Print View
 

Document Information

Which Install To Choose

Sun OpenDS Standard Edition System Requirements

Getting the Software

Getting the Sun OpenDS Standard Edition Software

To Download the Sun OpenDS Standard Edition Software

To Obtain the Sun OpenDS Standard Edition Software from the Media Kit

Registering the Sun OpenDS Standard Edition Software

Installing the Directory Server

Installing the Proxy Server

Configuring the JVM, Java Options, and Database Cache

Starting and Stopping Your Server Instance

Managing the Server as a Service

Uninstalling the Directory Server

Uninstalling the Proxy

Getting the Sun OpenDS Standard Edition Software

You can obtain the Sun OpenDS Standard Edition software by using one of the following methods:

To Download the Sun OpenDS Standard Edition Software

  1. Point your browser to the Sun OpenDS download site.
  2. Click Sun Download Gateway, and follow the instructions to save the zip file locally on your computer.
  3. Unzip the zip compressed archive file.
    $ unzip SunOpenDS_SE2.2.zip

    If your system does not include a utility for extracting zip archives, you can use the jar tool provided with the Java environment.

    $ jar -xvf SunOpenDS_SE2.2.zip
  4. Change to the SunOpenDS_SE2.2 subdirectory.
    $ cd SunOpenDS_SE2.2
  5. View the contents of the SunOpenDS_SE2.2 subdirectory.
    (UNIX, Linux)   $ ls
    (Windows)       C:\> dir   
    addons              import-tmp    opends_logo.png  Uninstall.app
    bak                 install.html  QuickSetup.app   uninstall.bat
    bat                 install.txt   README           upgrade
    bin                 instance.loc  README.txt       upgrade.bat
    changelogDb         ldif          resources        vdp-setup
    classes             Legal         setup            vdp-setup.bat
    config              lib           setup.bat        vdp-uninstall
    db                  locks         snmp             vdp-uninstall.bat
    example-plugin.zip  logs          uninstall

To Obtain the Sun OpenDS Standard Edition Software from the Media Kit

  1. Insert the Media Kit CD into your cdrom drive.
  2. Change to the CD directory.

    For example, assume that you have mounted your CD on /vol/cdrom on UNIX or Linux systems, or the E:\ drive on Windows systems.

    (UNIX, Linux)   $ cd /vol/cdrom
    (Windows)       C:\> E: 
  3. The root directory of the CD contains the following files:
    README.txt
    ./Legal
        819-0764-10_SLA_Multi.pdf
        License_Notice_Translated.pdf
        OpenDS Standard Edition 2.2 250 Perpetual Entitlement.txt
        OpenDS Standard Edition 2.2 1000 Perpetual Entitlement.txt
        OpenDS Standard Edition 2.2 Subscription Entitlement 250.sxw
        OpenDS Standard Edition 2.2 Subscription Entitlement 1000.sxw
        Software_License_Agreement.txt
        Sun OpenDS Standard Edition 2.2 Distributionreadme.txt
    SunOpenDS_SE2.2.zip
  4. Copy the zip file to a writable file system, for example:
    (UNIX, Linux)   $ mkdir /local/sunopends
                    $ cd /local/sunopends
                    $ cp /vol/cdrom/SunOpenDS_SE2.2.zip /local/sunopends
    
    (Windows)       E:\> mkdir C:\sunopends
                    E:\> C:
                    C:\> cd sunopends
                    C:\sunopends> xcopy E:\SunOpenDS_SE2.2.zip C:\sunopends
  5. Unzip the zip compressed archive file.
    $ unzip SunOpenDS_SE2.2.zip

    If your system does not include a utility for extracting zip archives, you can use the jar tool provided with the Java environment.

    $ jar -xvf SunOpenDS_SE2.2.zip
  6. Change to the SunOpenDS_SE2.2 subdirectory.
    $ cd SunOpenDS_SE2.2
  7. View the contents of the SunOpenDS_SE2.2 subdirectory.
    (UNIX, Linux)   $ ls
    (Windows)       C:\> dir   
    addons              import-tmp    opends_logo.png  Uninstall.app
    bak                 install.html  QuickSetup.app   uninstall.bat
    bat                 install.txt   README           upgrade
    bin                 instance.loc  README.txt       upgrade.bat
    changelogDb         ldif          resources        vdp-setup
    classes             Legal         setup            vdp-setup.bat
    config              lib           setup.bat        vdp-uninstall
    db                  locks         snmp             vdp-uninstall.bat
    example-plugin.zip  logs          uninstall