Difference between revisions of "IRIDIA cluster installing nodes with disks"
From IridiaWiki
Jump to navigationJump to searchChristensen (talk | contribs) |
Christensen (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | Fully Automated Installation (FAI) is the package used to install the nodes with disks (the rack nodes) |
+ | Fully Automated Installation (FAI) is the package used to install the nodes with disks (the rack nodes). |
| + | |||
| + | == Installing FAI == |
||
| + | <pre> |
||
| + | apt-get install fai |
||
| + | </pre> |
||
| + | |||
| + | Create a user called "fai". |
||
| + | |||
| + | You have to edit the three files: |
||
| + | <pre> |
||
| + | /etc/fai/fai.conf |
||
| + | /etc/fai/sources.list |
||
| + | /etc/fai/make-fai-nfsroot.conf |
||
| + | </pre> |
||
Revision as of 13:19, 17 February 2005
Fully Automated Installation (FAI) is the package used to install the nodes with disks (the rack nodes).
Installing FAI
apt-get install fai
Create a user called "fai".
You have to edit the three files:
/etc/fai/fai.conf /etc/fai/sources.list /etc/fai/make-fai-nfsroot.conf