I failed my apache myself for testing.<br><br>my problem is if the first resource in the group runs ok and the second resource in the group is failed, the whole group will not move to another host.<br><br>I want to realise that if any of the resource in a group is failed, then the whole group is failed.and the whole group will move to another host.  <br>
<br><div class="gmail_quote">在 2010年5月18日 下午2:45,Andrew Beekhof <span dir="ltr"><<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>></span>写道:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
"crm_verify -L" or "crm_mon" will point you in the right direction.<br>
looks like apache isn't happy on vm2<br>
<br>
2010/5/17 李森 <<a href="mailto:lisen1001@gmail.com">lisen1001@gmail.com</a>>:<br>
<div><div></div><div class="h5">> Thanks for you reply.<br>
><br>
> 1.the version is 1.0.8 for heartbeat 3.0.2.<br>
><br>
><br>
> 2.<br>
> there are two nodes in my cluster : vm1 172.16.0.11  vm2 172.16.0.12<br>
> the ip-aliase is 172.16.0.100<br>
><br>
> i use the crm cli command to config:<br>
> primitive ip-aliase ocf:heartbeat:IPaadr2 params ip="172.16.0.100" op<br>
> monitor interval="5s"<br>
> primitive web ocf:heartbeat:apache paramas<br>
> configfile="/etc/apache2/apache2.conf" op monitor interval="5s"<br>
> group  group1 ip-aliase web<br>
> location cons1 group1 100:vm2<br>
> location cons2 group  80: vm1<br>
><br>
> 3.<br>
>  the cibamin  output is in the attachment.<br>
><br>
><br>
> 2010/5/17 Andrew Beekhof <<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>><br>
>><br>
>> version? actual config? cibadmin output?<br>
>><br>
>> On Mon, May 17, 2010 at 9:14 AM, 李森 <<a href="mailto:lisen1001@gmail.com">lisen1001@gmail.com</a>> wrote:<br>
>> > hi all:<br>
>> ><br>
>> >        I create a group with two resources:<br>
>> ><br>
>> > group1:<br>
>> >             ip-aliase<br>
>> >             apache<br>
>> ><br>
>> >        my cluster has two nodes:<br>
>> ><br>
>> > crm(live)# configure<br>
>> > crm(live)configure# property symmetric-cluster=false<br>
>> > crm(live)configure# location constrain1 group1 200: host1<br>
>> > crm(live)configure# location constrain2 group2 100: host2<br>
>> ><br>
>> > #################<br>
>> ><br>
>> > my problem is when the ip-aliase runs ok and the apache is failed,the<br>
>> > group1<br>
>> > can't move to host2:<br>
>> ><br>
>> > Onlien [ host1 host2]<br>
>> ><br>
>> > Resource Group: group1<br>
>> >          ip-aliase                Started host1<br>
>> >          apache                  Stoppped<br>
>> ><br>
>> > i want to realise that if one of the resources in a group is failed,then<br>
>> > the<br>
>> > group is failed and move to another node in the cluster.<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>
>> ><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>
><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>
><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></div></div></blockquote></div><br>