hi!

I need help into my corosync and pacemaker configuration. Corosync is
supposed to be starting pacemaker by itself but its not what's happening
whenever I start Corosync. Process shows:

ps -fax| grep corosync

 9032 ?        Ssl    0:00 corosync

my Corosync configuration (/etc/corosync/corosync.conf)

****************************************************************
totem {
        version: 2
        secauth: on
        threads: 0
        rrp_mode: none
        vsftype: none
        max_messages: 20
        clear_node_high_bit: yes
        token: 3000
        token_retransmits_before_loss_const: 10
        join: 60
        consensus: 4320
        interface {
                ringnumber: 0
bindnetaddr: 10.110.10.0
mcastaddr: 226.94.1.1
mcastport: 4000
        }
}

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
}
aisexec {
user: root
group: root
}
# Load the Pacemaker Cluster Resource Manager
name: pacemaker
ver: 0
}

***************************************************************************

So I needed to start pacemaker by itself and process shows:

 8876 pts/1    S      0:00 pacemakerd
 8882 ?        Ss     0:00  \_ /usr/lib64/heartbeat/lrmd
 8884 ?        Ss     0:00  \_ /usr/lib64/heartbeat/pengine
 9019 ?        Ss     0:00  \_ /usr/lib64/heartbeat/cib
 9020 ?        Ss     0:00  \_ /usr/lib64/heartbeat/stonithd
 9021 ?        Ss     0:00  \_ /usr/lib64/heartbeat/attrd
 9022 ?        Ss     0:00  \_ /usr/lib64/heartbeat/crmd

But whenever I add configuration into crm, error always says:

Call cib_replace failed (-41): Remote node did not respond
<null>
ERROR: could not replace cib

Also  crm isn't showing the nodes:

# crm_mon -1
============
Last updated: Fri Feb  4 15:19:13 2011
Current DC: NONE
0 Nodes configured, unknown expected votes
0 Resources configured.
============


Here are the versions of my packages:

heartbeat-libs-3.0.0-0.7.0daab7da36a8.hg.fc13.x86_64
heartbeat-3.0.0-0.7.0daab7da36a8.hg.fc13.x86_64
pacemaker-libs-1.1.4-5.fc13.x86_64
pacemaker-1.1.4-5.fc13.x86_64
corosync-1.3.0-1.fc13.x86_64
corosynclib-1.3.0-1.fc13.x86_64


Please help!

Thanks!

Oliver
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to