On Wed, Aug 29, 2007 at 03:31:05PM -0400, Michael Dengler wrote: > Hi all, > > I think I am slowly losing my marbles..... > > Anyway, > > All I want is a simple two node cluster with IP resource. > When sptopsware1 fails, I want sptopsware2 to take over the resource and > keep it forever until some sort of manual user intervention (regardless of > if sptopsware1 comes back online or not). > > When I test this config
Forgot to finish the sentence? What exactly is happening? Your config looks ok to me, but it seems like you're using an older Heartbeat release. You should post logs too. > ha.cf: > > logfacility local0 > keepalive 2 > deadtime 20 > warntime 10 > udpport 19090 > bcast eth1 > node sptopsware1 sptopsware2 > respawn hacluster /usr/lib/heartbeat/ipfail > ping 10.123.195.11 > crm yes > > > cib.xml: > > <cib admin_epoch="0" epoch="2" num_updates="29" have_quorum="true" > generated="true" ccm_transition="3" num_peers="1" cib_feature_revision="1.3" > dc_uuid="124cea80-20e8-4bf4-8a86-2e034e7d8261" cib-last-written="Wed Aug 15 > 10:52:24 2007"> > <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="INFINITY"/> > <nvpair > id="cib-bootstrap-options-default_resource_failure_stickiness" > name="default_resource_failure_stickiness" value="-INFINITY"/> > <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-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="5s"/> > <nvpair id="cib-bootstrap-options-is_managed_default" > name="is_managed_default" value="true"/> > </attributes> > </cluster_property_set> > </crm_config> > <nodes> > <node id="124cea80-20e8-4bf4-8a86-2e034e7d8261" uname="sptopsware1" > type="normal"/> > <node id="c71aca17-05cc-40e5-b84a-100935e83f95" uname="sptopsware2" > type="normal"/> > </nodes> > <resources> > <primitive class="ocf" id="IPaddr_10_123_100_153" > provider="heartbeat" type="IPaddr"> > <operations> > <op id="IPaddr_10_123_100_153_mon" interval="5s" name="monitor" > timeout="5s"/> > </operations> > <instance_attributes id="IPaddr_10_123_100_153_inst_attr"> > <attributes> > <nvpair id="IPaddr_10_123_100_153_attr_0" name="ip" value=" > 10.123.100.153"/> > </attributes> > </instance_attributes> > </primitive> > </resources> > <constraints> > <rsc_location id="rsc_location_IPaddr_10_123_100_153" > rsc="IPaddr_10_123_100_153"> > <rule id="prefered_location_IPaddr_10_123_100_153" score="100"> > <expression attribute="#uname" > id="prefered_location_IPaddr_10_123_100_153_expr" operation="eq" > value="sptopsware1"/> > </rule> > </rsc_location> > </constraints> > </configuration> > </cib> > > -------------------- > > What am i doing wrong? > > Any help is greatly appreciated? > > Mike > _______________________________________________ > 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
