<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
&gt; Hello,<br>
&gt;<br>
&gt; I wonder if someone can light me on how to handle the following cluster<br>
&gt; scene:<br>
&gt;<br>
&gt; 2 Nodes Cluster (Active/Active)<br>
&gt; 1 Cluster managed VIP - RoundRobin ?<br>
&gt; SAN Shared Storage (DLM CLVM O2CB) = &quot;OCFS2&quot;<br>
&gt;<br>
&gt; My main question is, can one VIP serve 2 nodes?<br>
&gt;<br>
&gt; Thanks in advance.<br>
<br>
Yes. But I would use the &quot;localnode&quot; feature of the Linux Virtual Server. The<br>
LVS is a real loadbalancer that offers more features than the clustered IP<br>
address of the normal cluster.<br>
<br>
--<br>
Dr. Michael Schwartzkopff<br>
Guardinistr. 63<br>
81375 M?nchen<br>
<br>
Tel: (0163) 172 50 98<br></blockquote><div><br></div><div>How could do so?<br>I tried setting up VIP + Clone VIP and once resource is cloned and started on both nodes, it is no longer<br>reachable.<br><br><div>crm(live)configure# show</div>
<div>node havc1 </div><div>node havc2</div><div>primitive failover-ip1 ocf:heartbeat:IPaddr2 \</div><div>        params ip=&quot;192.168.1.20&quot; cidr_netmask=&quot;24&quot; broadcast=&quot;192.168.1.255&quot; nic=&quot;eth0&quot; clusterip_hash=&quot;sourceip-sourceport&quot; \</div>
<div>        op monitor interval=&quot;20s&quot;</div><div>clone ip1-clone failover-ip1 \</div><div>        meta globally-unique=&quot;true&quot; clone-max=&quot;2&quot; clone-node-max=&quot;2&quot; target-role=&quot;Started&quot;</div>
<div>property $id=&quot;cib-bootstrap-options&quot; \</div><div>        dc-version=&quot;1.1.2-2e096a41a5f9e184a1c1537c82c6da1093698eb5&quot; \</div><div>        cluster-infrastructure=&quot;openais&quot; \</div><div>        expected-quorum-votes=&quot;2&quot; \</div>
<div>        stonith-enabled=&quot;false&quot; \</div><div>        last-lrm-refresh=&quot;1336841278&quot;</div><div>rsc_defaults $id=&quot;rsc-options&quot; \</div><div>        resource-stickiness=&quot;100&quot;</div><div>
<br></div><div>-------------------------------------------------------------------------</div><div><br></div><div><div>Chain INPUT (policy ACCEPT)</div><div>target     prot opt source               destination</div><div>CLUSTERIP  all  --  anywhere             192.168.1.20        CLUSTERIP hashmode=sourceip clustermac=81:30:6E:B7:6D:AF total_nodes=2 local_node=1 hash_init=0</div>
<div><br></div><div>Chain FORWARD (policy ACCEPT)</div><div>target     prot opt source               destination</div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>target     prot opt source               destination</div>
</div><div><br></div><br></div><div>Any idea what is wrong, or causing this to not being reachable once both IPaddr2 RA start on both nodes?</div></div>