Fonte Fog forum
Rerun the Installer
If you simply want to run the foginstaller.sh to update your FOG server settings, rename the hidden .fogsettingsfile located under /opt/fog/:
sudo mv /opt/fog/.fogsettings /opt/fog/fogsettings-firstInstall
Remove FOG Completely
If you want to remove all services, blank the database, delete all files/folders associated with FOG and remove the foguser account:
#Uninstall FOG #remove service sudo rm /etc/init.d/FOGImageReplicator sudo rm /etc/init.d/FOGMulticastManager sudo rm /etc/init.d/FOGScheduler #delete fog database sudo mysql #(or 'sudo mysql -p' if you set a root password for mysql) drop database fog; quit #Remove files sudo rm -rf /var/www/fog sudo rm -rf /opt/fog sudo rm -rf /tftpboot # Se voiu cancellare anche le immagini ###sudo rm -rf /images #delete fog system user sudo userdel fog
Last updated: 10 Febbraio 2015 by Pierluigi Minati