Oracle Fusion Middleware Installation Guide for Oracle Directory Server Enterprise Edition

ProcedureTo Unconfigure Directory Service Control Center

  1. Undeploy DSCC from your application server.

  2. Run dsccsetup dismantle to remove and clean up the DSCC installation.

    For example, on a Solaris system the following command removes DSCC.


    $ ./dsccsetup dismantle
    ***
    Unregistering DSCC Agent from Cacao...
    Stopping 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
    Directory Server instance 'install-path/dsee7/var/dcc/ads' stopped
    DSCC Registry has been deleted successfully
    ***
    Deleted install-path/dsee7/var/dscc7.war
    ***

    On a Windows system, the following command removes DSCC.


    C:\install-path\bin>dsccsetup.exe dismantle 

    On Solaris, the dsccsetup command is located in install-path/bin. See Default Paths to determine the default install-path for your system.