Hi Digi,<br>
<br>1. sniplet of cluster.conf file from one cluster  :-<br>
<br>
<?xml version="1.0"?><br>
<cluster alias="Cluster" config_version="1" name="Cluster"><br>
  <clusternodes><br>
    <clusternode name="blade4-2" nodeid="2" votes="1"><br>
      <fence><br>
        <method name="1"><br>
          <device blade="2" missing_as_off="1" 
name="BladeCenterFencing"/><br>
        </method><br>
      </fence><br>
    </clusternode><br>
    <clusternode name="blade4-1" nodeid="1" votes="1"><br>
      <fence><br>
        <method name="1"><br>
          <device blade="1" missing_as_off="1" 
name="BladeCenterFencing"/><br>
        </method><br>
      </fence><br>
    </clusternode><br>
  </clusternodes><br>
  <cman expected_votes="1" two_node="1"/><br>
  <fencedevices><br>
    <fencedevice agent="fence_bladecenter" ipaddr="XXXXX" 
login="USERID" name="BladeCenterFencing" passwd="******"/><br>
  </fencedevices><br>
<br>
...<br><br>Of another cluster is same except node names differ(they blade3-1 and blade3-2).<br><br>2. <br><br>In /etc/hosts<br><br><a href="http://192.168.154.1/24">192.168.154.1/24</a> blade4-1.privdomain blade4-1 (this goes on eth1 of blade4-1)<br>
<a href="http://192.168.154.2/24">192.168.154.2/24</a> blade4-2.privdomain blade4-2 (this goes on eth1 of blade4-2)<br><br>Same is with blade3-1 and blade3-2 (Cluster 2)<br><br><a href="http://192.168.153.1/24">192.168.153.1/24</a> blade3-1.privdomain blade3-1 (this goes on eth1 of 
blade3-1)<br>
<a href="http://192.168.153.2/24">192.168.153.2/24</a> blade3-2.privdomain blade3-2 (this goes on eth1 of 
blade3-2)<br>
<br>3. Public IP of blade4-1 & blade4-2 (Cluster 1) and blade3-1 & blade3-2 (Cluster 2) are on same subnet 10.5.81.xxx and subnet mask is 255.255.255.<br><br>Thanks<br><br><div class="gmail_quote">On Wed, Mar 28, 2012 at 12:54 PM, Digimer <span dir="ltr"><<a href="mailto:lists@alteeve.ca">lists@alteeve.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'll admit to having trouble following you... So let's get some basics;<br>
<br>
* What is the cluster.conf of either cluster?<br>
* What exact IPs does the hostnames, as set in the cluster.conf, resolve to?<br>
* What is the exact IP of eth0 and eth1 on each node, inc. netmask?<br>
<br>
As a point of curiosity; why do you need the cluster names to be identical?<br>
<br>
Digi<br>
<div><div class="h5"><br>
On 03/28/2012 12:00 AM, Parvez Shaikh wrote:<br>
> Thanks Fabio & Digimer,<br>
><br>
> Just to add more information that each node has 4 NIC cards out of which -<br>
><br>
> eth0 is public / management IP their addresses are falling on the same<br>
> subnet<br>
><br>
> eth1 is private address and they are privately connected (node A - node<br>
> B) and (node C - node D)<br>
><br>
> Cluster.conf mentions hostname(from /etc/hosts) which corresponds to IP<br>
> addresses of eth1 (not globally accessible name of eth0's IP)<br>
><br>
> Even in situation such as above, cluster names should be unique? I would<br>
> assume that ccsd would use only the node names given in cluster.conf for<br>
> communication.<br>
><br>
> Does ccsd use cluster name to locate other members of cluster and get<br>
> copy of cluster configuration file from those?<br>
><br>
> Following messages are seen in /var/log/messages -<br>
><br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]: Starting ccsd 2.0.115:<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Built: Mar 16 2010 10:28:57<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Copyright (C) Red Hat, Inc.  2004<br>
> All rights reserved.<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]: cluster.conf (cluster name =<br>
> Cluster, version = 1) found.<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]: Remote copy of cluster.conf is from<br>
> quorate node.<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Local version # : 1<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Remote version #: 1<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]: Remote copy of cluster.conf is from<br>
> quorate node.<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Local version # : 1<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Remote version #: 1<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]: Remote copy of cluster.conf is from<br>
> quorate node.<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Local version # : 1<br>
> Mar 28 11:57:07 blade4-2 ccsd[6821]:  Remote version #: 1<br>
><br>
><br>
> On Wed, Mar 28, 2012 at 12:13 PM, Fabio M. Di Nitto <<a href="mailto:fdinitto@redhat.com">fdinitto@redhat.com</a><br>
</div></div><div class="im">> <mailto:<a href="mailto:fdinitto@redhat.com">fdinitto@redhat.com</a>>> wrote:<br>
><br>
>     On 3/28/2012 8:14 AM, Parvez Shaikh wrote:<br>
>     > Hi experts,<br>
>     ><br>
>     > I am running in to a problem in a situation where two clusters in the<br>
>     > network have same name.<br>
>     ><br>
>     > Node A, Node B : cluster name CLUSTER<br>
>     > Node C, Node D : cluster name CLUSTER<br>
>     ><br>
>     > Node C and Node D's cluster is running fine however when I start<br>
>     node A<br>
>     > it copies /etc/cluster.conf (I believe ccsd) from either C and D and<br>
>     > replaces its own and start attempting a cluster, of course it fails<br>
>     > because C or D is not a host name of node A.<br>
>     ><br>
>     > Is it possible to have more than one clusters in same network, these<br>
>     > nodes are in IBM blades hosted in Bladecenter and the heart beat<br>
>     IPs are<br>
>     > on private network.<br>
><br>
>     Uh.. you can have multiple clusters on the same network as long as they<br>
>     have different names. Or you need to isolate them on different networks<br>
>     if you need to keep the same name.<br>
><br>
>     Fabio<br>
><br>
>     --<br>
>     Linux-cluster mailing list<br>
</div>>     <a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a> <mailto:<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>
<div class="im HOEnZb">><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>
</div><div class="HOEnZb"><div class="h5">--<br>
Digimer<br>
Papers and Projects: <a href="https://alteeve.com" target="_blank">https://alteeve.com</a><br>
</div></div></blockquote></div><br>