Red Hat Directory Server B.08.00 for HP-UX Release Notes and Supplemental Instructions
NOTE: The commands in this procedure use the Bourne shell scripting language.
1. Shut down the administration server:
cd /opt/dirsrv/sbin
./stop-ds-admin
NOTE: The stop-ds-admin utility might report that the server is not running.
2. Remove the data for the Administration Server:
cd /etc/opt/dirsrv/admin-serv
rm -f admpw
rm -f adm.conf
rm -f cert8.db
rm -f key3.db
rm -f secmod.db
rm -f local.conf
3. Shut down the any newly created servers:
cd /opt/dirsrv
for name in slapd-* ; do ./$name/stop-slapd ; done
NOTE: The stop-slapd utility might report that a server is not running.
4. Remove the data for the newly created Directory Servers:
cd /etc/opt/dirsrv
rm -rf slapd-*
cd /var/opt/dirsrv
rm -rf slapd-*
cd /opt/dirsrv
rm -rf slapd-*
After you complete this procedure, you can correct the problem that caused the migration script
to fail and redo the tasks in the migration procedure.
Recovering After Migration Script Failures 51