<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hi i am following the cluster from scratch guide to set up an active active drbd configuration. here is my configuration<br></div>Ubuntu 12 kernel 3.11.0-19-generic<br></div>pacemaker 1.1.6<br></div>corosync 1.4.2<br></div>cman 3.1.7<br></div>gfs2 3.1.3<br><br></div>I am trying to do <br></div><b>mount /dev/drbd1</b><br></div>and i get this message<br><i>gfs_controld join connect error: Connection refused<br>error mounting lockproto lock_dlm</i><br><br></div>here is the corosync configuration:<br><i># Please read the corosync.conf.5 manual page<br>compatibility: whitetank<br><br>totem {<br>    version: 2<br>    secauth: off<br>    threads: 0<br>    interface {<br><br>                member {<br>                        memberaddr: 192.168.203.128<br>                }<br>                member {<br>                        memberaddr: 192.168.203.130<br>                }<br><br><br>        ringnumber: 0<br>bindnetaddr: 192.168.203.0<br>mcastaddr: 239.255.1.1<br>mcastport: 4000<br>        ttl: 1<br>    }<br>}<br><br>logging {<br>    fileline: off<br>    to_stderr: no<br>    to_logfile: yes<br>    to_syslog: yes<br>    logfile: /var/log/cluster/corosync.log<br>    debug: off<br>    timestamp: on<br>    logger_subsys {<br>        subsys: AMF<br>        debug: off<br>    }<br>}<br><br>amf {<br>    mode: disabled<br>}<br><br><br>service {<br><br> # Load the Pacemaker Cluster Resource Manager<br> ver: 1<br> name: pacemaker<br> }<br> aisexec {<br> user: root<br> group: root<br> }</i><br><br></div>The cluster.conf configuration<br><i>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;cluster config_version=&quot;1&quot; name=&quot;PcmkCluster&quot;&gt;<br>    &lt;logging debug=&quot;off&quot;/&gt;<br>    &lt;clusternodes&gt;<br>        &lt;clusternode name=&quot;pcmk-1&quot; nodeid=&quot;1&quot;&gt;<br>            &lt;fence&gt;<br>                &lt;method name=&quot;pcmk-redirect&quot;&gt;<br>                    &lt;device name=&quot;pcmk&quot; port=&quot;pcmk-1&quot;/&gt;<br>                &lt;/method&gt;<br>            &lt;/fence&gt;<br>        &lt;/clusternode&gt;<br>        &lt;clusternode name=&quot;pcmk-2&quot; nodeid=&quot;2&quot;&gt;<br>            &lt;fence&gt;<br>                &lt;method name=&quot;pcmk-redirect&quot;&gt;<br>                    &lt;device name=&quot;pcmk&quot; port=&quot;pcmk-2&quot;/&gt;<br>                &lt;/method&gt;<br>            &lt;/fence&gt;<br>        &lt;/clusternode&gt;<br>    &lt;/clusternodes&gt;<br>    &lt;fencedevices&gt;<br>        &lt;fencedevice name=&quot;pcmk&quot; agent=&quot;fence_pcmk&quot;/&gt;<br>    &lt;/fencedevices&gt;<br>&lt;/cluster&gt;</i><br><br></div>On the previous threads i have seen that you have to check how dlm is managed but i have no idea how to check that, ant help ? thanks.</div>