Deployment Example 1: Access Manager 7.1 Load Balancing, Distributed Authentication UI, and Session Failover

ProcedureTo Install Directory Server 1

Before You Begin

Patch your machine accordingly and download the Directory Server bits to the host machine.

  1. As a root user, log in to the DirectoryServer–1 host machine.

  2. Resolve the following issues, if necessary.

    • The LD_LIBRARY_PATH environment variable should not be set to the default setting. Change the value to empty as in the following example:


      # setenv LD_LIBRARY_PATH
      
    • The JAVA_HOME environment variable should be set appropriately for your system architecture. For example:


      # setenv JAVA_HOME /usr/jdk/jdk1.5.0_07
      
  3. Unzip the Directory Server ZIP file.


    # cd /export/DS6
    # ls
    
    DSEE.6.0Solaris10-X86_AMD64-full.tar.gz
    
    # gunzip DSEE.6.0Solaris10-X86_AMD64-full.tar.gz
    
  4. Untar the resulting Directory Server tar file.


    # tar xvf DSEE.6.0Solaris10-X86_AMD64-full.tar
    
  5. From the resulting directory, run dsee_deploy install to install Directory Server.


    # cd DSEE_ZIP_Distribution
    # ./dsee_deploy install -c DS -i /var/opt/mps/serverroot
    

    The Licensing Agreement is displayed. At each Type return to continue prompt, press Return to continue.

  6. When Do you accept the license terms? is displayed, enter yes to continue.

    Once you accept the license terms, the Directory Server binaries will be installed in the /var/opt/mps/serverroot/ds6 directory.