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
  •  


Western Digital 1TB Caviar WD1002FBYS Enterprise SATA Hard Disk Drives picture

Western Digital 1TB Caviar WD1002FBYS Enterprise SATA Hard Disk Drives

$24.99



832514-B21 HPE 1TB SAS 12Gb/s 7.2K SFF SC HDD 832984-001 picture

832514-B21 HPE 1TB SAS 12Gb/s 7.2K SFF SC HDD 832984-001

$129.00



WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN picture

WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN

$109.99



Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$27.49



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$80.39



Apple 1TB Solid State Drive for Apple MacBook Pro picture

Apple 1TB Solid State Drive for Apple MacBook Pro

$80.00