LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-08-2018, 03:19 PM   #1
akid
LQ Newbie
 
Registered: Jun 2018
Posts: 1

Rep: Reputation: Disabled
Question Keepalived : add new node to an ancient cluster


Hi linux admins !
I have a question about a cluster we have in production.

It contains 2 nodes, one master and a slave, with this version :
Keepalived v1.2.7 (08/14,2013)

The new node we want to add is based on this version :
Keepalived v1.3.9 (10/21,2017)

Do you know if I can, and how I can, push this new node into my old cluster, without interruptions ?

This is the configuration file of the old cluster :

Code:
global_defs {
    lvs_id cluster
}

vrrp_script check_nginx {
    script "killall -0 nginx"
    interval 1
    weight 2
}

vrrp_instance cluster {
    interface eth0
    virtual_router_id 1

    state MASTER
    priority 101
    advert_int 1

    authentication {
        auth_type PASS
        auth_pass **********
    }

    vrrp_unicast_bind 10.xx.xx.xx
    vrrp_unicast_peer 10.xx.xx.xx

    virtual_ipaddress {
        10.xx.xx.xx # First node
        10.xx.xx.xx # Second node
    }

    track_script {
        check_nginx
    }
}
I don't know if it's possible and I don't want to crash the cluster trying some moves...thanks !
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Not able to add node in cluster with luci gauravbhatkar Linux - Server 1 10-13-2015 10:59 AM
rhel 2 node cluster: resources do not move to second node when node halted tapuhi Linux - Software 1 03-01-2015 10:41 AM
[SOLVED] Keepalived: virtual IP appear in both node trouble and track scripts seem not working trung1490 Linux - Server 1 11-10-2014 04:05 AM
hpc cluster - new server to add as a node Reignfire Linux - Server 7 07-09-2012 04:50 AM
Need Help - Two node cluster, RHEL 6 High Availability Add on , with Oracle over NFS ineedtosolvetheproblem Red Hat 1 09-28-2011 11:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration