Last modified: Oct. 16, 2011

CIS 191AB Midterm: Installation and Configuration

Installation Requirements   (40 points)

You will be installing CentOS 5.4 from the CentOS-5.4-i386-bin-DVD.iso on the nfsstore1/ISO datastore.
  1. Preparing the storage devices:   (18 points)
  2. Boot Loader requirements:   (4 points)
  3. Package groups to install:   (8 points) No other package groups should be installed, unless they're needed to resolve dependencies.
  4. Other Installation Parameters:   (5 points)
  5. Post Installation Configuration:   (5 points)
  6. Registration and Updates: Do not attempt to register the product or to apply any updates.
 
 
 

Custom Configuration Requirements   (35 points)

  1. Remove the following services from all runlevels:   (10 points)
  2. Remove the following services from runlevel 4 only, if they are present:   (10 points)
  3. Add the httpd and vsftpd services to runlevel 4 only   (4 points)
  4. Configure the /boot filesystem to not mount at startup time, but
    configure the DOS filesystem (/dev/sda1) to mount to a directory called /dos (2 points)
  5. Install and configure the VMware-Tools tarball package and set it to run only under runlevels 4 and 5.   (4 points)
  6. Edit the grub.conf file to allow 3 booting options in the following order:   (4 points)
    1. Apache Web Server # This must be the default and must boot to runlevel 4
    2. Maintenance Mode # This must boot into single user mode
    3. Diagnostics # This must boot into the FreeDOS OS.
    Also, comment out the hiddenmenu directive in grub.conf, if it's there.   (1 point)

Turn in     (5 points)

When you are done with the installation, combine the following files and command output to a file called midterm191 and secure copy it to your home directory on opus.
  1. /root/anaconda-ks.cfg
  2. /boot/grub/grub.conf
  3. /etc/fstab
  4. the output of df -h
  5. the output of fdisk -l
  6. the output of chkconfig --list
  7. the top 25 lines of /etc/init.d/vmware-tools