<div dir="ltr"><div><div>Hi there guys.<br></div>I'm new to pacemaker and I'm trying to accomplish an active/active cluster with a VIP ip address, I used the java frontend for the initial setup, I'm using LCMC-1.7.6.jar.<br><br><br></div><div>This is what I've got:<br>CentOS release 6.5 <br>pacemaker-libs-1.1.10-14.el6_5.3.x86_64<br>pacemaker-cli-1.1.10-14.el6_5.3.x86_64<br>pacemaker-cluster-libs-1.1.10-14.el6_5.3.x86_64<br>pacemaker-1.1.10-14.el6_5.3.x86_64<br>pcs-0.9.90-2.el6.centos.3.noarch<br><br></div><div>Cluster configuration:<br><br>Last updated: Thu Feb  5 14:27:41 2015<br>Last change: Thu Feb  5 14:17:26 2015 via cibadmin on haproxy02<br>Stack: cman<br>Current DC: haproxy01 - partition with quorum<br>Version: 1.1.10-14.el6_5.3-368c726<br>2 Nodes configured<br>2 Resources configured<br><br><br>Online: [ haproxy01 haproxy02 ]<br><br> Clone Set: cl_IPaddr2_1 [res_IPaddr2_virtualip] (unique)<br>     res_IPaddr2_virtualip:0    (ocf::heartbeat:IPaddr2):       Started haproxy01<br>     res_IPaddr2_virtualip:1    (ocf::heartbeat:IPaddr2):       Started haproxy01<br><br>Node Attributes:<br>* Node haproxy01:<br>* Node haproxy02:<br><br></div><div>Clone IP configuration:<br>pcs resource show cl_IPaddr2_1<br> Clone: cl_IPaddr2_1<br>  Meta Attrs: clone-max=2 clone-node-max=2 notify=true globally-unique=true<br>  Resource: res_IPaddr2_virtualip (class=ocf provider=heartbeat type=IPaddr2)<br>   Attributes: ip=1.1.1.1<br>   Meta Attrs: target-role=started<br>   Operations: stop interval=0 timeout=20 (op-res_IPaddr2_virtualip-stop)<br>               monitor interval=5s (res_IPaddr2_virtualip-monitor-interval-5s)<br>               start interval=0 (res_IPaddr2_virtualip-start-interval-0)<br><br></div><div>IPTABLES<br>Chain INPUT (policy ACCEPT)<br>target     prot opt source               destination<br>CLUSTERIP  all  --  <a href="http://0.0.0.0/0">0.0.0.0/0</a>            1.1.1.1       CLUSTERIP hashmode=sourceip-sourceport clustermac=51:72:D8:57:74:84 total_nodes=2 local_node=1 hash_init=0<br><br></div><div>CMAN configuration:<br><br><?xml version="1.0"?><br><cluster config_version="1" name="clustername"><br>   <logging debug="off"/><br>   <clusternodes><br>     <clusternode name="haproxy01" nodeid="1"><br>       <fence><br>         <method name="pcmk-redirect"><br>           <device name="pcmk" port="haproxy01"/><br>         </method><br>       </fence><br>     </clusternode><br>     <clusternode name="haproxy02" nodeid="2"><br>       <fence><br>         <method name="pcmk-redirect"><br>           <device name="pcmk" port="haproxy02"/><br>         </method><br>       </fence><br>     </clusternode><br>   </clusternodes><br>   <fencedevices><br>     <fencedevice name="pcmk" agent="fence_pcmk"/><br>   </fencedevices><br></cluster><br><br></div><div><br></div><div>If I do an sshd to the VIP I can see the round robin is woking and it switches bettween hosts and I can see of course the alias created on the eth0 iface.<br></div><div><br>My problem is that when I reboot a server to test it, the alias is not created automatically and I have to perform a stop/start from the java frontend.<br></div><div><br></div><div>What am I missing to make it work automatically?<br><br>Thanks for your time and support.<br>Regards<br></div><div><br></div></div>