Installation guide

rpm -qf /usr/sbin/setup-ds-admin.pl
redhat-ds-admin-8.2.0-0.el5dsrv
6. Verify that the directory databases have been successfully migrated. Directory Server 8.2
normalizes DN syntax during the upgrade process from 8.1. Make sure that the upgraded
database is functional and contains all the data before deleting the backups.
a. Check the errors log to see if any databases had upgraded DNs. Any databases which
required upgrades would have already been updated as the setup script ran; checking the
error logs simply highlights what data to verify.
# grep "Upgrade Dn.*complete"
/var/log/dirsrv/slapd-instance_name/errors
[...] - upgradedn abcRoot: Upgrade Dn Dryrun complete. abcRoot needs
upgradednformat.
[...] - upgradedn abcRoot: Upgrade Dn complete. Processed 2 entries in
1 seconds. (2.00 entries/sec)
[...] - upgradedn userRoot: Upgrade Dn Dryrun complete. Processed 0
entries in 3 seconds. (0.00 entries/sec)
[...] - upgradedn userRoot: Upgrade Dn Dryrun complete. userRoot is up-
to-date.
b. During upgrade, the original database is written to db.orig, and an updated database is
written in its place. Check the upgraded database directories and DBVERSION files against
the original files. For example:
Chapter 5. Migrating from Previous Versions
77