The following instructions describe how to uninstall Zend Server Cluster Manager according to operating system type.
The following instructions describe how to delete or uninstall using 'aptitude' and 'apt-get'.
To perform these actions you must have root privileges.
The following instructions describe how to delete or uninstall using 'aptitude'.
'aptitude' is not installed by default on the Ubuntu
operating system version 10.10 (Maverick Meerkat) onwards. You can either
choose to install 'aptitude' on your Ubuntu or uninstall using
'apt-get'.
The following instructions describe how to delete or uninstall using 'apt-get'.
|
|
|
To uninstall Zend Server Cluster Manager (leaving the configuration files in place) run: # apt-get remove `dpkg -l | grep zend | grep ^ii | awk '{print $2}'` To delete Zend Server Cluster Manager from the system with no traces left run: # apt-get purge `dpkg -l | grep zend | awk '{print $2}'` |
|
The following instructions describe how to uninstall Zend Server Cluster Manager:
|
|
|
To uninstall run: zendctl.sh stop And then run: # yum -y remove zend-server-manager && yum -y remove `rpm -qa|grep zend|xargs` To uninstall ZSCM with PHP 5.2 run: # yum -y remove zend-server-php-5.2 && yum -y remove `rpm -qa|grep zend|xargs` To uninstall ZSCM with PHP 5.3 run: # yum -y remove zend-server-php-5.3 && yum -y remove `rpm -qa|grep zend|xargs` |
This will stop the Zend Server Cluster Manager daemons and remove the program, including any additional packages that were installed. When uninstalling, the configuration files are not removed. They remain in the same location with an additional suffix: .rpmsave so that they can be reused in a newer installation. For example: a file called example.ini is renamed to example.ini.rpmsave, after you run the uninstall.
Information collected by Zend Server Cluster Manager and stored in the database will not be removed by the uninstall process. If you want to remove this information: To drop the database run the command: mysql> drop database zend_monitor; To drop the MySQL 'zend' user created by the Zend Server Cluster Manager installation: mysql> drop user 'zend'@localhost; mysql> drop user 'zend'@'%'; |
The following instructions describe how to uninstall Zend Server Cluster Manager:
|
|
|
To uninstall:
|
This will stop the Zend Server Cluster Manager services and remove the program, including any additional packages that were installed.
To cleanup your system, after uninstalling Zend Server Cluster Manager also delete the following:
|
|
|
|
Related Links: Zend User Forums - External Link |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.