[lvs-users] ldirectord check on mysql non standard port

2007-07-24 Thread Cali Federico
Hi all, I use LVS + UltraMonkey to balanace mysql requests. I need to check Mysql real servers that run on port 3309. Is it possible using ldirectord ? With the following directives, even if I shutdown the mysql instance on one real server, ipvasdm don't recognize the failure. #MySQ

Re: [lvs-users] ldirectord check on mysql non standard port

2007-07-24 Thread Aslan Carlos
Hi Federico, you'l need especify the type of service that the ldirector will test, so just add 'service=mysql' in any place below the entries /real=.*/. That's works fine to me. best regards, --- Aslan Carlos de M. Ramos Network Administrator K8 Networks, Digirati Networks and Hostnet WebHosti

[lvs-users] initial connection delay

2007-07-24 Thread Gerry Reno
I have been noticing some delay in initial connections with my setup. It is about 15 secs. After that everything works great. In the HOWTO it talks about authd/identd being the cause of this problem (don't know how relevant the information is still). Is identd still an issue with Fedora 7 (

Re: [lvs-users] initial connection delay

2007-07-24 Thread Bill Omer
On 7/24/07, Gerry Reno <[EMAIL PROTECTED]> wrote: > I have been noticing some delay in initial connections with my setup. > It is about 15 secs. After that everything works great. In the HOWTO > it talks about authd/identd being the cause of this problem (don't know > how relevant the information

Re: [lvs-users] initial connection delay

2007-07-24 Thread Gerry Reno
Bill Omer wrote: > On 7/24/07, Gerry Reno <[EMAIL PROTECTED]> wrote: > >> I have been noticing some delay in initial connections with my setup. >> It is about 15 secs. After that everything works great. In the HOWTO >> it talks about authd/identd being the cause of this problem (don't know >>

Re: [lvs-users] initial connection delay

2007-07-24 Thread Bill Omer
On 7/24/07, Gerry Reno <[EMAIL PROTECTED]> wrote: > Bill Omer wrote: > > On 7/24/07, Gerry Reno <[EMAIL PROTECTED]> wrote: > > > >> I have been noticing some delay in initial connections with my setup. > >> It is about 15 secs. After that everything works great. In the HOWTO > >> it talks about a

Re: [lvs-users] ldirectord check on mysql non standard port

2007-07-24 Thread Cali Federico
Is it possible to have an example on ldirectord.cf that works on a non-standard port? Thanks Federico ___ LinuxVirtualServer.org mailing list - lvs-users@LinuxVirtualServer.org Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/

[lvs-users] R: ldirectord check on mysql non standard port

2007-07-24 Thread Cali Federico
Sorry for this duplicated thread :-) federico > -Messaggio originale- > Da: Cali Federico > Inviato: martedì 24 luglio 2007 23.48 > A: lvs-users@linuxvirtualserver.org > Oggetto: Re: [lvs-users] ldirectord check on mysql non standard port > > Is it possible to have an example on ldirect

Re: [lvs-users] initial connection delay

2007-07-24 Thread Gerry Reno
Bill Omer wrote: > > Does the delay only happen when you connect to the vip, or do you see > the same delay when you ssh in to your server? > > It's only when I was connecting to the vip. Gerry ___ LinuxVirtualServer.org mailing list - lvs-users@Lin

Re: [lvs-users] initial connection delay

2007-07-24 Thread Bill Omer
On 7/24/07, Gerry Reno <[EMAIL PROTECTED]> wrote: > Bill Omer wrote: > > > > Does the delay only happen when you connect to the vip, or do you see > > the same delay when you ssh in to your server? > > > > > It's only when I was connecting to the vip. > What services are you trying to load balance

Re: [lvs-users] initial connection delay

2007-07-24 Thread Rob
Gerry Reno wrote: > I don't see anything related to authd or identd: Is there something else > that has this same effect? I'm using all IP addresses for accesses, no > DNS. > > Gerry Try running something like: tcpdump -pennvvvi ethX port 53 on all three machines (if it is a local client or j

Re: [lvs-users] initial connection delay

2007-07-24 Thread Bill Omer
On 7/24/07, Rob <[EMAIL PROTECTED]> wrote: > Gerry Reno wrote: > > I don't see anything related to authd or identd: Is there something else > > that has this same effect? I'm using all IP addresses for accesses, no > > DNS. > > > > Gerry > > Try running something like: > tcpdump -pennvvvi ethX port

[lvs-users] interesting question: maybe mysql cluster conflicts with ipvs/ipvsadm

2007-07-24 Thread kk yuker
Guys, I have encountered a very strange question. When mysql cluster client process running with ipvs(either master side or backup side). Randomly the linux system would hang on. The scenario is: 1. ping is ok but ssh fails. 2. the keyboard is not interruptable and the serial console did not wor

Re: [lvs-users] initial connection delay

2007-07-24 Thread Gerry Reno
Bill Omer wrote: > On 7/24/07, Gerry Reno <[EMAIL PROTECTED]> wrote: > >> Bill Omer wrote: >> >>> Does the delay only happen when you connect to the vip, or do you see >>> the same delay when you ssh in to your server? >>> >>> >>> >> It's only when I was connecting to the vip. >> >>