mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Linux

Reply
 
Thread Tools
Old 2003-11-20, 00:00   #1
PrimeCruncher
 
PrimeCruncher's Avatar
 
Sep 2003
Borg HQ, Delta Quadrant

2·33·13 Posts
Default Software for PrimeNet farm

Sweet! A Linux section! This will be great for all of us planning to build megafarms in our basements...

I'll get the ball rolling. I've got the hardware planning for my farm done, but I have little experience with Linux, so what would you recommend as far as software to run the farm? Should be fairly simple to set up and maintain and run without HDDs or monitors. Preferably nodes should boot from a floppy (I've got about half a dozen sitting around collecting dust right now).
PrimeCruncher is offline   Reply With Quote
Old 2003-11-20, 00:06   #2
Prime Monster
 
Prime Monster's Avatar
 
Aug 2002

22·5·13 Posts
Default

Have a look at my site http://ws9.jobnegotiator.com/ and specifically http://ws9.jobnegotiator.com/html/netboot.html which does more or less exactly what you want.

PM
Prime Monster is offline   Reply With Quote
Old 2003-11-20, 00:26   #3
PrimeCruncher
 
PrimeCruncher's Avatar
 
Sep 2003
Borg HQ, Delta Quadrant

2·33·13 Posts
Default

I've read through that before. I've skimmed through it once again. I think I can handle all that, but I'm a little cloudy on the /opt/ltsp/i386/etc/rc.local section on netboot6.html page. Since this file is taken from the Prime Monster I assume it is already set up to automatically boot and start the prime client? If so, which one (statically or dynamically linked)? If not, what modifications are necessary?
PrimeCruncher is offline   Reply With Quote
Old 2003-11-20, 00:40   #4
Prime Monster
 
Prime Monster's Avatar
 
Aug 2002

22×5×13 Posts
Default

The rc.local is set up to boot the board and automatically start the mprime client (or any other DC client you want to run).

You can use either of the clients. I've tried both of them and they both works.

PM
Prime Monster is offline   Reply With Quote
Old 2003-11-20, 02:30   #5
PrimeCruncher
 
PrimeCruncher's Avatar
 
Sep 2003
Borg HQ, Delta Quadrant

2×33×13 Posts
Default

Is there any performance difference, dynamic vs. static?
PrimeCruncher is offline   Reply With Quote
Old 2003-11-20, 03:33   #6
Prime Monster
 
Prime Monster's Avatar
 
Aug 2002

10416 Posts
Default

Not that I have noticed. I could have run some performance analysis on the two clients, but I haven't.

It is actually more important to restrict or limit the network traffic by optimizing the parameter settings and disk writes.

I do prefer the statically linked client though, as I then can play around with the server without having to worry about available libraries. Fair enough, the prime client is very good and do not require highly specialized libraries, but some other DC client do. So, I tend to standardize on statically linked clients and minmal server support.

PM
Prime Monster is offline   Reply With Quote
Old 2003-11-20, 06:32   #7
E_tron
 
E_tron's Avatar
 
Sep 2002
Austin, TX

56110 Posts
Default

Hello from Suse 8.2! I have no clue how to work it, but i can use the browser!

I hope that one day i can march with the pengiuns , but for now... it's boot camp.

And now... Back to your regularly scheduled tread.
E_tron is offline   Reply With Quote
Old 2004-01-14, 02:20   #8
Angular
 
Aug 2002

668 Posts
Default

Are their any collected lists of PXE compliant Network Cards in particular chipsets used on motherboards? Is the Realtek 8100C PXE compliant?

I have an Intel PXE NIC booting from the LTSP server, but am not excited about trying to get flashing a MB BIOS with etherboot...
Angular is offline   Reply With Quote
Old 2004-07-17, 20:10   #9
PrimeCruncher
 
PrimeCruncher's Avatar
 
Sep 2003
Borg HQ, Delta Quadrant

2·33·13 Posts
Default

Okay... so it's taken me, what, nine months to finally get around to this? And amazingly, pretty much all of it works... except for one part.

The Linux server has two network interfaces. One connects to the 'normal' network with all my regular PCs. The other connects to the 'farm' network and serves up the various info and software. It has to be this way so that the server can hand out the IP addresses to the nodes when they boot, unless I missed something there.

Therefore, in order for the nodes to be able to send and receive work from the PrimeNet server, the 'farm' interface has to be bridged to the 'normal' interface. I've been attempting to use IP Masquerade to do this, with some success. I can successfully ping anything I want from the node using the IP address. I cannot, however, ping anything using a domain name. It comes back: "Resolver error 0 (no error)" and goes no further. I haven't been able to find any information pertaining to this cryptic message, and have tried to no avail to solve the underlying problem.

Anyone have an idea what the problem is?

EDIT: If you're wondering, I can ping with domain names fine from the server.

Last fiddled with by PrimeCruncher on 2004-07-17 at 20:14
PrimeCruncher is offline   Reply With Quote
Old 2004-07-17, 22:43   #10
aaronl
 
aaronl's Avatar
 
Aug 2003

1100002 Posts
Default

Is the DHCP server handing out the right DNS server?
aaronl is offline   Reply With Quote
Old 2004-07-17, 23:32   #11
PrimeCruncher
 
PrimeCruncher's Avatar
 
Sep 2003
Borg HQ, Delta Quadrant

10101111102 Posts
Default

As far as I can tell, the DNS server has now been set to my ISP's primary DNS server in all fields that want it (dhcpd.conf as well as lts.conf). But still no go pinging mersenne.org. (And yes, I did restart the dhcpd service after I changed it and restarted the node so it could get the updates settings.)
PrimeCruncher is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Just for fun! A software which can download PrimeNet Ranking dabaichi Programming 5 2011-12-28 02:24
CPU farm kaiou Hardware 14 2010-08-01 16:45
What powers your farm/cpu? Uncwilly Lounge 15 2010-03-31 07:13
Show your farm PrimeCruncher Hardware 65 2006-04-30 01:41
One monitor for the whole farm ThomRuley Hardware 14 2003-08-03 06:12

All times are UTC. The time now is 07:02.


Sat Jul 17 07:02:36 UTC 2021 up 50 days, 4:49, 1 user, load averages: 1.42, 1.74, 1.72

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.