First steps to have Sun One Directory Server up and running

To have DS up and running you have to go through several steps.
You are able to control directory server through command line tools(dsadm,dsconf) and by Java Web Console.
To use the second one you have :
1. Register Directory Service Control Center in Java Web Console
#/opt/SUNWdsee/dscc6/bin/dsccsetup ads-create
#/opt/SUNWdsee/dscc6/bin/dsccsetup status
#/opt/SUNWdsee/ds6/bin/dsadm start /var/opt/SUNWdsee/dscc6/dcc/ads
#cacaoadm start
2.Start Java Web Console if necessary with the smcwebserver command
# /usr/sbin/smcwebserver start
3.Log into Directory Service Control Center with system user.
https://hostname:6789/
4. Create directory server instance.

Comments