Specifications

19
Chapter 6. Removing an Instance
6.1. Before You Begin
Before removing your Zenoss Core instance, you may want to save data files. For information about saving your files,
refer to the backup and archive instructions in Zenoss Core Administration.
Use the instructions in the following section to remove a Zenoss Core instance.
6.2. Removing Zenoss Core
Use these instructions to remove an RPM installation and all of its components from your system.
1. Enter the following command:
yum erase zenoss
2. Then enter:
rm -rf /opt/zenoss
userdel zenoss
3. Open the command line MySQL client, as root:
mysql -u root
4. Enter the following commands at the MySQL prompt:
drop database events;
drop user 'zenoss'@'localhost';