<div dir="ltr">Hi,<div><br></div><div>I have read the file <span style="font-size:12.727272033691406px">/usr/lib/ocf /usr/lib/ocf/resource.d/</span><span style="font-size:12.727272033691406px">pacemaker/controld and  and it contains the same lines that you wrote.  I don't know what I must exactly do. Could you explain me the steps to do?</span></div><div><span style="font-size:12.727272033691406px"><br></span></div><div><span style="font-size:12.727272033691406px">Must I do the variable OCF_ROOT. If so, where?</span></div><div><span style="font-size:12.727272033691406px"><br></span></div><div><span style="font-size:12.727272033691406px">I don't know what to do when you say "you need to configure the cluster fencing".</span></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 February 2015 at 00:11, emmanuel segura <span dir="ltr"><<a href="mailto:emi2fast@gmail.com" target="_blank">emi2fast@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">try to change your controld daemon<br>
<br>
OCF_ROOT=/usr/lib/ocf /usr/lib/ocf/resource.d/pacemaker/controld meta-data<br>
<br>
<parameter name="daemon" unique="1"><br>
<longdesc lang="en"><br>
The daemon to start - supports gfs_controld(.pcmk) and dlm_controld(.pcmk)<br>
</longdesc><br>
<shortdesc lang="en">The daemon to start</shortdesc><br>
<content type="string" default="dlm_controld.pcmk" /><br>
<br>
<br>
and remember you need to configure the cluster fencing, because dlm relay on it<br>
<div class="HOEnZb"><div class="h5"><br>
2015-02-10 23:08 GMT+01:00 José Luis Rodríguez Rodríguez <<a href="mailto:jlrod2@gmail.com">jlrod2@gmail.com</a>>:<br>
> Hi Emmanuel, I installed this package but the result is the same when I try<br>
> to mount /dev/drbd1 on /mn:<br>
> gfs_controld join connect error: Connection refused<br>
> error mounting lockproto lock_dlm<br>
><br>
><br>
> I have installed gfs2-tools,  dlm-pcmk y el que me indicastes gfs-pcmk<br>
><br>
><br>
><br>
> My pacemaker configuration is:<br>
> node nodo1<br>
> node nodo2<br>
> primitive FAILOVER-ADDR ocf:heartbeat:IPaddr2 \<br>
>         params ip="192.168.122.100" nic="eth0" \<br>
>         op monitor interval="10s" meta-is-managed="true" \<br>
>         meta target-role="Started"<br>
> primitive WebData ocf:linbit:drbd \<br>
>         params drbd_resource="wwwdata" \<br>
>         op monitor interval="60s"<br>
> primitive WebFS ocf:heartbeat:Filesystem \<br>
>         params device="/dev/drbd/by-res/wwwdata" directory="/var/www"<br>
> fstype="ext4" \<br>
>         meta target-role="Stopped"<br>
> primitive WebSite ocf:heartbeat:apache \<br>
>         params configfile="/etc/apache2/apache2.conf"<br>
> statusurl="<a href="http://localhost/server-status" target="_blank">http://localhost/server-status</a>" \<br>
>         op monitor interval="1min" \<br>
>         meta target-role="Started"<br>
> primitive dlm ocf:pacemaker:controld \<br>
>         op monitor interval="60s"<br>
> ms WebDataClone WebData \<br>
>         meta master-max="1" master-node-max="1" clone-max="2"<br>
> clone-node-max="1" notify="true" target-role="Started"<br>
> clone dlm_clone dlm \<br>
>         meta clone-max="2" clone-node-max="1" target-role="Started"<br>
> location PREFERIDO-NODO1 WebSite 50: nodo1<br>
> colocation WebSite-with-WebFS inf: WebSite WebFS<br>
> colocation fs_on_drbd inf: WebFS WebDataClone:Master<br>
> colocation website-with-ip inf: WebSite FAILOVER-ADDR<br>
> order WebFS-after-WebData inf: WebDataClone:promote WebFS:start<br>
> order WebSite-after-WebFS inf: WebFS WebSite<br>
> order apache-after-ip inf: FAILOVER-ADDR WebSite<br>
> property $id="cib-bootstrap-options" \<br>
>         dc-version="1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff" \<br>
>         cluster-infrastructure="openais" \<br>
>         expected-quorum-votes="2" \<br>
>         stonith-enabled="false" \<br>
>         no-quorum-policy="ignore"<br>
> op_defaults $id="op-options" \<br>
>         timeout="240s"<br>
><br>
><br>
><br>
><br>
> Con sudo crm_mon:<br>
><br>
><br>
> Online: [ nodo1 nodo2 ]<br>
><br>
> FAILOVER-ADDR   (ocf::heartbeat:IPaddr2):       Started nodo1<br>
>  Master/Slave Set: WebDataClone [WebData]<br>
>      Masters: [ nodo1 ]<br>
>      Slaves: [ nodo2 ]<br>
>  Clone Set: dlm_clone [dlm]<br>
>      Started: [ nodo2 nodo1 ]<br>
><br>
><br>
> El estado de DRBD es:<br>
><br>
> Nodo 1<br>
>  1: cs:Connected ro:Primary/Secondary ds:UpToDate/UpToDate C r-----<br>
>     ns:264908 nr:0 dw:0 dr:267236 al:0 bm:19 lo:0 pe:0 ua:0 ap:0 ep:1 wo:f<br>
> oos:0<br>
><br>
><br>
> Nodo 2<br>
> 1: cs:Connected ro:Secondary/Primary ds:UpToDate/UpToDate C r-----<br>
>     ns:0 nr:264908 dw:264908 dr:0 al:0 bm:19 lo:0 pe:0 ua:0 ap:0 ep:1 wo:f<br>
> oos:0<br>
><br>
><br>
> What is my error?<br>
><br>
><br>
> On 10 February 2015 at 16:02, emmanuel segura <<a href="mailto:emi2fast@gmail.com">emi2fast@gmail.com</a>> wrote:<br>
>><br>
>> I'm using debian 7<br>
>><br>
>> apt-cache show gfs-pcmk<br>
>> ......<br>
>> This package contains the GFS module for pacemaker.<br>
>> .......<br>
>><br>
>> 2015-02-10 8:55 GMT+01:00 José Luis Rodríguez Rodríguez<br>
>> <<a href="mailto:jlrod2@gmail.com">jlrod2@gmail.com</a>>:<br>
>> > Hello,<br>
>> ><br>
>> > I would like to create an active/active cluster by using pacemaker and<br>
>> > corosync on Debian. I  have followed the documentation<br>
>> > <a href="http://clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://clusterlabs.org/doc/Cluster_from_Scratch.pdf</a>.  It works well<br>
>> > until<br>
>> > 8.2.2 Create and Populate an GFS2 Partition.  When I try to mount the<br>
>> > disk<br>
>> > /dev/drbd1 as /mnt, the output is:<br>
>> ><br>
>> > gfs_controld join connect error: Connection refused<br>
>> > error mounting lockproto lock_dlm<br>
>> ><br>
>> > I have read that it is necessary to use cman, but then the resources<br>
>> > created<br>
>> > by pacemaker (with the command crm configure primitive ...) doesn't<br>
>> > appear<br>
>> > with the command crm_mon.<br>
>> ><br>
>> > What could I do?<br>
>> ><br>
>> > --<br>
>> > Saludos,<br>
>> ><br>
>> ><br>
>> > José Luis<br>
>> > ------<br>
>> > Profesor Informática IES Jacarandá -  Brenes (Sevilla)<br>
>> > <a href="http://www.iesjacaranda.es" target="_blank">http://www.iesjacaranda.es</a>  -   <a href="http://www.iesjacaranda-brenes.org" target="_blank">www.iesjacaranda-brenes.org</a><br>
>> > twitter: @jlrod2<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>
>><br>
>><br>
>><br>
>> --<br>
>> esta es mi vida e me la vivo hasta que dios quiera<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>
><br>
><br>
><br>
> --<br>
> Saludos,<br>
><br>
><br>
> José Luis<br>
> ------<br>
> Profesor Informática IES Jacarandá -  Brenes (Sevilla)<br>
> <a href="http://www.iesjacaranda.es" target="_blank">http://www.iesjacaranda.es</a>  -   <a href="http://www.iesjacaranda-brenes.org" target="_blank">www.iesjacaranda-brenes.org</a><br>
> twitter: @jlrod2<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>
<br>
<br>
<br>
--<br>
esta es mi vida e me la vivo hasta que dios quiera<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Saludos,  <br><br><br><div style="text-align:left">José Luis <br></div><div style="text-align:left">------</div><div style="text-align:left">Profesor Informática IES Jacarandá -  Brenes (Sevilla)  </div><div style="text-align:left"><a href="http://www.iesjacaranda.es" target="_blank">http://www.iesjacaranda.es</a>  -   <a href="http://www.iesjacaranda-brenes.org" target="_blank">www.iesjacaranda-brenes.org</a></div><div style="text-align:left">twitter: @jlrod2</div><br><br></div></div>
</div></div>