Uninstalling Zend Server Cluster Manager

The following instructions describe how to uninstall Zend Server Cluster Manager according to operating system type.

DEB

The following instructions describe how to delete or uninstall using 'aptitude'.

bulb.gifTo perform these actions you must have root privileges.

 

 

Instructions on how to complete a procedure

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'@'%';

RPM

The following instructions describe how to uninstall Zend Server Cluster Manager:

 

 

Instructions on how to complete a procedure

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'@'%';

Windows

The following instructions describe how to uninstall Zend Server Cluster Manager:

 

 

Instructions on how to complete a procedure

To uninstall:

  1. Use the Windows Control Panel: Start | Control Panel | Add or Remove Programs.

  2. In the Add or Remove Programs dialog, locate and click the Zend Server Cluster Manager package in the list.

  3. Click "Remove".
    The Installer runs in uninstall mode.

  4. Follow the instructions and click "Finish" to complete the uninstallation process.

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:

  • Uninstall MySQL

  • Delete <install folder>\ZendServerManager

  • Delete <install folder>\MySQL51

  • Delete <install folder>\Apache2

 

 

Related Links

Related Links:

Zend User Forums - External Link