Scratch

From Ye Ole Stash
Jump to: navigation, search
        1. Add sysctrl changes to fix arp issue
             1. net.ipv4.conf.eth0.arp_ignore = 1
             2. net.ipv4.conf.eth0.arp_announce = 2
             3. net.ipv4.conf.all.arp_ignore = 1
             4. net.ipv4.conf.all.arp_announce = 2
        2. configure was passed  : ./configure --prefix=/ --with-kernel-dir=/usr/src/linux
        3. Make sure kernel is not updated or it will break keepalived
        4. If all went well it will look like this :
        5. issue a make then make install
        6. Set init script to run (/etc/rc.d/init.d/keepalived) at run level 3 (and others if needed)
        7. Bind "Fake" IP to interface on secondary cluster nodes (ones that typically dont keep the VIP of the primary IP)
             1. This is used to send the messages out a interface.
             2. ip addr add $IPADDR/32 dev lo (/sbin/ifconfig lo:0 216.37.94.58 netmask 255.255.255.255 broadcast 216.37.94.63)
Personal tools