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
- 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
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
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
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
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
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
>
> 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
[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().
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
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
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
12 matches
Mail list logo