I am still having problems getting my director failover to work. With this
configuration, I can see the states transition perfectly, but the connection
does not (If director1 is unplugged, director2 will pick up the connection,
but when director1 is plugged in again it does not resume the connection.
The states do transition though.). I am trying to get around this by having
the notify scripts bring down an interface when it is a BACKUP and bring it
up when it is a MASTER. I cannot get the notify_master, notify_backup or
notify_fault scripts to run though. They are simple ifconfig statements.
Even an echo statement, or touch does not work in the script.
vrrp_sync_group VG1{
group{
VI_1
VI_2
VI_3
}
}
vrrp_instance VI_1{
state MASTER
interface eth0
lvs_sync_daemon_interface eth0
virtual_router_id 51
priority 150
smtp_alert
advert_int 1
virtual_ipaddress{
x.x.x.208/32 dev eth1
}
notify_master "/sbin/masterState.sh"
notify_backup "/sbin/backupState.sh"
notify_fault "/sbin/backupState.sh"
}
vrrp_instance VI_2{
state MASTER
interface eth0
lvs_sync_daemon_interface eth0
virtual_router_id 52
priority 150
smtp_alert
advert_int 1
virtual_ipaddress{
x.x.x.217/27 dev eth0
}
}
vrrp_instance VI_3{
state BACKUP
interface eth0
lvs_sync_daemon_interface eth0
virtual_router_id 53
priority 100
smtp_alert
advert_int 1
virtual_ipaddress{
x.x.x.218/27 dev eth0
}
}
On 1/31/06, Matt Chan <engineuity@xxxxxxxxx> wrote:
>
> On 1/30/06, Joseph Mack NA3T <jmack@xxxxxxxx> wrote:
> >
> > It's been a while since I set this up. Sounds like the two
> > directors are not talking to each other. Have you set up the
> > communications between them (it used to be udp
>
>
|