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'.
To perform these actions you must have root privileges.
|
|
To uninstall Zend Server Cluster Manager (leaving the configuration files in place) run: # aptitude remove '~nzend.* ' To delete Zend Server Cluster Manager from the system with no traces left run: # aptitude purge '~nzend.* ' |
|
Both instances remove Zend Server Cluster Manager from your system. Information collected by Zend Server Cluster Manager and stored in the database will not be removed by the uninstall process. If you want to delete this information: To delete the database run the command: mysql> drop database zend_monitor; To delete 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 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 |
|
|
|