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