<div dir="ltr">Hi Emmanuel, I installed this package but the result is the same when I try to mount /dev/drbd1 on /mn:<div>gfs_controld join connect error: Connection refused<div>error mounting lockproto lock_dlm</div><div><br></div><div><br></div><div>I have installed <b>gfs2-tools</b>,  <span style="font-family:'Times New Roman',serif;color:rgb(0,0,0)"><span style="background-color:transparent"><b>dlm-pcmk </b>y el que me indicastes<b> gfs-pcmk</b></span></span><b style="font-family:'Times New Roman',serif;color:rgb(0,0,0)"><span style="background-color:transparent"> </span></b></div><p class="" align="JUSTIFY" style="margin-bottom:0cm">
</p><div><br></div><br><div>My <b>pacemaker configuration</b> is:</div><div><div>node nodo1</div><div>node nodo2</div><div>primitive FAILOVER-ADDR ocf:heartbeat:IPaddr2 \</div><div>        params ip="192.168.122.100" nic="eth0" \</div><div>        op monitor interval="10s" meta-is-managed="true" \</div><div>        meta target-role="Started"</div><div>primitive WebData ocf:linbit:drbd \</div><div>        params drbd_resource="wwwdata" \</div><div>        op monitor interval="60s"</div><div>primitive WebFS ocf:heartbeat:Filesystem \</div><div>        params device="/dev/drbd/by-res/wwwdata" directory="/var/www" fstype="ext4" \</div><div>        meta target-role="Stopped"</div><div>primitive WebSite ocf:heartbeat:apache \</div><div>        params configfile="/etc/apache2/apache2.conf" statusurl="<a href="http://localhost/server-status" target="_blank">http://localhost/server-status</a>" \</div><div>        op monitor interval="1min" \</div><div>        meta target-role="Started"</div><div><b>primitive dlm ocf:pacemaker:controld \</b></div><div><b>        op monitor interval="60s"</b></div><div>ms WebDataClone WebData \</div><div>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="Started"</div><div><b>clone dlm_clone dlm \</b></div><div><b>        meta clone-max="2" clone-node-max="1" target-role="Started"</b></div><div>location PREFERIDO-NODO1 WebSite 50: nodo1</div><div>colocation WebSite-with-WebFS inf: WebSite WebFS</div><div>colocation fs_on_drbd inf: WebFS WebDataClone:Master</div><div>colocation website-with-ip inf: WebSite FAILOVER-ADDR</div><div>order WebFS-after-WebData inf: WebDataClone:promote WebFS:start</div><div>order WebSite-after-WebFS inf: WebFS WebSite</div><div>order apache-after-ip inf: FAILOVER-ADDR WebSite</div><div>property $id="cib-bootstrap-options" \</div><div>        dc-version="1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff" \</div><div>        cluster-infrastructure="openais" \</div><div>        expected-quorum-votes="2" \</div><div>        stonith-enabled="false" \</div><div>        no-quorum-policy="ignore"</div><div>op_defaults $id="op-options" \</div><div>        timeout="240s"</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Con <b>sudo crm_mon</b>:</div><div><br></div><div><br></div><div><div>Online: [ nodo1 nodo2 ]</div><div><br></div><div>FAILOVER-ADDR   (ocf::heartbeat:IPaddr2):       Started nodo1</div><div> Master/Slave Set: WebDataClone [WebData]</div><div>     Masters: [ nodo1 ]</div><div>     Slaves: [ nodo2 ]</div><div> Clone Set: dlm_clone [dlm]</div><div>     Started: [ nodo2 nodo1 ]</div></div><div><br></div><div><br></div><div>El <b>estado de DRBD</b> es:</div><div><br></div><div><div>Nodo 1</div><div> 1: cs:Connected ro:Primary/Secondary ds:UpToDate/UpToDate C r-----</div><div>    ns:264908 nr:0 dw:0 dr:267236 al:0 bm:19 lo:0 pe:0 ua:0 ap:0 ep:1 wo:f oos:0</div></div><div><br></div><div><br></div><div>Nodo 2</div><div><div>1: cs:Connected ro:Secondary/Primary ds:UpToDate/UpToDate C r-----</div><div>    ns:0 nr:264908 dw:264908 dr:0 al:0 bm:19 lo:0 pe:0 ua:0 ap:0 ep:1 wo:f oos:0</div></div><div><br></div><div><br></div><div>What is my error?</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 February 2015 at 16:02, 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">I'm using debian 7<br>
<br>
apt-cache show gfs-pcmk<br>
......<br>
This package contains the GFS module for pacemaker.<br>
.......<br>
<div><div class="h5"><br>
2015-02-10 8:55 GMT+01:00 José Luis Rodríguez Rodríguez <<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 until<br>
> 8.2.2 Create and Populate an GFS2 Partition.  When I try to mount the 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 created<br>
> by pacemaker (with the command crm configure primitive ...) doesn't 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>
</div></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>
<span class="HOEnZb"><font color="#888888"><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>
</font></span></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>