|
Failover Cluster |
Top Previous Next |
|
AggreGate has built-in support for building a failover cluster to ensure high availability of provided services. The failover cluster consists of two or more installations of AggreGate Server and one or more installations of the underlying database engine.
The objective of failover cluster is reaching 100% availability of the server. The cluster consists of Master Node and one or more Failover Nodes. During normal operation, the master node is servicing all operations. All failover nodes are running in standby mode and monitoring the state of master node. The failover nodes are automatically switched to Failover Master mode (i.e. activated) in the following cases:
Both master and failover nodes are full installations of AggreGate Server that can work on its own. However, master and all failover nodes share the same database. AggreGate Cluster Features The integrated failover clustering engine has some unique features:
Failover Cluster Basics The failover cluster includes two separate levels of ensuring high availability service: database failover and AggreGate Server failover. Database failover implies setting up more than one installation of the database engine. This database engine is used by both master and failover nodes. If one of the database installations fail, the other(s) will continue to server AggreGate Server requests. AggreGate Server failover technology comprises one Master server and one or more Failover servers that share the same (possibly clustered/replicated) database. The failover servers are activated when the master server fails due to any reason.
For further information see: Failover Cluster Setup Perform the following steps to set up AggreGate Server failover cluster:
The master node should start normal operations, while failover nodes should switch to standby mode, showing "Monitoring Master Server Status" message on the splash screens. Cluster Servers Security All servers in the cluster have access to all information flowing inside AggreGate. Therefore, the same security precautions should be taken for both Master and Failover servers. |