Page 2 of 10 FirstFirst 1234 ... LastLast
Results 11 to 20 of 93

Thread: Using Knoppix to make a Linux cluster on your home network

  1. #11
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Rock,

    This is interesting. I checked /etc/openmosix.map on the cd and on my hdinstall and they are the same. Interestingly they are both completely commented out. I'm interested as to what you changed. I was thinking that the problem related to nfs shares.

    After I did my hdinstall I got the following error from my client machine when I tried to boot it.

    "Can't NFSmount KNOPPIX filesystem, sorry."
    I looked in /etc/init.d/knoppix-terminalopenmosixserver script and saw that the nfs share being exported is /cdrom. I figured this was the problem so I made some changes to the script but no luck.

    Could you please post your /etc/openmosix.map file?

    Thanks.

    Adam

  2. #12
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    298
    Quote Originally Posted by aay
    After I did my hdinstall I got the following error from my client machine when I tried to boot it.
    If you hd-install Knoppix, most hardware detection (kernel modules will still their job fine off coarse) is removed. So you can't really use it for clients, unless they have a very similar build-up.

    You can, off coarse, hd-install Knoppix on all machines (they need a harddrive then), and start them as you would otherwise. They will join the cluster via autodiscovery, AFAIK...

    You may need to put up some 'server' thingy that will answer the autodiscovery calls though. Check out the openMosix website for such info, it has good documentation. But off coarse, this should be handled by the hd-install script in the future

  3. #13
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Harware detection isn't really an issue I don't think.

    I'm not changing any hardware on the server anytime soon and it was properly set up at install.

    The client will just grab a boot image from the server and then do it's own hardware detection (I think).

    Adam

  4. #14
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    So clusterKNOPPIX will automatically migrate processes to use other CPUs' resources. This must mean that we're sharing all resources over the network such as RAM, right? OK, I want my SuperComputer now!

    Regards,

  5. #15
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    298
    Quote Originally Posted by A. Jorge Garcia
    This must mean that we're sharing all resources over the network such as RAM, right?
    WWJD? JWRTFM!

    The openMosix docs state that the shared memory system is still experimental. You can compile it in by uncommenting "#define ALPHA", but I guess this guy didn't do that. btw, the shared memory system they are using is quite elegant. They give different latencies (=ping?) to the parts of virtual memory that is outside of the local machine, the kernel then tries to move processes closest to the lowest latency mem segment.

  6. #16
    Junior Member registered user
    Join Date
    May 2003
    Posts
    21
    Quote Originally Posted by aay
    Rock,

    This is interesting. I checked /etc/openmosix.map on the cd and on my hdinstall and they are the same. Interestingly they are both completely commented out. I'm interested as to what you changed. I was thinking that the problem related to nfs shares.

    After I did my hdinstall I got the following error from my client machine when I tried to boot it.

    "Can't NFSmount KNOPPIX filesystem, sorry."
    I looked in /etc/init.d/knoppix-terminalopenmosixserver script and saw that the nfs share being exported is /cdrom. I figured this was the problem so I made some changes to the script but no luck.

    Could you please post your /etc/openmosix.map file?

    Thanks.

    Adam
    I've been looking into that NFSmount problem, it seems to be a knoppix problem ;p
    You'll get the same error when you install a default Knoppix and try to use the terminalserver. But when I've got some time I'll try to fix it in ClusterKnoppix.

    The other problem about only ext2/reiserfs working seems to lay with openmosix, which doesn't seem to play nice with ext3 and pivot_root.

    Also XFS isn't supported because I couldn't get the OpenMosix patch and the XFS patch merged. (also the openmosix patch I use is a prerelease of the upcoming openmosix-3)

    PS: the NFS problem has nothing to do with the outcommented openmosix.map

  7. #17
    Junior Member registered user
    Join Date
    May 2003
    Posts
    21
    Quote Originally Posted by RockMumbles
    What I did yesterday was a clusterKnoppix hd install and found out that it would only act as the openMosix terminal server when running from cd. So I went to the openMosix Howto and did a bit of reading and created the proper /etc/openmosix.map file (or /etc/hpc.map if you have problems look for the /etc/hpc.map and either edit it or get rid of it) and got openMosix to startup on that machine. Then I got the openMosix 2.4.20 kernel image from the clusterKnoppix site and put it on a Morphix hd install, then also did an apt-get for openmosix (the tools) and openmosixview. I put the same /etc/openmosix.map file on that machine, started openmosix (/etc/init.d/openmosix start) and I had a two machine cluster up and running, that easy!
    The default debian packages for Openmosix/openmosixview are way outdated. I'm using autodiscovery on ClusterKnoppix which doesn't need an openmosix.map or /etc/hpc.map file, thats why it was outcommented and not used.

  8. #18
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    298
    Quote Originally Posted by dolphin
    The other problem about only ext2/reiserfs working seems to lay with openmosix, which doesn't seem to play nice with ext3 and pivot_root.
    Does this explain why the clusterKnoppix CD doesn't boot vey well on my machine? Because it mounted an ext3 partition?

  9. #19
    Junior Member registered user
    Join Date
    May 2003
    Posts
    21
    Quote Originally Posted by Henk Poley
    Quote Originally Posted by dolphin
    The other problem about only ext2/reiserfs working seems to lay with openmosix, which doesn't seem to play nice with ext3 and pivot_root.
    Does this explain why the clusterKnoppix CD doesn't boot vey well on my machine? Because it mounted an ext3 partition?
    No, that should work, It only gives a problem when you install it to your harddisk and uses an ext3 partition as your root. Thats when the pivot_root comes into action (its executed from linuxrc on the initrd image)

    What exactly is your problem with the ext3?

  10. #20
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, calm down, just thinking out-loud while reading the online dox....

    Anyway, I think I get it now. Since we are not running specially designed and compiled apps for supercomputing (ala parallel processing, pipelining, number crunching type apps), what happens is that when you start an ordinary app, clusterKNOPPIX will find the node with the most resources available to run it.

    Well, this could still benefit my new lab at school. We could setup one clusterKNOPPIX server. Then my students each boot-up a clusterKNOPPIX CD. As more and more students add nodes to the cluster, we get more and more resources added and overall performance should improve.

    Regards,

Page 2 of 10 FirstFirst 1234 ... LastLast

Similar Threads

  1. Spaces in passwords (make permanent /home image)
    By eris_pluvia in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 10-19-2004, 03:15 PM
  2. Knoppix in a small home network
    By YannLeMerle in forum General Support
    Replies: 0
    Last Post: 03-07-2004, 04:33 PM
  3. Replies: 1
    Last Post: 02-17-2004, 02:30 PM
  4. Knoppix linux remastered for the home ... ESSENTIAL
    By law_student in forum Customising & Remastering
    Replies: 12
    Last Post: 06-16-2003, 11:52 PM
  5. How to make my extra /home partition reiserfs
    By anibal in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 06-06-2003, 05:35 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
  •  


A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP

$38.99



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC picture

Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC

$19.95



Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM picture

Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM

$21.33



CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800) picture

CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800)

$79.95



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$14.85



HyperX FURY DDR4 64GB (4x16GB) 3200MHz PC4-25600 Desktop RAM Memory DIMM 288PIN picture

HyperX FURY DDR4 64GB (4x16GB) 3200MHz PC4-25600 Desktop RAM Memory DIMM 288PIN

$129.95



A-Tech 64GB Kit 2x 32GB PC4-25600 Laptop SODIMM DDR4 3200 MHz 260-Pin Memory RAM picture

A-Tech 64GB Kit 2x 32GB PC4-25600 Laptop SODIMM DDR4 3200 MHz 260-Pin Memory RAM

$123.99