Oracle Directory Service Control Center 11.1.1.5.0 – Installation and Configuration

Steps:

1.  Download and Unpack

    Download the package from Oracle  (Refer to http://docs.oracle.com/cd/E20295_01/html/821-1216/getting-dsee.html )
    Run Below command:
   

  # mkdir -p /var/tmp/dsee
  # cd /var/tmp/dsee
  # unzip -q ODSEE11_1_1_5_0_xxx.zip
  # cd ODSEE_ZIP_Distribution
  # unzip -q sun-dsee7.zip -d /app/Oracle
  # cd i/app/oracle/dsee7



2. Initialize DSCC Registry

 # ./dsccsetup ads-create
   Choose password for Directory Service Manager:
   Confirm password for Directory Service Manager:
   Creating DSCC registry...
   DSCC Registry has been created successfully

4. Create the WAR file for DSCC

 # ./dsccsetup war-file-create
    Created /app/SunoneInstaller/ODSEE_ZIP_Distribution/install-dir/dsee7/var/dscc7.war

5. Check port and the path assigned to DSCC registry.

# ./dsccsetup status
***
DSCC Agent is not registered in Cacao
***
DSCC Registry has been created
Path of DSCC registry is /app/SunoneInstaller/ODSEE_ZIP_Distribution/install-dir/dsee7/var/dcc/ads
Port of DSCC registry is 3998
***

6. To Pre-Configure the DSCC Agent

# ./dsccsetup cacao-reg
Configuring Cacao...
Cacao will listen on port 21162
Cacao has been successfully configured.
Registering DSCC Agent in Cacao...
Checking Cacao status...
Starting Cacao...
DSCC Agent will use locale en_US.UTF-8 and charset UTF-8
DSCC agent has been successfully registered in Cacao.

7. Deploy the DSCC WAR File
NOTE:  make sure that *.sh files are executeable, if not, the env vars aren't set at start up 

export CATALINA_HOME=/app/tomcat6_0_36/apache-tomcat-6.0.36
export CATALINA_BASE=/app/tomcat6_0_36/apache-tomcat-6.0.36
export JAVA_HOME=/app/jdk1.7.0_09

/app/tomcat6_0_36/apache-tomcat-6.0.36/bin/shutdown.sh
export CATALINA_OPTS="-Djava.awt.headless=true"
/app/tomcat6_0_36/apache-tomcat-6.0.36/bin/startup.sh

mkdir /app/tomcat6_0_36/apache-tomcat-6.0.36/webapps/dscc7
unzip -d /app/tomcat6_0_36/apache-tomcat-6.0.36/webapps/dscc7 /app/SunoneInstaller/ODSEE_ZIP_Distribution/install-dir/dsee7/var/dscc7.war

/app/tomcat6_0_36/apache-tomcat-6.0.36/bin/startup.sh

 Access admin portal using the URL -

http://<IP>:8080/dscc7

8. Access http://<IP>:8080/dscc7  , which is a very well designed Admin Interface , and create Directory server instances as per your requirement.
Advertisement