[ClusterLabs] "0 Nodes configured" in crm_mon
    Stanislav Kopp 
    staskopp at gmail.com
       
    Mon Aug 24 15:45:26 UTC 2015
    
    
  
Hi all,
I'm trying to run corosync2 + pacemaker setup on Debian Jessie (only
for testing purpose), I've successfully compiled all components using
this guide: http://clusterlabs.org/wiki/Compiling_on_Debian
Unfortunately, if I run "crm_mon" I don't see any nodes.
#######################################
Last updated: Mon Aug 24 17:36:00 2015
Last change: Mon Aug 24 17:17:42 2015
Current DC: NONE
0 Nodes configured
0 Resources configured
########################################
I don't see any errors in corosync log either: http://pastebin.com/bJX66B9e
This is my corosync.conf
###############################################
# Please read the corosync.conf.5 manual page
totem {
        version: 2
        crypto_cipher: none
        crypto_hash: none
        interface {
                ringnumber: 0
                bindnetaddr: 192.168.122.0
                mcastport: 5405
                ttl: 1
        }
        transport: udpu
}
logging {
        fileline: off
        to_logfile: yes
        to_syslog: no
        logfile: /var/log/cluster/corosync.log
        debug: off
        timestamp: on
        logger_subsys {
                subsys: QUORUM
                debug: off
        }
}
nodelist {
        node {
                ring0_addr: 192.168.122.172
                #nodeid: 1
        }
        node {
                ring0_addr: 192.168.122.113
                #nodeid: 2
        }
}
quorum {
        # Enable and configure quorum subsystem (default: off)
        # see also corosync.conf.5 and votequorum.5
        #provider: corosync_votequorum
}
####################################
used components:
pacemaker: 1.1.12
corosync: 2.3.5
libqb: 0.17.1
Did I miss something?
Thanks!
Stan
    
    
More information about the Users
mailing list