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 > > -- View this message in context: http://old.nabble.com/Floating-MAC-Address-and-Heartbeat-resources-tp30557859p30566810.html Sent from the Linux-HA mailing list archive at Nabble.com. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
