RHEL 5.0 (CentOS) Installation Articles Summary
October 30th, 2007
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:
- Setup a FTP, NFS, or HTTP server.
- Download the CentOS 5.0 DVD.
- 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/ - 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/
- Install:


October 30th, 2007 at 11:46 pm
[…] This post is a resource for reference in my RHEL 5.0 (CentOS) Installation Articles. […]
October 30th, 2007 at 11:46 pm
[…] This post is a resource for reference in my RHEL 5.0 (CentOS) Installation Articles. […]
October 30th, 2007 at 11:58 pm
[…] here to read Der Beitrag wurde am Tuesday, den 30. October 2007 um 23:13 Uhr veröffentlicht und […]
October 31st, 2007 at 3:04 am
[…] wrote an interesting post today on RHEL 5.0 (CentOS) Installation Articles SummaryHere’s a quick […]
November 10th, 2007 at 9:35 am
[…] 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 … […]