Pacemaker 1.1.6 is very, very old. If you can upgrade to Ubuntu 14.04 LTS you will get 1.1.10 (or newer). A *lot* changed in the meantime, plus a lot of bug fixes.

Can you upgrade?

If you still have trouble, please reply with your pacemaker configuration as well, and the 'drbdadm dump' output wouldn't hurt.

On 02/01/15 05:39 PM, raby wrote:
Hi i am following the cluster from scratch guide to set up an active
active drbd configuration. here is my configuration
Ubuntu 12 kernel 3.11.0-19-generic
pacemaker 1.1.6
corosync 1.4.2
cman 3.1.7
gfs2 3.1.3

I am trying to do
*mount /dev/drbd1*
and i get this message
/gfs_controld join connect error: Connection refused
error mounting lockproto lock_dlm/

here is the corosync configuration:
/# Please read the corosync.conf.5 manual page
compatibility: whitetank

totem {
     version: 2
     secauth: off
     threads: 0
     interface {

                 member {
                         memberaddr: 192.168.203.128
                 }
                 member {
                         memberaddr: 192.168.203.130
                 }


         ringnumber: 0
bindnetaddr: 192.168.203.0
mcastaddr: 239.255.1.1
mcastport: 4000
         ttl: 1
     }
}

logging {
     fileline: off
     to_stderr: no
     to_logfile: yes
     to_syslog: yes
     logfile: /var/log/cluster/corosync.log
     debug: off
     timestamp: on
     logger_subsys {
         subsys: AMF
         debug: off
     }
}

amf {
     mode: disabled
}


service {

  # Load the Pacemaker Cluster Resource Manager
  ver: 1
  name: pacemaker
  }
  aisexec {
  user: root
  group: root
  }/

The cluster.conf configuration
/<?xml version="1.0"?>
<cluster config_version="1" name="PcmkCluster">
     <logging debug="off"/>
     <clusternodes>
         <clusternode name="pcmk-1" nodeid="1">
             <fence>
                 <method name="pcmk-redirect">
                     <device name="pcmk" port="pcmk-1"/>
                 </method>
             </fence>
         </clusternode>
         <clusternode name="pcmk-2" nodeid="2">
             <fence>
                 <method name="pcmk-redirect">
                     <device name="pcmk" port="pcmk-2"/>
                 </method>
             </fence>
         </clusternode>
     </clusternodes>
     <fencedevices>
         <fencedevice name="pcmk" agent="fence_pcmk"/>
     </fencedevices>
</cluster>/

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.


_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org



--
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without access to education?

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to