Important Note:
Zend Server Cluster Manager cannot be installed on a machine with an existing Zend Server installation.
The following procedure describes how to run a script that will automatically create your DEB or RPM repositories and install Zend Server Cluster Manager.
|
|
|
|
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. |
The Deb installation method requires that you setup a repository before
installing Zend Server Cluster Manager. For instructions on setting up
a repository see
This method uses "aptitude" to handle the installations, upgrades and additional packages.
|
|
|
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
The RPM installation method requires that you setup a repository before
installing Zend Server Cluster Manager. For instructions on setting up
a repository see
This method uses "yum" to handle all installations, upgrades and additional packages.
|
|
|
Once the environment is setup, run the appropriate command according to the product version and PHP support you require:
yum clean all
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. |
The RPM installation method requires that you setup a repository before
installing Zend Server Cluster Manager. For instructions on setting up
a repository see
This method uses "zypper" to handle all installations, upgrades and additional packages.
|
|
|
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. |
The following procedure describes how to install Zend Server Cluster Manager on Windows using a binary distribution.
|
|
|
To install Zend Server Cluster Manager:
|
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. |
The following procedures describe how to upgrade an existing Zend Server Cluster Manager for DEB, RPM and Windows.
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'.
|
|
|
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. |
|
|
|
To upgrade Zend Server Cluster Manager on Windows:
|
|
|
|
Related Links: Licenses and Registration |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.