EXTREME Overclocking  - Building A Diskless Folding @ Home Farm Article - Page: 3
Home | Reviews | Forums | Downloads | $ EXTREME Deals $ | RealTime Pricing | Free Magazines | Gear | Folding Stats Newsletter | Contact Us

Building A Diskless Folding @ Home Farm

Project: Folding @ Home
Date Written: November 25, 2002
Written By: Jason Rabel

 

Configuration Files:

Just a note before we get into the custom configuration part, on the last page I will put up all the config files listed in this how-to in a compressed file for download. However I highly suggest reading through everything here completely so that you can get a better understanding of how everything works.

Now it's time to get down to the nitty gritty and configure the files. The first file is the dhcpd.conf file, which tells all the clients what file to load and what their network settings are. The DNS server I use is my broadband router's IP address, yours may vary. I also put in a subnet range of .101 - .200 which gives me room for more than enough folding machines, you can adjust to bigger if you really need it (the thought of that many farms running in my house makes me think of the fire department).

Each client machine gets a hostname of "ws00x" where "x" gets incremented for each new machine, this is done mostly for simplicity, as we go into the other configuration files you will understand better why it is done like this. The main thing you will need change is under each host ws00x you will need to find out each clients MAC address to enter. The filename you won't need to adjust, but make sure the "vmlinuz-2.4.19-ltsp-1" file exists in the /tftpboot/lts directory. The PXE booting is a little different, the necessary files are in that separate GZip file mentioned before, along with instructions on where to put each file and the configuration differences (which are for the most part like below).

Here's a picture of the back of one of my NICs as an example. The MAC address of the NIC below is 00:10:B5:C0:C2:F6.

Don't worry about the farm's dhcp server interfering with your broadband router's dhcp server. Because you are only specifying the network that is on eth1 (the folding farm), it doesn't listen for or respond to dhcp requests on eth0 (your existing home network). This is nice because you can add on the farm without having to change anything on your existing network.

/etc/dhcpd.conf

# Make changes to this file and copy it to /etc/dhcpd.conf
#
# If the setting below doesn't work,
# then try changing to the following setting:
# ddns-update-style ad-hoc;
ddns-update-style none;

default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option routers 192.168.2.100;
option domain-name-servers 192.168.1.254;
# You can set the domain name below if you have one,
# otherwise it's okay to leave it commented out.
# option domain-name "localdomain.com";
option root-path "192.168.2.100:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network WORKSTATIONS {
  subnet 192.168.2.0 netmask 255.255.255.0 {
    range 192.168.2.101 192.168.2.200;
  }
}

group {
  use-host-decl-names on;
  option log-servers 192.168.2.100;
  host ws001 {
    hardware ethernet 00:10:B5:9B:BC:65;
    fixed-address 192.168.2.101;
    filename "/lts/vmlinuz-2.4.19-ltsp-1";
  }

# This client boots via PXE,
# that is why some of the settings are different

  host ws002 {
    hardware ethernet 00:D0:B7:48:2E:20;
    fixed-address 192.168.2.102;
    filename "/lts/pxelinux.0";
    #The next line wraps with all the digits, but it should be only 1 line with no spaces
    option vendor-encapsulated-options  09:0f:80:00:0c:4e:65:74:77:6f:72:6b: 20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;
  }
}

 

The hosts file you will need to enter the IP & hostname of the server & each client machine, otherwise you could run into errors.

/etc/hosts

#Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 PE1400SC localhost.localdomain localhost
192.168.2.100 server
192.168.2.101 ws001
192.168.2.102 ws002

 


EXTREME Overclocking Newsletter
Thousands of PC enthusiasts are already subscribed to the EXTREME Overclocking Newsletter, have you signed up yet?
Your Email Address:
Sponsored Links
Latest Reviews
Most Downloaded Files
Recently Added Files
CPU-Z 1.4912/12/08
Compare Prices On Top Brands!
Search:
For:

Intel Processors
Core i7 - Nehalem
965 Extreme  940  920

Core 2 Extreme - Yorkfield XE
QX9775  QX9770  QX9650

Core 2 Quad - Yorkfield
Q9650  Q9550  Q9400  Q9300  Q8300  Q8200

Core 2 Quad - Kentsfield
Q6600

Core 2 Duo - Wolfdale
E8600  E8500  E8400  E8200  E7300  E7200

AMD Processors
Phenom II X4
940 Black  920

Phenom X4
9950 Black  9850 Black  9750  9650

Phenom X3
8750  8650  8450

Athlon X2
7750 Black  6000+  5600+  5400+  5200+  5000+  5050e  4850e

Video Cards
nVidia GeForce GTX 200 Series
GTX 295  GTX 285  GTX 280  GTX 260

nVidia GeForce 9 Series
9800 GX2  9800 GTX+  9800 GTX  9800 GT  9600 GT  9600 GSO

ATI Radeon HD 4000 Series
4870 X2  4870  4850  4830  4670  4650

Search By Brand
ASUS  BFG  Diamond  eVGA  Gigabyte  HIS  MSI  Palit  PowerColor  PNY  Sapphire  Visiontek  XFX

PC Memory
DDR3  DDR2  DDR

Motherboards
ASUS  Biostar  DFI  ECS  eVGA  Foxconn  Gigabyte  Intel  MSI  Shuttle  Supermicro  Tyan  XFX

Hard Drives
Seagate  Maxtor  Samsung  Fujitsu  Western Digital

  Technology Magazines FREE to Qualified Professionals.
eWeek MagazineeWeek is the essential technology information source for builders of e-business. Focuses on e-commerce, communications and Internet-based architecture. Oracle MagazineOracle Magazine contains technology-strategy articles, sample code, tips, Oracle and partner news, how-to articles for developers and DBAs, and more. Dr. Dobb's JournalDr. Dobb's Journal enables programmers to write the most efficient and sophisticated programs and help in daily programming quandaries. InformationWeekInformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
  Other Popular Titles: PC Magazine, BusinessWeek, Baseline, Business Solutions, Software Magazine, InfoStor, Security Source , TelevisionWeek, more...
  EXTREME Deal Of The Day | More EXTREME Deals
Dell Small Business - Dell Vostro 220 Slim Tower Computer with Dual Core Processor, 2GB of Memory, 160GB Hard Drive and 18.5" LCD Monitor for Only $389!
Dell Vostro 220 Slim Tower ComputerYou get a 2.6GHz Intel Dual Core processor, 2GB of DDR2 SDRAM memory, 160GB SATA 7200rpm hard drive, DVDROM and Dell's E1910H 18.5" LCD monitor for just $389 after a $248 instant savings. You get the option of switching out the Norton for Trend Micro instead (which is DEFINITELY recommended) for the 15 month period and a 250GB hard drive is just $15. Windows 7 Home Premium 32bit comes with this system and you're all set to go for pretty much any home office, kids, school, work computing that you need to get done. DELL VOSTRO 220 SLIM TOWER COMPUTER WITH 18.5 INCH LCD MONITOR COMBO DEAL

Dell Financial Services - 33% Off Coupon for EVERYTHING!
Huge discount on their hot factory certified desktop computers and laptops. Stock is limited to whatever they've got in hand so grab it quick if you see what you want. Use coupon code: Save33PreHoliday (expires 11/9/09)

Copyright © 2000-2009 EXTREME Overclocking. All rights reserved.
Disclaimer of Liability - Privacy Policy