On 7/22/06, Pascal Bleser <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yu Safin wrote:
> I currently have an application that runs Oracle under one SuSE server
> and Java in-house code in another SuSE server.
> I was wondering if anybody can suggest a cluster solution so I can
> have my Java code duplicated in two+ SuSE servers.
What is that in-house Java application ? Running in a servlet container
(e.g. Tomcat), an EJB container (e.g. JBoss), ... ?
You should consider two things:
1) a cluster software to provide high availability of the cluster nodes
themselves (most importantly: heartbeat checking between the nodes +
migrating the cluster's IP address (the "VIP")) - I use heartbeat [1]
for that, works nicely and necessary RPMs are shipped with SUSE Linux
2) cluster your Java application: you can do that with Tomcat and JBoss
(and Weblogic, and Websphere, and Glassfish, and ...)
[1] http://www.linux-ha.org/
> How about Oracle, can I cluster Oracle to run on two+ servers?
> I am trying to achieve not only higher availability but also put to
> work some hardware servers I have on the floor collecting dust.
You _can_ cluster Oracle, but... you'll have to set up Oracle RAC, which
is both very complex *and* very expensive (different license fees).
cheers
- --
-o) Pascal Bleser http://linux01.gwdg.de/~pbleser/
/\\ <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
_\_v The more things change, the more they stay insane.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEwePEr3NMWliFcXcRAnzJAKCRy1uJNRPaGJeAoQLlUCe4GbZzMQCgqJBZ
2TZgNXjtdOVrxm9jOU7Gujo=
=mFlu
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The Java application is in a JAR that runs on a schedule (batch).
is there anything similar to RAC in the open-source community?
what would be missing with linux-ha compared to RAC?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]