I wanted to document the three remote installation methods as they are needed for the Red Hat Certified Engineer examination. The steps to install RHEL 5.0 via FTP, NFS, or HTTP are as follows:

  1. Setup a FTP, NFS, or HTTP server.
  2. Download the CentOS 5.0 DVD.
  3. Mount the ISO:
    noland@mojito:~$ sudo mkdir /mnt/CentOS-5.0-i386
    noland@mojito:~$ sudo mount -o loop -t iso9660 CentOS-5.0-i386-bin-DVD.iso /mnt/CentOS-5.0-i386/
  4. Copy the contents of the ISO to a directory inside the anonymous ftp home, document root, or nfs mount. The examples here for the default directories for Ubuntu 7.10. Please see the RHEL 5.0 setup instructions for RHEL’s default directories. The directory in which you copy the contents of the ISO will be referred to as $CENTOS_INSTALL_ROOT in the install articles.

    Anonymous FTP home:
    noland@mojito:~$ sudo mkdir /home/ftp/centos5.0
    noland@mojito:~$ sudo cp -R /mnt/CentOS-5.0-i386/* /home/ftp/centos5.0/

    Document root:
    noland@mojito:~$ sudo mkdir /var/www/centos5.0
    noland@mojito:~$ sudo cp -R /mnt/CentOS-5.0-i386/* /var/www/centos5.0/

    Nfs mount:
    noland@mojito:~$ sudo mkdir /var/www/centos5.0
    noland@mojito:~$ sudo cp -R /mnt/CentOS-5.0-i386/* /exports/centos5.0/

  5. Install:

5 Responses to “RHEL 5.0 (CentOS) Installation Articles Summary”

  1. Installing NFS, FTP (vsftpd), and Apache on RHEL 5.0 (CentOS) Says:

    [...] This post is a resource for reference in my RHEL 5.0 (CentOS) Installation Articles. [...]

  2. Installing NFS, FTP (vsftpd), and Apache on Ubuntu 7.10 (Gusty Gibbon) Says:

    [...] This post is a resource for reference in my RHEL 5.0 (CentOS) Installation Articles. [...]

  3. depotab » Blog Archiv » RHEL 5.0 (CentOS) Installation Articles Summary Says:

    [...] here to read Der Beitrag wurde am Tuesday, den 30. October 2007 um 23:13 Uhr veröffentlicht und [...]

  4. Horsefug.Com » RHEL 5.0 (CentOS) Installation Articles Summary Says:

    [...] wrote an interesting post today on RHEL 5.0 (CentOS) Installation Articles SummaryHere’s a quick [...]

  5. ThemePassion - Best stuff about design! » RHEL 5.0 (CentOS) Installation Articles Summary Says:

    [...] desconocido wrote an interesting post today!.Here’s a quick excerptInstalling RHEL 5.0 HTTP Install Text Mode; Installing RHEL 5.0 FTP Install Text Mode; Installing RHEL 5.0 NFS Install Text Mode; Installing RHEL 5.0 HTTP Install GUI Mode; Installing RHEL 5.0 FTP Install GUI Mode; Installing RHEL 5.0 … [...]

Leave a Reply

If Wordpress eats your comment (shell output, loops, ex..) email the text to me.