|
Install Linux via apache http web server step by step guide example and implementation |
| Home | Peer to Peer | CompTIA N+ | CCNA | MCSE | MCITP | RHCE | Interview | Tips n Tricks |
Install Linux via apache http web server step by step guide example and implementationDuring the first phase of RHCE exam you are asked to install Linux via nfs or ftp or apache server. you will be provided a Linux boot disk and IP address and necessary directory name for installation. You need not to prepare server side on exam but here in this article we will configure both server and client side . We have configured nfs and ftp server for network installation in our pervious article you can check it. Linux network installation via ftp and nfs server In this practical we will show you How to prepare apache httpd server for network installation and further we will installation linux via apache httpd web server. RHCE Exam QuestionsThere is a HTTP server 192.168.0.254 and all required packages are dumped in /var/www/html/rhel5 of that server. Install the Redhat Enterprise Linux 5 by creating following partitions: / - 1048 /home - 1028 /boot - 512 /var - 1028 /usr - 2048 swap 2X256 (RAM SIZE) prepare Linux server for network installationFor this practical we need two systems one linux server and one client system. These pre quests should be completed on Linux server.
Prepare HTTP server for network installationBy default document root for http server is /var/www/html. So create a directory here with name rhel5 and make the dump of RHEL CD in it and restart the httpd service.
create dump of RHEL disk to /var/www/html/rhel5 and restart httpd service We have prepared HTTP server for network installation. Configure Client for network installation via web server
Boot system with Linux boot CD, [ disk will be provided by examiner] Give linux askmethod command on boot prompt Select install method HTTP to install via web server
At this point you can remove Linux boot disk form CDROM as we installing linux from http server.
Select Enable IPv4 supports and select dynamic ip configuration [ we have configured dhcp server on linux server so ip will be automatically retrieve ] Now you can install linux as you have installed it from local CD ROM . All remaining steps are same. Two time saving techniqueDuring RHCE exam most concern thing is time. So we suggest to create the partition According to the Question because Size and what-what partition should you create at installation time is specified in your question. Do not create any extra partition to save time because any additional partition will take time in formatting. Due to the time limit, you should care about the installation packages. At Exam time these packages are enough.
When installation will complete, your system will reboot. Jump for another Question. |
|||||
|
|
|
|