oops,
I'm sorry.

In attach the cib.xml

2008/11/3 Nikita Michalko <[EMAIL PROTECTED]>

> Hi  Fulvio,
>
>  I don't see any attachment on your mail ... Forgotten ?
>
>
>  Nikita Michalko
>
>
> Am Montag, 3. November 2008 11:15 schrieb fulvio fabiani:
> > Hi all,
> > we have a clustered installation of Heartbeat 2.1.3 that manages Apache /
> > VIP resource in Active / Standby configuration.
> >
> > What we observe at machine reboot is the Failover of Apache / VIP
> resource
> > group to a "preferred" destination (node_02). How can we avoid this
> > behavior and let the resource to don't operate auto failback operation?
> >
> > We already configure auto_failback=off option on ha.cf and try with
> > default_resource_stickiness param in cib.xml but the behavior is the same
> >
> > In attach the used cib.xml
> >
> > Thanks a lot
> > Fulvio Fabiani
> > _______________________________________________
> > 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
>
 <cib generated="true" admin_epoch="0" epoch="7" have_quorum="true" ignore_dtd="false" num_peers="2" cib_feature_revision="2.0" ccm_transition="26" dc_uuid="8e35d948-130e-49f0-a217-b9f792dfcc4b" num_updates="1" cib-last-written="Fri Oct 31 17:35:51 2008">
   <configuration>
     <crm_config>
       <cluster_property_set id="cib-bootstrap-options">
         <attributes>
           <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="2.1.3-node: 552305612591183b1628baa5bc6e903e0f1e26a3"/>
           <nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1219959229"/>
         </attributes>
       </cluster_property_set>
     </crm_config>
     <nodes>
       <node id="d4f43ac9-660a-465c-b686-f49f9d4d8286" uname="node_02" type="normal"/>
       <node id="8e35d948-130e-49f0-a217-b9f792dfcc4b" uname="node_01" type="normal"/>
     </nodes>
     <resources>
       <group id="apache-rg">
         <meta_attributes id="apache-rg_meta_attrs">
           <attributes>
             <nvpair id="apache-rg_metaattr_ordered" name="ordered" value="true"/>
             <nvpair id="apache-rg_metaattr_collocated" name="collocated" value="true"/>
             <nvpair id="default_resource_stickiness" name="default_resource_stickiness" value="INFINITY"/>
           </attributes>
         </meta_attributes>
         <primitive id="vip_apache" class="ocf" type="IPaddr" provider="heartbeat">
           <instance_attributes id="vip_apache_instance_attrs">
             <attributes>
               <nvpair id="683726e8-7bc0-410e-ba64-80170502c9fe" name="ip" value="x.x.x.x"/>
             </attributes>
           </instance_attributes>
           <meta_attributes id="vip_apache_meta_attrs">
             <attributes/>
           </meta_attributes>
         </primitive>
         <primitive id="apache" class="ocf" type="apache" provider="heartbeat">
           <instance_attributes id="apache_instance_attrs">
             <attributes>
               <nvpair id="bb60dfe8-0524-4846-adab-0822934f6d5d" name="configfile" value="/etc/httpd/conf/httpd.conf"/>
             </attributes>
           </instance_attributes>
           <meta_attributes id="apache_meta_attrs">
             <attributes/>
           </meta_attributes>
           <operations>
             <op id="f8d569bf-5a5d-4454-85ef-a28c6252a2d8" name="monitor" interval="10" timeout="20" start_delay="1m" disabled="false" role="Started"/>
           </operations>
         </primitive>
       </group>
     </resources>
     <constraints/>
   </configuration>
 </cib>
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to