Hello luis motta campos, Well I did not completely misunderstand. And your response cleared my understanding.
Basically, I want all the eth interfaces to be part of the ha clustering. Bcos we the need the same ip addresses on both the active and passive one, I mean when the passive becomes active, the ip address of the active has to be used by passive. I will do more investigations and back with more querries :-) Thanks. -------------------------- Message: 5 Date: Wed, 26 Nov 2008 11:26:14 +0100 From: Luis Motta Campos <[EMAIL PROTECTED]> Subject: Re: [Linux-HA] Linux HA config querries To: General Linux-HA mailing list <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Nagaraja, Madhukar (Madhukar) wrote: > Hello, > We are planning to have a ha for our solution with linux-ha. we need to > have ip address takeover and mac address takeover. > > our solution makes use of 1 WAN(eth0) and 1 LAN-eth1 (and also virtual > eth1:1) for its purpose. Since both the nics will be used up, planning > to use the serial port for heartbeat communication. so the queries i > have is > 1) do I need to configure the eth0 and eth1 and eth1:1 as part of > heartbeat configuration using IPaddr ? > 2) should the cib.xml be the same in both primary and secondary node ? > > Please let me know if more information has to be given. Hi, Nagaraja. It seems to me that you're misunderstanding the concept of Heartbeat Clustering. There's only one CIB. The XML representation of it is just for your commodity. All the nodes in the cluster will share the same CIB configuration. For my cluster, I needed to make sure that the Database IP address didn't change, so I created an IPaddr resource in the CIB. This allows the cluster to manage the database access IP address. As my nodes are part of a big and complex network used by the european Registar of Internet Resources (RIR), they are required to have multiple ethernet cards. None of the other addresses are considered clustering resources - they just provide the connectivity required to that specific box. Hence, none of them show up as IPAddr resources in my CIB. I hope that helps. Regards -- Luis Motta Campos is a software engineer, Perl Programmer, foodie and photographer. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
