You are currently viewing Zend Server 5.x documentation. Click here to view the latest Zend Server online documentation.

Running the Zend Server Cluster Manager Installation

The following installation instructions refer to installing Zend Server Cluster Manager according to installation type (DEB, RPM and Windows). The instructions below state the installation command for complete information on installing and additional packages see each versions installation instructions in the Zend Server installation guide.

 

Important Note:

Zend Server Cluster Manager cannot be installed on a machine with an existing Zend Server installation.

DEB, RPM Automatic Installation Script

The following procedure describes how to run a script that will automatically create your DEB or RPM repositories and install Zend Server Cluster Manager.

 

 

Instructions on how to complete a procedure

  1. Download the package called "Linux x86 Installer (RPM/DEB Setup Script)" from zend.com - http://www.zend.com/en/products/server-cluster-manager/downloads

  2. Locate and extract the package:
    ZendServer-X.X.X-RepositioryInstaller-linux.tar.gz

  3. To change to the directory with the installer scripts run:
    cd ZendServer-RepositoryInstaller-linux/

  4. Run the following command:
    install.sh

After installing, a completion notification will appear, with a notice that Zend Serve Cluster Manager has been installed.

To access the Administration Interface (Web) open your browser at: https://localhost:10082/ZendServerManager (secure) or http://localhost:10081/ZendServerManager.

Upon initial log in, you will be prompted to define your password.

DEB

The Deb installation method requires that you setup a repository before installing Zend Server Cluster Manager. For instructions on setting up a repository see Manually Installing Zend Server.

This method uses "aptitude" to handle the installations, upgrades and additional packages.

 

 

Instructions on how to complete a procedure

To install:

1.Once the repository is set up, run the appropriate command:

aptitude install zend-server-cluster-manager

The actual installation will require your conformation.

After installing, a completion notification will appear, with a notice that the servers have started.

To access the Administration Interface (Web) open your browser at: https://localhost:10082/ZendServerManager (secure) or http://localhost:10081/ZendServerManager.

Upon initial log in, you will be prompted to define your password and enter your license information..

For information on how to upgrade your installation see Upgrading Zend Server.

RPM (RHEL, CentOS, Fedora and OEL)

The RPM installation method requires that you setup a repository before installing Zend Server Cluster Manager. For instructions on setting up a repository see Manually Installing Zend Server.

This method uses "yum" to handle all installations, upgrades and additional packages.

 

 

Instructions on how to complete a procedure

Once the environment is setup, run the appropriate command according to the product version and PHP support you require:

  1. Clean your packages cache and ensure retrieval of updates from the web by running the following command:

yum clean all

  1. Install Zend Server Cluster Manager by running the following command:

yum install zend-server-cluster-manager

After installing, a completion notification will appear, with a notice that the servers have started.

To access the Administration Interface (Web) open your browser at: https://localhost:10082/ZendServerManager (secure) or http://localhost:10081/ZendServerManager.

Upon initial log in, you will be prompted to define your password.

RPM (SLES and OpenSUSE)

The RPM installation method requires that you setup a repository before installing Zend Server Cluster Manager. For instructions on setting up a repository see Manually Installing Zend Server.

This method uses "zypper" to handle all installations, upgrades and additional packages.

 

 

Instructions on how to complete a procedure

Once the environment is setup, run the appropriate command according to the product version and PHP support you require:

To install Zend Server Cluster Manager run:

zypper install zend-server-cluster-manager

After installing, a completion notification will appear, with a notice that the servers have started.

To access the Administration Interface open your browser at: https://localhost:10082/ZendServerManager (secure) or http://localhost:10081/ZendServerManager.

Upon initial log in, you will be prompted to define your password.

Windows

The following procedure describes how to install Zend Server Cluster Manager on Windows using a binary distribution.

 

 

Instructions on how to complete a procedure

To install Zend Server Cluster Manager:

  1. After completing the download, double-click on the .exe file to start the installation process.

  2. Read and accept the License Agreement to start the installation process.

  3. Select a Web Server type.
    There are two options, to set Zend Server Cluster Manager to run with an existing IIS Web Server or Install Apache.

  4. Browse to a location for installing Zend Server Cluster Manager or use the default destination: "C:\Program Files\Zend\".

  5. In the MySQL Database Installation dialog you are asked whether you would to install MySQL on your machine. The options are:

    • No - Does install MySQL on your machine. Select this option if you already have MySQL installed on your machine.

    • Yes - Installs MySQL on your machine. If you select this option, you must specify a root password in the Specify MySQL root password section.

  6. Click the NEXT button to advance to the Confirmation dialog.

  7. Click Install to start the installation.

A browser opens after the installation, to display the Administration Interface's login screen. Use the password you specified in the installation process to log in. If it was selected during the installation, a shortcut is added to your desktop, otherwise, bookmarking the page at this point will help you to easily locate the link.

Upgrading Zend Server Cluster Manager

The following procedures describe how to upgrade an existing Zend Server Cluster Manager for DEB, RPM and Windows.

RPM (using yum), RPM (using zypper), and DEB (using aptitude and apt-get)

The following procedure describe how to upgrade Zend Server Cluster Manager using the supported methods (yum, aptitude, apt-get and zypper).

RPM Upgrade Note:

After upgrading, you will need to manually start your server by running the command: <install_path>/bin/zendctl.sh start.

To perform these actions you must have root privileges.

'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'.

 

 

Instructions on how to complete a procedure

To upgrade RPM (RHEL, CentOS, Fedora and OEL) using yum run:

yum update zend-server-cluster-manager

 

To upgrade DEB using aptitude run:

aptitude update

aptitude upgrade

To upgrade only Zend packages, run:

# aptitude install `dpkg --get-selections|grep zend| awk -F " " '{print $1}' |xargs`

The upgrade process locates newer packages and downloads them.

 

To upgrade DEB using apt-get run:

# apt-get update

# apt-get upgrade

To upgrade only Zend packages, run:

# apt-get install `dpkg -l | grep zend | grep ^ii | awk '{print $2}'`

 

To upgrade RPM (SLES and OpenSUSE) using zypper run:

zypper update

The upgrade process locates any components of the product version that are newer and downloads them.

Windows

 

 

Instructions on how to complete a procedure

To upgrade Zend Server Cluster Manager on Windows:

  1. After completing the download, double click on the .exe file to start the upgrade process.

  2. Click the NEXT button to advance to the Confirmation dialog.

  3. Click Install to start the upgrade process.

 

 

 

Related Links

Related Links:

Licenses and Registration

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.