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
  •  


Dell Poweredge R630 Server | 2x E5-2680v3 24 Cores | 128GB | 8x HDD Trays picture

Dell Poweredge R630 Server | 2x E5-2680v3 24 Cores | 128GB | 8x HDD Trays

$575.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs picture

CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs

$246.67



DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY picture

DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY

$329.00



Dell Poweredge R620 8-Bay CTO Pick your CPU & RAM Config | H710 Raid | 2x PSU picture

Dell Poweredge R620 8-Bay CTO Pick your CPU & RAM Config | H710 Raid | 2x PSU

$209.99



Dell R730 8B LFF 2x 2.40GHz 14C Intel Xeon E5-2680 v4 32GB RAM 2x 3TB HDD HBA330 picture

Dell R730 8B LFF 2x 2.40GHz 14C Intel Xeon E5-2680 v4 32GB RAM 2x 3TB HDD HBA330

$299.99



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



Dell Poweredge R640 8 SFF Server No HDDs/ CPUs/ RAMs/ Cards/Fan/PSU picture

Dell Poweredge R640 8 SFF Server No HDDs/ CPUs/ RAMs/ Cards/Fan/PSU

$419.99