
ehlers at clinresearch
Jul 1, 2008, 7:25 AM
Post #1 of 1
(102 views)
Permalink
|
|
AW: Problem with an simple passive/active apache configuration PARTLY FIXED
|
|
I partly fixed this problem I think. The path in the HTTPDLIST variable was not pointing to /opt/apache2/bin/httpd correctly. But now still even if I run the script from the console I get the following error: 2008/07/01_16:24:36 INFO: apache not running 2008/07/01_16:24:37 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:38 INFO: apache not running 2008/07/01_16:24:38 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:39 INFO: apache not running 2008/07/01_16:24:39 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:40 INFO: apache not running 2008/07/01_16:24:40 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:41 INFO: apache not running 2008/07/01_16:24:41 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:42 INFO: apache not running 2008/07/01_16:24:42 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:43 INFO: apache not running 2008/07/01_16:24:43 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:44 INFO: apache not running 2008/07/01_16:24:44 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up 2008/07/01_16:24:45 INFO: apache not running 2008/07/01_16:24:45 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up But it actually starts apache correctly? Can somebody help? thanks kolja attrd[16702]: 2008/07/01_15:52:09 info: main: Starting mainloop... -----Ursprüngliche Nachricht----- Von: Ehlers, Kolja [mailto:ehlers[at]clinresearch.com] Gesendet: Dienstag, 1. Juli 2008 15:35 An: linux-ha[at]lists.linux-ha.org Betreff: Problem with an simple passive/active apache configuration Hi all, I have been trying to get this cluster running for some time now. I really hope you can help me out here. I have to mention that I do not have installed Apache2 to the standard direcotry but to /opt/apache2. I do not want/can change that. Also I do not have X Window installed so i cant use the hb_gui. So what I did is I used the python script to generate the cib.xml and added the "configfile" attirbute to the apache primitive manually. My haresources.tmo only had "www1test 192.168.11.25 apache" in it. this is my cib.xml: <cib admin_epoch="0" epoch="7" num_updates="3" generated="true" have_quorum="true" ignore_dtd="false" num_peers="2" cib_feature_revision="2.0" crm_feature_set="2.0" cib-last-written="Tue Jul 1 14:35:01 2008" ccm_transition="2" dc_uuid="5e0f97b7-6780-4487-baf9-6c36500b1276"> <configuration> <crm_config> <cluster_property_set id="cib-bootstrap-options"> <attributes> <nvpair id="cib-bootstrap-options-symmetric-cluster" name="symmetric-cluster" value="true"/> <nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="stop"/> <nvpair id="cib-bootstrap-options-default-resource-stickiness" name="default-resource-stickiness" value="0"/> <nvpair id="cib-bootstrap-options-default-resource-failure-stickiness" name="default-resource-failure-stickiness" value="0"/> <nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="false"/> <nvpair id="cib-bootstrap-options-stonith-action" name="stonith-action" value="reboot"/> <nvpair id="cib-bootstrap-options-startup-fencing" name="startup-fencing" value="true"/> <nvpair id="cib-bootstrap-options-stop-orphan-resources" name="stop-orphan-resources" value="true"/> <nvpair id="cib-bootstrap-options-stop-orphan-actions" name="stop-orphan-actions" value="true"/> <nvpair id="cib-bootstrap-options-remove-after-stop" name="remove-after-stop" value="false"/> <nvpair id="cib-bootstrap-options-short-resource-names" name="short-resource-names" value="true"/> <nvpair id="cib-bootstrap-options-transition-idle-timeout" name="transition-idle-timeout" value="5min"/> <nvpair id="cib-bootstrap-options-default-action-timeout" name="default-action-timeout" value="20s"/> <nvpair id="cib-bootstrap-options-is-managed-default" name="is-managed-default" value="true"/> <nvpair id="cib-bootstrap-options-cluster-delay" name="cluster-delay" value="60s"/> <nvpair id="cib-bootstrap-options-pe-error-series-max" name="pe-error-series-max" value="-1"/> <nvpair id="cib-bootstrap-options-pe-warn-series-max" name="pe-warn-series-max" value="-1"/> <nvpair id="cib-bootstrap-options-pe-input-series-max" name="pe-input-series-max" value="-1"/> <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="2.1.3-node: a3184d5240c6e7032aef9cce6e5b7752ded544b3"/> </attributes> </cluster_property_set> </crm_config> <nodes> <node id="5e0f97b7-6780-4487-baf9-6c36500b1276" uname="www2test" type="normal"/> <node id="3a325e23-2184-46ed-9e88-42a11f28c2be" uname="www1test" type="normal"/> </nodes> <resources> <group id="group_1"> <primitive class="ocf" id="IPaddr_192_168_11_25" provider="heartbeat" type="IPaddr"> <operations> <op id="IPaddr_192_168_11_25_mon" interval="5s" name="monitor" timeout="5s"/> </operations> <instance_attributes id="IPaddr_192_168_11_25_inst_attr"> <attributes> <nvpair id="IPaddr_192_168_11_25_attr_0" name="ip" value="192.168.11.25"/> </attributes> </instance_attributes> </primitive> <primitive class="ocf" id="apache_2" provider="heartbeat" type="apache"> <operations> <op id="apache_2_mon" interval="5s" name="monitor" timeout="10s"/> </operations> <instance_attributes id="apache_2_inst_attr"> <attributes> <nvpair id="apache_2_attr_0" name="configfile" value="/opt/apache2/conf/httpd.conf"/> </attributes> </instance_attributes> </primitive> </group> </resources> <constraints> <rsc_location id="rsc_location_group_1" rsc="group_1"> <rule id="prefered_location_group_1" score="100"> <expression attribute="#uname" id="prefered_location_group_1_expr" operation="eq" value="www1test"/> </rule> </rsc_location> </constraints> </configuration> </cib> I then copyed the apache start script to /usr/sbin/apache so its found by the /usr/lib/ocf/resource.d/heartbeat/apache script in the HTTPDLIST variable. But the problem still remains that Heartbeat is not starting up apache. The error message says: crmd[530]: 2008/07/01_14:35:17 info: do_lrm_rsc_op: Performing op=apache_2_start_0 key=8:2:60a99fed-2d52-47a6-9d43-4cc6384149e2) lrmd[527]: 2008/07/01_14:35:17 info: rsc:apache_2: start ... apache[722]: 2008/07/01_14:35:17 ERROR: Usage: /usr/sbin/apache {start|stop|status|try-restart|restart|force-reload|reload|probe} apache[722]: 2008/07/01_14:35:18 INFO: apache not running apache[722]: 2008/07/01_14:35:18 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up Should /usr/lib/ocf/resource.d/heartbeat/apache not automatically start apache with start? Also it takes a long time for heartbeat to finally try to run apache. Almost 2 minutes it only says: ============ Last updated: Tue Jul 1 15:31:13 2008 Current DC: NONE 2 Nodes configured. 1 Resources configured. ============ Node: www2test (5e0f97b7-6780-4487-baf9-6c36500b1276): OFFLINE Node: www1test (3a325e23-2184-46ed-9e88-42a11f28c2be): OFFLINE until it finally says: ============ Last updated: Tue Jul 1 15:33:42 2008 Current DC: www2test (5e0f97b7-6780-4487-baf9-6c36500b1276) 2 Nodes configured. 1 Resources configured. ============ Node: www2test (5e0f97b7-6780-4487-baf9-6c36500b1276): online Node: www1test (3a325e23-2184-46ed-9e88-42a11f28c2be): online Resource Group: group_1 IPaddr_192_168_11_25 (ocf::heartbeat:IPaddr): Started www1test apache_2 (ocf::heartbeat:apache): Stopped here is the complete log: heartbeat[13697]: 2008/07/01_15:31:05 WARN: Logging daemon is disabled --enabling logging daemon is recommended heartbeat[13697]: 2008/07/01_15:31:05 info: Version 2 support: on heartbeat[13697]: 2008/07/01_15:31:05 WARN: Core dumps could be lost if multiple dumps occur. heartbeat[13697]: 2008/07/01_15:31:05 WARN: Consider setting non-default value in /proc/sys/kernel/core_pattern (or equivalent) for maximum supportability heartbeat[13697]: 2008/07/01_15:31:05 WARN: Consider setting /proc/sys/kernel/core_uses_pid (or equivalent) to 1 for maximum supportability heartbeat[13697]: 2008/07/01_15:31:05 WARN: Logging daemon is disabled --enabling logging daemon is recommended heartbeat[13697]: 2008/07/01_15:31:05 info: ************************** heartbeat[13697]: 2008/07/01_15:31:05 info: Configuration validated. Starting heartbeat 2.1.3 heartbeat[13698]: 2008/07/01_15:31:05 info: heartbeat: version 2.1.3 heartbeat[13698]: 2008/07/01_15:31:05 info: Heartbeat generation: 1214564236 heartbeat[13698]: 2008/07/01_15:31:05 info: glib: UDP Broadcast heartbeat started on port 694 (694) interface eth1 heartbeat[13698]: 2008/07/01_15:31:05 info: glib: UDP Broadcast heartbeat closed on port 694 interface eth1 - Status: 1 heartbeat[13698]: 2008/07/01_15:31:05 info: G_main_add_TriggerHandler: Added signal manual handler heartbeat[13698]: 2008/07/01_15:31:05 info: G_main_add_TriggerHandler: Added signal manual handler heartbeat[13698]: 2008/07/01_15:31:05 info: G_main_add_SignalHandler: Added signal handler for signal 17 heartbeat[13698]: 2008/07/01_15:31:05 info: Local status now set to: 'up' heartbeat[13698]: 2008/07/01_15:31:06 info: Link www1test:eth1 up. heartbeat[13698]: 2008/07/01_15:31:09 info: Link www2test:eth1 up. heartbeat[13698]: 2008/07/01_15:31:09 info: Status update for node www2test: status up heartbeat[13698]: 2008/07/01_15:31:09 debug: get_delnodelist: delnodelist= heartbeat[13698]: 2008/07/01_15:31:09 info: Comm_now_up(): updating status to active heartbeat[13698]: 2008/07/01_15:31:09 info: Local status now set to: 'active' heartbeat[13698]: 2008/07/01_15:31:09 info: Starting child client "/usr/lib/heartbeat/ccm" (90,90) heartbeat[13698]: 2008/07/01_15:31:09 info: Starting child client "/usr/lib/heartbeat/cib" (90,90) heartbeat[13698]: 2008/07/01_15:31:09 info: Starting child client "/usr/lib/heartbeat/lrmd -r" (0,0) heartbeat[13698]: 2008/07/01_15:31:09 info: Starting child client "/usr/lib/heartbeat/stonithd" (0,0) heartbeat[13698]: 2008/07/01_15:31:09 info: Starting child client "/usr/lib/heartbeat/attrd" (90,90) heartbeat[13698]: 2008/07/01_15:31:10 info: Starting child client "/usr/lib/heartbeat/crmd" (90,90) heartbeat[13698]: 2008/07/01_15:31:10 info: Starting child client "/usr/lib/heartbeat/mgmtd -v" (0,0) heartbeat[13698]: 2008/07/01_15:31:10 info: Status update for node www2test: status active heartbeat[13705]: 2008/07/01_15:31:10 info: Starting "/usr/lib/heartbeat/ccm" as uid 90 gid 90 (pid 13705) heartbeat[13706]: 2008/07/01_15:31:10 info: Starting "/usr/lib/heartbeat/cib" as uid 90 gid 90 (pid 13706) heartbeat[13707]: 2008/07/01_15:31:10 info: Starting "/usr/lib/heartbeat/lrmd -r" as uid 0 gid 0 (pid 13707) heartbeat[13709]: 2008/07/01_15:31:10 info: Starting "/usr/lib/heartbeat/attrd" as uid 90 gid 90 (pid 13709) heartbeat[13710]: 2008/07/01_15:31:10 info: Starting "/usr/lib/heartbeat/crmd" as uid 90 gid 90 (pid 13710) heartbeat[13711]: 2008/07/01_15:31:10 info: Starting "/usr/lib/heartbeat/mgmtd -v" as uid 0 gid 0 (pid 13711) heartbeat[13708]: 2008/07/01_15:31:10 info: Starting "/usr/lib/heartbeat/stonithd" as uid 0 gid 0 (pid 13708) stonithd[13708]: 2008/07/01_15:31:10 WARN: Core dumps could be lost if multiple dumps occur. stonithd[13708]: 2008/07/01_15:31:10 WARN: Consider setting non-default value in /proc/sys/kernel/core_pattern (or equivalent) for maximum supportability stonithd[13708]: 2008/07/01_15:31:10 WARN: Consider setting /proc/sys/kernel/core_uses_pid (or equivalent) to 1 for maximum supportability stonithd[13708]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 10 stonithd[13708]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 12 stonithd[13708]: 2008/07/01_15:31:10 info: Signing in with heartbeat. stonithd[13708]: 2008/07/01_15:31:10 notice: /usr/lib/heartbeat/stonithd start up successfully. stonithd[13708]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 17 cib[13706]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 15 cib[13706]: 2008/07/01_15:31:10 info: G_main_add_TriggerHandler: Added signal manual handler cib[13706]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 17 cib[13706]: 2008/07/01_15:31:10 info: main: Retrieval of a per-action CIB: disabled cib[13706]: 2008/07/01_15:31:10 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <cib admin_epoch="0" generated="false" have_quorum="false" ignore_dtd="false" num_peers="2" cib_feature_revision="2.0" crm_feature_set="2.0" ccm_transition="2" epoch="7" num_updates="37" cib-last-written="Tue Jul 1 15:30:36 2008"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <configuration> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <crm_config> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <cluster_property_set id="cib-bootstrap-options"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-symmetric-cluster" name="symmetric-cluster" value="true"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="stop"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-default-resource-stickiness" name="default-resource-stickiness" value="0"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-default-resource-failure-stickiness" name="default-resource-failure-stickiness" value="0"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="false"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-stonith-action" name="stonith-action" value="reboot"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-startup-fencing" name="startup-fencing" value="true"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-stop-orphan-resources" name="stop-orphan-resources" value="true"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-stop-orphan-actions" name="stop-orphan-actions" value="true"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-remove-after-stop" name="remove-after-stop" value="false"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-short-resource-names" name="short-resource-names" value="true"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-transition-idle-timeout" name="transition-idle-timeout" value="5min"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-default-action-timeout" name="default-action-timeout" value="20s"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-is-managed-default" name="is-managed-default" value="true"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-cluster-delay" name="cluster-delay" value="60s"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-pe-error-series-max" name="pe-error-series-max" value="-1"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-pe-warn-series-max" name="pe-warn-series-max" value="-1"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-pe-input-series-max" name="pe-input-series-max" value="-1"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="2.1.3-node: a3184d5240c6e7032aef9cce6e5b7752ded544b3"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </cluster_property_set> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </crm_config> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nodes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <node id="5e0f97b7-6780-4487-baf9-6c36500b1276" uname="www2test" type="normal"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <node id="3a325e23-2184-46ed-9e88-42a11f28c2be" uname="www1test" type="normal"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </nodes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <resources> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <group id="group_1"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <primitive class="ocf" id="IPaddr_192_168_11_25" provider="heartbeat" type="IPaddr"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <operations> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <op id="IPaddr_192_168_11_25_mon" interval="5s" name="monitor" timeout="5s"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </operations> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <instance_attributes id="IPaddr_192_168_11_25_inst_attr"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="IPaddr_192_168_11_25_attr_0" name="ip" value="192.168.11.25"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </instance_attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </primitive> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <primitive class="ocf" id="apache_2" provider="heartbeat" type="apache"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <operations> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <op id="apache_2_mon" interval="5s" name="monitor" timeout="10s"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </operations> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <instance_attributes id="apache_2_inst_attr"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <nvpair id="apache_2_attr_0" name="configfile" value="/opt/apache2/conf/httpd.conf"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </instance_attributes> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </primitive> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </group> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </resources> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <constraints> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <rsc_location id="rsc_location_group_1" rsc="group_1"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <rule id="prefered_location_group_1" score="100"> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <expression attribute="#uname" id="prefered_location_group_1_expr" operation="eq" value="www1test"/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </rule> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </rsc_location> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </constraints> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </configuration> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] <status/> cib[13706]: 2008/07/01_15:31:10 info: log_data_element: readCibXmlFile: [on-disk] </cib> cib[13706]: 2008/07/01_15:31:10 info: startCib: CIB Initialization completed successfully cib[13706]: 2008/07/01_15:31:10 info: cib_register_ha: Signing in with Heartbeat ccm[13705]: 2008/07/01_15:31:10 info: Hostname: www1test cib[13706]: 2008/07/01_15:31:10 info: cib_register_ha: FSA Hostname: www1test cib[13706]: 2008/07/01_15:31:10 info: ccm_connect: Registering with CCM... cib[13706]: 2008/07/01_15:31:10 WARN: ccm_connect: CCM Activation failed cib[13706]: 2008/07/01_15:31:10 WARN: ccm_connect: CCM Connection failed 1 times (30 max) lrmd[13707]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 15 lrmd[13707]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 17 lrmd[13707]: 2008/07/01_15:31:10 WARN: Core dumps could be lost if multiple dumps occur. lrmd[13707]: 2008/07/01_15:31:10 WARN: Consider setting non-default value in /proc/sys/kernel/core_pattern (or equivalent) for maximum supportability lrmd[13707]: 2008/07/01_15:31:10 WARN: Consider setting /proc/sys/kernel/core_uses_pid (or equivalent) to 1 for maximum supportability lrmd[13707]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 10 lrmd[13707]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 12 lrmd[13707]: 2008/07/01_15:31:10 info: Started. attrd[13709]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 15 attrd[13709]: 2008/07/01_15:31:10 info: register_with_ha: Hostname: www1test crmd[13710]: 2008/07/01_15:31:10 info: main: CRM Hg Version: node: a3184d5240c6e7032aef9cce6e5b7752ded544b3 crmd[13710]: 2008/07/01_15:31:10 WARN: Core dumps could be lost if multiple dumps occur. crmd[13710]: 2008/07/01_15:31:10 WARN: Consider setting non-default value in /proc/sys/kernel/core_pattern (or equivalent) for maximum supportability crmd[13710]: 2008/07/01_15:31:10 WARN: Consider setting /proc/sys/kernel/core_uses_pid (or equivalent) to 1 for maximum supportability crmd[13710]: 2008/07/01_15:31:10 info: crmd_init: Starting crmd crmd[13710]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 15 crmd[13710]: 2008/07/01_15:31:10 info: G_main_add_TriggerHandler: Added signal manual handler crmd[13710]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 17 mgmtd[13711]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 15 mgmtd[13711]: 2008/07/01_15:31:10 debug: Enabling coredumps mgmtd[13711]: 2008/07/01_15:31:10 WARN: Core dumps could be lost if multiple dumps occur. mgmtd[13711]: 2008/07/01_15:31:10 WARN: Consider setting non-default value in /proc/sys/kernel/core_pattern (or equivalent) for maximum supportability mgmtd[13711]: 2008/07/01_15:31:10 WARN: Consider setting /proc/sys/kernel/core_uses_pid (or equivalent) to 1 for maximum supportability mgmtd[13711]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 10 mgmtd[13711]: 2008/07/01_15:31:10 info: G_main_add_SignalHandler: Added signal handler for signal 12 attrd[13709]: 2008/07/01_15:31:10 info: register_with_ha: UUID: 3a325e23-2184-46ed-9e88-42a11f28c2be mgmtd[13711]: 2008/07/01_15:31:10 info: init_crm ccm[13705]: 2008/07/01_15:31:11 info: G_main_add_SignalHandler: Added signal handler for signal 15 cib[13706]: 2008/07/01_15:31:13 info: ccm_connect: Registering with CCM... heartbeat[13698]: 2008/07/01_15:31:13 WARN: 1 lost packet(s) for [www2test] [17:19] heartbeat[13698]: 2008/07/01_15:31:13 info: No pkts missing from www2test! cib[13706]: 2008/07/01_15:31:13 info: cib_init: Starting cib mainloop cib[13715]: 2008/07/01_15:31:13 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) crmd[13710]: 2008/07/01_15:31:13 info: do_cib_control: CIB connection established crmd[13710]: 2008/07/01_15:31:13 info: register_with_ha: Hostname: www1test cib[13706]: 2008/07/01_15:31:13 info: cib_client_status_callback: Status update: Client www1test/cib now has status [join] cib[13706]: 2008/07/01_15:31:13 info: cib_client_status_callback: Status update: Client www1test/cib now has status [online] cib[13706]: 2008/07/01_15:31:13 info: cib_null_callback: Setting cib_refresh_notify callbacks for crmd: on cib[13706]: 2008/07/01_15:31:13 info: cib_null_callback: Setting cib_diff_notify callbacks for mgmtd: on cib[13706]: 2008/07/01_15:31:14 info: cib_client_status_callback: Status update: Client www2test/cib now has status [online] crmd[13710]: 2008/07/01_15:31:14 info: register_with_ha: UUID: 3a325e23-2184-46ed-9e88-42a11f28c2be mgmtd[13711]: 2008/07/01_15:31:14 debug: main: run the loop... mgmtd[13711]: 2008/07/01_15:31:14 info: Started. cib[13715]: 2008/07/01_15:31:14 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13715]: 2008/07/01_15:31:14 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13715]: 2008/07/01_15:31:14 info: write_cib_contents: Wrote version 0.7.37 of the CIB to disk (digest: 84e6b944b5a736c0f6ea84c168fd2351) cib[13715]: 2008/07/01_15:31:14 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13715]: 2008/07/01_15:31:14 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) crmd[13710]: 2008/07/01_15:31:14 info: populate_cib_nodes: Requesting the list of configured nodes heartbeat[13698]: 2008/07/01_15:31:15 WARN: 1 lost packet(s) for [www2test] [24:26] heartbeat[13698]: 2008/07/01_15:31:15 info: No pkts missing from www2test! crmd[13710]: 2008/07/01_15:31:15 notice: populate_cib_nodes: Node: www1test (uuid: 3a325e23-2184-46ed-9e88-42a11f28c2be) cib[13706]: 2008/07/01_15:31:15 info: mem_handle_event: Got an event OC_EV_MS_NEW_MEMBERSHIP from ccm cib[13706]: 2008/07/01_15:31:15 info: mem_handle_event: instance=2, nodes=2, new=2, lost=0, n_idx=0, new_idx=0, old_idx=4 cib[13706]: 2008/07/01_15:31:15 info: cib_ccm_msg_callback: PEER: www2test cib[13706]: 2008/07/01_15:31:15 info: cib_ccm_msg_callback: PEER: www1test crmd[13710]: 2008/07/01_15:31:16 notice: populate_cib_nodes: Node: www2test (uuid: 5e0f97b7-6780-4487-baf9-6c36500b1276) crmd[13710]: 2008/07/01_15:31:16 info: do_ha_control: Connected to Heartbeat crmd[13710]: 2008/07/01_15:31:16 info: do_ccm_control: CCM connection established... waiting for first callback crmd[13710]: 2008/07/01_15:31:16 info: do_started: Delaying start, CCM (0000000000100000) not connected crmd[13710]: 2008/07/01_15:31:16 info: crmd_init: Starting crmd's mainloop crmd[13710]: 2008/07/01_15:31:16 notice: crmd_client_status_callback: Status update: Client www1test/crmd now has status [online] crmd[13710]: 2008/07/01_15:31:16 notice: crmd_client_status_callback: Status update: Client www1test/crmd now has status [online] crmd[13710]: 2008/07/01_15:31:16 notice: crmd_client_status_callback: Status update: Client www2test/crmd now has status [online] crmd[13710]: 2008/07/01_15:31:17 info: do_started: Delaying start, CCM (0000000000100000) not connected crmd[13710]: 2008/07/01_15:31:17 info: mem_handle_event: Got an event OC_EV_MS_NEW_MEMBERSHIP from ccm crmd[13710]: 2008/07/01_15:31:17 info: mem_handle_event: instance=2, nodes=2, new=2, lost=0, n_idx=0, new_idx=0, old_idx=4 crmd[13710]: 2008/07/01_15:31:17 info: crmd_ccm_msg_callback: Quorum (re)attained after event=NEW MEMBERSHIP (id=2) crmd[13710]: 2008/07/01_15:31:17 info: ccm_event_detail: NEW MEMBERSHIP: trans=2, nodes=2, new=2, lost=0 n_idx=0, new_idx=0, old_idx=4 crmd[13710]: 2008/07/01_15:31:17 info: ccm_event_detail: CURRENT: www2test [nodeid=1, born=1] crmd[13710]: 2008/07/01_15:31:17 info: ccm_event_detail: CURRENT: www1test [nodeid=0, born=2] crmd[13710]: 2008/07/01_15:31:17 info: ccm_event_detail: NEW: www2test [nodeid=1, born=1] crmd[13710]: 2008/07/01_15:31:17 info: ccm_event_detail: NEW: www1test [nodeid=0, born=2] crmd[13710]: 2008/07/01_15:31:17 info: do_started: The local CRM is operational crmd[13710]: 2008/07/01_15:31:17 info: do_state_transition: State transition S_STARTING -> S_PENDING [ input=I_PENDING cause=C_CCM_CALLBACK origin=do_started ] attrd[13709]: 2008/07/01_15:31:18 info: main: Starting mainloop... crmd[13710]: 2008/07/01_15:33:18 info: crm_timer_popped: Election Trigger (I_DC_TIMEOUT) just popped! crmd[13710]: 2008/07/01_15:33:18 WARN: do_log: [[FSA]] Input I_DC_TIMEOUT from crm_timer_popped() received in state (S_PENDING) crmd[13710]: 2008/07/01_15:33:18 info: do_state_transition: State transition S_PENDING -> S_ELECTION [ input=I_DC_TIMEOUT cause=C_TIMER_POPPED origin=crm_timer_popped ] crmd[13710]: 2008/07/01_15:33:18 info: do_election_count_vote: Election check: vote from www2test crmd[13710]: 2008/07/01_15:33:18 info: do_election_check: Still waiting on 2 non-votes (2 total) crmd[13710]: 2008/07/01_15:33:18 info: do_election_count_vote: Updated voted hash for www1test to vote crmd[13710]: 2008/07/01_15:33:18 info: do_election_count_vote: Election ignore: our vote (www1test) crmd[13710]: 2008/07/01_15:33:18 info: do_election_check: Still waiting on 1 non-votes (2 total) crmd[13710]: 2008/07/01_15:33:18 info: do_state_transition: State transition S_ELECTION -> S_PENDING [ input=I_PENDING cause=C_FSA_INTERNAL origin=do_election_count_vote ] crmd[13710]: 2008/07/01_15:33:18 info: do_dc_release: DC role released crmd[13710]: 2008/07/01_15:33:19 info: do_election_count_vote: Election check: vote from www2test cib[13706]: 2008/07/01_15:33:20 WARN: cib_process_diff: Diff 0.7.3 -> 0.8.1 not applied to 0.7.37: current "num_updates" is greater than required cib[13706]: 2008/07/01_15:33:20 WARN: do_cib_notify: cib_apply_diff of <diff > FAILED: Application of an update diff failed cib[13706]: 2008/07/01_15:33:20 WARN: cib_process_request: cib_apply_diff operation failed: Application of an update diff failed crmd[13710]: 2008/07/01_15:33:20 info: update_dc: Set DC to www2test (2.0) cib[13706]: 2008/07/01_15:33:20 info: cib_process_diff: Diff 0.8.1 -> 0.8.2 not applied to 0.7.37: current "epoch" is less than required cib[13706]: 2008/07/01_15:33:20 info: cib_process_diff: Requesting re-sync from peer: current "epoch" is less than required cib[13706]: 2008/07/01_15:33:20 WARN: do_cib_notify: cib_apply_diff of <diff > FAILED: Application of an update diff failed, requesting a full refresh cib[13706]: 2008/07/01_15:33:20 WARN: cib_process_request: cib_apply_diff operation failed: Application of an update diff failed, requesting a full refresh cib[13706]: 2008/07/01_15:33:21 info: cib_replace_notify: Replaced: 0.7.37 -> 0.8.2 from <null> crmd[13710]: 2008/07/01_15:33:21 info: update_dc: Set DC to www2test (2.0) crmd[13710]: 2008/07/01_15:33:21 info: do_state_transition: State transition S_PENDING -> S_NOT_DC [ input=I_NOT_DC cause=C_HA_MESSAGE origin=do_cl_join_finalize_respond ] crmd[13710]: 2008/07/01_15:33:21 info: populate_cib_nodes: Requesting the list of configured nodes cib[13727]: 2008/07/01_15:33:21 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13727]: 2008/07/01_15:33:21 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13727]: 2008/07/01_15:33:21 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13727]: 2008/07/01_15:33:21 info: write_cib_contents: Wrote version 0.9.3 of the CIB to disk (digest: 096a57aca07a0decc2b8f06116b42482) cib[13727]: 2008/07/01_15:33:21 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13727]: 2008/07/01_15:33:21 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) crmd[13710]: 2008/07/01_15:33:22 notice: populate_cib_nodes: Node: www1test (uuid: 3a325e23-2184-46ed-9e88-42a11f28c2be) crmd[13710]: 2008/07/01_15:33:22 notice: populate_cib_nodes: Node: www2test (uuid: 5e0f97b7-6780-4487-baf9-6c36500b1276) crmd[13710]: 2008/07/01_15:33:22 info: do_lrm_rsc_op: Performing op=IPaddr_192_168_11_25_monitor_0 key=7:0:61ddd18f-d725-4d71-8a89-5d5a3f881d80) lrmd[13707]: 2008/07/01_15:33:22 info: rsc:IPaddr_192_168_11_25: monitor crmd[13710]: 2008/07/01_15:33:22 info: do_lrm_rsc_op: Performing op=apache_2_monitor_0 key=8:0:61ddd18f-d725-4d71-8a89-5d5a3f881d80) lrmd[13707]: 2008/07/01_15:33:22 info: rsc:apache_2: monitor cib[13731]: 2008/07/01_15:33:22 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13731]: 2008/07/01_15:33:22 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13731]: 2008/07/01_15:33:22 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13731]: 2008/07/01_15:33:22 info: write_cib_contents: Wrote version 0.9.8 of the CIB to disk (digest: 568a5edc8782b1bae94be20195486bb8) cib[13731]: 2008/07/01_15:33:22 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13731]: 2008/07/01_15:33:22 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) crmd[13710]: 2008/07/01_15:33:22 info: process_lrm_event: LRM operation IPaddr_192_168_11_25_monitor_0 (call=2, rc=7) complete apache[13729]: 2008/07/01_15:33:22 INFO: apache not running crmd[13710]: 2008/07/01_15:33:22 info: process_lrm_event: LRM operation apache_2_monitor_0 (call=3, rc=7) complete cib[13794]: 2008/07/01_15:33:23 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13794]: 2008/07/01_15:33:23 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13794]: 2008/07/01_15:33:23 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13794]: 2008/07/01_15:33:23 info: write_cib_contents: Wrote version 0.9.9 of the CIB to disk (digest: 8a474d98b7935e5bb25e209af21c2b89) cib[13794]: 2008/07/01_15:33:23 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13794]: 2008/07/01_15:33:23 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) crmd[13710]: 2008/07/01_15:33:24 info: do_lrm_rsc_op: Performing op=IPaddr_192_168_11_25_start_0 key=5:1:61ddd18f-d725-4d71-8a89-5d5a3f881d80) lrmd[13707]: 2008/07/01_15:33:24 info: rsc:IPaddr_192_168_11_25: start cib[13795]: 2008/07/01_15:33:24 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13795]: 2008/07/01_15:33:24 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13795]: 2008/07/01_15:33:24 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13795]: 2008/07/01_15:33:24 info: write_cib_contents: Wrote version 0.9.10 of the CIB to disk (digest: 04860136893fb7284c11199a120df8b9) cib[13795]: 2008/07/01_15:33:24 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13795]: 2008/07/01_15:33:24 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) IPaddr[13796]: 2008/07/01_15:33:24 INFO: Using calculated nic for 192.168.11.25: eth0 IPaddr[13796]: 2008/07/01_15:33:24 INFO: Using calculated netmask for 192.168.11.25: 255.255.255.0 IPaddr[13796]: 2008/07/01_15:33:24 DEBUG: Using calculated broadcast for 192.168.11.25: 192.168.11.255 IPaddr[13796]: 2008/07/01_15:33:24 INFO: eval ifconfig eth0:0 192.168.11.25 netmask 255.255.255.0 broadcast 192.168.11.255 IPaddr[13796]: 2008/07/01_15:33:24 DEBUG: Sending Gratuitous Arp for 192.168.11.25 on eth0:0 [eth0] crmd[13710]: 2008/07/01_15:33:24 info: process_lrm_event: LRM operation IPaddr_192_168_11_25_start_0 (call=4, rc=0) complete cib[13895]: 2008/07/01_15:33:25 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13895]: 2008/07/01_15:33:25 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13895]: 2008/07/01_15:33:25 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13895]: 2008/07/01_15:33:25 info: write_cib_contents: Wrote version 0.9.12 of the CIB to disk (digest: 8501b29be4b29ed5ae052f04368465e4) cib[13895]: 2008/07/01_15:33:25 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13895]: 2008/07/01_15:33:25 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13896]: 2008/07/01_15:33:26 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) crmd[13710]: 2008/07/01_15:33:26 info: do_lrm_rsc_op: Performing op=IPaddr_192_168_11_25_monitor_5000 key=7:2:61ddd18f-d725-4d71-8a89-5d5a3f881d80) crmd[13710]: 2008/07/01_15:33:26 info: do_lrm_rsc_op: Performing op=apache_2_start_0 key=8:2:61ddd18f-d725-4d71-8a89-5d5a3f881d80) lrmd[13707]: 2008/07/01_15:33:26 info: rsc:apache_2: start cib[13896]: 2008/07/01_15:33:26 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13896]: 2008/07/01_15:33:26 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13896]: 2008/07/01_15:33:26 info: write_cib_contents: Wrote version 0.9.13 of the CIB to disk (digest: 87ff51c0c5e689ec07def3155049e6b7) cib[13896]: 2008/07/01_15:33:26 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13896]: 2008/07/01_15:33:26 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) crmd[13710]: 2008/07/01_15:33:26 info: process_lrm_event: LRM operation IPaddr_192_168_11_25_monitor_5000 (call=5, rc=0) complete apache[13903]: 2008/07/01_15:33:26 ERROR: Usage: /usr/sbin/apache {start|stop|status|try-restart|restart|force-reload|reload|probe} apache[13903]: 2008/07/01_15:33:26 INFO: apache not running apache[13903]: 2008/07/01_15:33:26 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up cib[13975]: 2008/07/01_15:33:27 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) apache[13903]: 2008/07/01_15:33:27 INFO: apache not running apache[13903]: 2008/07/01_15:33:27 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up cib[13975]: 2008/07/01_15:33:27 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13975]: 2008/07/01_15:33:27 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[13975]: 2008/07/01_15:33:27 info: write_cib_contents: Wrote version 0.9.14 of the CIB to disk (digest: dd1e5f3c410429e2e109f026d862ad4c) cib[13975]: 2008/07/01_15:33:27 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[13975]: 2008/07/01_15:33:27 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) apache[13903]: 2008/07/01_15:33:28 INFO: apache not running apache[13903]: 2008/07/01_15:33:28 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:29 INFO: apache not running apache[13903]: 2008/07/01_15:33:29 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:30 INFO: apache not running apache[13903]: 2008/07/01_15:33:30 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:31 INFO: apache not running apache[13903]: 2008/07/01_15:33:31 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:32 INFO: apache not running apache[13903]: 2008/07/01_15:33:32 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:34 INFO: apache not running apache[13903]: 2008/07/01_15:33:34 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:35 INFO: apache not running apache[13903]: 2008/07/01_15:33:35 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:36 INFO: apache not running apache[13903]: 2008/07/01_15:33:36 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:37 INFO: apache not running apache[13903]: 2008/07/01_15:33:37 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:38 INFO: apache not running apache[13903]: 2008/07/01_15:33:38 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:39 INFO: apache not running apache[13903]: 2008/07/01_15:33:39 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:40 INFO: apache not running apache[13903]: 2008/07/01_15:33:40 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:41 INFO: apache not running apache[13903]: 2008/07/01_15:33:41 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:42 INFO: apache not running apache[13903]: 2008/07/01_15:33:42 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:43 INFO: apache not running apache[13903]: 2008/07/01_15:33:43 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:44 INFO: apache not running apache[13903]: 2008/07/01_15:33:44 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up apache[13903]: 2008/07/01_15:33:45 INFO: apache not running apache[13903]: 2008/07/01_15:33:45 INFO: waiting for apache /opt/apache2/conf/httpd.conf to come up lrmd[13707]: 2008/07/01_15:33:46 WARN: apache_2:start process (PID 13903) timed out (try 1). Killing with signal SIGTERM (15). lrmd[13707]: 2008/07/01_15:33:46 WARN: operation start[6] on ocf::apache::apache_2 for client 13710, its parameters: CRM_meta_timeout=[20000] crm_feature_set=[2.0] configfile=[/opt/apache2/conf/httpd.conf] : pid [13903] timed out crmd[13710]: 2008/07/01_15:33:46 ERROR: process_lrm_event: LRM operation apache_2_start_0 (6) Timed Out (timeout=20000ms) crmd[13710]: 2008/07/01_15:33:47 info: do_lrm_rsc_op: Performing op=apache_2_stop_0 key=2:3:61ddd18f-d725-4d71-8a89-5d5a3f881d80) lrmd[13707]: 2008/07/01_15:33:47 info: rsc:apache_2: stop cib[14296]: 2008/07/01_15:33:47 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14296]: 2008/07/01_15:33:47 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14296]: 2008/07/01_15:33:47 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[14296]: 2008/07/01_15:33:47 info: write_cib_contents: Wrote version 0.9.16 of the CIB to disk (digest: c0b5d9a43e82281e7e8f326ebe4ad224) cib[14296]: 2008/07/01_15:33:47 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14296]: 2008/07/01_15:33:47 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) apache[14295]: 2008/07/01_15:33:47 INFO: apache is not running. crmd[13710]: 2008/07/01_15:33:47 info: process_lrm_event: LRM operation apache_2_stop_0 (call=7, rc=0) complete cib[14344]: 2008/07/01_15:33:49 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) crmd[13710]: 2008/07/01_15:33:49 info: do_lrm_rsc_op: Performing op=IPaddr_192_168_11_25_stop_0 key=7:3:61ddd18f-d725-4d71-8a89-5d5a3f881d80) lrmd[13707]: 2008/07/01_15:33:49 info: rsc:IPaddr_192_168_11_25: stop crmd[13710]: 2008/07/01_15:33:49 info: process_lrm_event: LRM operation IPaddr_192_168_11_25_monitor_5000 (call=5, rc=-2) Cancelled cib[14344]: 2008/07/01_15:33:49 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14344]: 2008/07/01_15:33:49 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[14344]: 2008/07/01_15:33:49 info: write_cib_contents: Wrote version 0.9.17 of the CIB to disk (digest: 99f31e771576a028716cf5e004510af8) cib[14344]: 2008/07/01_15:33:49 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14344]: 2008/07/01_15:33:49 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) lrmd[13707]: 2008/07/01_15:33:49 info: RA output: (IPaddr_192_168_11_25:stop:stdout) In IP Stop lrmd[13707]: 2008/07/01_15:33:49 info: RA output: (IPaddr_192_168_11_25:stop:stderr) SIOCDELRT: No such process IPaddr[14345]: 2008/07/01_15:33:49 INFO: ifconfig eth0:0 down crmd[13710]: 2008/07/01_15:33:49 info: process_lrm_event: LRM operation IPaddr_192_168_11_25_stop_0 (call=8, rc=0) complete cib[14366]: 2008/07/01_15:33:50 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14366]: 2008/07/01_15:33:50 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14366]: 2008/07/01_15:33:50 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[14366]: 2008/07/01_15:33:50 info: write_cib_contents: Wrote version 0.9.20 of the CIB to disk (digest: dfe29e6da4a8f06001552abb160d71a7) cib[14366]: 2008/07/01_15:33:50 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14366]: 2008/07/01_15:33:50 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[14367]: 2008/07/01_15:33:51 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14367]: 2008/07/01_15:33:51 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14367]: 2008/07/01_15:33:51 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[14367]: 2008/07/01_15:33:51 info: write_cib_contents: Wrote version 0.9.21 of the CIB to disk (digest: 61b21c9c430cd4cc2da285121e19fd6d) cib[14367]: 2008/07/01_15:33:51 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14367]: 2008/07/01_15:33:51 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) crmd[13710]: 2008/07/01_15:34:11 info: do_lrm_rsc_op: Performing op=IPaddr_192_168_11_25_start_0 key=8:4:61ddd18f-d725-4d71-8a89-5d5a3f881d80) lrmd[13707]: 2008/07/01_15:34:11 info: rsc:IPaddr_192_168_11_25: start cib[14371]: 2008/07/01_15:34:11 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14371]: 2008/07/01_15:34:11 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14371]: 2008/07/01_15:34:11 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) cib[14371]: 2008/07/01_15:34:11 info: write_cib_contents: Wrote version 0.9.26 of the CIB to disk (digest: 524d724f980bd1112fe8c8d4bebda83b) cib[14371]: 2008/07/01_15:34:11 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest: /var/lib/heartbeat/crm/cib.xml.sig) cib[14371]: 2008/07/01_15:34:11 info: retrieveCib: Reading cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last (digest: /var/lib/heartbeat/crm/cib.xml.sig.last) IPaddr[14368]: 2008/07/01_15:34:11 INFO: Using calculated nic for 192.168.11.25: eth0 IPaddr[14368]: 2008/07/01_15:34:11 INFO: Using calculated netmask for 192.168.11.25: 255.255.255.0 IPaddr[14368]: 2008/07/01_15:34:11 DEBUG: Using calculated broadcast for 192.168.11.25: 192.168.11.255 IPaddr[14368]: 2008/07/01_15:34:11 INFO: eval ifconfig eth0:0 192.168.11.25 netmask 255.255.255.0 broadcast 192.168.11.255 IPaddr[14368]: 2008/07/01_15:34:11 DEBUG: Sending Gratuitous Arp for 192.168.11.25 on eth0:0 [eth0] crmd[13710]: 2008/07/01_15:34:12 info: process_lrm_event: LRM operation IPaddr_192_168_11_25_start_0 (call=9, rc=0) complete crmd[13710]: 2008/07/01_15:34:12 info: do_lrm_rsc_op: Performing op=IPaddr_192_168_11_25_monitor_5000 key=9:4:61ddd18f-d725-4d71-8a89-5d5a3f881d80) crmd[13710]: 2008/07/01_15:34:12 info: process_lrm_event: LRM operation IPaddr_192_168_11_25_monitor_5000 (call=10, rc=0) complete Thanks alot! regards Kolja Ehlers Geschäftsführung: Dr. Michael Fischer, Reinhard Eisebitt Amtsgericht Köln HRB 32356 Steuer-Nr.: 217/5717/0536 Ust.Id.-Nr.: DE 204051920 -- This email transmission and any documents, files or previous email messages attached to it may contain information that is confidential or legally privileged. If you are not the intended recipient or a person responsible for delivering this transmission to the intended recipient, you are hereby notified that any disclosure, copying, printing, distribution or use of this transmission is strictly prohibited. If you have received this transmission in error, please immediately notify the sender by telephone or return email and delete the original transmission and its attachments without reading or saving in any manner. _______________________________________________ Linux-HA mailing list Linux-HA[at]lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
|