<div dir="ltr">Hi Lon <br><br>I think you should try Linux Virtual Server (  LVS ) here this will definitely  help you.<br>You can see the details over here .<br><br><cite><a href="http://www.linuxvirtualserver.org">www.linuxvirtualserver.org</a><br>
<br>Br,Varun<br></cite><br><div class="gmail_quote">On Fri, Oct 24, 2008 at 6:20 PM,  <span dir="ltr"><<a href="mailto:linux-cluster-request@redhat.com">linux-cluster-request@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Linux-cluster mailing list submissions to<br>
        <a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:linux-cluster-request@redhat.com">linux-cluster-request@redhat.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:linux-cluster-owner@redhat.com">linux-cluster-owner@redhat.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Linux-cluster digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Two nodes cluster issue without shared storage        issue<br>
      (Lon Hohberger)<br>
   2. Re: Two nodes cluster issue without shared storage        issue<br>
      (Flavio Junior)<br>
   3. RE: Two nodes cluster issue without shared        storageissue<br>
      (Chen, Mockey (NSN - CN/Cheng Du))<br>
   4. RE: Two nodes cluster issue without shared        storageissue<br>
      (Chen, Mockey (NSN - CN/Cheng Du))<br>
   5. Re: Cluster/GFS issue. (Rajagopal Swaminathan)<br>
   6. Re: Cluster/GFS issue. (Rajagopal Swaminathan)<br>
   7. cluster between 2 Xen guests where guests are on  different<br>
      hosts  (Panigrahi, Santosh Kumar)<br>
   8. RE: cluster between 2 Xen guests where guests are ondifferent<br>
      hosts  (Jeff Sturm)<br>
   9. Cluster and LVG/LV (Chris Edwards)<br>
  10. RE: Two nodes cluster issue without sharedstorageissue<br>
      (Jeff Sturm)<br>
  11. RE: Cluster and LVG/LV (Jeff Sturm)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 23 Oct 2008 12:01:57 -0400<br>
From: Lon Hohberger <<a href="mailto:lhh@redhat.com">lhh@redhat.com</a>><br>
Subject: Re: [Linux-cluster] Two nodes cluster issue without shared<br>
        storage issue<br>
To: linux clustering <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID: <1224777717.32460.92.camel@ayanami><br>
Content-Type: text/plain<br>
<br>
On Thu, 2008-10-16 at 17:10 +0800, Chen, Mockey (NSN - CN/Cheng Du)<br>
wrote:<br>
> Hi,<br>
><br>
> I want to set up a two node cluster, I use active/standby mode to run<br>
> my service. I need even one node's hardware failure such as power cut,<br>
> another node still can handover from failure node and the provide the<br>
> service.<br>
><br>
> In my environment, I have no shared storage, so I can not use quorum<br>
> disk. Is there any other way to implement it? I searched and found<br>
> 'tiebreaker IP' may feed my request, but I can not found any hints on<br>
> how to configure it ?<br>
<br>
Since you have no shared data, you may be able to run without fencing.<br>
<br>
That should be pretty straightforward, but you might need to comment out<br>
the "fenced" startup from the cman init script.<br>
<br>
In this case, the worst that will happen is both nodes will end up<br>
running the service at the same time in the event of a network<br>
partition.<br>
<br>
The other down side is that if the cluster divides into two partitions<br>
and later merges back into one partition, I don't think certain things<br>
will work right; you will need to detect this event and reboot one of<br>
the nodes.<br>
<br>
-- Lon<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 23 Oct 2008 14:42:40 -0200<br>
From: "Flavio Junior" <<a href="mailto:billpp@gmail.com">billpp@gmail.com</a>><br>
Subject: Re: [Linux-cluster] Two nodes cluster issue without shared<br>
        storage issue<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <<a href="mailto:58aa8d780810230942s421d74dfqaf61190be764b57@mail.gmail.com">58aa8d780810230942s421d74dfqaf61190be764b57@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Well.. If you are using an active/standby scenario, without a shared<br>
storage, probably you can make use of CARP/UCARP<br>
<br>
<a href="http://en.wikipedia.org/wiki/Common_Address_Redundancy_Protocol" target="_blank">http://en.wikipedia.org/wiki/Common_Address_Redundancy_Protocol</a><br>
<a href="http://www.ucarp.org/project/ucarp" target="_blank">http://www.ucarp.org/project/ucarp</a><br>
<br>
<br>
--<br>
<br>
Flávio do Carmo Júnior aka waKKu<br>
<br>
<br>
On Thu, Oct 23, 2008 at 2:01 PM, Lon Hohberger <<a href="mailto:lhh@redhat.com">lhh@redhat.com</a>> wrote:<br>
<br>
> On Thu, 2008-10-16 at 17:10 +0800, Chen, Mockey (NSN - CN/Cheng Du)<br>
> wrote:<br>
> > Hi,<br>
> ><br>
> > I want to set up a two node cluster, I use active/standby mode to run<br>
> > my service. I need even one node's hardware failure such as power cut,<br>
> > another node still can handover from failure node and the provide the<br>
> > service.<br>
> ><br>
> > In my environment, I have no shared storage, so I can not use quorum<br>
> > disk. Is there any other way to implement it? I searched and found<br>
> > 'tiebreaker IP' may feed my request, but I can not found any hints on<br>
> > how to configure it ?<br>
><br>
> Since you have no shared data, you may be able to run without fencing.<br>
><br>
> That should be pretty straightforward, but you might need to comment out<br>
> the "fenced" startup from the cman init script.<br>
><br>
> In this case, the worst that will happen is both nodes will end up<br>
> running the service at the same time in the event of a network<br>
> partition.<br>
><br>
> The other down side is that if the cluster divides into two partitions<br>
> and later merges back into one partition, I don't think certain things<br>
> will work right; you will need to detect this event and reboot one of<br>
> the nodes.<br>
><br>
> -- Lon<br>
><br>
> --<br>
> Linux-cluster mailing list<br>
> <a href="mailto:Linux-cluster@redhat.com">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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="https://www.redhat.com/archives/linux-cluster/attachments/20081023/0fdd088f/attachment.html" target="_blank">https://www.redhat.com/archives/linux-cluster/attachments/20081023/0fdd088f/attachment.html</a><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 24 Oct 2008 10:35:48 +0800<br>
From: "Chen, Mockey (NSN - CN/Cheng Du)" <<a href="mailto:mockey.chen@nsn.com">mockey.chen@nsn.com</a>><br>
Subject: RE: [Linux-cluster] Two nodes cluster issue without shared<br>
        storageissue<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <<a href="mailto:174CED94DD8DC54AB888B56E103B118742183A@CNBEEXC007.nsn-intra.net">174CED94DD8DC54AB888B56E103B118742183A@CNBEEXC007.nsn-intra.net</a>><br>
Content-Type: text/plain;       charset="gb2312"<br>
<br>
<br>
<br>
>-----Original Message-----<br>
>From: <a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a><br>
>[mailto:<a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a>] On Behalf Of ext Lon<br>
>Hohberger<br>
>Sent: 2008Äê10ÔÂ24ÈÕ 0:02<br>
>To: linux clustering<br>
>Subject: Re: [Linux-cluster] Two nodes cluster issue without<br>
>shared storageissue<br>
><br>
>On Thu, 2008-10-16 at 17:10 +0800, Chen, Mockey (NSN - CN/Cheng Du)<br>
>wrote:<br>
>> Hi,<br>
>><br>
>> I want to set up a two node cluster, I use active/standby<br>
>mode to run<br>
>> my service. I need even one node's hardware failure such as<br>
>power cut,<br>
>> another node still can handover from failure node and the<br>
>provide the<br>
>> service.<br>
>><br>
>> In my environment, I have no shared storage, so I can not use quorum<br>
>> disk. Is there any other way to implement it? I searched and found<br>
>> 'tiebreaker IP' may feed my request, but I can not found any<br>
>hints on<br>
>> how to configure it ?<br>
><br>
>Since you have no shared data, you may be able to run without fencing.<br>
><br>
>That should be pretty straightforward, but you might need to<br>
>comment out the "fenced" startup from the cman init script.<br>
><br>
>In this case, the worst that will happen is both nodes will<br>
>end up running the service at the same time in the event of a<br>
>network partition.<br>
><br>
>The other down side is that if the cluster divides into two<br>
>partitions and later merges back into one partition, I don't<br>
>think certain things will work right; you will need to detect<br>
>this event and reboot one of the nodes.<br>
><br>
>-- Lon<br>
<br>
I know such defects in two node cluster.<br>
Since our service is mission critical, I want to know how to avoid such failure case ?<br>
<br>
Thanks.<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 24 Oct 2008 10:41:11 +0800<br>
From: "Chen, Mockey (NSN - CN/Cheng Du)" <<a href="mailto:mockey.chen@nsn.com">mockey.chen@nsn.com</a>><br>
Subject: RE: [Linux-cluster] Two nodes cluster issue without shared<br>
        storageissue<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <<a href="mailto:174CED94DD8DC54AB888B56E103B118742183D@CNBEEXC007.nsn-intra.net">174CED94DD8DC54AB888B56E103B118742183D@CNBEEXC007.nsn-intra.net</a>><br>
Content-Type: text/plain;       charset="gb2312"<br>
<br>
><br>
>       From: <a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a> [mailto:<a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a>] On Behalf Of ext Flavio Junior<br>

>       Sent: 2008Äê10ÔÂ24ÈÕ 0:43<br>
>       To: linux clustering<br>
>       Subject: Re: [Linux-cluster] Two nodes cluster issue without shared storageissue<br>
><br>
><br>
>       Well.. If you are using an active/standby scenario, without a shared storage, probably you can make use of CARP/UCARP<br>
><br>
>       <a href="http://en.wikipedia.org/wiki/Common_Address_Redundancy_Protocol" target="_blank">http://en.wikipedia.org/wiki/Common_Address_Redundancy_Protocol</a><br>
>       <a href="http://www.ucarp.org/project/ucarp" target="_blank">http://www.ucarp.org/project/ucarp</a><br>
><br>
<br>
I think CARP will fullfill my current request, but we have choose RHCS as our cluster suite. It is very difficult to change it.<br>
Anyhow, Thanks for your suggestion.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 24 Oct 2008 12:41:33 +0530<br>
From: "Rajagopal Swaminathan" <<a href="mailto:raju.rajsand@gmail.com">raju.rajsand@gmail.com</a>><br>
Subject: Re: [Linux-cluster] Cluster/GFS issue.<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <<a href="mailto:8786b91c0810240011u71e91161ia374c591d5f3cadb@mail.gmail.com">8786b91c0810240011u71e91161ia374c591d5f3cadb@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Greetings,<br>
<br>
2008/10/23 Allgood, John <<a href="mailto:jallgood@ohl.com">jallgood@ohl.com</a>><br>
<snip><br>
<br>
>  Here is the problem that we are having. We can't on an consistent basic<br>
> get the GFS filesystem mounted. On<br>
><br>
<snip><br>
<br>
Just a hunch... Cant say if it will help...<br>
<br>
Have you tried putting the mount command in rc.local instead of /etc/fstab?<br>
<br>
Regards,<br>
<br>
Rajagopal<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="https://www.redhat.com/archives/linux-cluster/attachments/20081024/c28769a4/attachment.html" target="_blank">https://www.redhat.com/archives/linux-cluster/attachments/20081024/c28769a4/attachment.html</a><br>

<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 24 Oct 2008 12:44:16 +0530<br>
From: "Rajagopal Swaminathan" <<a href="mailto:raju.rajsand@gmail.com">raju.rajsand@gmail.com</a>><br>
Subject: Re: [Linux-cluster] Cluster/GFS issue.<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <<a href="mailto:8786b91c0810240014g7ff6ed7cw5b8fd853b9ca256c@mail.gmail.com">8786b91c0810240014g7ff6ed7cw5b8fd853b9ca256c@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
><br>
> 2008/10/23 Allgood, John <<a href="mailto:jallgood@ohl.com">jallgood@ohl.com</a>><br>
> <snip><br>
><br>
>>  Here is the problem that we are having. We can't on an consistent basic<br>
>> get the GFS filesystem mounted. On<br>
>><br>
> <snip><br>
><br>
> Just a hunch... Cant say if it will help...<br>
><br>
> Have you tried putting the mount command in rc.local instead of /etc/fstab?<br>
><br>
start clvmd too in rc.local. of course before mounting and use the commands<br>
in chain using &&<br>
<br>
><br>
> Regards,<br>
><br>
> Rajagopal<br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="https://www.redhat.com/archives/linux-cluster/attachments/20081024/c01faa0e/attachment.html" target="_blank">https://www.redhat.com/archives/linux-cluster/attachments/20081024/c01faa0e/attachment.html</a><br>

<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Fri, 24 Oct 2008 17:29:05 +0530<br>
From: "Panigrahi, Santosh Kumar" <<a href="mailto:Santosh.Panigrahi@in.unisys.com">Santosh.Panigrahi@in.unisys.com</a>><br>
Subject: [Linux-cluster] cluster between 2 Xen guests where guests are<br>
        on      different hosts<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <<a href="mailto:D566E8CF3538B54D95B925CB69CB4D2A16BC0485@inblr-exch1.eu.uis.unisys.com">D566E8CF3538B54D95B925CB69CB4D2A16BC0485@inblr-exch1.eu.uis.unisys.com</a>><br>
<br>
Content-Type: text/plain;       charset="us-ascii"<br>
<br>
Hello,<br>
<br>
I am using RHEL5.2+RHCS and configured a 2 node cluster in XEN virtual<br>
environment for testing purpose only. These 2 cluster nodes are 2<br>
virtual guests (p6pv1, p7pv1) and each virtual guest is on different<br>
hosts/ Dom-0s (p6 & p7). I have already gone through the older questions<br>
on this forum with similar problems and also the wiki page<br>
(<a href="http://sources.redhat.com/cluster/wiki/VMClusterCookbook" target="_blank">http://sources.redhat.com/cluster/wiki/VMClusterCookbook</a> ).<br>
But still I have confused a bit regarding the Xen fencing in this<br>
scenarios.<br>
I don't want to do any live migration here and only to do a<br>
failover/failback services between 2 cluster nodes. I want to know<br>
whether I have to configure fencing only between the 2 guests (using<br>
fence_xvm) or also between the 2 hosts (using fence_xvmd) as well, where<br>
as my cluster nodes are 2 Xen guests.<br>
<br>
I am configuring the cluster using luci and there options are as<br>
follows.<br>
<br>
Fence Daemon Properties:<br>
Post Fail Delay         - 0<br>
Post Join Delay         - 3<br>
Run XVM fence daemon    - tick mark selected<br>
<br>
XVM fence daemon key distribution:<br>
Enter a node hostname from the host cluster                     - ?<br>
Enter a node hostname from the hosted (virtual) cluster _ ?<br>
<br>
Can someone please help me in this regard?<br>
<br>
Regards,<br>
Santosh<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Fri, 24 Oct 2008 10:09:57 -0400<br>
From: "Jeff Sturm" <<a href="mailto:jeff.sturm@eprize.com">jeff.sturm@eprize.com</a>><br>
Subject: RE: [Linux-cluster] cluster between 2 Xen guests where guests<br>
        are     ondifferent hosts<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <64D0546C5EBBD147B75DE133D798665F0180693B@hugo.eprize.local><br>
Content-Type: text/plain;       charset="us-ascii"<br>
<br>
Santosh,<br>
<br>
The hosts are responsible for fencing the guests, so, as far as I know<br>
it is not possible to use fence_xvm without also configuring fence_xvmd.<br>
<br>
In our configuration we run an "inner" cluster amongst the DomU guests,<br>
and an "outer" cluster amongst the Dom0 hosts.  The outer cluster starts<br>
fence_xvmd whenever cman starts.  The fence_xvmd daemon listens for<br>
multicast traffic from fence_xvm.  We have a dedicated VLAN for this<br>
traffic in our configuration.  (Make sure your routing tables are<br>
adjusted for this, if needed--whereas aisexec figures out what<br>
interfaces to use for multicast automatically based on the bind address,<br>
fence_xvm does not.)<br>
<br>
If your Dom0 hosts are not part of a cluster, it may be possible to run<br>
fence_xvmd standalone.  We have not attempted to do so, so I can't say<br>
whether it can work.<br>
<br>
Jeff<br>
<br>
> -----Original Message-----<br>
> From: <a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a><br>
> [mailto:<a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a>] On Behalf Of<br>
> Panigrahi, Santosh Kumar<br>
> Sent: Friday, October 24, 2008 7:59 AM<br>
> To: linux clustering<br>
> Subject: [Linux-cluster] cluster between 2 Xen guests where<br>
> guests are ondifferent hosts<br>
><br>
> Hello,<br>
><br>
> I am using RHEL5.2+RHCS and configured a 2 node cluster in<br>
> XEN virtual environment for testing purpose only. These 2<br>
> cluster nodes are 2 virtual guests (p6pv1, p7pv1) and each<br>
> virtual guest is on different hosts/ Dom-0s (p6 & p7). I have<br>
> already gone through the older questions on this forum with<br>
> similar problems and also the wiki page<br>
> (<a href="http://sources.redhat.com/cluster/wiki/VMClusterCookbook" target="_blank">http://sources.redhat.com/cluster/wiki/VMClusterCookbook</a> ).<br>
> But still I have confused a bit regarding the Xen fencing in<br>
> this scenarios.<br>
> I don't want to do any live migration here and only to do a<br>
> failover/failback services between 2 cluster nodes. I want to<br>
> know whether I have to configure fencing only between the 2<br>
> guests (using<br>
> fence_xvm) or also between the 2 hosts (using fence_xvmd) as<br>
> well, where as my cluster nodes are 2 Xen guests.<br>
><br>
> I am configuring the cluster using luci and there options are<br>
> as follows.<br>
><br>
> Fence Daemon Properties:<br>
> Post Fail Delay               - 0<br>
> Post Join Delay               - 3<br>
> Run XVM fence daemon  - tick mark selected<br>
><br>
> XVM fence daemon key distribution:<br>
> Enter a node hostname from the host cluster                   - ?<br>
> Enter a node hostname from the hosted (virtual) cluster       _ ?<br>
><br>
> Can someone please help me in this regard?<br>
><br>
> Regards,<br>
> Santosh<br>
><br>
> --<br>
> Linux-cluster mailing list<br>
> <a href="mailto:Linux-cluster@redhat.com">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>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Fri, 24 Oct 2008 10:13:07 -0400<br>
From: Chris Edwards <<a href="mailto:cedwards@smartechcorp.net">cedwards@smartechcorp.net</a>><br>
Subject: [Linux-cluster] Cluster and LVG/LV<br>
To: linux clustering <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <<a href="mailto:61252CC53A97634BA52256DCF2344FBC66C68DE2FF@OFFICEEXCHANGE.office.smartechcorp.net">61252CC53A97634BA52256DCF2344FBC66C68DE2FF@OFFICEEXCHANGE.office.smartechcorp.net</a>><br>
<br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
If I am installing multiple Xen VM's in a cluster with shared iSCSI space with Logical Volumes for each virtual machine should I put each LV in its own logical volume group or should I use one logical volume group for all of the LV's?<br>

<br>
Thanks!<br>
<br>
---<br>
<br>
Chris Edwards<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="https://www.redhat.com/archives/linux-cluster/attachments/20081024/7e71e22c/attachment.html" target="_blank">https://www.redhat.com/archives/linux-cluster/attachments/20081024/7e71e22c/attachment.html</a><br>

<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Fri, 24 Oct 2008 10:18:08 -0400<br>
From: "Jeff Sturm" <<a href="mailto:jeff.sturm@eprize.com">jeff.sturm@eprize.com</a>><br>
Subject: RE: [Linux-cluster] Two nodes cluster issue without<br>
        sharedstorageissue<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <64D0546C5EBBD147B75DE133D798665F0180693C@hugo.eprize.local><br>
Content-Type: text/plain;       charset="iso-2022-jp"<br>
<br>
For what it's worth, considerations like these have caused us to abandon any efforts to build a 2-node cluster.<br>
<br>
>From this point forward all our RHCS deployments will have a minimum of 3 nodes, even if the 3rd node is a small node that provides no resources and only exists for arbitration purposes.  (It was going to be that, or a quorum disk for our application, but we have no experience running a quorum disk over the long-haul in a production envrironment.)<br>

<br>
Hope this helps someone.<br>
<br>
> -----Original Message-----<br>
> From: <a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a><br>
> [mailto:<a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a>] On Behalf Of Chen,<br>
> Mockey (NSN - CN/Cheng Du)<br>
> Sent: Thursday, October 23, 2008 10:36 PM<br>
> To: linux clustering<br>
> Subject: RE: [Linux-cluster] Two nodes cluster issue without<br>
> sharedstorageissue<br>
><br>
><br>
><br>
> >-----Original Message-----<br>
> >From: <a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a><br>
> >[mailto:<a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a>] On Behalf Of ext Lon<br>
> >Hohberger<br>
> >Sent: 2008 $BG/ (J10 $B7n (J24 $BF| (J 0:02<br>
> >To: linux clustering<br>
> >Subject: Re: [Linux-cluster] Two nodes cluster issue without shared<br>
> >storageissue<br>
> ><br>
> >On Thu, 2008-10-16 at 17:10 +0800, Chen, Mockey (NSN - CN/Cheng Du)<br>
> >wrote:<br>
> >> Hi,<br>
> >><br>
> >> I want to set up a two node cluster, I use active/standby<br>
> >mode to run<br>
> >> my service. I need even one node's hardware failure such as<br>
> >power cut,<br>
> >> another node still can handover from failure node and the<br>
> >provide the<br>
> >> service.<br>
> >><br>
> >> In my environment, I have no shared storage, so I can not<br>
> use quorum<br>
> >> disk. Is there any other way to implement it? I searched and found<br>
> >> 'tiebreaker IP' may feed my request, but I can not found any<br>
> >hints on<br>
> >> how to configure it ?<br>
> ><br>
> >Since you have no shared data, you may be able to run<br>
> without fencing.<br>
> ><br>
> >That should be pretty straightforward, but you might need to comment<br>
> >out the "fenced" startup from the cman init script.<br>
> ><br>
> >In this case, the worst that will happen is both nodes will end up<br>
> >running the service at the same time in the event of a network<br>
> >partition.<br>
> ><br>
> >The other down side is that if the cluster divides into two<br>
> partitions<br>
> >and later merges back into one partition, I don't think<br>
> certain things<br>
> >will work right; you will need to detect this event and<br>
> reboot one of<br>
> >the nodes.<br>
> ><br>
> >-- Lon<br>
><br>
> I know such defects in two node cluster.<br>
> Since our service is mission critical, I want to know how to<br>
> avoid such failure case ?<br>
><br>
> Thanks.<br>
><br>
><br>
><br>
> --<br>
> Linux-cluster mailing list<br>
> <a href="mailto:Linux-cluster@redhat.com">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>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 11<br>
Date: Fri, 24 Oct 2008 10:20:04 -0400<br>
From: "Jeff Sturm" <<a href="mailto:jeff.sturm@eprize.com">jeff.sturm@eprize.com</a>><br>
Subject: RE: [Linux-cluster] Cluster and LVG/LV<br>
To: "linux clustering" <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID:<br>
        <64D0546C5EBBD147B75DE133D798665F0180693D@hugo.eprize.local><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Chris,<br>
<br>
Are you running a clustered LVM, and do you expect to be able to use Xen<br>
migration?<br>
<br>
Jeff<br>
<br>
<br>
________________________________<br>
<br>
        From: <a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a><br>
[mailto:<a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a>] On Behalf Of Chris Edwards<br>
        Sent: Friday, October 24, 2008 10:13 AM<br>
        To: linux clustering<br>
        Subject: [Linux-cluster] Cluster and LVG/LV<br>
<br>
<br>
<br>
        If I am installing multiple Xen VM's in a cluster with shared<br>
iSCSI space with Logical Volumes for each virtual machine should I put<br>
each LV in its own logical volume group or should I use one logical<br>
volume group for all of the LV's?<br>
<br>
<br>
<br>
        Thanks!<br>
<br>
<br>
<br>
        ---<br>
<br>
<br>
<br>
        Chris Edwards<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="https://www.redhat.com/archives/linux-cluster/attachments/20081024/5650b4ab/attachment.html" target="_blank">https://www.redhat.com/archives/linux-cluster/attachments/20081024/5650b4ab/attachment.html</a><br>

<br>
------------------------------<br>
<font color="#888888"><br>
--<br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com">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>
End of Linux-cluster Digest, Vol 54, Issue 31<br>
*********************************************<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Varun Galande<br>+971505589029<br>
</div>