Results 1 to 9 of 9

Thread: KNOPPIX as clustering enviroment

  1. #1
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Auckland, New Zealand
    Posts
    818

    KNOPPIX as clustering enviroment

    With Knoppix supporting PXE and Etherboot network booting, it has to be the fastest way to turn an unused computerlab/office into a powerful linux cluster. There has been talk on the debian-knoppix mailing list about including distcc, a distributed C compiler, which lets you distribute your compiling to many computers, and also letting knoppix-teminal boot into a KDM on the server, instead of running knoppix locally.

    But what about OpenMosix ?

    Using that would mean that many more applications could be done on the cluster, including compiling, 3d rendering, audio and video encoding, and a whole lot more. What better way to put to use those unused PC's?

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256

    Mosix?

    Is this a version of Beowolf?

  3. #3
    Thomas
    Guest

    Clusters

    Beowulf and Open Mosix are both distributed (active/active) clustering enviorments. Open Mosix is all GPL software, with a commitment to Free Software, not just Open Source. (Read some of Richard Stallman's writings on the difference.)
    Analogous, somewhat, to Red Hat and Debian.

    What is interesting about the suggestion is the idea of temporary clusters -

    useful for classrooms where you have to restore computers back to their original condition. The students store the setup info on floppies or usb thumbdrives.

    Or building a cluster to run on a problem over the weekend, and on Monday, a simple reboot and the workstations are back to normal.

  4. #4
    Member registered user
    Join Date
    Jan 2003
    Location
    NY
    Posts
    86

    Re: Clusters

    Would be great if this could be done without having to use a different kernel, just by loading a userspace program and having a simple setup where you can choose if the node should be a master or a slave.


    Quote Originally Posted by Thomas
    Beowulf and Open Mosix are both distributed (active/active) clustering enviorments. Open Mosix is all GPL software, with a commitment to Free Software, not just Open Source. (Read some of Richard Stallman's writings on the difference.)
    Analogous, somewhat, to Red Hat and Debian.

    What is interesting about the suggestion is the idea of temporary clusters -

    useful for classrooms where you have to restore computers back to their original condition. The students store the setup info on floppies or usb thumbdrives.

    Or building a cluster to run on a problem over the weekend, and on Monday, a simple reboot and the workstations are back to normal.

  5. #5
    Member registered user
    Join Date
    Feb 2003
    Posts
    43

    OpenMOSIX v. Beowulf

    OpenMOSIX and Beowulf are only similar in that they are clusters. Nothing else.

    Beowulf is a computing cluster that uses standard cluster APIs such as MPI; you need specially compiled code to run the code against the Beowulf. Beowulf clusters would be used in traditional computing clusters: climate analysis, weather prediction, etc.

    OpenMOSIX is more of a "load-balancing" cluster (bad word.... but never mind). Programs do not have to be specially compiled for running on the cluster, and the cluster moves each program to a particular computer in the cluster, taking advantage of speed and low system load.

    They are for different purposes. I don't think Knoppix would be useful in a Beowulf cluster - but for use in an OpenMOSIX cluster it just might be ideal....

  6. #6
    Member registered user
    Join Date
    Jan 2003
    Location
    NY
    Posts
    86

    Re: KNOPPIX as clustering enviroment

    If someone has an ISO of Knoppix with Openmosix please post. I was thinking of making one myself but I am not sure how difficult it would be to replace the patched knoppix kernel and ensure that all the apps will still work. If anyone has any relevant information about this, let me know.

    Jim

    Quote Originally Posted by eadz
    With Knoppix supporting PXE and Etherboot network booting, it has to be the fastest way to turn an unused computerlab/office into a powerful linux cluster. There has been talk on the debian-knoppix mailing list about including distcc, a distributed C compiler, which lets you distribute your compiling to many computers, and also letting knoppix-teminal boot into a KDM on the server, instead of running knoppix locally.

    But what about OpenMosix ?

    Using that would mean that many more applications could be done on the cluster, including compiling, 3d rendering, audio and video encoding, and a whole lot more. What better way to put to use those unused PC's?

  7. #7
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Auckland, New Zealand
    Posts
    818

    Re: KNOPPIX as clustering enviroment

    Quote Originally Posted by true1ever
    If someone has an ISO of Knoppix with Openmosix please post. I was thinking of making one myself but I am not sure how difficult it would be to replace the patched knoppix kernel and ensure that all the apps will still work. If anyone has any relevant information about this, let me know.

    Jim

    Quote Originally Posted by eadz
    With Knoppix supporting PXE and Etherboot network booting, it has to be the fastest way to turn an unused computerlab/office into a powerful linux cluster. There has been talk on the debian-knoppix mailing list about including distcc, a distributed C compiler, which lets you distribute your compiling to many computers, and also letting knoppix-teminal boot into a KDM on the server, instead of running knoppix locally.

    But what about OpenMosix ?

    Using that would mean that many more applications could be done on the cluster, including compiling, 3d rendering, audio and video encoding, and a whole lot more. What better way to put to use those unused PC's?
    Yeah I made one..
    Not sure where it is tho.
    It's not that hard to do.
    First. read the custom kernel howto.
    you just need to compile a kernel with the openmosix patches, and when remastering apt-get install openmosix. that's about it. Of course you may want to automate the config. and you might have to delete the openmosix config files ( or move them) so you can edit them when knoppix is running.

  8. #8
    Member registered user
    Join Date
    Feb 2003
    Location
    Aachen, Europe
    Posts
    85

    Cool idea - Link tipp FAI (Fully Automatic Installation)

    Salve,

    look this:
    http://www.informatik.uni-koeln.de/fai/

    --copy&paste--
    FAI (Fully Automatic Installation) for Debian GNU/Linux

    *FAI is an automated system to install a Debian GNU/Linux operating system on
    a Linux Cluster. You can take one or more virgin PCs, turn on the power and
    after a few minutes Linux is installed, configured and running on the whole
    cluster, without any interaction necessary. Thus it's a scalable method for
    installing and updating a Beowulf cluster or a network of workstations
    unattended with little effort involved. FAI uses the Debian distribution and
    a collection of shell- and Perl-scripts for the installation process. Changes
    to the configuration files of the operating system are made by cfengine,
    shell and Perl scripts. Using FAI, an unattended and fully automated
    installation of a several Linux clusters were performed.
    --end--

    Why not make a fusion of both projects?

    Greetings,
    rob

  9. #9
    Junior Member registered user
    Join Date
    Jun 2003
    Posts
    24

    Re: Cool idea - Link tipp FAI (Fully Automatic Installation)

    Quote Originally Posted by Robert Michel
    Salve,

    look this:
    http://www.informatik.uni-koeln.de/fai/

    --copy&paste--
    FAI (Fully Automatic Installation) for Debian GNU/Linux

    *FAI is an automated system to install a Debian GNU/Linux operating system on
    a Linux Cluster. You can take one or more virgin PCs, turn on the power and
    after a few minutes Linux is installed, configured and running on the whole
    cluster, without any interaction necessary. Thus it's a scalable method for
    installing and updating a Beowulf cluster or a network of workstations
    unattended with little effort involved. FAI uses the Debian distribution and
    a collection of shell- and Perl-scripts for the installation process. Changes
    to the configuration files of the operating system are made by cfengine,
    shell and Perl scripts. Using FAI, an unattended and fully automated
    installation of a several Linux clusters were performed.
    --end--

    Why not make a fusion of both projects?

    Greetings,
    rob

    What is the difference between the FAI and cluster knoppix.

Similar Threads

  1. Need help with setting up LAMP enviroment.
    By obsoleto in forum General Support
    Replies: 3
    Last Post: 05-22-2004, 09:27 PM
  2. gnome enviroment for knoppix?
    By pau in forum General Support
    Replies: 3
    Last Post: 02-10-2004, 06:33 PM
  3. Graphical Enviroment
    By Braz_Man in forum General Support
    Replies: 2
    Last Post: 01-23-2004, 11:04 PM
  4. Create custom home enviroment at boot (all from cd !!)
    By ktheking in forum Customising & Remastering
    Replies: 7
    Last Post: 04-07-2003, 03:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Lenovo ThinkStation P520 Intel Xeon W-2123 3.6GHz 900W - NO RAM/ GPU/ HDD/ OS picture

Lenovo ThinkStation P520 Intel Xeon W-2123 3.6GHz 900W - NO RAM/ GPU/ HDD/ OS

$189.98



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Intel Xeon E5-2697 V2 LGA2011 Server CPU Processor 2.7GHz 12 Core SR19H 130W picture

Intel Xeon E5-2697 V2 LGA2011 Server CPU Processor 2.7GHz 12 Core SR19H 130W

$35.00



Dell Precision 7820 Win 11 Gaming Computer Xeon Silver 4112 16GB GTX 1080 picture

Dell Precision 7820 Win 11 Gaming Computer Xeon Silver 4112 16GB GTX 1080

$320.00



Intel Xeon E5-2699 V4 2.20GHz 55M 22-CORES LGA2011-3 Server Processor 145W SR2JS picture

Intel Xeon E5-2699 V4 2.20GHz 55M 22-CORES LGA2011-3 Server Processor 145W SR2JS

$84.49



Intel Xeon E5-2690v2 SR1A5 10-Core 3.00GHz 25MB 130W LGA2011 CPU *km picture

Intel Xeon E5-2690v2 SR1A5 10-Core 3.00GHz 25MB 130W LGA2011 CPU *km

$11.99



Intel Xeon W-2255 SRGV8 3.7GHz 10-Core LGA2066 Server CPU Processor picture

Intel Xeon W-2255 SRGV8 3.7GHz 10-Core LGA2066 Server CPU Processor

$199.99



Intel Xeon Gold 6230 2.1 GHz Processor - SRF8W picture

Intel Xeon Gold 6230 2.1 GHz Processor - SRF8W

$29.00



Dell Precision T5820 950W Workstation 4.00GHz W-2125 No RAM/ GPU/ HDD/ OS picture

Dell Precision T5820 950W Workstation 4.00GHz W-2125 No RAM/ GPU/ HDD/ OS

$144.98



Dell Precision T5820 Workstation 3.70GHz W-2135 No RAM/ GPU/ HDD/ OS picture

Dell Precision T5820 Workstation 3.70GHz W-2135 No RAM/ GPU/ HDD/ OS

$179.98