<br><br><div class="gmail_quote">On Tue, Oct 9, 2012 at 4:01 PM, Andreas Kurz <span dir="ltr"><<a href="mailto:andreas@hastexo.com" target="_blank">andreas@hastexo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 10/09/2012 10:39 AM, Soni Maula Harriz wrote:<br>
> Dear all,<br>
><br>
> I'm a newbie in clustering. I have been following the 'Cluster from<br>
> scratch' tutorial.<br>
> I use Centos 6.3 and install pacemaker and corosync from : yum install<br>
> pacemaker corosync<br>
><br>
> This is the version i got<br>
> Pacemaker 1.1.7-6.el6<br>
> Corosync Cluster Engine, version '1.4.1'<br>
><br>
> This time i have been this far : adding IPaddr2 resource<br>
> (<a href="http://www.clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Clusters_from_Scratch/_adding_a_resource.html" target="_blank">http://www.clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Clusters_from_Scratch/_adding_a_resource.html</a>)<br>

> everything goes well before adding IPaddr2 resource.<br>
> when i run 'crm status', it print out<br>
><br>
> ============<br>
> Last updated: Tue Oct  9 14:58:30 2012<br>
> Last change: Tue Oct  9 13:53:41 2012 via cibadmin on cluster1<br>
> Stack: openais<br>
> Current DC: cluster1 - partition with quorum<br>
> Version: 1.1.7-6.el6-148fccfd5985c5590cc601123c6c16e966b85d14<br>
> 2 Nodes configured, 2 expected votes<br>
> 1 Resources configured.<br>
> ============<br>
><br>
> Online: [ cluster1 cluster2 ]<br>
><br>
><br>
> Failed actions:<br>
>     ClusterIP_start_0 (node=cluster1, call=3, rc=6, status=complete):<br>
> not configured<br>
><br>
><br>
> This is the error i got from /var/log/message<br>
> Oct  8 17:07:16 cluster2 IPaddr2(ClusterIP)[15969]: ERROR:<br>
> [/usr/lib64/heartbeat/findif -C] failed<br>
> Oct  8 17:07:16 cluster2 crmd[15937]:  warning: status_from_rc: Action 4<br>
> (ClusterIP_start_0) on cluster2 failed (target: 0 vs. rc: 6): Error<br>
> Oct  8 17:07:16 cluster2 pengine[15936]:    error: unpack_rsc_op:<br>
> Preventing ClusterIP from re-starting anywhere in the cluster :<br>
> operation start failed 'not configured' (rc=6)<br>
<br>
</div></div>Not enough information .... please share your configuration (crm<br>
configure show) </blockquote><div> </div><div>This is the configuration :<br>crm configure show<br>node cluster1<br>node cluster2<br>primitive ClusterIP ocf:heartbeat:IPaddr2 \<br>    params ip="xxx.xxx.xxx.289" cidr_netmask="32" \<br>
    op monitor interval="30s"<br>property $id="cib-bootstrap-options" \<br>    dc-version="1.1.7-6.el6-148fccfd5985c5590cc601123c6c16e966b85d14" \<br>    cluster-infrastructure="openais" \<br>
    expected-quorum-votes="2" \<br>    stonith-enabled="false"<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">and the result of "ip a sh". </blockquote>
<div><br># ip a sh<br>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN <br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>    inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> scope host lo<br>
    inet6 ::1/128 scope host <br>       valid_lft forever preferred_lft forever<br>2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000<br>    link/ether 08:00:27:07:fd:fd brd ff:ff:ff:ff:ff:ff<br>
    inet xxx.xxx.xxx.235/24 brd xxx.xxx.xxx.255 scope global eth0<br>    inet6 fe80::a00:27ff:fe07:fdfd/64 scope link <br>       valid_lft forever preferred_lft forever<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
You need at least a<br>
interface that is up to bind that IP, typically it is already configured<br>
with an static IP in the same network as the cluster ip.<br>
<br>
Regards,<br>
Andreas<br>
<br>
--<br>
Need help with Pacemaker?<br>
<a href="http://www.hastexo.com/now" target="_blank">http://www.hastexo.com/now</a><br>
<div class="im">><br>
><br>
> I have been searching through the google, but can't find the right<br>
> solution for my problem.<br>
> I have stopped the firewall and disabled the SElinux.<br>
> Any help would be appreciated.<br>
><br>
> --<br>
> Best Regards,<br>
><br>
> Soni Maula Harriz<br>
> Database Administrator<br>
> PT. Data Aksara Sangkuriang<br>
><br>
><br>
><br>
</div>> _______________________________________________<br>
> Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
> <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</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>
><br>
<br>
<br>
<br>
<br>
<br>_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</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>
<br></blockquote></div><br><br clear="all"><br>-- <br>Best Regards,<br><br>Soni Maula Harriz<br>Database Administrator<br>PT. Data Aksara Sangkuriang<br><br>