On Saturday 01 January 2011 11:55:22 Avestan wrote: > Hello, > > Thank you for your reply. I have actually looked into IPaddr2 and I am not > sure if this functionality is available in IPaddr2. Here is the description > of the IPaddr2 on my system: > > # Description: wrapper of OCF RA IPaddr2, based on original heartbeat RA. > # See OCF RA IPaddr2 for more information. > # > # Author: Xun Sun <[email protected]> > # Support: [email protected] > # License: GNU General Public License (GPL) > # Copyright: (C) 2005 International Business Machines > # > # This script manages IP alias IP addresses > # > # It can add an IP alias, or remove one. > # > # usage: $0 ip-address[/netmaskbits[/interface[:label][/broadcast]]] > \ # {start|stop|status|monitor} > # > # The "start" arg adds an IP alias. > # > # Surprisingly, the "stop" arg removes one. :-) > # > > This is how I am using IPaddr in the /etc/ha.d/haresources file for my > floating IP address: > > IPaddr::192.168.1.9/24/eth0 > > What would be line of code in needed in /etc/ha.d/haresources which offers > Floating IP and MAC? > > Thanks, > > Avestan > > bcnx wrote: > > If you take the IPaddr2 resource agent you can assign a MAC address to > > your > > floating IP address. > > > > > > B. > > _______________________________________________ > > Linux-HA mailing list > > [email protected] > > http://lists.linux-ha.org/mailman/listinfo/linux-ha > > See also: http://linux-ha.org/ReportingProblems
Hi, I'm referring to the Pacemaker Heartbeat Resource Agent. I guess you are on the old Heartbeat without CRM. If you look at the script it should be possible to change it to have a particular MAC address used. B. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
