LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-27-2004, 12:47 PM   #1
my-unix-dream
Member
 
Registered: Jun 2004
Distribution: live cd
Posts: 87

Rep: Reputation: 15
Lightbulb What is CLUSTER LINUX ?


what is cluster linux,who should use it ??
what for ?

i am just so curiously about it.



 
Old 06-27-2004, 01:07 PM   #2
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
--- only they know :~*
 
Old 07-29-2004, 03:48 PM   #3
msamair
LQ Newbie
 
Registered: Jun 2004
Posts: 10

Rep: Reputation: 0
Hello.
Actually cluster is used for parallel processing.
When a compnay cannot afford a micro ,or mainframe computer. Then They use clustring.
Mean they build a parallel application and a server makes threads of that and distributes them to nodes.The nodes process that threads and return result to server.So like this so many cheap PC's can make a micro computer.
 
Old 07-29-2004, 04:28 PM   #4
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
thanks for the explanation, it's nice to know of stuff like that. how are the machines connected? normal ethernet?
 
Old 07-29-2004, 04:38 PM   #5
msamair
LQ Newbie
 
Registered: Jun 2004
Posts: 10

Rep: Reputation: 0
So to connect two machine u can use cross cable which does not need a SWITCH.
But if you want to connect more than two machines .You must use a SWITCH.

First put LAN card on both machines
open termianl and write neat
Now click configure.
Then create NEW
Assign both PC static IP such as
1:
IP:192.168.1.1
Subnet mask:255.255.255.0

2:
IP:192.168.1.2
Subnet:255.255.255.0

then click ok.
Then Click ACTIVATE
now ping you other mahcine with command on termial
ping 192.168.1.2
Now your machines are connected.
 
Old 07-29-2004, 04:42 PM   #6
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
wow, that has potential! do i need to download a whole distro or can i compile it into my slackware kernel?

edit: well er the kernel i mean. or can it be a standalone app?

Last edited by Tuttle; 07-29-2004 at 04:44 PM.
 
Old 07-29-2004, 04:48 PM   #7
msamair
LQ Newbie
 
Registered: Jun 2004
Posts: 10

Rep: Reputation: 0
What distribution
For ethernet.
I cannot understand you question
 
Old 07-29-2004, 04:58 PM   #8
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Quote:
Originally posted by msamair
So to connect two machine u can use cross cable which does not need a SWITCH.
But if you want to connect more than two machines .You must use a SWITCH.

First put LAN card on both machines
open termianl and write neat
Now click configure.
Then create NEW
Assign both PC static IP such as
1:
IP:192.168.1.1
Subnet mask:255.255.255.0

2:
IP:192.168.1.2
Subnet:255.255.255.0

then click ok.
Then Click ACTIVATE
now ping you other mahcine with command on termial
ping 192.168.1.2
Now your machines are connected.
Sorry I though "cluster linux" was a distribution!

i have no command called "neat" so is it a single app? or is it something specific to the tasks done by a large server?
my original thought was to make a linux box networked to lots of motherboards to increase the speed of that box.
 
Old 07-29-2004, 05:02 PM   #9
msamair
LQ Newbie
 
Registered: Jun 2004
Posts: 10

Rep: Reputation: 0
Cool

Clustering is not a distrubution.
ITs a software.
And to make so many mother board working together.
You must have a strong knowledge of C or perl to make a parallel application
 
Old 07-29-2004, 05:08 PM   #10
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
ah thanks, i have little or no programing skills. Sounds like a brilliant idea though.
thanks again for the info
 
Old 07-29-2004, 05:10 PM   #11
rntm
LQ Newbie
 
Registered: Jul 2004
Location: Hamburg, Germany
Distribution: Slackware
Posts: 22

Rep: Reputation: 15
I think he wants to put his two machines into one powermachine?
You'll need OpenMosix, get the right Version for your Kernel and install it into your /usr/src/linux-XXXXX then recompile your kernel with opemosix support and there you are. either put the kernel on both machines or use it on one and put a live-linux-cd like "chaos" into the other. I think this should work. I want to do that too, but need one more eth-card and cd-drive
 
Old 07-29-2004, 05:15 PM   #12
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
nice one rntm, i have a spare mobo with hdd and eth, i see if i can get openmozix to work. will i need to recompile applications for them to take advantage of the extra processors?
 
Old 07-29-2004, 05:49 PM   #13
rntm
LQ Newbie
 
Registered: Jul 2004
Location: Hamburg, Germany
Distribution: Slackware
Posts: 22

Rep: Reputation: 15
As far as I know you don't need to do anything else. Some apps won't take cluster-advantage because they only run in a single thread(or process or whatever?) but they will go to the cpu which has the lowest load. But that still gives you the double-power

Those apps which take advantage of it spread into different processes and go to both processors. So afaik pmake - and compiling is the point where clusters make sense I think ^^.

If you're on slack you can do a 'less /usr/doc/Linux-HOWTOs/OpenMosix'
 
Old 07-29-2004, 06:08 PM   #14
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Thanks for that, booted the other mobo & ready to tinker! Won't be done tonight though, work tomorrow
 
  


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
Cluster question: Is it possible to make a bulletproof cluster? ValidiusMaximus Linux - Software 1 09-06-2005 02:07 PM
Linux Cluster RySk8er30 Linux - General 2 06-07-2005 11:46 AM
Setting up a cluster with pxe and cluster knoppix bucovaina78 Linux - Networking 1 05-15-2005 11:29 PM
Creating a linux cluster effect on a single linux machine? sidra Programming 0 10-28-2004 09:32 AM
Linux Cluster JCScoobyRS Linux - General 2 09-16-2003 12:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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