LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-23-2008, 10:34 PM   #1
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Rep: Reputation: 33
Slackware Linux Cluster


Hi all,
I am about to try and set up a linux cluster to run some programs like Folding at Home and other things of that sort and was wondering how would i go about setting up a linux cluster?

I did a little bit of googling and found mostly articles from 2003-2005 but nothing much newer. These are my two systems that i am planning to cluster with the possibility of more being added on:

AMD Duron 1.0ghz
192mb ram

Intel P3 450mhz
192mb ram

basically i have these two PCs sitting around and want to put them to use.

Thanks.
 
Old 07-23-2008, 10:45 PM   #2
Choucete
Member
 
Registered: Dec 2007
Location: Buenos Aires
Distribution: Slackware 12.0
Posts: 83

Rep: Reputation: 16
Hi,

I'm pretty interested in Linux Clusters and I'm planning to set one up myself (I just need to find the time for a project like that), that's why your thread called my attention.

I don't know if you have already seen this, but maybe you could start with the book Engineering a Beowulf-style Compute Cluster by Robert Brown. You can find it online here:

http://www.phy.duke.edu/~rgb/Beowulf...ook/index.html
http://www.phy.duke.edu/~rgb/Beowulf...owulf_book.pdf

And this is Robert Brown's own website: http://www.phy.duke.edu/~rgb/Beowulf/beowulf_book.php

Also, there’s this article from Caltech: http://www.cacr.caltech.edu/beowulf/.../building.html

And one of my favorites, the Microwulf: http://www.calvin.edu/~adams/research/microwulf/

I hope it helps and keep us posted on how this works for you.

Last edited by Choucete; 07-23-2008 at 11:05 PM.
 
Old 07-24-2008, 01:32 PM   #3
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Original Poster
Rep: Reputation: 33
Thanks!

I will give these a read and try it out. I will also report back my findings and success/failure.
 
Old 07-25-2008, 12:09 AM   #4
Choucete
Member
 
Registered: Dec 2007
Location: Buenos Aires
Distribution: Slackware 12.0
Posts: 83

Rep: Reputation: 16
HI,

Well, today I thought to ask you something: if you might be interested in documenting the building process of your cluster, like a log or something of that kind (I've seen little of that around, most of them talk about their cluster when it is working). Maybe when you're done you can share the "diary" with everybody. I promise I'll do that when I get to build my own cluster.

Any issues you might have I'll be glad to know about to try to help you solve them. It will be a great learning experience.

Last edited by Choucete; 07-25-2008 at 12:10 AM.
 
Old 07-25-2008, 11:25 AM   #5
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Original Poster
Rep: Reputation: 33
Definitley agreed, I have noticed that there are not many logs on the internet on how to do this kind of stuff and since i will be working with different processors and set-ups it should make for some interesting results. I'll report issues and things that i have on this thread until i can get my web server back up. unfortunately i have to assemble one of the PCs as it was taken apart for a deep cleaning.
 
Old 07-25-2008, 12:25 PM   #6
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
I have a job distribution cluster set up for work with about 16-CPU's, and I use CentOS. I use Sun's Grid Engine program. Easy to use and set up.

Also check out Condor.

And do people really like to read other's posts on setting up systems and clusters? If so, I can do this on my personal website! Very exciting, I think ...

Last edited by Micro420; 07-25-2008 at 12:27 PM.
 
Old 07-25-2008, 01:17 PM   #7
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by Choucete View Post
Hi,
I don't know if you have already seen this, but maybe you could start with the book Engineering a Beowulf-style Compute Cluster by Robert Brown. You can find it online here:

http://www.phy.duke.edu/~rgb/Beowulf...ook/index.html
This is the link that I would have recommended too, if Choucete hadn't beaten me to it.

A good portion of the book is about figuring out whether or not to build a cluster, how to build it, and how to write software that can take advantage of it.

My question: what applications are set up to use parallel processing without a lot of work?

Regards,

-Drew
 
Old 07-26-2008, 02:46 AM   #8
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Original Poster
Rep: Reputation: 33
--Update1--
acquired some more PCs
it is looking like i will have 5 Intel P3 450mhz computers as my nodes with the one Duron 1.0ghz as my main.
 
Old 07-26-2008, 07:48 PM   #9
Choucete
Member
 
Registered: Dec 2007
Location: Buenos Aires
Distribution: Slackware 12.0
Posts: 83

Rep: Reputation: 16
Quote:
Originally Posted by C-Sniper View Post
Definitley agreed, I have noticed that there are not many logs on the internet on how to do this kind of stuff and since i will be working with different processors and set-ups it should make for some interesting results. I'll report issues and things that i have on this thread until i can get my web server back up. unfortunately i have to assemble one of the PCs as it was taken apart for a deep cleaning.
Glad to know this!

Quote:
Originally Posted by Micro420 View Post
And do people really like to read other's posts on setting up systems and clusters? If so, I can do this on my personal website! Very exciting, I think ...
At least I know I would found it interesting (and C/Sniper seems to agree with me). As I said before, it would be a great learning experience, and people reading from others experience might feel encouraged (or not) to build their own. In fact, I'd really like to know more about your cluster.

Quote:
Originally Posted by Lufbery View Post
This is the link that I would have recommended too, if Choucete hadn't beaten me to it.
Thanks a lot for this, I feel flattered as the Linux newbie I am.

Quote:
Originally Posted by C-Sniper View Post
--Update1--
acquired some more PCs
it is looking like i will have 5 Intel P3 450mhz computers as my nodes with the one Duron 1.0ghz as my main.
My interest keeps growing.
 
Old 11-22-2008, 03:30 PM   #10
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Rep: Reputation: 31
i am also interested, i have a 850mhz p3 with 768 ecc ram, and about 4-5 500-450 mhz pentium 2-3 with 128 megs of ram each. i go to school for network administration, but the crash courses they give are too smashed together and i dont really learn much from cramming. please do tell more! =)
 
Old 11-22-2008, 11:19 PM   #11
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Original Poster
Rep: Reputation: 33
Well unfortunately due to college this project has been suspended indefinitely
 
Old 11-28-2008, 01:04 AM   #12
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Rep: Reputation: 31
isnt school evil? i did like 3 mcse classes, then a unix class and now theres no way i could go back to an MCSE class to learn microsoft shit. the bad part is that i HAVE to if i want to graduate. i would rather take more unix classes, but they only offer one.
 
Old 11-28-2008, 09:21 AM   #13
/dev/me
Member
 
Registered: May 2008
Distribution: Slackware 13
Posts: 116

Rep: Reputation: 20
Code:
cat /usr/doc/Linux-HOWTOs/Beowulf-HOWTO|less
It's interesting, from what I have read it's not particularly difficult. Just the thing for a rainy sunday afternoon ;-)


Hmmmm, now where to get more machines??
 
Old 11-28-2008, 08:18 PM   #14
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Setting up a Beowulf cluster is very simple, but finding practical software that makes use of MPI or PVM is another story entirely. Unless you have a very specific (probably scientific) use for it, there is little reason to put together a Beowulf.

That is why I always liked OpenMosix. It didn't require any special applications, it treated different nodes in the cluster as if they were different CPUs in the same machine; the master node just handed out processes to the slaves as it saw fit based on their performance and level of activity. It let you have a relatively normal desktop environment on the front end, but a clustered work distribution system running in the background. Unfortunately it is no longer being developed (at least by the original authors).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Cray to Resell Moab Cluster Suite from Cluster Resources LXer Syndicated Linux News 0 02-04-2008 06:10 PM
Cluster accounting failed at 135593 (0x211a9): missing cluster in $Bitmap fakie_flip Linux - Software 1 01-02-2008 03:08 AM
LXer: Penguin Computing's Scyld ClusterWare(TM) HPC Offers Enhanced High Availability and Most Advanced Linux Cluster Virtualization, Enabling Broader Cluster Use LXer Syndicated Linux News 0 04-06-2006 06:03 PM
Slackware Cluster r0gu3 Slackware 7 02-03-2004 08:08 PM
what do i need to make a cluster with Slackware 9? Athlon_Jedi Linux - Networking 3 12-02-2003 08:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration