Re: [Keepalived-devel] Wrong package?
Status: Beta
Brought to you by:
acassen
|
From: Chris M. <mu...@to...> - 2003-07-25 19:12:35
|
No problem, I relise this is a personal time project, just being sure i
wasnt confusing myself. This is wierd, below is the info!
Here the logs:
Jul 25 13:47:34 rhatm2 Keepalived: Starting Keepalived v1.1.0 (24/07,
2003)
Jul 25 13:47:34 rhatm2 Keepalived: Starting VRRP child process, pid=27597
Jul 25 13:47:34 rhatm2 Keepalived_vrrp: Registering Kernel netlink
reflector
Jul 25 13:47:34 rhatm2 Keepalived_vrrp: Registering Kernel netlink comand
channel
Jul 25 13:47:34 rhatm2 Keepalived_vrrp: Registering gratutious ARP shared
channel
Jul 25 13:47:34 rhatm2 Keepalived_vrrp: Configuration is using : 653959
Bytes
Jul 25 13:47:34 rhatm2 Keepalived_vrrp: Watchdog: Starting listener on
/tmp/.vrrp wdog socket
Jul 25 13:47:34 rhatm2 Keepalived_vrrp: VRRP_Instance(VI_1) Entering
BACKUP STATE
Jul 25 13:47:34 rhatm2 Keepalived_vrrp: VRRP sockpool: [ifindex(2),
proto(112), fd(8,9)]
Jul 25 13:47:39 rhatm2 Keepalived: Watchdog: success connecting /tmp/.vrrp
wdog socket
Jul 25 13:47:41 rhatm2 Keepalived_vrrp: VRRP_Instance(VI_1) Transition to
MASTER STATE
Jul 25 13:47:43 rhatm2 Keepalived_vrrp: VRRP_Instance(VI_1) Entering
MASTER STATE
Jul 25 13:47:43 rhatm2 Keepalived_vrrp: VRRP_Instance(VI_1) setting
protocol VIPs.
Jul 25 13:47:43 rhatm2 Keepalived_vrrp: VRRP_Instance(VI_1) Sending
gratuitous ARP on eth0
Jul 25 13:47:48 rhatm2 Keepalived_vrrp: VRRP_Instance(VI_1) Sending
gratuitous ARP on eth0
This is all the output I get? The last lines just keeps priniting. I did
issue --log-details or -D when i compiled in debug mode and I get no extra
output.
Here's my config:
! Configuration File for keepalived
global_defs {
notification_email {
mu...@to...
}
notification_email_from LV...@cl...
smtp_server 209.247.231.67
smtp_connect_timeout 100
! lvs ID is nothing more than a NAME or reference
lvs_id INN_CLUSTER
}
vrrp_instance VI_1 {
state BACKUP
! How often we advertise the ATM's (heartbeat)
advert_int 2
priority 99
interface eth0
virtual_router_id 50
! List the VIRTUAL IP's
virtual_ipaddress {
209.247.231.80
209.247.231.86
209.247.231.87
209.247.231.88
}
}
virtual_server 209.247.231.80 80 {
! The delay for tcp checks to be done.
delay_loop 6
! Defined a least connection (LC) type of cluster doing direct
connections (DR)
lb_algo lc
lb_kind DR
! Sticky connections?
persistence_timeout 1800
protocol TCP
! rhinn1.lee.net
real_server 209.247.231.74 80 {
TCP_CHECK {
connect_timeout 10
}
}
! rhinn2.lee.net
real_server 209.247.231.75 80 {
TCP_CHECK {
connect_timeout 10
}
}
! rhinn3.lee.net
real_server 209.247.231.76 80 {
TCP_CHECK {
connect_timeout 10
}
}
! rhinn4.lee.net
real_server 209.247.231.91 80 {
TCP_CHECK {
connect_timeout 10
}
}
}
On Fri, 25 Jul 2003, Alexandre Cassen wrote:
> Hi Chris,
>
> >So i'm at this url: http://keepalived.sourceforge.net/download.html
> >
> >And there is no RPM for the lastest package, 1.1.1 so I get the src rpm,
> >and build it using the lastest tarball, it appers that none of the code
> >versions have been updated, running /sbin/keepalived -h prints:
> >
> >Keepalived v1.1.0 (24/07, 2003)
> >
> >So is this version 1.1.0 or 1.1.1???
>
> I have simply not find enought time to update the package =8-D
> will do latter... Have done too much hack on other code today. (hey
> this is done during my spare time ;))
>
> >Also, When I start keepalived is never really added the IP's, running
> >ipvsadm to show ip's shows nothing.
> >
> >
> >After reading the archives it appears that this was the problem with the
> >1.1.0 release which is why 1.1.1 came out so quick, but I've downloaded
> >the 1.1.1 tar ball and i still have the same problems.
>
> ???? send conf ... logs....
>
> regards,
> Alexandre
>
>
--
Regards,
-Chris
__________________________________________________________________
Christopher Murley PHONE: 309.743.0800
Senior Systems Administrator TOLL FREE: 800.293.9576
TownNews.com \ Lee Enterprises FAX: 309.743.0830
1521 47th Avenue E-Mail: mu...@To...
Moline, Illinois 61265 Web: http://www.TownNews.com
------------------------------------------------------------------
|