<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> Hello,<br>
><br>
> I wonder if someone can light me on how to handle the following cluster<br>
> scene:<br>
><br>
> 2 Nodes Cluster (Active/Active)<br>
> 1 Cluster managed VIP - RoundRobin ?<br>
> SAN Shared Storage (DLM CLVM O2CB) = "OCFS2"<br>
><br>
> My main question is, can one VIP serve 2 nodes?<br>
><br>
> Thanks in advance.<br>
<br>
Yes. But I would use the "localnode" 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="192.168.1.20" cidr_netmask="24" broadcast="192.168.1.255" nic="eth0" clusterip_hash="sourceip-sourceport" \</div>
<div>        op monitor interval="20s"</div><div>clone ip1-clone failover-ip1 \</div><div>        meta globally-unique="true" clone-max="2" clone-node-max="2" target-role="Started"</div>
<div>property $id="cib-bootstrap-options" \</div><div>        dc-version="1.1.2-2e096a41a5f9e184a1c1537c82c6da1093698eb5" \</div><div>        cluster-infrastructure="openais" \</div><div>        expected-quorum-votes="2" \</div>
<div>        stonith-enabled="false" \</div><div>        last-lrm-refresh="1336841278"</div><div>rsc_defaults $id="rsc-options" \</div><div>        resource-stickiness="100"</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>