Difference between revisions of "Dextrose/Server/DebianBuilding"

From Sugar Labs
Jump to navigation Jump to search
Line 21: Line 21:
 
7. Boot and install our first FAI server system without hitches, find any bugs that might arise, fixe them, and try again
 
7. Boot and install our first FAI server system without hitches, find any bugs that might arise, fixe them, and try again
  
8. Test the whole procedure in a small setup of 3-4 servers (these can be VMS, but we will use a non vm machine too, to make sure nothing out of the ordinary pops up
+
8. Test the whole procedure in a small setup of 3-4 servers (these can be VMS, but we will use a non vm machine too, to make sure nothing out of the ordinary pops up)

Revision as of 18:52, 7 March 2011

This is a description on how to integrate the FAI (Fully Automated Install) using debian technology to create a similar server with similar services to the pre-defined RHEL 6 install. The instructions below should help to create an unattended install with all the necessary components that mirror what is being done for the RHEL 6 automated install.

Here’s a definition from the FAI Guide at http://www.informatik.uni-koeln.de/fai/fai-guide/ch-intro.html:

“FAI is a noninteractive system to install a Debian GNU/Linux operating system on a single computer or a whole cluster. You can take one or more virgin PCs, turn on the power and after a few minutes Linux is installed, configured, and running on the whole cluster, without any interaction necessary. Thus, it’s a scalable method for installing and updating a cluster unattended with little effort involved. FAI uses the Debian GNU/Linux distribution and a collection of shell and Perl scripts for the installation process. Changes to the configuration files of the operating system can be made by cfengine, shell, Perl, and Expect scripts. Note the mention of cfengine scripts used during the installation process. Those familiar with cfengine can easily understand FAI configuration and usage. FAI also has the concept of classes at its core, and uses assignment to classes and the definitions assigned to those classes to determine how a host is installed and configured.”

Here are the steps required to set up FAI from scratch and image our first Debian system:

1. Install Debian system manually for use as automation installation server

2. Install the FAI packages along with dependent packages on the new system

3. Configure FAI

4. Run FAI-setup

5. configure network booting for further server installs

6. Customise installation process for all systems, as well as special configuration particular to our first auto-installer

7. Boot and install our first FAI server system without hitches, find any bugs that might arise, fixe them, and try again

8. Test the whole procedure in a small setup of 3-4 servers (these can be VMS, but we will use a non vm machine too, to make sure nothing out of the ordinary pops up)