LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Error connecting /tmp/.vrrp wdog socket

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx, Alexandre.Cassen@xxxxxxxxxx
Subject: Error connecting /tmp/.vrrp wdog socket
From: Ajit Kashyap <ajitkashyap@xxxxxxxxx>
Date: Wed, 1 Oct 2003 09:35:15 -0700 (PDT)
Hello all,

I'm trying to run keepalived 1.0.9 with lvs and vrrp.
When ever I try to run keepalived with vrrp_sync_group
I get the below given error

Keepalived: Watchdog: Error connecting /tmp/.vrrp wdog
socket

And the vip's don't get created nor does the syslog
show anything about VRRP. Below is my config from one
of the box. The other box has similar config except
for change in "state" and "priority"

Thanks
Ajit

*************************************************

vrrp_sync_group VG1 {
    VI_1
    VI_2
}
!
vrrp_sync_group VG2 {
    VI_3
    VI_4
}
!
vrrp_instance VI_1 {
    state MASTER
    interface eth0
    virtual_router_id 61
    priority 150
    advert_int 1
    authentication {
        auth_type PASS
        auth_pass 1111
    }
    virtual_ipaddress {
        192.168.1.10
        192.168.1.11
    }
}
!
vrrp_instance VI_2 {
    state MASTER
    interface eth2
    virtual_router_id 62
    priority 150
    advert_int 1
    authentication {
        auth_type PASS
        auth_pass 1111
    }
    virtual_ipaddress {
        10.7.130.252
    }
}
!
vrrp_instance VI_3 {
    state BACKUP
    interface eth0
    virtual_router_id 63
    priority 10
    advert_int 1
    authentication {
        auth_type PASS
        auth_pass 6969
    }
    virtual_ipaddress {
        192.168.1.12
    }
}
vrrp_instance VI_4 {
    state BACKUP
    interface eth2
    virtual_router_id 64
    priority 10
    advert_int 1
    authentication {
        auth_type PASS
        auth_pass 6969
    }
    virtual_ipaddress {
        10.7.130.251
    }
}
**********************************************




__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
<Prev in Thread] Current Thread [Next in Thread>