I have two NFS systems up and running right now using virtually identical 
configurations.  One is my Proof Of Concept setup using VMs, and I'm working on 
the first real cluster using 2u servers.

The VMs are working fine.  I can do failovers between them and all of the 
processes fail over to the second VM properly.

On the new cluster, nothing starts up on the second server.

When I do a crm_verify -LV on the new system I get the following error:

[EMAIL PROTECTED] ha.d]# crm_verify -L -V
crm_verify[4619]: 2008/03/17_23:48:32 WARN: unpack_rsc_op: Processing failed op 
drbd0:1_promote_0 on dal-dbs-03.prodea-lo.net: Error

Anyone familiar with this error?

Michael

----------------------------
# ha.cf:
crm on
auto_failback off
logfacility     local0
keepalive 2
deadtime 10
respawn root /usr/lib/heartbeat/hbagent
mcast eth0 239.0.1.1 694 1 0
bcast eth1
node dal-dbs-02.prodea-lo.net dal-dbs-03.prodea-lo.net




--------------------------------------------------
#cib.xml:
 <cib generated="true" admin_epoch="0" have_quorum="true" ignore_dtd="false" 
num_peers="2" cib_feature_revision="2.0" ccm_transition="2" 
dc_uuid="be8aaedf-bb58-48c2-b697-141616313ad1" epoch="45" num_updates="1" 
cib-last-written="Mon Mar 17 23:34:45 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"/>
         </attributes>
       </cluster_property_set>
     </crm_config>
     <nodes>
       <node id="be8aaedf-bb58-48c2-b697-141616313ad1" 
uname="dal-dbs-03.prodea-lo.net" type="normal"/>
       <node uname="dal-dbs-02.prodea-lo.net" type="normal" 
id="9b4e1081-639b-4a55-8018-cce3101a9678">
         <instance_attributes id="nodes-9b4e1081-639b-4a55-8018-cce3101a9678">
           <attributes>
             <nvpair name="standby" 
id="standby-9b4e1081-639b-4a55-8018-cce3101a9678" value="off"/>
           </attributes>
         </instance_attributes>
       </node>
     </nodes>
     <resources>
       <primitive id="ClusterIpAddress" class="ocf" type="IPaddr2" 
provider="heartbeat">
         <meta_attributes id="ClusterIpAddress_meta_attrs">
           <attributes>
             <nvpair id="ClusterIpAddress_metaattr_target_role" 
name="target_role" value="started"/>
           </attributes>
         </meta_attributes>
         <instance_attributes id="ClusterIpAddress_instance_attrs">
           <attributes>
             <nvpair id="ClusterIpAddressIp" name="ip" value="172.22.4.140"/>
             <nvpair id="ClusterIpAddressNic" name="nic" value="eth0"/>
           </attributes>
         </instance_attributes>
         <operations>
           <op id="ClusterIpMonitorId" name="monitor" 
description="ClusterIpAddressMonitor" interval="5s" timeout="20s" 
start_delay="1s" disabled="false" role="Started" on_fail="restart"/>
         </operations>
       </primitive>
       <master_slave id="ms-drbd0">
         <meta_attributes id="ma-ms-drbd0">
           <attributes>
             <nvpair id="ma-ms-drbd0-1" name="clone_max" value="2"/>
             <nvpair id="ma-ms-drbd0-2" name="clone_node_max" value="1"/>
             <nvpair id="ma-ms-drbd0-3" name="master_max" value="1"/>
             <nvpair id="ma-ms-drbd0-4" name="master_node_max" value="1"/>
             <nvpair id="ma-ms-drbd0-5" name="notify" value="yes"/>
             <nvpair id="ma-ms-drbd0-6" name="globally_unique" value="false"/>
             <nvpair id="ma-ms-drbd0-7" name="target_role" value="default"/>
           </attributes>
         </meta_attributes>
         <primitive id="drbd0" class="ocf" provider="heartbeat" type="drbd">
           <instance_attributes id="ia-drbd0">
             <attributes>
               <nvpair id="ia-drbd0-1" name="drbd_resource" value="drbd0"/>
             </attributes>
           </instance_attributes>
           <operations>
             <op id="drbd-monitor" name="monitor" description="Monitor DRBD0" 
interval="10" timeout="10" start_delay="1m" role="Slave" on_fail="restart"/>
           </operations>
         </primitive>
       </master_slave>
       <primitive class="ocf" provider="heartbeat" type="Filesystem" id="fs0">
         <meta_attributes id="ma-fs0">
           <attributes>
             <nvpair name="target_role" id="ma-fs0-1" value="default"/>
           </attributes>
         </meta_attributes>
         <instance_attributes id="ia-fs0">
           <attributes>
             <nvpair id="ia-fs0-1" name="fstype" value="ext3"/>
             <nvpair id="ia-fs0-2" name="directory" value="/data/"/>
             <nvpair id="ia-fs0-3" name="device" value="/dev/drbd0"/>
           </attributes>
         </instance_attributes>
         <operations>
           <op id="fsMonitor" name="monitor" description="Monitor FS0" 
interval="10" timeout="10" start_delay="10" on_fail="restart"/>
         </operations>
       </primitive>
       <primitive class="ocf" type="nfsha" provider="heartbeat" id="NFS">
         <meta_attributes id="NFS_meta_attrs">
           <attributes>
             <nvpair name="target_role" id="NFS_metaattr_target_role" 
value="started"/>
           </attributes>
         </meta_attributes>
         <operations>
           <op id="NfsMonitor" name="monitor" description="Monitoring status of 
NFS every 10 seconds" interval="10" timeout="10" on_fail="restart" 
start_delay="0" disabled="false" role="Started"/>
         </operations>
       </primitive>
     </resources>
     <constraints>
       <rsc_colocation id="fs0_on_drbd0" to="ms-drbd0" to_role="master" 
from="fs0" score="infinity"/>
       <rsc_colocation score="INFINITY" id="ClusterIpOnFS0" 
from="ClusterIpAddress" to="fs0"/>
       <rsc_colocation id="nfs_on_drbd0" to="ms-drbd0" to_role="master" 
from="NFS" score="infinity"/>
       <rsc_order id="drbd0_before_fs0" from="fs0" action="start" to="ms-drbd0" 
to_action="promote"/>
       <rsc_order id="IpStart" from="ClusterIpAddress" type="after" to="fs0"/>
       <rsc_order id="NfsStart" from="NFS" type="after" to="ClusterIpAddress"/>
     </constraints>
   </configuration>
 </cib>


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
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