Sun Java System Reference Configuration Series: Portal Service on Application Server Cluster

ProcedureTo Create an Instance of the Directory Server Control Center

  1. Assess the current status of the control center.

    On ds1, run the following commands:

    # 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.

  2. 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:
  3. 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.
  4. 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

  5. If the DSCC instance is not running, start it.

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