<HTML>
<HEAD>
<TITLE>Re: [Linux-cluster] How to run same service in parallel in RedHat Cluster 5.0</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>This approach didn’t work either :(<BR>
First server started service the second couldn’t start<BR>
<BR>
<BR>
<BR>
On 28-Sep-2011 8:52 AM, "Robert Hayden" <<a href="rhayden.public@gmail.com">rhayden.public@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>On 09/27/2011 05:33 PM, Ruben Sajnovetzky wrote:<BR>
><BR>
> I might be doing something wrong, because you say "you are fine" but didn't<BR>
> work :(<BR>
><BR>
> All servers have "/opt/app" mounted in same internal disk partition.<BR>
> They are not shared, it is just that all have identical layout.<BR>
> I tried to create:<BR>
><BR>
>     Resource name: Central_FS<BR>
>     Device: /dev/mapper/VolGroup00-optvol<BR>
>     FS Type: ext3<BR>
>     Mount point: /opt<BR>
><BR>
> And<BR>
><BR>
>     Resource name: Collector_FS<BR>
>     Device: /dev/mapper/VolGroup00-optvol<BR>
>     FS Type: ext3<BR>
>     Mount point: /opt<BR>
><BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
My suggestion here is theoretical and not tested.... I think you want to have a single "resource" with different service names.  For example,<BR>
<BR>
<rm><BR>
  <resources><BR>
       <fs name="OptAppFS" device=/dev/mapper/VolGroup00-optvol .....><BR>
  </resources>   <BR>
       <service name="Central_FS" .....><BR>
             <fs ref="OptAppFS"  ....><BR>
       </service><BR>
       <service name="Collector_FS" .....><BR>
             <fs ref="OptAppFS"  ....><BR>
       </service><BR>
</rm><BR>
<BR>
 <BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>> When I tried to save it I found in the /var/log/messages:<BR>
><BR>
>  clurgmgrd[4174]: <notice> Reconfiguring<BR>
>  clurgmgrd[4174]: <err> Unique attribute collision. type=fs attr=mountpoint<BR>
> value=/opt<BR>
>  clurgmgrd[4174]: <err> Error storing fs resource<BR>
><BR>
> Thanks for your help and ideas!<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN><FONT SIZE="2"><SPAN STYLE='font-size:10pt'>--<BR>
Linux-cluster mailing list<BR>
<a href="Linux-cluster@redhat.com">Linux-cluster@redhat.com</a><BR>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster">https://www.redhat.com/mailman/listinfo/linux-cluster</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>