Oracle Directory Server Enterprise Edition Install

  • Download software from Edelivery.oracle.com (ofm_odsee_linux_11.1.1.5.0_64_disk1_1of1.zip)
  • Unzip the file into an installation area
  • Unzip theĀ ODSEE_ZIP_Distribution file (sun-dsee7.zip) to your installation directory
  • Install 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
  • Create the WAR file for DSCC.

$ install-path/bin/dsccsetup war-file-create Created dscc-war-file-path

  • Register the DSCC agent in Common Agent Container.

$install-path/bin/dsccsetup cacao-reg Configuring Cacao… Cacao will listen on port dscc-agent-port

 

Her is my installation process:

[root@ldap bin]# ./dsccsetup ads-create
Choose password for Directory Service Manager:
Confirm password for Directory Service Manager:
Creating DSCC registry...
DSCC Registry has been created successfully
[root@ldap bin]# ./dsccsetup war-file-create
Created /sw/pkg/dsee7/var/dscc7.war
[root@ldap bin]# ./dsccsetup status
***
DSCC Agent is not registered in Cacao
***
DSCC Registry has been created
Path of DSCC registry is /sw/pkg/dsee7/var/dcc/ads
Port of DSCC registry is 3998
***
[root@ldap bin]# ./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.

Leave a Reply