On Tue, Feb 9, 2010 at 12:23 PM, Qwerty-1 <[email protected]> wrote: > > Hi, > > Thanks, i have already gone through this doc. this doc covers that using > Pacemaker it is possible to define N+1 Architecture. It does not cover how > to implement it. Please share any configuration information or any other doc > that defines how to implement N+1 Architecture where one node will take care > of N running nodes.
Thats how the cluster works. Every node monitors its own resources and they elect one node to co-ordinate the actions of the cluster. This node gets told when any resource fails anywhere. There is nothing to implement, just tell the cluster where they can and cannot run, in your case their "home" machine and the shared backup. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
