LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-07-2003, 05:41 AM   #1
PikkeMand
LQ Newbie
 
Registered: Aug 2003
Location: Denmark
Distribution: RedHat 9.0
Posts: 8

Rep: Reputation: 0
Linux Cluster for High School Projekt


I need to set up aLinux Cluster as a High School Projekt, to show people one of the many thing you can do with linux. But i'm not sure what programs to use. I would like to be able to use different systems (but same distributions, Debian i think - but you guys may have a better idea which i would gladly use) with different hardware only connected by local TCP/IP LAN.
The purpuse of this cluster should be to show raw computing power by running some kind of test program very fast or something like that - to illustrate the power of the computers combined.
All i need now is a program to combine the computing power of the client machines into executing one program on a server.

Anybody know of such a program or a program to illustrate or benchmark such a cluster?

Any thougts welcome :-)
 
Old 10-07-2003, 05:07 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,336

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
You might take a look at Beowulf:

http://www.cacr.caltech.edu/beowulf/.../building.html

http://www.beowulf.org/

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
Old 10-07-2003, 08:30 PM   #3
dot_txt
Member
 
Registered: May 2003
Location: Chicago
Distribution: Slackware 10
Posts: 45

Rep: Reputation: 15
power to linux
 
Old 01-05-2004, 05:51 PM   #4
mrde50garfield
Member
 
Registered: Dec 2003
Distribution: Mandrake, Red Hat, Gentoo, Fedora, ClusterKnoppix, Scyld Beowulf
Posts: 52

Rep: Reputation: 15
Linux Central has a Scyld Beowuld CD for sale for only a few bucks. It's an excellent start for anyone interested in Beowulf clustering. I set up a 13-node cluster using this software in minutes.
 
Old 01-05-2004, 06:35 PM   #5
SykoMachine
Member
 
Registered: Dec 2003
Distribution: Mandrake 9.1, Slackware 9.1, Windows XP
Posts: 98

Rep: Reputation: 15
ok
what is a linux cluster and what do they do?
 
Old 01-06-2004, 06:26 PM   #6
mysterio
Member
 
Registered: Sep 2003
Location: Springfield Ma.
Distribution: Mandrake 9.2,Knoppix 3.7,Slackware 10.0, FreeBSD. 5.3, OpenBSD 3.6, NetBSD 2.0, Debian
Posts: 275

Rep: Reputation: 30
checkout the links jailbait posted.
Basically it's connecting a bunch of computers in parrallel so you get more processing power.
 
Old 01-09-2004, 01:35 AM   #7
jcm
LQ Newbie
 
Registered: Dec 2003
Posts: 11

Rep: Reputation: 0
I wrote a small page about the construction of my cluster and it shows instructions on how to build a similar cluster. It also shows benchmark results and upgrades as I added more nodes and administration and monitoring packages.

http://home.attmil.ne.jp/a/jm/
 
Old 01-09-2004, 02:16 AM   #8
spurious
Member
 
Registered: Apr 2003
Location: Vancouver, BC
Distribution: Slackware, Ubuntu
Posts: 558

Rep: Reputation: 31
You might also consider Cluster Knoppix, a Knoppix/Debian based live CD with OpenMosix.
 
Old 01-09-2004, 10:10 AM   #9
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,336

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
jcm,

Your Talon Cluster report is extremely well done.

------------------------
Steve Stites
 
Old 01-09-2004, 02:10 PM   #10
damien
Member
 
Registered: Sep 2003
Location: Calgary, Canada
Distribution: Slackware 10.0
Posts: 90

Rep: Reputation: 15
PikkeMand,

there's a lot of stuff out there on how to set up a cluster. That's the problem, there's almost too much information.

Here's a good overview:

http://www.phy.duke.edu/brahma/Resou...owulf_book.php

You'll almost definitely need a version of MPI. There's LAM or MPICH. I prefer LAM, but I used MPI to start with.

www.lam-mpi.org

www-unix.mcs.anl.gov/mpi/mpich/

Here's a dead simple guide that used freebsd, but the principles are the same.

http://blizzard.rwic.und.edu/~nordlie/miniwulf/

I followed this for my first cluster on FreeBSD using mpich, but now I use Slackware 9.1 and LAM. This is probably the best "Getting Started" guide I've seen. Post back here if you have trouble with the ssh setup or anything else, I can help you. You will probably have to do some funky stuff with your /etc/passwd file too. I strongly suggest using ssh, not for all the good security reasons but because I found it easier than rsh as described on the website. There's loads of good links there on the website as well.

Good luck and post back here if you need help.

Damien
 
Old 01-10-2004, 04:38 AM   #11
jcm
LQ Newbie
 
Registered: Dec 2003
Posts: 11

Rep: Reputation: 0
@jailbait-
Thank you for the support. I am glad to see people find it interesting. Since it's construciton, I have tried to get back into programming so I can make programs to test out on it for possible future clusters.

I am probably going to switch from RedHat to slackware or a bsd to see if it will run any faster since the hardware is older.
 
Old 01-10-2004, 01:36 PM   #12
damien
Member
 
Registered: Sep 2003
Location: Calgary, Canada
Distribution: Slackware 10.0
Posts: 90

Rep: Reputation: 15
Slackware <might> be a bit faster than RedHat based on what's set up by default in the kernel. You'll probably get more out of tweaking your RedHat kernel than changing distributions. FreeBSD supposedly has a faster TCPIP stack, but if you're not network limited that won't make any difference. I don't know if the floating-point is any faster.

Check out www.beowulf.org.

Damien
 
Old 08-23-2004, 06:10 AM   #13
scamjunk24
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
Unhappy I also wamted some help.....

sorry to be using somebody else's thread to ask my doubts.

but i have to build a cluster damn fast (in 2-3 days) and all i have in hand is a brand new set of hardware and SuSE 9.1 ..... now, can anybody help me out please??

thanx a bunch in advance and sorry for all the inconvenience caused.

regards,
scam.
 
Old 08-23-2004, 06:21 AM   #14
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Rep: Reputation: 15
This year we made a project about clustering... We have used Mandrake Clic 2.0 which as a distro designed for clustering... Here is the website... http://clic.mandrakesoft.com/index-en.html
How it is special? It has two different installation options like server and node installation... They have different packages such as benchmarking tools...

Cheers......
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Certifications in high school? alien3456 Linux - Certification 5 12-05-2005 07:26 PM
Oh no,,, it's another snot nosed, teenage, high school brat! demosthenes2 LinuxQuestions.org Member Intro 2 09-24-2005 01:54 PM
Cluster question: Is it possible to make a bulletproof cluster? ValidiusMaximus Linux - Software 1 09-06-2005 02:07 PM
Setting up a cluster with pxe and cluster knoppix bucovaina78 Linux - Networking 1 05-15-2005 11:29 PM
Any High School Grads attending Full Sail this Sept? Balkman General 7 06-16-2004 06:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:11 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