Hi psuomc, I decided to un-install Zenoss 2.1.1 from an Ubuntu Server 6.06.1 machine, until we upgrade the RAM and I learn 2.2... Here's what I did to uninstall:
1. Remove the links in the various /etc/init.d/rc#.d directories, so that as the machine changes runlevels, Zenoss is no longer called. I used Webmin for this, but it can be done manually using the 'update-rc.d' program. 2. Log in as the 'zenoss' user and shutdown the Zenoss processes, then remove the main zenoss control script: Code: $ sudo su zenoss $ /etc/init.d/zenoss stop $ exit $ sudo rm /etc/init.d/zenoss 3. Remove the zenoss user. Again, I used Webmin, but I believe the 'deluser' command would be handy if you only have SSH access. 4. Remove the Zenoss directory. Since I had set '/usr/local/zenoss' to the 'zenoss' user's home directory, Webmin took care of that for me last step... 5. Remove the Zenoss MySQL database. Webmin again... As far as I can tell now, there's no trace of the Zenoss install remaining. I haven't done a reboot yet, but if anything needs to be changed, I'll change it and update here. - kso -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20169#20169 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
