XenSource
Skip navigation links
Overview Expand Overview
Products Expand Products
Solutions Expand Solutions
Support Services Expand Support Services
Partners Expand Partners
About Us Expand About Us
How to Buy

Appendix B. Setting Up a Red Hat Installation Server

This chapter explains how to set up a server as an installation server for Red Hat Linux.

For a server to act as a Red Hat Linux network installation server, you need space on your server to copy the entire contents of each CD onto your server. This is typically the number of CDs or ISO images times 650MB.

Ensure that the space you intend to use is formatted with your chosen filesystem and is mounted. You can check this space with the command:

df -h

B.1. Copy installation media

  1. First create a directory to contain the installation files, for example /install

  2. Mount your CD. Refer to your operating system documentation for assistance if needed. This example assumes that it is mounted at /mnt/cdrom:

    mount /mnt/cdrom

  3. Copy the data from the CD to the installation directory:

    cp -var /mnt/cdrom/RedHat /install

  4. Unmount the CD:

    umount /mnt/cdrom

  5. Remove the first CD, put in the next one, and repeat for each of your CDs you have.

The installation server is now ready to use. Make sure you note the server name or IP address and the directory path to the installation directory you created.