[Pacemaker] Where to install applications

Charles DeVoe scarecrow_57 at yahoo.com
Mon Dec 5 14:49:19 EST 2011


Is there a good source for some information concerning HPC clusters?  Also, does PaceMaker support HPC?

--- On Fri, 12/2/11, Florian Haas <florian at hastexo.com> wrote:

From: Florian Haas <florian at hastexo.com>
Subject: Re: [Pacemaker] Where to install applications
To: "The Pacemaker cluster resource manager" <pacemaker at oss.clusterlabs.org>
Date: Friday, December 2, 2011, 2:41 PM

On Fri, Dec 2, 2011 at 5:35 PM, Charles DeVoe <scarecrow_57 at yahoo.com> wrote:
>
> We are building a 4 node active/active cluster, which I believe is the same as High Performance.

Not quite. That's still an HA cluster with some scale-out capability.
HPC is a slightly different ballgame.

>  The Cluster has a SAN formatted with GFS2.  The discussion is whether to install the applications on the shared drive and point each machine to that install point or install the applications locally.

Your call, really.

Slapping all applications onto the shared storage means that every
time you update that piece of software, you essentially have to
restart everything all at once -- but only once. So, for updates
you'll normally have downtime. If everything goes nicely, you're back
up very quickly. If something breaks, you're down for some time.

Putting just the data on shared storage, and the applications on
individual nodes, means you're capable of "rolling" upgrades where you
update your software node by node -- but then again, you have to do it
on every node. If everything works on the first try, you'll normally
take a bit longer than in the approach explained above. If something
breaks on the upgrade of your first node, well, you shut it down, go
back to square one, find and fix the root cause, while three others
continue to hum along.

I for one much prefer the second approach.

Cheers,
Florian

--
Want to know how we've helped others?
http://www.hastexo.com/shoutbox

_______________________________________________
Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20111205/9c4d24c9/attachment-0003.html>


More information about the Pacemaker mailing list