Hi, On Tue, Jun 16, 2009 at 10:07:15AM +0200, Andre S?hnle wrote: > Hi there, > > prerecord I am a beginer in Linux-Ha, so I appel for your comprehension > First some technical information about my test configuration: > > > PC204: 192.168.0.204 (OpenSuse11.1) > > PC207: 192.168.0.207 (OpenSuse11.1) > > > If I start heartbeat on the machines I get errors in the /var/log/messages: > > > Jun 15 15:01:35 pc204 kernel: [drm] Initialized i915 1.6.0 20060119 on > minor 0 > Jun 15 15:01:35 pc204 kernel: [drm:i915_getparam] *ERROR* Unknown > parameter 5 > Jun 15 15:01:36 pc204 kernel: [drm:i915_getparam] *ERROR* Unknown > parameter 5
This has nothing to do with heartbeat. > and > > > Jun 15 15:03:19 pc204 heartbeat: [3436]: WARN: Managed > /usr/lib/heartbeat/stonithd process 3446 exited with return code 100. > Jun 15 15:03:19 pc204 cib: [3444]: info: startCib: CIB Initialization > completed successfully > Jun 15 15:03:19 pc204 cib: [3444]: CRIT: cib_init: Cannot sign in to the > cluster... terminating > Jun 15 15:03:19 pc204 heartbeat: [3436]: WARN: Managed > /usr/lib/heartbeat/cib process 3444 exited with return code 100. > Jun 15 15:03:19 pc204 heartbeat: [3436]: EMERG: Rebooting system. > Reason: /usr/lib/heartbeat/cib > > > > After that my system is going down :-( cib is a critical process which cannot start and that makes heartbeat reboot (failfast). You could replace 'crm on' with 'crm respawn' to disable failfast. It's not clear why cib and stonithd are failing. Some permission problem? Perhaps you can verify the packages. > Here the main configuration files: > > ha.cf: > > debugfile /var/log/ha-debug > logfile /var/log/ha-log > logfacility local0 > use_logd yes > deadtime 15 > bcast eth1 > auto_failback off > node pc204 207 > crm on > #udpport 694 > #ping 192.168.0.210 > > > haresources: > > pc204 192.168.0.210 apache You can use either CRM or haresources. In the latter case, remove the 'crm on' line from ha.cf. Thanks, Dejan > authkeys > > auth 1 > 1 sha1 geheim > > > Here the messages when I start heartbeat: > > pc207:/etc/ha.d # /etc/init.d/heartbeat start > Starting High-Availability services2009/06/16_10:04:51 INFO: Resource > is stopped > heartbeat[6951]: 2009/06/16_10:04:51 info: Enabling logging daemon > heartbeat[6951]: 2009/06/16_10:04:51 info: logfile and debug file are > those specified in logd config file (default /etc/logd.cf) > heartbeat[6951]: 2009/06/16_10:04:51 info: Version 2 support: on > heartbeat[6951]: 2009/06/16_10:04:51 WARN: File /etc/ha.d/haresources > exists. > heartbeat[6951]: 2009/06/16_10:04:51 WARN: This file is not used because > crm is enabled > heartbeat[6951]: 2009/06/16_10:04:51 WARN: Core dumps could be lost if > multiple dumps occur. > heartbeat[6951]: 2009/06/16_10:04:51 WARN: Consider setting non-default > value in /proc/sys/kernel/core_pattern (or equivalent) for maximum > supportability > heartbeat[6951]: 2009/06/16_10:04:51 WARN: Consider setting > /proc/sys/kernel/core_uses_pid (or equivalent) to 1 for maximum > supportability > heartbeat[6951]: 2009/06/16_10:04:52 WARN: logd is enabled but > logfile/debugfile/logfacility is still configured in ha.cf > heartbeat[6951]: 2009/06/16_10:04:52 info: ************************** > heartbeat[6951]: 2009/06/16_10:04:52 info: Configuration validated. > Starting heartbeat 2.99.3 > > > done > > > Thanks a lot and many greets from south germany > > > Andr? > > <http://dict.leo.org/ende?lp=ende&p=thMx..&search=comprehension> > > -- > Mit freundlichen Gr??en, > > i.A. Andr? S?hnle > > ******************************************* > in-put GbR - Das Linux-Systemhaus > Moltkestrasse 49 D-76133 Karlsruhe > Tel./Fax : +49 (0)721 / 83044 - 99/93 > http://www.in-put.de > ******************************************* > Schulungen Installationen > Beratung Support > Voice-over-IP-Loesungen > ******************************************* > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
