===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\\
apt-cache search linx-source
apt-get install "linux-source file"
<-- should be three of them (may not need two of them)\\
* How to find waht os you have installe uname -a
* wget www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2
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]]