Hi,
I have installed heartbeat-3.0.3-2.el5.x86_64.rpm and 
pacemaker-1.1.2-7.el6.x86_64.rpm on RHEL.
I have configured ha.cf ,authkeys and cib.xml as follows.
When I start heartbeart ,it will in turn start the crm as crm is configured in 
ha.cf file.
With this mail ha-log file is attached

I could not connect to CRM
[root@pcmk-1 crm]# crm configure show
Signon to CIB failed: connection failed
Init failed, could not perform requested operations
ERROR: cannot parse xml: no element found: line 1, column 0
ERROR: No CIB!

If I look into log the following message is found

Mar 09 17:49:25 pcmk-2 stonith-ng: [5328]: CRIT: get_cluster_type: This 
installation of Pacemaker does not support the '(null)' cluster infrastructure. 
 Terminating.

It was starting cib process
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Starting child client 
"/usr/lib64/heartbeat/cib" (495,489)
But after some time cib process quits
      Mar 09 17:49:26 pcmk-2 heartbeat: [5313]: WARN: Managed 
/usr/lib64/heartbeat/cib process 5326 exited with return code 100.

Can anyone tell me why cib process quits and "This installation of Pacemaker 
does not support the '(null)' cluster infrastructure.  Terminating." is being 
displayed

For more info look into ha.log file
ha.cf
logfile     /var/log/ha-log
logfacility local0
keepalive 2
deadtime 30
initdead 120
udpport     694
bcast eth0        # Linux
auto_failback on
node  pcmk-1      pcmk-2
crm respawn
authkeys
auth 2
2 sha1 test-ha
cib.xml
<cib>
   <configuration>
     <crm_config>
       <cluster_property_set id="cib-bootstrap-options">
         <attributes/>
       </cluster_property_set>
     </crm_config>
     <nodes>
       <node uname="pcmk-1" type="normal"
             id="f11899c3-ed6e-4e63-abae-b9af90c62283"/>
       <node uname="pcmk-2" type="normal"
             id="663bae4d-44a0-407f-ac14-389150407159"/>
     </nodes>
     <resources/>
     <constraints/>
   </configuration>
</cib>
ha-log
--------
Mar 09 17:47:25 pcmk-2 heartbeat: [5311]: info: Version 2 support: respawn
Mar 09 17:47:25 pcmk-2 heartbeat: [5311]: WARN: File /etc/ha.d//haresources 
exists.
Mar 09 17:47:25 pcmk-2 heartbeat: [5311]: WARN: This file is not used because 
crm is enabled
Mar 09 17:47:25 pcmk-2 heartbeat: [5311]: WARN: Logging daemon is disabled 
--enabling logging daemon is recommended
Mar 09 17:47:25 pcmk-2 heartbeat: [5311]: info: **************************
Mar 09 17:47:25 pcmk-2 heartbeat: [5311]: info: Configuration validated. 
Starting heartbeat 3.0.2
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: heartbeat: version 3.0.2
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: Heartbeat generation: 1299567998
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: glib: UDP Broadcast heartbeat 
started on port 694 (694) interface eth0
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: glib: UDP Broadcast heartbeat 
closed on port 694 interface eth0 - Status: 1
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: G_main_add_TriggerHandler: 
Added signal manual handler
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: G_main_add_TriggerHandler: 
Added signal manual handler
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: G_main_add_SignalHandler: Added 
signal handler for signal 17
Mar 09 17:47:25 pcmk-2 heartbeat: [5313]: info: Local status now set to: 'up'
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: WARN: node pcmk-1: is dead
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Comm_now_up(): updating status 
to active
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Local status now set to: 
'active'
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Starting child client 
"/usr/lib64/heartbeat/ccm" (495,489)
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Starting child client 
"/usr/lib64/heartbeat/cib" (495,489)
Mar 09 17:49:25 pcmk-2 heartbeat: [5325]: info: Starting 
"/usr/lib64/heartbeat/ccm" as uid 495  gid 489 (pid 5325)
Mar 09 17:49:25 pcmk-2 heartbeat: [5326]: info: Starting 
"/usr/lib64/heartbeat/cib" as uid 495  gid 489 (pid 5326)
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Starting child client 
"/usr/lib64/heartbeat/lrmd -r" (0,0)
Mar 09 17:49:25 pcmk-2 heartbeat: [5327]: info: Starting 
"/usr/lib64/heartbeat/lrmd -r" as uid 0  gid 0 (pid 5327)
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Starting child client 
"/usr/lib64/heartbeat/stonithd" (0,0)
Mar 09 17:49:25 pcmk-2 heartbeat: [5328]: info: Starting 
"/usr/lib64/heartbeat/stonithd" as uid 0  gid 0 (pid 5328)
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Starting child client 
"/usr/lib64/heartbeat/attrd" (495,489)
Mar 09 17:49:25 pcmk-2 heartbeat: [5329]: info: Starting 
"/usr/lib64/heartbeat/attrd" as uid 495  gid 489 (pid 5329)
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: info: Starting child client 
"/usr/lib64/heartbeat/crmd" (495,489)
Mar 09 17:49:25 pcmk-2 heartbeat: [5330]: info: Starting 
"/usr/lib64/heartbeat/crmd" as uid 495  gid 489 (pid 5330)
Mar 09 17:49:25 pcmk-2 lrmd: [5327]: info: G_main_add_SignalHandler: Added 
signal handler for signal 15
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: Invoked: /usr/lib64/heartbeat/cib
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: crm_log_init_worker: Changed active 
directory to /var/lib/heartbeat/cores/hacluster
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: G_main_add_TriggerHandler: Added 
signal manual handler
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: G_main_add_SignalHandler: Added 
signal handler for signal 17
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: retrieveCib: Reading cluster 
configuration from: /var/lib/heartbeat/crm/cib.xml (digest: 
/var/lib/heartbeat/crm/cib.xml.sig)
Mar 09 17:49:25 pcmk-2 stonith-ng: [5328]: info: Invoked: 
/usr/lib64/heartbeat/stonithd
Mar 09 17:49:25 pcmk-2 cib: [5326]: WARN: validate_cib_digest: No on-disk 
digest present
Mar 09 17:49:25 pcmk-2 stonith-ng: [5328]: info: crm_log_init_worker: Changed 
active directory to /var/lib/heartbeat/cores/root
Mar 09 17:49:25 pcmk-2 stonith-ng: [5328]: info: G_main_add_SignalHandler: 
Added signal handler for signal 17
Mar 09 17:49:25 pcmk-2 stonith-ng: [5328]: CRIT: get_cluster_type: This 
installation of Pacemaker does not support the '(null)' cluster infrastructure. 
 Terminating.
Mar 09 17:49:25 pcmk-2 attrd: [5329]: info: Invoked: /usr/lib64/heartbeat/attrd
Mar 09 17:49:25 pcmk-2 lrmd: [5327]: info: G_main_add_SignalHandler: Added 
signal handler for signal 17
Mar 09 17:49:25 pcmk-2 lrmd: [5327]: info: enabling coredumps
Mar 09 17:49:25 pcmk-2 crmd: [5330]: info: Invoked: /usr/lib64/heartbeat/crmd
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: WARN: Managed 
/usr/lib64/heartbeat/stonithd process 5328 exited with return code 100.
Mar 09 17:49:25 pcmk-2 lrmd: [5327]: info: G_main_add_SignalHandler: Added 
signal handler for signal 10
Mar 09 17:49:25 pcmk-2 attrd: [5329]: info: crm_log_init_worker: Changed active 
directory to /var/lib/heartbeat/cores/hacluster
Mar 09 17:49:25 pcmk-2 lrmd: [5327]: info: G_main_add_SignalHandler: Added 
signal handler for signal 12
Mar 09 17:49:25 pcmk-2 lrmd: [5327]: info: Started.
Mar 09 17:49:25 pcmk-2 attrd: [5329]: info: main: Starting up
Mar 09 17:49:25 pcmk-2 attrd: [5329]: CRIT: get_cluster_type: This installation 
of Pacemaker does not support the '(null)' cluster infrastructure.  Terminating.
Mar 09 17:49:25 pcmk-2 crmd: [5330]: info: crm_log_init_worker: Changed active 
directory to /var/lib/heartbeat/cores/hacluster
Mar 09 17:49:25 pcmk-2 crmd: [5330]: info: main: CRM Hg Version: 
f059ec7ced7a86f18e5490b67ebf4a0b963bccfe

Mar 09 17:49:25 pcmk-2 crmd: [5330]: info: crmd_init: Starting crmd
Mar 09 17:49:25 pcmk-2 heartbeat: [5313]: WARN: Managed 
/usr/lib64/heartbeat/attrd process 5329 exited with return code 100.
Mar 09 17:49:25 pcmk-2 ccm: [5325]: info: Hostname: pcmk-2
Mar 09 17:49:25 pcmk-2 crmd: [5330]: info: G_main_add_SignalHandler: Added 
signal handler for signal 17
Mar 09 17:49:25 pcmk-2 cib: [5326]: WARN: validate_cib_digest: No on-disk 
digest present
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: write_cib_contents: Archived previous 
version as /var/lib/heartbeat/crm/cib-0.raw
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: write_cib_contents: Wrote version 
0.0.0 of the CIB to disk (digest: 026c9030bf450d579f5a264c25c95a8a)
Mar 09 17:49:25 pcmk-2 cib: [5326]: info: retrieveCib: Reading cluster 
configuration from: /var/lib/heartbeat/crm/cib.H3Ia1s (digest: 
/var/lib/heartbeat/crm/cib.jk4ORH)
Mar 09 17:49:26 pcmk-2 cib: [5326]: info: startCib: CIB Initialization 
completed successfully
Mar 09 17:49:26 pcmk-2 cib: [5326]: CRIT: get_cluster_type: This installation 
of Pacemaker does not support the '(null)' cluster infrastructure.  Terminating.
Mar 09 17:49:26 pcmk-2 heartbeat: [5313]: WARN: Managed 
/usr/lib64/heartbeat/cib process 5326 exited with return code 100.
Mar 09 17:49:26 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:26 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 1 times... pause and retry
Mar 09 17:49:26 pcmk-2 crmd: [5330]: info: crmd_init: Starting crmd's mainloop
Mar 09 17:49:28 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:29 pcmk-2 ccm: [5325]: info: Break tie for 2 nodes cluster
Mar 09 17:49:29 pcmk-2 ccm: [5325]: info: G_main_add_SignalHandler: Added 
signal handler for signal 15
Mar 09 17:49:29 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:29 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 2 times... pause and retry
Mar 09 17:49:31 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:32 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:32 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 3 times... pause and retry
Mar 09 17:49:34 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:35 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:35 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 4 times... pause and retry
Mar 09 17:49:37 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:38 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:38 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 5 times... pause and retry
Mar 09 17:49:40 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:41 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:41 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 6 times... pause and retry
Mar 09 17:49:43 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:44 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:44 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 7 times... pause and retry
Mar 09 17:49:46 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:47 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:47 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 8 times... pause and retry
Mar 09 17:49:49 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:50 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:50 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 9 times... pause and retry
Mar 09 17:49:52 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:53 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:53 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 10 times... pause and retry
Mar 09 17:49:55 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:56 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:56 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 11 times... pause and retry
Mar 09 17:49:58 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:49:59 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:49:59 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 12 times... pause and retry
Mar 09 17:50:01 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:02 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:02 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 13 times... pause and retry
Mar 09 17:50:04 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:05 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:05 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 14 times... pause and retry
Mar 09 17:50:07 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:08 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:08 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 15 times... pause and retry
Mar 09 17:50:10 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:11 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:11 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 16 times... pause and retry
Mar 09 17:50:13 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:14 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:14 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 17 times... pause and retry
Mar 09 17:50:16 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:17 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:17 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 18 times... pause and retry
Mar 09 17:50:19 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:20 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:20 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 19 times... pause and retry
Mar 09 17:50:22 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:23 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:23 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 20 times... pause and retry
Mar 09 17:50:25 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:26 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:26 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 21 times... pause and retry
Mar 09 17:50:28 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:29 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:29 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 22 times... pause and retry
Mar 09 17:50:31 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:32 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:32 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 23 times... pause and retry
Mar 09 17:50:34 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:35 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:35 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 24 times... pause and retry
Mar 09 17:50:37 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:38 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:38 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 25 times... pause and retry
Mar 09 17:50:40 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:41 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:41 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 26 times... pause and retry
Mar 09 17:50:43 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:44 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:44 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 27 times... pause and retry
Mar 09 17:50:46 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:47 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:47 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 28 times... pause and retry
Mar 09 17:50:49 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:50 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:50 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 29 times... pause and retry
Mar 09 17:50:52 pcmk-2 crmd: [5330]: info: crm_timer_popped: Wait Timer 
(I_NULL) just popped!
Mar 09 17:50:53 pcmk-2 crmd: [5330]: info: do_cib_control: Could not connect to 
the CIB service: connection failed
Mar 09 17:50:53 pcmk-2 crmd: [5330]: WARN: do_cib_control: Couldn't complete 
CIB registration 30 times... pause and retry
Mar 09 17:50:53 pcmk-2 crmd: [5330]: ERROR: do_cib_control: Could not complete 
CIB registration  30 times... hard error
Mar 09 17:50:53 pcmk-2 crmd: [5330]: ERROR: do_log: FSA: Input I_ERROR from 
do_cib_control() received in state S_STARTING
Mar 09 17:50:53 pcmk-2 crmd: [5330]: info: do_state_transition: State 
transition S_STARTING -> S_RECOVERY [ input=I_ERROR cause=C_FSA_INTERNAL 
origin=do_cib_control ]
Mar 09 17:50:53 pcmk-2 crmd: [5330]: ERROR: do_recover: Action A_RECOVER 
(0000000001000000) not supported
Mar 09 17:50:53 pcmk-2 crmd: [5330]: CRIT: get_cluster_type: This installation 
of Pacemaker does not support the '(null)' cluster infrastructure.  Terminating.
Mar 09 17:50:53 pcmk-2 heartbeat: [5313]: WARN: Managed 
/usr/lib64/heartbeat/crmd process 5330 exited with return code 100.
Best Regards,
Tiruvenkatasamy B

________________________________
::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to