<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">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>
</div></blockquote><div><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> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">> 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></div></blockquote></div><br>