You are not logged in.

#1 2006-07-18 16:58:23

Ryujin
Forum Fellow
From: Centerville, Utah
Registered: 2005-05-12
Posts: 246
Website

Clustering

I am looking for information on clustering under Arch Linux, Does anyone know where I should start?

Offline

#2 2006-07-18 19:08:37

Kern
Member
From: UK
Registered: 2005-02-09
Posts: 464

Re: Clustering

could you expand a bit on what you require? server, nodes, jobs etc.

ive checked a lot around clustering recently, and most seem to be their own distro specifically aimed at certain types of job.

one i found, iirc, that is a kernel patch for clustering, not an entire distro in its own right.
of course, now i need it, i cant find the link.
will get back later.

=====edit===
here'tis   tho ive not tried this yet, its the way id prefer to go if running progs from inside Arch.

http://www.faqs.org/docs/Linux-HOWTO/op … TRIBUTIONS

4.8. Other distributions
Based on the explanations above you should be able to install openMosix on most other Linux platforms.

Offline

#3 2006-07-18 20:24:23

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,642

Re: Clustering

Offline

#4 2006-07-21 17:17:03

Ryujin
Forum Fellow
From: Centerville, Utah
Registered: 2005-05-12
Posts: 246
Website

Re: Clustering

Sorry, I guess I don't know what I want, moreso some information on the subject so I can get cooking.

Offline

#5 2006-07-25 19:31:48

ben017f
Member
From: Auckland, New Zealand
Registered: 2006-01-06
Posts: 18

Re: Clustering

It's not clustering exactly, but if it's for web development, then have a look at zope/plone and particularly ZEO...

Zope Enterprise Objects is essentially a really neat way to scale zope. Basically you have a ZEO server running which is your central object database, and then zope clients connect to it to serve the content. Only object that have changed in the ZEO server or Zope instance actually have to sent therefore reducing load and network traffic.

I had a play with it a couple of days ago, and within 30mins I had 2 zope instances running the same plone site on different ports but with the same content... this could be insanely usefull if you want to change anything as you could have one running (behind apache say) as your production server, and the other one could be in debug mode.

Checkout The Zope Book and ZEO programming for some more details.


The map is not the territory

Offline

#6 2006-07-25 21:46:46

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: Clustering

You can cluster servers by asking each to do a specific task that is a subset of a much larger task -- like compiling and linking a huge software project (think Windows or Linux) over several servers -- say, using distcc.

You can cluster services, such as Postgres, so that several servers all look like a single mega-server, handling database queries at the speed of light.  (Also refered to as "load balancing".)

Beyond clustering, there's distributed computing. Every time a page loads from Amazon, for example, the images are loaded from who knows what or how many other servers -- distributed all over the world. When Amazon's web site designers make a change, it has to propagate all over the world. If the change is signifficant, the sum has to reach the servers at the same time -- otherwise, the graphics would not coinside with the HTML, JavaScript, etc.

Offline

#7 2006-07-29 23:01:34

V01D
Member
Registered: 2006-07-18
Posts: 128

Re: Clustering

I'm currently developing a system to be able to Kickstart archlinux just like redhat. I'm going to use this for the Cluster I'm administrating at work, an HPC Cluster.

I'm also creating PKGBUILDs for the following packages (altough they're a bit ad-hoc to the needs at work, so I'm not sending them to AUR): gridengine, ganglia, gaussian, amber, intel compiler and mkl libraries, siesta and hybrid.

For now you can check a wiki page I started to describe my intentions: http://wiki.archlinux.org/index.php/Kickstart.

Offline

#8 2006-10-30 13:37:05

chrismortimore
Member
From: Edinburgh, UK
Registered: 2006-07-15
Posts: 655

Re: Clustering

soloport wrote:

Beyond clustering, there's distributed computing.  Every time a page loads from Amazon, for example, the images are loaded from who knows what or how many other servers -- distributed all over the world.  When Amazon's web site designers make a change, it has to propagate all over the world.  If the change is signifficant, the sum has to reach the servers at the same time -- otherwise, the graphics would not coinside with the HTML, JavaScript, etc.

I'm after this one if anyone has any information on it.  I used to run openmosix (back in my 2.4 days), but my latest boxes need 2.6.  I use it to do distributed solving of maths problems, and circuit simulation, and other such things.


Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB

Offline

#9 2006-10-30 16:18:04

V01D
Member
Registered: 2006-07-18
Posts: 128

Re: Clustering

chrismortimore wrote:
soloport wrote:

Beyond clustering, there's distributed computing.  Every time a page loads from Amazon, for example, the images are loaded from who knows what or how many other servers -- distributed all over the world.  When Amazon's web site designers make a change, it has to propagate all over the world.  If the change is signifficant, the sum has to reach the servers at the same time -- otherwise, the graphics would not coinside with the HTML, JavaScript, etc.

I'm after this one if anyone has any information on it.  I used to run openmosix (back in my 2.4 days), but my latest boxes need 2.6.  I use it to do distributed solving of maths problems, and circuit simulation, and other such things.

Then you'll probably want to look for HA (High Availability) and Virtual Servers. The kernel has some features relating to this, but I think there are various software packages that provide this system.

Offline

#10 2010-06-30 15:57:41

rsantiba
Member
From: Temuco, Chile
Registered: 2010-06-22
Posts: 8
Website

Re: Clustering

I have 3 DELL PowerEdge servers by install a cluster. Does have anyone a suggestion? :-P

Offline

#11 2010-06-30 23:32:50

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: Clustering

Maybe have a look at this: https://computing.llnl.gov/linux/index.html

They've got some good information and a large collection of software to download.

Offline

#12 2010-07-01 00:35:42

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Clustering

This thread is four years old. Please open one of your own.

http://wiki.archlinux.org/index.php/For … Bumping.27


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB