Red Hat NETSCAPE DIRECTORY SERVER 6.2 - DEPLOYMENT Przewodnik Instalacji Strona 91

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 90
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
Przeglądanie stron 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 136 137

Komentarze do niniejszej Instrukcji

Brak uwag