Blog, Trixi

December, 2012

How to set up high available services – part 4

Posted on:
Monday, December 31st, 2012
Author:
Juraj Fečanin

In previous part we’ve set pacemaker to work with apache, tomcat and postgresql. Only thing left to manage is database synchronization between nodes. We’ve set postgresql to run only on active node. Therefore pasive node doesn’t have data which are up to date in situation when it has to become active. There are several possibilities […]

Posted in programming | No Comments »

How to set up high available services – part 3

Posted on:
Saturday, December 22nd, 2012
Author:
Juraj Fečanin

In this part of the High-Availability series I’ll show you how to install and configure HA software on your machines. Preconditions We assume that we have two nodes with Ubuntu 12.04.1 server preinstalled. Also there are Tomcat 7, Apache 2, Postgresql 9.1 installed on the nodes. Network settings First of all we have to set […]

Posted in programming | No Comments »