1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Running Ubuntu bootable ISO with FAH??

Discussion in 'bit-tech Folding Team' started by coolamasta, 22 Mar 2012.

  1. coolamasta

    coolamasta Folding@Home CC Captain 2010/11/12

    Joined:
    26 Apr 2009
    Posts:
    2,618
    Likes Received:
    110
    Hey Guys,

    I'm not sure if this is possible but to cut a long story short I have a new HP G7 Blade Chassis to build and test and was going to stress it for a couple of days to make sure it can handle itself.

    There are 12 blades in there at the moment, all with dual hex core Xeons so 144 cores / 288 threads @ 3.4ghz with 768GB RAM it needs to go live within the next week so don't have much time to test.

    I was thinking about making a quick basic Ubuntu 10.10 install, adding in the folding software and then making it a bootable ISO but I dont think this will be possible?? I just don't have time to install Ubuntu and configure them all so need a quick solution, any ideas?

    Cheers :thumb:
     
  2. enigmo

    enigmo Kettleboiler Extraordinaire

    Joined:
    13 Apr 2010
    Posts:
    95
    Likes Received:
    0
  3. Chicken76

    Chicken76 Minimodder

    Joined:
    10 Nov 2009
    Posts:
    952
    Likes Received:
    32
    • Download the latest Ubuntu Live 64bit image and put it on a USB stick (instructions are on their site)
    • Boot it, see that it receives an IP address via DHCP (that's the easiest way). Otherwise, you'll have to enter one manually on each of the 12 blades once you boot them all.
    • Download, install and configure f@h client.
    • Edit the file /etc/rc.local to add before 'exit 0' the following: (edit path, executable name and -smp argument if needed)
      Code:
      cd /path-to-fah
      ./fah6 -smp -verbosity 9  < /dev/null > /dev/null 2>&1 &
    • Make the /etc/rc.local file executable if it's not already. (sudo chmod a+x /etc/rc.local)
    • Before multiplying this image, check that everything works fine and does not require user interaction. For this reboot, login after a few minutes and check CPU load (use 'top' command), temps, check f@h log, etc.
    • If everything is ok, clone the stick to other 11. Stick them in each server, power them up and turn up the air conditioning.

    I wrote this pretty quickly, hope I didn't miss anything.
     
  4. enigmo

    enigmo Kettleboiler Extraordinaire

    Joined:
    13 Apr 2010
    Posts:
    95
    Likes Received:
    0
    Never tried that Ubuntu solution before. Would be interesting to see which approach gets the higher PPD...
     
  5. TaRkA DaHl

    TaRkA DaHl Modder

    Joined:
    15 Mar 2011
    Posts:
    1,702
    Likes Received:
    175
    If you can get HFM running you need to report back with PPD :)
     
  6. coolamasta

    coolamasta Folding@Home CC Captain 2010/11/12

    Joined:
    26 Apr 2009
    Posts:
    2,618
    Likes Received:
    110
    Thanks a lot for this mate but was hoping to avoid USB sticks, I was aiming for a bootable ISO which I can assign to the blades through the HP iLO remote control, will try what you said on a USB stick though and see if I can boot that through iLO instead :)

    One major problem is though - I've done some quick tests on a blade with windows 2008 r2 on but because we have a strict corporate proxy server I can't actually get to the outside world, just gets blocked every time :waah: :waah:

    Will have bit more of a play but dont think im going to be able to run some WU's on this beast which im gutted about so will just have to stress test them normally :(

    Cheers :thumb:
     
  7. Chicken76

    Chicken76 Minimodder

    Joined:
    10 Nov 2009
    Posts:
    952
    Likes Received:
    32
    Coola, explain in a bit of detail how that iLO works, and maybe we can avoid the need for 12 USB sticks.

    About the net connection, can you download/upload WUs from another computer, for example your workstation? If so, you can install a proxy on your workstation or use it as a router.

    Does your proxy prevent access to Stanford servers? If I remember correctly, the F@H client is capable of connecting through a proxy.
     

Share This Page