Change log

You can record all the directory updates in a change log DB2® database, which is different from the DB2 database associated an instance. When you configure the change log, it significantly slows down the update performance of a directory server.

To tune the directory server change log, you must start the directory server instance.

To determine the change log configuration status, you must search for the CN=CHANGELOG suffix. For example:

ldapsearch -h ldap_host -D cn=root -w admin_passwd -s base -b "" \
"objectclass=*" | grep "CN=CHANGELOG"

where, admin_passwd is the password for the primary administrator.