<div dir="ltr"><div><div>If you want to run your resources in node1 and node2 when a normal operation is in place and have the resources running in node3 when one of the nodes has problems, then you might want to use an asymmetrical cluster. The resources will not be started in any node unless you explicitly say it.<br><br>property symmetric-cluster=false <br><br>primitive ClusterIP  ocf:heartbeat:IPaddr2 \<br>        params ip="xxx.xxx.xxx.xxx \<br>        meta target-role="Started" \<br>        op monitor interval="30" timeout="60"<br>  <br>location loc-ClusterIP1 ClusterIP inf:    node1<br>location loc-ClusterIP2 ClusterIP 500:  node3<br><br></div>This will run your ClusterIP in node1 by default and in node3 if node1 becomes unavailable. It will never run on node2, where you can have other resources with similar location constrains to have the node2 resources running on node3 if node2 becomes unavailable.<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 24, 2015 at 6:45 AM, Andrei Borzenkov <span dir="ltr"><<a href="mailto:arvidjaar@gmail.com" target="_blank">arvidjaar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">В Thu, 23 Apr 2015 02:06:31 +0530<br>
"Sayed Mujtaba" <<a href="mailto:mujtaba@riversilica.com">mujtaba@riversilica.com</a>> пишет:<br>
<span class=""><br>
> Hi ,<br>
><br>
> I went through the material but could not find any option to set two nodes<br>
> as Active .Can someone let me know How to set two nodes as Active servers ?<br>
><br>
><br>
<br>
</span>You misunderstand. Nodes themselves are not active or passive (with the<br>
only exception of standby) - they are just nodes. Individual<br>
applications that you want to run under pacemaker control may have<br>
notion of master and slave instances; in this case it is up to you to<br>
define on which nodes which instances are allowed to run.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> Thanks<br>
><br>
> -Mujtaba<br>
><br>
><br>
><br>
><br>
><br>
> From: Sayed Mujtaba [mailto:<a href="mailto:mujtaba@riversilica.com">mujtaba@riversilica.com</a>]<br>
> Sent: Wednesday, April 22, 2015 6:15 PM<br>
> To: 'Cluster Labs - All topics related to open-source clustering welcomed'<br>
> Subject: [ClusterLabs] How to set Two active servers(Masters) using<br>
> Pacemaker<br>
><br>
><br>
><br>
> Hi ,<br>
><br>
><br>
><br>
> I am trying to form 3 node cluster using pacemaker  .  I want to take two<br>
> nodes a Master (Active nodes) and one as backup node .<br>
><br>
> Is there any configuration step to tell it have two as Active servers?<br>
><br>
><br>
><br>
> Below is snp shot of my 3 node cluster ..<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
> [root@localhost ~]# pcs status<br>
><br>
> Cluster name: mycluster<br>
><br>
> Last updated: Wed Apr 22 05:28:27 2015<br>
><br>
> Last change: Tue Apr 21 15:01:40 2015 via crmd on node2<br>
><br>
> Stack: corosync<br>
><br>
> Current DC: node2 (2) - partition with quorum<br>
><br>
> Version: 1.1.10-32.el7_0.1-368c726<br>
><br>
> 3 Nodes configured<br>
><br>
> 2 Resources configured<br>
><br>
><br>
><br>
><br>
><br>
> Online: [ node1 node2 node3 ]<br>
><br>
><br>
><br>
> Full list of resources:<br>
><br>
><br>
><br>
> ClusterIP      (ocf::heartbeat:IPaddr2):       Started node1<br>
><br>
> WebSite        (ocf::heartbeat:apache):        Started node1<br>
><br>
><br>
><br>
> PCSD Status:<br>
><br>
>   node1: Online<br>
><br>
>   node2: Online<br>
><br>
>   node3: Online<br>
><br>
><br>
><br>
> Daemon Status:<br>
><br>
>   corosync: active/disabled<br>
><br>
>   pacemaker: active/disabled<br>
><br>
>   pcsd: active/enabled<br>
><br>
<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://clusterlabs.org/mailman/listinfo/users" target="_blank">http://clusterlabs.org/mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</div></div></blockquote></div><br></div>