[Linux-cluster] Multihome network configuration not working .!

Andriy Galetski andriy at druzhba.lviv.ua
Mon Sep 27 08:23:15 UTC 2004


Hi !
I want to use Multihome network configuration with broadcast
but it is not working. ...

When disconnected main connection
and trying:
cman_tool join -n cl020

On other node receive:
Sep 27 10:36:13 cl10 kernel: CMAN: node cl20 rejoining
Sep 27 10:36:17 cl10 kernel: CMAN: node cl20 is not responding - removing
from the cluster

My cluster.conf:

?xml version="1.0"?>
<cluster name="alpha" config_version="1">

  <cman two_node="1" expected_votes="1">
  </cman>

  <nodes>
    <node name="cl10" votes="1">
        <altname name="cl010"/>
      <fence>
        <method name="single">
          <device name="human" ipaddr="cl10"/>
        </method>
      </fence>
    </node>
    <node name="cl20" votes="1">
        <altname name="cl020"/>
      <fence>
        <method name="single">
          <device name="human" ipaddr="cl20"/>
        </method>
      </fence>
    </node>
  </nodes>

  <fence_devices>
    <device name="human" agent="fence_manual"/>
  </fence_devices>

</cluster>


Thanks for any information.




More information about the Linux-cluster mailing list