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
QX9650  QX9550  QX9400  QX9300  QX8200

Core 2 Quad - Kentsfield
QX6600

Core 2 Duo - Wolfdale
E8600  E8500  E8400  E8200  E7300  E7200

AMD Processors
Phenom X4
9950 Black  9850 Black  9750  9650

Phenom X3
8750  8650  8450

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

Video Cards
nVidia GeForce
GTX 280  GTX 260  9800 GX2  9800 GTX+  9800 GTX  9800 GT  9600 GT  9600 GSO

ATI Radeon HD
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
ABIT  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 - 15.4" Widescreen Dell Vostro 1510 Laptop with Core 2 Duo Processor, 3GB Memory, 250GB HD, DVD Burner, Webcam, and More for $499 with FREE Shipping!
Upgraded with more memory and a webcam!  $499 buys you a 15.4" widescreen Vostro 1510 laptop with 1.8Ghz Intel Core 2 Duo T5670 processor, 3GB DDR2 SDRAM, 250GB HD, 8x DVD+/-RW double layer burner, 802.11b/g wireless, 1.3MP Webcam, Windows Vista Home Basic, and a 1 year onsite warranty.  Expires 1/7/09.  DELL VOSTRO 1510 LAPTOP DEAL

  • Update: The 13.3" Vostro 1310 drops to $599 thanks to a huge $402 instant discount, and is a great deal too if you want a smaller, lighter laptop.  Just follow the same link above.
  • Update 2: The 17" Vostro 1710 is $599 as well:  DELL VOSTRO 1710 LAPTOP DEAL
Lenovo US (ThinkPad) - 48 Hour Sale eCoupon with FREE Shipping!
lenovo 48 hour saleYou save an extra 8% off IdeaCentre, 10% off ThinkPad SL series notebooks, Lenovo monitors, non-Lenovo branded accessories, 15% off ThinkPad R, T, X, Tablet, W Series notebooks, IdeaPad Y Series & U Series notebooks, ThinkCentre and ThinkStation, 20% off Lenovo branded accessories. This is a hot coupon and offer folks from my preferred computer ane expires tomorrow. Use coupon code: USP48HOURSALE (expires 1/7/09) 48 HOUR LENOVO THINKPAD SALE AND COUPON

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