Tuesday, January 20, 2009

Steps to configure Enterprise DSEE 6.x

The following steps will help in configuring Sun Enterprise DSEE 6 that comes with JES5 installer.

1. Install all components of DSEE during installation of JES5.

2. To start DS admin console,

# /usr/sbin/smcwebserver status
The output should resemble the following:
Sun Java(TM) Web Console is stopped

# /usr/sbin/smcwebserver start

3. If cacaoadm is not yet started, start it
# /usr/sbin/cacaoadm start

4. Check if DSCC is initialized properly.
# cd /opt/SUNWdsee/dscc6/bin

# ./dsccsetup status

The response should resemble the following:

***
DSCC Application is registered in Sun Java (TM) Web Console
***
DSCC Agent is registered in Cacao
***
DSCC Registry has not been created yet
***

This response indicates that the installer has installed the DSCC packages but did not create a DSCC instance.

Start the DSCC configurator.

# ./dsccsetup install

The response should resemble the following:

### 'install' subcommand is obsolete.
### Use 'ads-create' subcommand instead.
Choose password for Directory Server Manager:

When prompted, type the directory-admin-password.

The response should resemble the following:
Confirm password for Directory Service Manager: Creating DSCC registry...
DSCC Registry has been created successfully.

Confirm that your new DSCC instance is running.

# ps -ef | grep dscc6

The response should resemble the following:

/opt/SUNWdsee/ds6/lib/64/ns-slapd -D /var/opt/SUNWdsee/dscc6/dcc/ads -i /var/opt

If the DSCC instance is not running, start it.

# /opt/SUNWdsee/ds6/bin/dsadm start /var/opt/SUNWdsee/dscc6/dcc/ads

5. Enable web console to start on system reboots
/usr/sbin/smcwebserver enable

6. Login to the console now.
* Access https://machine:6789/
* Login using root credentials of machine where this DSEE is installed. Remember it is root password of the machine.
* Click on DS console
* Enter admin password that you had provided during JES installation.

You can administer DS instances now.

No comments:

Post a Comment