2 in 1 Linux system


 
Thread Tools Search this Thread
Operating Systems Linux 2 in 1 Linux system
# 1  
Old 06-14-2004
2 in 1 Linux system

i have heard that you can have 2 computers running and mak it so one syste will use the other systems CPU though the network or some thing like that. first, is this true? if so how do i set it up with Mandrake 9.2 or higher?
# 2  
Old 06-14-2004
It's called "clustering" and it's pretty easy to do. you need 2 or more networked computers on the same subnet with the same broadcast address (from what I recall). Do a google on "Linux Cluster Howto" and "Open Mosix". That should get you started. I've only been acquainted with Redhat clusters, but I'm sure you can do it with Mandy or any other distro.

Good luck with your cluster,

Dave
# 3  
Old 06-14-2004
could i use a cross over network cord? and can i use my windows computer with the 2 linux systems i have to speed up my windows system?

Last edited by linux_newbe; 06-14-2004 at 11:40 PM..
# 4  
Old 06-15-2004
Quote:
Originally posted by linux_newbe
could i use a cross over network cord?
Was that question not answered by the documentation I refered you to?

Specifically, http://howto.x-tend.be/openMosix-HOWTO/c268.html
And then, if you want to actually research this without having someone do it for you:
http://openmosix.sourceforge.net/
http://howto.x-tend.be/openMosix-HOWTO/
http://www.ram.org/computing/linux/linux_cluster.html

Quote:
Originally posted by linux_newbe

and can i use my windows computer with the 2 linux systems i have to speed up my windows system?
I think what you are asking, is "will my Windows system need anything special to be able to communicate with, and use services provided by, my cluster? If so, the answer is no, you will be able to work with the cluster just like you currently can with your single Mandrake install.....however, if you only have a x-over cable, you are going to need to network the cluster on your LAN somehow, which should mean that you'll need a 3rd NIC in the mix somewhere. Personally I'd recommend getting a cheap switch or hub for $20-40.

Take the time to read the documentation for these projects if you are serious about setting this up. "Better men than we" have gone before us and forged a path that is clear for all who are willing to follow it.
# 5  
Old 06-15-2004
i looked though it and it talked about using switchs and hubs and stuff but it didn't say anything about network cross over cables that i could see.

n/m i found out i can use a cross over cable.

Last edited by linux_newbe; 06-15-2004 at 12:40 AM..
# 6  
Old 06-15-2004
I was thinking, technically he could make use of his unix machines in his winblows environment to a limited degree.

If he installed cygwin, and built some cross compilers on his unix machines, he should be able to compile distcc for ditributed compiling on his winblows machine. I've never tried it, but I'm sure it would be possible.

There are other things you could do to speed up a windows environment. Take blender for example, I belive it has some network rendering stuff it in and it is cross platform.

As for transparent clustering windows + unix, it ain't gonna happen.

And on another note about mosix, keep in mind it is designed for transparent computational clusters, ie. number crunching machines. It'll speed up things like a multi-threaded, CPU bound processes, but stuff that is IO bound will not migrate to the other nodes. Don't think it'll speed up your [insert favorite 3D video game here] because it won't.

As with everything in unix, the tools are there. It's how you use them that makes it worthwhile. If you do not want to learn how to use the tools, or want the computer to do something (half-assed) for you, stick with winblows.
# 7  
Old 06-16-2004
so you are saying it is mainly for compiling? i figured it wouldn't speed up my games but could i use the 2 systems as a server for a game and then i can use my window too play the game and not be the server and player and eat up the CPU.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Please help Linux system is down...

System is down, I can't seem to get in. It's VM so I took screen shot and upload the file here. Its a RTF file format. when system comes up, I did press e then in the middle as you can see, I typed init=/bin/bash, I pressed CTRL -X. Then I should get prompt but not getting that. I get... (4 Replies)
Discussion started by: samnyc
4 Replies

2. Infrastructure Monitoring

Best system monitoring for Linux

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (1 Reply)
Discussion started by: andreea9322
1 Replies

3. Linux

Best Linux monitoring system

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (0 Replies)
Discussion started by: andreea9322
0 Replies

4. Programming

Linux/Solaris System Administrator to become a Linux/Solaris System Programmer?

Hi all What is the qualification required by Linux/Solaris System Administrator to become a Linux/Solaris System Programmer as to gain complete knowledge on computers. Thanks (1 Reply)
Discussion started by: Tlogine
1 Replies

5. Shell Programming and Scripting

UNIX file system to Linux file system migration

We would be migrating UNIX file system to Linux file system. We do have many directory and sub directories with files. after migrating unix to linux file system , i want to make sure all the files has been copied ? What would be the best approach to validate directory ,sub-directory and file... (1 Reply)
Discussion started by: balajikalai
1 Replies

6. AIX

Accessing files on AIX system from Linux system

I have a following requirement in production system 1 : LINUX User: abcd system 2: AIX (it is hosting a production DB) Requirement user abcd from system 1 should have read access on archive log files created by DB on system 2. The log files are created with permissions 540 by user ora ,... (2 Replies)
Discussion started by: amitnm1106
2 Replies

7. Linux

Linux system

Is it true that a well setup Linux system is very hard to break into, not impossible, just hard to do? (4 Replies)
Discussion started by: billcrosby
4 Replies

8. Homework & Coursework Questions

Operating system LINUX

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Write a C program that accepts 3 parameters. Each parameter indicates the quantity of product to be produced.... (0 Replies)
Discussion started by: paradise
0 Replies
Login or Register to Ask a Question