I'd like to configure pacemaker to use corosync without the openais package. We have our own custom Linux distro, so I'm trying to compile:
Pacemaker-1-0-Pacemaker-1.0.9.tar.bz2 Reusable-Cluster-Components-8286b46c91e3.tar.bz2 corosync-1.2.7.tar.gz The relevent options seem to be: - configure options for pacemaker: --without-heartbeat-support --with-ais checking corosync/coroipcc.h usability... yes checking corosync/coroipcc.h presence... yes checking for corosync/coroipcc.h... yes checking for OpenAIS branch... corosync checking for coroipcc_msg_send_reply_receive in -lcoroipcc... yes checking for supported stacks... corosync Features = ncurses corosync snmp Stack Libraries = -lcoroipcc - corosync.conf: compatibility: none corosync [MAIN ] Compatibility mode set to none. Using V2 of the synchronization engine. However, cib won't start. When I start it by hand I get: -bash-3.00# /usr/lib64/heartbeat/cib cib[27290]: 2010/08/02_16:56:45 info: G_main_add_TriggerHandler: Added signal manual handler cib[27290]: 2010/08/02_16:56:45 info: G_main_add_SignalHandler: Added signal handler for signal 17 cib[27290]: 2010/08/02_16:56:45 info: retrieveCib: Reading cluster configuration from: /ddr/var/lib/heartbeat/crm/cib.xml (digest: /ddr/var/lib/heartbeat/crm/cib.xml.sig) cib[27290]: 2010/08/02_16:56:45 info: startCib: CIB Initialization completed successfully cib[27290]: 2010/08/02_16:56:45 info: crm_cluster_connect: Unsupported cluster stack: (null) cib[27290]: 2010/08/02_16:56:45 CRIT: cib_init: Cannot sign in to the cluster... terminating Please advise.
_______________________________________________ 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://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker