Installation guide

2. Stop the Administration Server.
/etc/init.d/dirsrv-admin stop
3. Then use the system tools to remove the packages. For example:
#!/bin/bash
for i in `pkginfo | grep -i rhat | grep -vi rhatperlx | awk '{print $ 2}'`
do
pkgrm -n $i
done
echo "looking for any leftover RHAT packages ..."
pkginfo | grep RHAT
Red Hat Directory Server 8.0 Installation Guide
88