2011-2013ForgeRock AS uninstall1 OpenDJ uninstall remove OpenDJ directory server software uninstall options Description This utility can be used to uninstall the directory server. Options The following options are supported. Remove all components of the server (this option is not compatible with the rest of remove options) Remove backup files Remove configuration files Remove database contents Remove LDIF files Specifies whether the uninstall should continue if there is an error updating references to this server in remote server instances or not. This option can only be used with the --no-prompt option. Specifies to use the command line install. If not specified the graphical interface will be launched. The rest of the options (excluding help and version) will only be taken into account if this option is specified Remove Server Libraries and Administrative Tools Remove log files LDAP Connection Options Maximum length of time (in milliseconds) that can be taken to establish a connection. Use '0' to specify no time out. Default value: 30000 The name of this host (or IP address) as it is referenced in remote servers for replication Default value: localhost.localdomain User ID of the Global Administrator to use to bind to the server. Default value: admin Bind password file Certificate key store path Nickname of certificate for SSL client authentication SASL bind options Certificate trust store path Certificate trust store PIN Certificate key store PIN file Certificate trust store PIN file Password to use to bind to the server Certificate key store PIN Trust all server SSL certificates Utility Input/Output Options Use non-interactive mode. If data in the command is missing, the user is not prompted and the tool will fail No properties file will be used to get default command line argument values Path to the file containing default property values used for command line arguments Run setup in quiet mode. Quiet mode will not output progress information to standard output Use verbose mode General Options Display version information Display usage information Exit Codes 0 The command completed successfully. > 0 An error occurred. Examples The following command removes OpenDJ directory server without interaction. $ ./opendj/uninstall -a --cli -I admin -w password -n Stopping Directory Server ..... Done. Deleting Files under the Installation Path ..... Done. The Uninstall Completed Successfully. To complete the uninstallation, you must delete manually the following files and directories: /path/to/opendj/lib See /var/.../opends-uninstall-3...0.log for a detailed log of this operation. $ rm -rf opendj