Zend Server Cluster Manager requires a MySQL 5.0 (or above) database in order to store information aggregated from the servers belonging to the cluster.\
Important Note:
If Zend Server Cluster Manager
cannot connect to the database, the only available action in the Administration
Interface is to login.
If the problem persists, contact Customer Support at http://www.zend.com/en/support-center/.
When installing Zend Server Cluster Manager for the first time, you will be prompted to setup the Zend Server Cluster Manager database.
This can be done in one of two methods:
This procedure describes how to manually create and setup a Zend Server Cluster Manager database schema and user.
Before creating the database, make sure that the server on which you are installing the database is accessible by Zend Server Cluster Manager and all Zend Server instances that are potential cluster members.
|
|
|
To manually create and setup a Zend Server Cluster Manager database:
CREATE DATABASE IF NOT EXISTS zend_monitor;
GRANT
CREATE,DROP,ALTER,DELETE,INDEX,INSERT,SELECT,UPDATE,CREATE TEMPORARY
TABLES,LOCK TABLES,CREATE VIEW,SHOW VIEW,ALTER ROUTINE,CREATE
ROUTINE,EXECUTE ON `zend_monitor`.* TO '<username>'@'%'
IDENTIFIED BY '<password>'; |
In the Zend Server Cluster Manager Configuration Wizard (step 4), select the option "I have already setup the database" and enter the user name, password, host, and port for the schema you have just created. Zend Server Cluster Manager will create tables and populate the database as needed. |
|
|
|
Related Links: Licenses and Registration |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.