[Pacemaker] IP failover

Andrew Beekhof andrew at beekhof.net
Thu Dec 10 05:06:05 EST 2009


On Wed, Dec 9, 2009 at 12:34 PM, jack sparrow <jacky.captain at gmail.com> wrote:
> Hello All,
>
>  I am trying to setup failover for public ip and private ip.
>
> Server A public IP should failover to Server C

crm configure location prefer-a ipA rule 1000: serverA
crm configure location a-not-on-b ipA rule -inf: serverB

> Server B private IP should failover to Server C.


crm configure location prefer-b ipB rule 1000: serverB
crm configure location b-not-on-a ipB rule -inf: serverA

>
>
>
> I am not quite sure how to achieve this using heartbeat.  Please help me
> configuring heartbeat for the above scenario.
>
> Thanks...
>
> _______________________________________________
> Pacemaker mailing list
> Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
>




More information about the Pacemaker mailing list