LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

lvs+keepalived

To: "'LinuxVirtualServer.org users mailing list.'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: lvs+keepalived
From: Matthias Krauss <MKrauss@xxxxxxxxxxxxxx>
Date: Mon, 23 Jun 2003 18:55:10 +0200
Hello,
i'm new with keepalived and have started some tests, not sure if its me or
the
config but somehow i dont see any actions even with or without having
realservers turned on or off, also comparing to the manual is that i sould 
see some kind of config dump which doesnt appear.

I used kernel 2421 with ipvs 1.0.9 on a debian woddy and the latest
keepalived
with its with default .configure options, the only thing i noticed is that
make
install didnt create the config files in /etc and also the startup script,
this
i made manual.

Can someone help me to the right track ?


Thanks a lot.

Matthias



Jun 23 17:21:27 lvs Keepalived: Starting Keepalived v1.0.3 (12/05, 2003) 
Jun 23 17:21:27 lvs Keepalived_vrrp: Registering Kernel netlink reflector
Jun 23 17:21:27 lvs Keepalived: Starting VRRP child process, pid=24499
Jun 23 17:21:27 lvs Keepalived_vrrp: Configuration is using : 52189 Bytes
Jun 23 17:21:27 lvs Keepalived_vrrp: Watchdog: Starting listener on
/tmp/.vrrp wdog socket
Jun 23 17:21:32 lvs Keepalived: Watchdog: success connecting /tmp/.vrrp wdog
socket



global_defs {
   notification_email {
     xx@xxxxxxxx
   }
   notification_email_from myname@xxxxxxxx
   smtp_server 10.0.3.5
   smtp_connect_timeout 30
   lvs_id LVS_DEVEL
}

virtual_server 10.0.1.66 fwmark 1 {
    delay_loop 30
    lb_algo wrr
    lb_kind DR
    nat_mask 255.255.255.0
    persistence_timeout 3600
    protocol TCP

    real_server 10.0.1.25 80 {
        weight 1
        HTTP_GET {
            url { 
              path /
              digest 4e79e2cade96e41931f3f681cc49b60a 
            }
            connect_timeout 3
            nb_get_retry 3
            delay_before_retry 3
        }
    }
   real_server 10.0.1.38 80 {
        weight 1
        HTTP_GET {
            url { 
              path /
              digest 4e79e2cade96e41931f3f681cc49b60a 
            }
            connect_timeout 3
            nb_get_retry 3
            delay_before_retry 3
        }
    }
}
<Prev in Thread] Current Thread [Next in Thread>