nerdexam
Red_Hat

RH302 · Question #47

RH302 Question #47: Real Exam Question with Answer & Explanation

Perform a Red Hat Enterprise Linux 5 installation sourcing packages from NFS server 192.168.0.254, shared directory /var/ftp/pub. During the installation process, create the following partitions: / partition: 1000 MB /boot partition: 200 MB /home partition: 1000 MB /var partition

Question

There is an NFS server at 192.168.0.254, and all required packages are dumped in /var/ftp/pub on that server, which is shared. Install Red Hat Enterprise Linux 5 by creating the following partitions:
  • / (1000 MB)
  • /boot (200 MB)
  • /home (1000 MB)
  • /var (1000 MB)
  • /usr (4000 MB)

Explanation

Perform a Red Hat Enterprise Linux 5 installation sourcing packages from NFS server 192.168.0.254, shared directory /var/ftp/pub. During the installation process, create the following partitions:

  • / partition: 1000 MB
  • /boot partition: 200 MB
  • /home partition: 1000 MB
  • /var partition: 1000 MB
  • /usr partition: 4000 MB

Steps would generally involve:

  1. Boot from RHEL 5 installation media.
  2. Configure network and specify NFS installation source: 192.168.0.254:/var/ftp/pub.
  3. Proceed to custom partitioning and create the specified mount points with their respective sizes.
  4. Complete the installation.

Community Discussion

No community discussion yet for this question.

Full RH302 Practice