Chapter 5. Network Based Installation

Table of Contents

5.1. Configuration Server
5.1.1. HTTP Repository
5.1.2. NFS Repository
5.1.3. TFTP Repository

The installation method using AutoYaST provides a way to automatically and identically install groups of systems. The first step when preparing AutoYaST installations is deciding how you want the systems at your site to be installed. For example, the following scenario would be ideal to set up and perform automated installations:

Prerequisites:

5.1. Configuration Server

A configuration repository holds the control files for multiple machines. The control files can have any file names, which have to specified at the boot time of a client. To avoid supplying the profile name for every client, you can only define the directory of the control files. If a directory is specified, then the client tries to load a file with a name matching it's IP address in HEX mode. This has the advantage that you will be dealing with consistent file names rather than IPs as file names which might lead to some confusion.

The configuration repository is the same directory you have to define if you are using the configuration system for creating control files.

5.1.1. HTTP Repository

To be able to use the HTTP protocol to retrieve control file while auto-installing, you need a working HTTP server on the server side. Install Apache or your favorite web server and enable it using YaST2. Normally the the web server root directory resides in /srv/www/htdocs so you need to create a subdirectory below the root directory of the web server which will be your configuration repository.

5.1.2. NFS Repository

Create a directory and make it available via NFS to the clients by exporting it. This directory may for example be in the same place where you have copied the CDs. (i.e. /usr/local/SuSE)

5.1.3. TFTP Repository

By default the TFTP directory is available under /tftpboot which can also contain boot images if you are booting over network. Do not forget to enable TFTP in the Inetd configuration file (/etc/inetd.conf). Inetd configuration can be done using YaST2.