Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-31 Thread Keisuke MORI
Hi Dejan, 2012/1/31 Dejan Muhamedagic : > Hi Keisuke-san, > > On Tue, Jan 31, 2012 at 09:52:24PM +0900, Keisuke MORI wrote: >> Hi Dejan >> >> 2012/1/31 Dejan Muhamedagic : >> > Hi Keisuke-san, >> (...) >> > On Tue, Jan 31, 2012 at 08:46:35PM +0900, Keisuke MORI wrote: >> >> The current RA will try

Re: [Linux-ha-dev] change of process check in tomcat-ra

2012-01-31 Thread David Gersic
A minor suggestion on the tomcat RA. It uses "wget -O ..." to verify that tomcat is running. If the URL is an https://... type, and wget can't verify the certificate being used by the server, it errors out. Using "wget --no-check-certificate -O ..." would be better, given that this is only being

Re: [Linux-ha-dev] [resource-agents] `findif` could be rewritten in shell (#53)

2012-01-31 Thread Lars Ellenberg
Taking this to the mailing list as well, to give it a wider audience ... On Tue, Jan 31, 2012 at 07:56:56AM -0800, b-a-t wrote: > Referring to the #52 I got the idea that shell script for finding > interface by IP address could be better solution than parsing routing > table in C. > > For (most)

Re: [Linux-ha-dev] [resource-agents] exportfs change to support wildcard exports (#45)

2012-01-31 Thread Lars Ellenberg
On Tue, Jan 31, 2012 at 04:31:09PM +0100, Dejan Muhamedagic wrote: > Hey Lars, > > On Sat, Jan 21, 2012 at 05:52:28PM +0100, Lars Ellenberg wrote: > > On Fri, Jan 20, 2012 at 04:18:02AM +0100, Dejan Muhamedagic wrote: > > > Hi Lars, > > > > > > On Tue, Dec 13, 2011 at 10:55:57PM +0100, Lars Ellen

Re: [Linux-ha-dev] VirtualDomain issue

2012-01-31 Thread Dejan Muhamedagic
Hi, On Mon, Nov 14, 2011 at 11:58:06AM +0100, Dejan Muhamedagic wrote: > Hi, > > On Thu, Jun 23, 2011 at 07:51:48AM +0200, Dominik Klein wrote: > > Hi > > > > code snippet from > > http://hg.linux-ha.org/agents/raw-file/7a11934b142d/heartbeat/VirtualDomain > > (which I believe is the current ver

[Linux-ha-dev] New RA: IPredirect

2012-01-31 Thread David Gersic
Somewhat based on Dummy, and somewhat based on IPaddr2, here's an RA I put together to do port redirection via iptables. I have an application (Shibboleth Identity Provider) that runs under Tomcat. Because Tomcat runs as a non-root user, the application server can only listen on ports over 1024

Re: [Linux-ha-dev] [resource-agents] exportfs change to support wildcard exports (#45)

2012-01-31 Thread Dejan Muhamedagic
Hey Lars, On Sat, Jan 21, 2012 at 05:52:28PM +0100, Lars Ellenberg wrote: > On Fri, Jan 20, 2012 at 04:18:02AM +0100, Dejan Muhamedagic wrote: > > Hi Lars, > > > > On Tue, Dec 13, 2011 at 10:55:57PM +0100, Lars Ellenberg wrote: > > > Taking this to the mailing list to give it a wider audience. >

Re: [Linux-ha-dev] Fwd: [PATCH]Comment for tomcat-ra and status-action and correction of the parameter check

2012-01-31 Thread nozawat
Hi Dejan > > How do you think about a patch of this tomcat? > > Applied. > Many Thanks! Regards, Tomo > Hi, > > On Tue, Jan 17, 2012 at 11:17:34AM +0900, nozawat wrote: > > Hi Dejan > > > > How do you think about a patch of this tomcat? > > Applied. > > Cheers, > > Dejan > > > The follow

Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-31 Thread Dejan Muhamedagic
Hi Keisuke-san, On Tue, Jan 31, 2012 at 09:52:24PM +0900, Keisuke MORI wrote: > Hi Dejan > > 2012/1/31 Dejan Muhamedagic : > > Hi Keisuke-san, > (...) > > On Tue, Jan 31, 2012 at 08:46:35PM +0900, Keisuke MORI wrote: > >> The current RA will try to check the top page (http://localhost:80) > >> as

Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-31 Thread Keisuke MORI
Hi Dejan 2012/1/31 Dejan Muhamedagic : > Hi Keisuke-san, (...) > On Tue, Jan 31, 2012 at 08:46:35PM +0900, Keisuke MORI wrote: >> The current RA will try to check the top page (http://localhost:80) >> as the default behavior if you have not enabled server-status in httpd.conf >> and it would fail

Re: [Linux-ha-dev] Fwd: [PATCH]Comment for tomcat-ra and status-action and correction of the parameter check

2012-01-31 Thread Dejan Muhamedagic
Hi, On Tue, Jan 17, 2012 at 11:17:34AM +0900, nozawat wrote: > Hi Dejan > > How do you think about a patch of this tomcat? Applied. Cheers, Dejan > The following patches want more you to look. > This is a patch of the changes by a process check, but speaks the > reason that I want to change.

Re: [Linux-ha-dev] change of process check in tomcat-ra

2012-01-31 Thread Dejan Muhamedagic
Hi, On Mon, Dec 19, 2011 at 05:20:53PM +0900, nozawat wrote: > Hi Dejan > > I have two reasons to change the process check. > 1)There is the pattern that pgrep does not work by contents to set in > CATALINA_OPTS. For example, they are as follows. >e.g.)-XX:+UseConcMarkSweepGC > 2)It does n

Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-31 Thread Dejan Muhamedagic
Hi Keisuke-san, On Tue, Jan 31, 2012 at 08:46:35PM +0900, Keisuke MORI wrote: > Hi Dejan, > > 2012/1/31 Dejan Muhamedagic : > > Hi Keisuke-san, > > > > On Mon, Jan 30, 2012 at 08:38:35PM +0900, Keisuke MORI wrote: > >> Hi, > >> > >> 2012/1/28 Dejan Muhamedagic : > >> > Hi, > >> > > >> > On Fri, J

Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-31 Thread Dejan Muhamedagic
On Tue, Jan 31, 2012 at 11:34:19AM +0100, Lars Ellenberg wrote: > On Mon, Jan 30, 2012 at 09:24:19PM +0100, Dejan Muhamedagic wrote: > > > As for the regular expression like ^ or $, it looks like working as > > > expected with -z option in my quick tests. > > > Do you have any examples that it may

Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-31 Thread Keisuke MORI
Hi Dejan, 2012/1/31 Dejan Muhamedagic : > Hi Keisuke-san, > > On Mon, Jan 30, 2012 at 08:38:35PM +0900, Keisuke MORI wrote: >> Hi, >> >> 2012/1/28 Dejan Muhamedagic : >> > Hi, >> > >> > On Fri, Jan 20, 2012 at 02:09:13PM +0900, nozawat wrote: >> >> Hi Dejan >> >> >> >>  I'm agreeable in the opinio

Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-31 Thread Lars Ellenberg
On Mon, Jan 30, 2012 at 09:24:19PM +0100, Dejan Muhamedagic wrote: > > As for the regular expression like ^ or $, it looks like working as > > expected with -z option in my quick tests. > > Do you have any examples that it may break the configuration? > > For instance, what I see here in the statu

[Linux-ha-dev] Report: High Availability and Distributed Storage miniconf at LCA 2012

2012-01-31 Thread Tim Serong
Hi All, Apologies for the mass email, but it seemed most appropriate to post a followup to all the lists I originally sent the LCA 2012 HA miniconf CFP to. I would humbly suggest that any miniconf-related replies be sent either direct to myself, or to ha...@lists.linux-foundation.org. Comment