Re: [plug] redundant session in cluster

2008-04-16 Thread Michael Cole
A lot of people use heartbeat and directors as in the case with this. http://www.ultramonkey.org/3/topologies/ha-lb-eg.html Or you could always go with some of the commercial products like the Cisco CEF http://www.cisco.com/en/US/products/hw/modules/ps2033/prod_technical_reference09186a00800afeb

Re: [plug] redundant session in cluster

2008-04-16 Thread Geruel M. Casibu
- Original Message - From: "andrelst" <[EMAIL PROTECTED]> To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" Sent: Wednesday, April 16, 2008 8:55 PM Subject: Re: [plug] redundant session in cluster > On Wed, Apr 16, 2008 at 4:20 AM, Jagi

Re: [plug] redundant session in cluster

2008-04-16 Thread andrelst
On Wed, Apr 16, 2008 at 4:20 AM, Jagi Sarcilla <[EMAIL PROTECTED]> wrote: > what we are looking is the application failover solutions. > without interruption on the application side. > > is it right failover or load balance? First things first, sorry if almost all are commercial based, that's my e

Re: [plug] redundant session in cluster

2008-04-16 Thread Jagi Sarcilla
what we are looking is the application failover solutions. without interruption on the application side. is it right failover or load balance? -- Jagi C. Sarcilla Airsoft Player _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux

Re: [plug] redundant session in cluster - Email found in subject

2008-04-15 Thread thad
Agree. Don't rely on OS to save you from fail over. Even AIX HACMP is NOT a great solution, working on this I have seen a lot of horror even in fail over test. I know of financial institution which loss $17 million in 3 hours of failover failure and eventually migrated to Tandem mainframe which

Re: [plug] redundant session in cluster

2008-04-15 Thread Miguel Paraz
On Wed, Apr 16, 2008 at 7:23 AM, Jagi Sarcilla <[EMAIL PROTECTED]> wrote: > i've done clustering long time ago but its not session aware. it is simply > failover.can my web1 and web2 become my load balancer for the jboss apps? > since we cant afford to buy and place 2 load balancer in every segmen

Re: [plug] redundant session in cluster - Email found in subject

2008-04-15 Thread Ariz Jacinto
having used those two before, the switch over may take as fast as 6-10(?)secs but is usually set to 3 minutes to avoid false positives. what are the chances for your user to be caught within that 10secs window? that depends on the number of users at any given time :) my point is, the app should n

Re: [plug] redundant session in cluster

2008-04-15 Thread Jagi Sarcilla
> > The web act as the front of two jboss apps in java, the requirements is > the sessions must be scattered or shared to the two web server and also to > the two jboss app server. for the database, im thinking of replications > since i dont have right now a common storage system such as NAS or SAN

Re: [plug] redundant session in cluster - Email found in subject

2008-04-15 Thread jmacaranas
[plug] redundant session in cluster - Email found in subject i'm not sure how your app currently handle sessions but you can mitigate the problem by storing the session outside of the web server and store it on the database or memcached servers, e.g. PHP's session_set_save_handler().

Re: [plug] redundant session in cluster

2008-04-15 Thread Ariz Jacinto
i'm not sure how your app currently handle sessions but you can mitigate the problem by storing the session outside of the web server and store it on the database or memcached servers, e.g. PHP's session_set_save_handler(). however, zero interruption is not guaranteed since large websites even exp

Re: [plug] redundant session in cluster

2008-04-15 Thread Miguel Paraz
Are the apps all java on the jboss? Httpd can load balance between the tomcat servers on jboss, using the jk connector. It is well documented on the jk site. Then you can do a virtualserver setup on the httpd's. On 4/15/08, Jagi Sarcilla <[EMAIL PROTECTED]> wrote: > hello pluggers, > > > i setting

[plug] redundant session in cluster

2008-04-15 Thread Jagi Sarcilla
hello pluggers, i setting up a cluster (linux syempre) high availability cluster, here is the plan *web1 and web2 apache webserver app1 and app2 jboss app server ** db1 and db2 mysql db server* i need a failover solutions for web, app and db1, but when the failures occur on web, it must no