0% found this document useful (0 votes)
50 views8 pages

Odsee Install

The document provides instructions for installing ODSEE (Oracle Directory Server Enterprise Edition). It involves downloading the binaries, unzipping files, setting up the DSCC (Directory Service Control Center) on an administration host, creating a DSCC agent and registry, deploying the startconsole.war file using Glassfish, and accessing the DSCC to create new directory server instances.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views8 pages

Odsee Install

The document provides instructions for installing ODSEE (Oracle Directory Server Enterprise Edition). It involves downloading the binaries, unzipping files, setting up the DSCC (Directory Service Control Center) on an administration host, creating a DSCC agent and registry, deploying the startconsole.war file using Glassfish, and accessing the DSCC to create new directory server instances.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

ODSEE INSTALL

The
 
DSEE Installation:
1.Download the Directory Server Enterprise Edition zip distribution binaries.
 
2.Unzip the zip distribution file.

# cd /opt/sw
# unzip -q ODSEE11_1_1_7_0_xxx.zip
# cd ODSEE_ZIP_Distribution
# unzip -q sun-dsee7.zip -d /opt/ODSee
# cd /opt/ODSee/dsee7

3.Set Up the Administration (DSCC) Host:


The Directory Service Control Center (DSCC) is a web-based interface to manage Directory Server and
Directory Proxy Server instances. Set up the DSCC on the computer system that you choose as the
administration host.

a.Initialize the DSCC registry.

/opt/ODSee/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
b.Create the WAR file for DSCC
/opt/ODSee/dsee7/bin/dsccsetup war-file-create startconsole
Note:Here WAR file will be created with name startconsole.war

4.To create server instances on the same host on which DSCC is


deployed, add the DSCC agent to the DSCC registry.
a.Create a DSCC agent.
/opt/ODSee/dsee7/bin/dsccagent create
Enter DSCC agent password: ***
Confirm the password: ***
b.Add the new DSCC agent to the DSCC registry.
/opt/ODSee/dsee7/bin/dsccreg add-agent install-path/var/dcc/agent
c.Start the DSCC agent.
/opt/ODSee/dsee7/bin/dsccagent start
5.Deploy startconsole.war with glassfish application server:
a.Create an application server instance. Run the following commands:
$ mkdir /opt/glassfish
$ cd /opt/glassfish/bin
$ asadmin --user admin create-domain --domaindir /opt/glassfish --adminport 3737
dscc7
b.Deploy the startconsole.war file in your application server instance.
$ asadmin --user admin start-domain --domaindir glassfish-domain-path dscc7
$ cp /opt/ODSee/dsee7/var/startconsole.war /opt/glassfish/startconsole/autodeploy
For more information about creating and configuring application server instances
and deploying the WAR file, refer to the GlassFish Online Help.
In the GlassFish JVM options settings, verify the following property is set to true:
-Djava.awt.headless=true
Open DSCC.
.Use http://hostname:8080/dscc7 or https://hostname:8181/dscc7 based on the
configuration of your application server.
The Directory Service Manager Login page is displayed.
Creating Server Instances Using Directory Service Control
Center:

1.Access DSCC by using http://dscc-host:port/startconsole


2.Log in to DSCC as Directory Service Manager.
Need to use the credential created during initialization of
registry.
3.Under the Directory Servers tab, click New Server
4.Follow the instructions in the Directory Service Control
Center New Directory Server wizard to create the server
instance.
While creating the new server instances, you need to
provide the following information.
* Host: server-host # Host where DSCC agent has been
configured
* LDAP Port: 389
* LDAPS Port: 636
* Instance Path: /ldap/UMC/iDS
* Directory Manager DN: cn=umcadmin,o=umc
* Directory Manager Password: xxxxxxxx
* Confirm Password: xxxxxxxx
* DSCC Agent Port: dscc-agent-port

You might also like