• Use setup with the --no-prompt option. The command uses the default root user DN (cn=Director Manager) with the specified --rootUserPassword option. You must include the --acceptLicense option or the setup tool will generate an error message.
    $ env JAVA_HOME=/ds/java ./setup --no-prompt \ 
    --rootUserDN "cn=Directory Manager" \
    --rootUserPassword "password" --ldapPort 389 \ 
    --acceptLicense