<br><br><div class="gmail_quote">2009/8/13 Hakan VELIOGLU <span dir="ltr"><<a href="mailto:veliogluh@itu.edu.tr">veliogluh@itu.edu.tr</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for all the answers.<br>
<br>
I think there is realy no backup heartbeat channel. Maybe the reason is GFS. DLM works on the heartbeat channel. If you lost your heartbeat you lose your lock consistency so it is better to fence the other node. For this reason I think if you don't have enough network interface on server and switch, loosing the heartbeat network may shut all the cluster members.<br>

</blockquote><div>There is no backup heartbeat channel because you should do the backup at a operating system level, i.e: bonding<br>That's why you should use a bonded interface for the heartbeat channel with at least 2 ethernet slaves; going further (for better redundancy) each of the slaves should be on a different network card and you should connect the each slave to a different switch.<br>
But what I am trying to explain, is that you can use that bonded logical interface also for things different from hearbeat. ;)<br><br>Greetings,<br>Juanra<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hakan VELİOĞLU<br>
<br>
<br>
----- <a href="mailto:robejrm@gmail.com" target="_blank">robejrm@gmail.com</a> den ileti ---------<br>
  Tarih: Thu, 13 Aug 2009 10:42:11 +0200<br>
 Kimden:  Juan Ramon Martin Blanco <<a href="mailto:robejrm@gmail.com" target="_blank">robejrm@gmail.com</a>><div><div></div><div class="h5"><br>
Yanıt Adresi:linux clustering <<a href="mailto:linux-cluster@redhat.com" target="_blank">linux-cluster@redhat.com</a>><br>
   Konu: Re: [Linux-cluster] Is there any backup heartbeat channel<br>
   Kime: linux clustering <<a href="mailto:linux-cluster@redhat.com" target="_blank">linux-cluster@redhat.com</a>><br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/8/13 Hakan VELIOGLU <<a href="mailto:veliogluh@itu.edu.tr" target="_blank">veliogluh@itu.edu.tr</a>><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
----- <a href="mailto:raju.rajsand@gmail.com" target="_blank">raju.rajsand@gmail.com</a> den ileti ---------<br>
 Tarih: Thu, 13 Aug 2009 08:57:15 +0530<br>
 Kimden:  Rajagopal Swaminathan <<a href="mailto:raju.rajsand@gmail.com" target="_blank">raju.rajsand@gmail.com</a>><br>
Yanıt Adresi:linux clustering <<a href="mailto:linux-cluster@redhat.com" target="_blank">linux-cluster@redhat.com</a>><br>
  Konu: Re: [Linux-cluster] Is there any backup heartbeat channel<br>
  Kime: linux clustering <<a href="mailto:linux-cluster@redhat.com" target="_blank">linux-cluster@redhat.com</a>><br>
<br>
<br>
 Greetings,<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
2009/8/12 Hakan VELIOGLU <<a href="mailto:veliogluh@itu.edu.tr" target="_blank">veliogluh@itu.edu.tr</a>>:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi list,<br>
<br>
I am trying a two node cluster with RH 5.3 on Sun X4150 hardware. I use a<br>
<br>
</blockquote>
<br>
IIRC, Sun x4150 has four ethernet ports. Two can be used for outside<br>
networking and two can be bonded and used for heartbeat.<br>
<br>
</blockquote>
I think, I couldn't explain my networking. I use two ethernet ports for xen<br>
vm which are trunk and bonded ports. Then there left two. Our network<br>
topology (which is out of my control) available for one port for server<br>
control (SSH).<br>
</blockquote>
<br>
So you can't use a bonded port for both server management  and cluster<br>
communications, can you? You can configure an active-passive bonding and<br>
then you can have many virtual interfaces on top of that, i.e: bond0:0,<br>
bond0:1 and assign them the ip addesses you need.<br>
<br>
<br>
I use the other one with a cross over cable for heartbeat. So there is no<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
way for bonding these two interfaces. Of course if I buy an extra switch I<br>
may do this.<br>
</blockquote>
<br>
You can connect them to the same switch (though you lost kind of<br>
redundancy), or you can use two crossover cables and move the management IP<br>
to the same ports you are using for the vm's.<br>
<br>
Greetings,<br>
Juanra<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I don't realy understand why there is no backup heartbeat channel. LVS and<br>
MS cluster has this ability.<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
ALOM can be used for fencing and can be on a seperate subnet if required.<br>
<br>
</blockquote>
I used this for fencing_ipmilan.<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Regards<br>
<br>
Rajagopal<br>
<br>
--<br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com" target="_blank">Linux-cluster@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
<br>
<br>
</blockquote>
<br>
----- <a href="mailto:raju.rajsand@gmail.com" target="_blank">raju.rajsand@gmail.com</a> den iletiyi bitir -----<br>
<br>
<br>
<br>
<br>
--<br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com" target="_blank">Linux-cluster@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
<br>
</blockquote>
<br>
</blockquote>
<br>
<br></div></div>
----- <a href="mailto:robejrm@gmail.com" target="_blank">robejrm@gmail.com</a> den iletiyi bitir -----<div><div></div><div class="h5"><br>
<br>
<br>
<br>
--<br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com" target="_blank">Linux-cluster@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
</div></div></blockquote></div><br>