Hi, On Tue, Jul 27, 2010 at 12:21:06PM +0200, Trujillo Carmona, Antonio wrote: > > I'm try to use Ipaddr2 in order to have the same MAC ethernet in a two > node corosync cluster but I can't make it work
It doesn't work how? > in crm I can see: > primitive res_IPaddr2_ip-segura ocf:heartbeat:IPaddr2 \ > params ip="10.104.16.254" nic="bond0" broadcast="10.104.255.255" > mac="00:50:56:98:57:34" unique_clone_address="true" \ > operations $id="res_IPaddr2_ip-segura-operations" \ > op stop interval="0" timeout="20" \ > op monitor interval="10" timeout="20" start-delay="0" \ > op start interval="0" timeout="20" > > Is this the true way? The mac parameter is used only in case the address is cloned. Is this a cloned resource? If not then it really won't work. Why do you need a specific mac address? See also http://developerbugs.linux-foundation.org/show_bug.cgi?id=2442 Thanks, Dejan > thank > -- > Por favor, NO utilice formatos de archivo propietarios para el > intercambio de documentos, como DOC y XLS, sino HTML, RTF, TXT, > CSV o cualquier otro que no obligue a utilizar un programa de un > fabricante concreto para tratar la información contenida en él. > SALUD. > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
