Sun Java System Directory Server - Installation/Config Problem with Sun Directory Server Control

Hi All,

I have recently attempted an installation of Sun Directory Server EE 6.0 on a x86 Solaris 10 machine.

I have selected to install Core Directory Server and Sun Directory Server Control Center with my installation.

After installation, if I check the status of the SUNDSCC, I receive the following message:

bash-3.00# ./dsccsetup status

***

DSCC Application is not installed

***

DSCC Agent is registered in Cacao

***

DSCC Registry has been created

Path of DSCC registry is /var/opt/SUNWdsee/dscc6/dcc/ads

Port of DSCC registry is 3998

I have also tried to re-start the Sun Java Web Console using the /usr/sbin/smcwebserver start command but that does not do anything.

If i try to initialize the SUNDSCC usin the ./dsccsetup initialize command, the registry got created, but it still displays as "application not installed".

I do not understand. I have already installed this application using the JES installer.

please help!

Regards,

Saahil Goel

[1065 byte] By [id107a] at [2007-11-26 23:04:39]
# 1

Hi Saahil,

Try to do

dsccsetup dismantle

Followed by

dsccsetup initialize

This will remove all settings and recreate them.

When it's done, try again

dsccsetup status

to see if everything is fine. If not, there is probably an issue with Sun Web Console itself.

Check the following URL for help on troubleshooting:

<http://blogs.sun.com/Ludo/entry/dscc_-_customizing_and_troubleshooting>

regards,

Ludovic.

ludovicpa at 2007-7-10 13:57:19 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

I am having the same problem. I am trying to install on RedHat Enterprise 4 on x86 platform. Our need is to run OpenSSO/OpenFM in BEA WebLogic.

I followed your advice, but status still claims "DSCC Application is not installed".

I am also puzzled by the installation guide (819-0993) that tells me that installation from a native zip distribution will NOT include DSCC - but it does.

Do I have to install Java Enterprise System first?

Glenn-Na at 2007-7-10 13:57:19 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Well I think zip distro has to do with root install. I used the identity management install java_es-5-identsuite-ga-linux-x86.zip on rehel 4 as root. I installed the dscc, ds and dps (everything). Then I did dscc intitalize like manual states, and a reboot. Havent had too many issues except on restarts its important to follow order of troubleshoot on p50 closely.

try these to get status

/opt/sun/dscc6/bin/dsccsetup status

/usr/sbin/smcwebserver status

/opt/sun/cacao/bin/cacaoadm status

then these to start

/opt/sun/ds6/bin/dsadm start /var/opt/sun/dscc6/dcc/ads

/usr/sbin/smcwebserver start

/opt/sun/cacao/bin/cacaoadm start

directory:

/opt/sun/ds6/bin/dsadm start /<install-dir>

dps:

/opt/sun/dps6/bin/dpadm start /<install-dir>

sssssssss3a at 2007-7-10 13:57:19 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4

I had a similar issue. Here is how I fixed it.

Run dsccsetup status with the -v option. it will show you where it is trying to find the DSCC Application. Then do a find on your system to see where it is actually installed. Then simply copy it over to where dsccsetup is looking for it. Then do dsccsetup initialize. Below is what it looked like on my system when I did it:

# ./dsccsetup status -v

***

## /usr/sbin/smreg is present

## /usr/sbin/smcwebserver is present

## /opt/server/sun/dscc6/dccapp is MISSING

DSCC Application is not installed

***

## /opt/sun/cacao/bin/cacaoadm is present

## /opt/server/sun/dscc6/lib/jar/nquickmodule.jar is present

## Running /opt/sun/cacao/bin/cacaoadm list-modules -r

DSCC Agent is registered in Cacao

## Running /opt/sun/cacao/bin/cacaoadm status

## Running /opt/sun/cacao/bin/cacaoadm list-modules

## Running /opt/sun/cacao/bin/cacaoadm get-param network-bind-address

## Running /opt/sun/cacao/bin/cacaoadm get-param jmxmp-connector-port

***

## /opt/server/sun/ds6/bin/dsadm is present

DSCC Registry has been created

Path of DSCC registry is /var/opt/sun/dscc6/dcc/ads

Port of DSCC registry is 3998

***

# find / -name dccapp

/opt/server/dscc6/dccapp

# cp -R /opt/server/dscc6 /opt/server/sun

# ./dsccsetup dismantle

***

DSCC Application is not registered in Sun Java(TM) Web Console

***

Unregistering DSCC Agent from Cacao...

***

Deleting DSCC Registry...

All server registrations will be definitively erased.

Existing server instances will not be modified.

Do you really want to delete the DSCC Registry ? [y/n]y

Server stopped

DSCC Registry has been deleted successfully

# ./dsccsetup initialize

***

Registering DSCC Application in Sun Java(TM) Web Console

This operation is going to stop Sun Java(TM) Web Console.

Do you want to continue ? [y,n] y

Stopping Sun Java(TM) Web Console...

Registration is on-going. Please wait...

DSCC is registered in Sun Java(TM) Web Console

Restarting Sun Java(TM) Web Console

Please wait : this may take several seconds...

Sun Java(TM) Web Console restarted successfully

***

Registering DSCC Agent in Cacao...

Checking Cacao status...

Deploying DSCC agent in Cacao...

DSCC agent has been successfully registered in Cacao.

***

Choose password for Directory Service Manager:

Confirm password for Directory Service Manager:

Creating DSCC registry...

DSCC Registry has been created successfully

***

Hope this helps.

sheger77a at 2007-7-10 13:57:19 > top of Java-index,Web & Directory Servers,Directory Servers...