NetXMS as a cluster (high-availability) application

From NetXMS Wiki
Revision as of 08:26, 1 March 2013 by Lukas Rypl (talk | contribs) (Created page with "== Objectives == In order to increase application availability in case of hardware or network failures, NetXMS can be installed on two servers, one will be used as primary an...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Objectives

In order to increase application availability in case of hardware or network failures, NetXMS can be installed on two servers, one will be used as primary and the other one is in cold standby. Cluster control logic should migrate the primary IP address to standby server and start the application with database there. Database data are synchronized as a block device via drbd.

Required components

  • drbd
  • corosync + pacemaker

References