User Tools

Site Tools


user:afassett:start:syspro

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:afassett:start:syspro [2010/11/18 20:11] afassettuser:afassett:start:syspro [2010/11/18 20:41] (current) afassett
Line 1: Line 1:
 +===SYS_Pro=== 
 +==Goal== 
 +Having two computers that both having the ablity to use the internet and boot from their internal hard-drive work together has a single working computer. Using hard-ware and software already made and sharing the work load between the two machines. 
 +==Setting up== 
 +  * installing two computers with debian linux 2.6.26 operating systems.\\ 
 +  * [[http://www.kerrighed.org/wiki/index.php/Download|wget the kerrighed-2.3.0]] (for 32bit machine verison)\\ 
 +  * make sure that the following pre-reuisites are installed\\ 
 +     * automake 
 +     * autoconf 
 +     * gcc 
 +     * awk 
 +     * bzip2 
 +     * rsync 
 +     * linuxsources 
 +     * xmlto 
 +     * patch 
 +     * wget 
 +  * How to get linux-source files\\ 
 +    <code> apt-cache search linx-source </code> 
 +    <code> apt-get install "linux-source file" </code> <-- should be three of them (may not need two of them)\\ 
 +  * How to find waht os you have installe  <code> uname -a </code> 
 +  * <code> wget www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 </code> or http://www.kernel.org/pub/linux/kernel/v2.6/\\ 
 +  * $tar -xjvf example.tar.bz2 
 +[[http://www.debianadmin.com/how-to-set-up-a-high-performance-cluster-hpc-using-debian-lenny-and-kerrighed.html]]