Difference between revisions of "IRIDIA cluster installing an OS on the servers"

From IridiaWiki
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
=== Install Debian in a minimal version ===
 
=== Install Debian in a minimal version ===
  +
You can get a network installation ISO from for instance: http://www.debian.org/devel/debian-installer/
   
 
Notice that polyphemus has two NICs while majorana has three. The 100 Mbit NICs connects the servers to the world, so configure those if you do a network install.
 
Notice that polyphemus has two NICs while majorana has three. The 100 Mbit NICs connects the servers to the world, so configure those if you do a network install.
  +
  +
Install a new kernel (version 2.6.x SMP) on majorana. A kernel from a binary image is fine.
  +
  +
On majorana install X and GNOME:
  +
<pre>
  +
apt-get install gdm gmome-desktop xserver-xfree86 x-window-system
  +
</pre>
   
 
=== Post installation ===
 
=== Post installation ===
Line 10: Line 18:
 
/etc/network/interfaces
 
/etc/network/interfaces
 
</pre>
 
</pre>
  +
  +
Copy the files that you backup to majorana:
  +
<pre>
  +
/root/bin
  +
</pre>
  +
and add that path to .bashrc so that scripts in that directory can be executed without typing in your life story.
   
 
After Debian has been installed move on to [[IRIDIA cluster server daemons | install the cluster server daemons]].
 
After Debian has been installed move on to [[IRIDIA cluster server daemons | install the cluster server daemons]].

Latest revision as of 13:44, 16 February 2005

You should install a Linux distribution on the servers. Debian has proved itself appropriate and the documentation here is based on Debian. So unless you are a very adventureous spirit with too much time on your hands, you should stick to Debian.

Install Debian in a minimal version

You can get a network installation ISO from for instance: http://www.debian.org/devel/debian-installer/

Notice that polyphemus has two NICs while majorana has three. The 100 Mbit NICs connects the servers to the world, so configure those if you do a network install.

Install a new kernel (version 2.6.x SMP) on majorana. A kernel from a binary image is fine.

On majorana install X and GNOME:

apt-get install gdm gmome-desktop xserver-xfree86 x-window-system

Post installation

Enable the Gigabit Ethernet NICs in:

/etc/network/interfaces

Copy the files that you backup to majorana:

/root/bin

and add that path to .bashrc so that scripts in that directory can be executed without typing in your life story.

After Debian has been installed move on to install the cluster server daemons.