Changes

Jump to: navigation, search

OPS235 Lab 2 - Fedora17

14,295 bytes added, 12:29, 24 September 2018
no edit summary
[[Category:OPS235]][[Category:OPS235 Labs]]
={{Admon/caution|THIS IS AN OLD VERSION OF THE LAB|'''This is an archived version. Do not use this in your OPS235 Lab 2 GNU/Linux Installation - Fedora 12=course.'''}}
==Objectives=Fedora 17 Installation Methods (on Virtual Machines: fedora1, fedora2, fedora3) =
#To perform a GNU/Linux installation using the Fedora 12 distribution#To perform boot time customization and configuration#To obtain network configuration from a DHCP server#To secure the boot loader by adding password protection#To investigate GRUB boot loader configuration== Introduction ==
==Reference==* [httpA '''virtual machine''' is a software simulation of a computer which can be used as though it were actual hardware. It's possible to run multiple virtual machines on one computer, reducing hardware requirements and introducing flexibility. Some common uses of virtualization include://linuxmanpages.com/ man pages]** mount** rpm** hostname** uname** ps** ifconfig** netstat** route** nslookup** wc** grub
:* Resources '''Software testing''' -- Using multiple operating systems simultaneously on the weba single computer for testing and experimentation.:** [http://fedora.redhat'''Network simulation''' -- Testing network services, protocols, and security scenarios with a small number of computers.com/docs/release-notes/ Fedora Release Notes]:** [http://docs'''Isolation''' -- Protecting multiple sets of data by storing them on multiple virtual machines.fedoraprojectIf one of the virtual machines is compromised, the data on other virtual machines is still protected.org/install-guide/ Fedora Installation Guide]:** [http://www'''Server consolidation''' -- Reducing the number of physical servers in a network by moving physical machines to virtual machines.gnuThis saves hardware, administration, cooling, and electricity costs, and it can increase the utilization of hardware (by ensuring that the hardware is not under-loaded).org/software/grub/manual/html_node/Security.html#Security Protecting Grub]:** [http://opensource.sgi.com/LDP/HOWTO/Kernel'''Load-HOWTO/grubconf.html Grub Details balancing and Sample Config]** [http://www.aspencrypt.com/crypto101_hash.html Onedisaster recovery''' --way Hash Function]** [http://www.dedoimedo.com/It is possible to migrate virtual machines between different physical machines, to ensure that a workload is balanced across multiple computers/grub.html GRUB Tutorial]** [http://www.securitystats.com/tools/password, to allow routine hardware maintenance and upgrading, and to compensate for hardware failure or other disasters.php Password Security]
{|cellpadding="8" width=Required Material="100%"|- valign="top"|
* '''In this lab, you will create three virtual machines'''. This also gives you an opportunity to experiment with different ways of installing Fedora 12 x_64 Installation DVD - You can burn . Later in this onto course you will install another operating system distribution in a DVD-R in the Open Lab* SATA Hard Disk (the same one used for Lab 1)* USB Memory Stick (minimum 64M)virtual machine.
==Prerequisite==
* Completion of Lab 1You should already have both a '''Fedora installation DVD''' and a '''Fedora LIVE CD'''.
==Introduction==
In this labboth cases, the boot media (which you are going used to install load the installation software) and the installation source (the software that got installed) were the same: your CD/DVD provides both. However, the Fedora (GNU/and most other Linux Distributiondistributions) permits you to your hard disk from DVD.use any combination of boot media and installation media:
You need a number of hard disk partitions/physical volumes for this installation: the /dev/sda1 |{|border="1" cellpadding="3" width="100%"|-! Method! Boot Media! Install. Source|-! CD or DVD! ✓! ✓|-! Hard Disk! ✓! ✓|-! USB Flash Drive! ✓! ✓|-! Network (300M), the /dev/sda2 extended partition, the /devhttp/sda5 (300Mnfs repository), all created in Lab 1, and 4 new physical volumes which you will create during this lab.! ✓! ✓|-! PXE Network Boot! ✓! X|}
After the installation, you will collect baseline information about your Fedora GNU/Linux system, do some post installation configuration to prepare your system for the remainder of the labs, manipulate the GRUB configuration, and start using the system.|}
==InstructionsObjectives ==
# Insert and secure your SATA hard disk to the removable disk slot.* '''Understand Virtualization'''* '''Use KVM virtualization on Fedora'''* '''Use a variety of installation methods:'''** Live Image Installation# Power up the computer.** Network Installation# Insert the Fedora 12 x_64 ** Kickstart Installation DVD into * '''Understand the DVD drive.# Reboot advantages and disadvantages of each type of installation, and be able to select the systembest installation method for a particular situation.'''
===Investigation 1: How do you install Fedora?===
{{Admon/note | Please take note! | Fedora uses a type of partition management called Logical Volume Management (LVM). In LVM, disk partitions are called Physical Volumes (PVs) and provide storage to a Volume Group (VG). This storage is then split into various Logical Volumes (LVs). The advantage to this scheme is that you can change LV size and you can add and remove PVs after installation. For example, you can add a new disk to your system and then increase the size of your existing filesystems using that extra disk space.
Please be careful == Required Materials (Bring to enter all LVM information accurately, including the VG and LV names. We will investigate and manipulate LVM in future labs.}}All Labs) ==
At the Welcome Screen choose "Install or upgrade an existing system" to launch the Graphical installation program and select the following options * Fedora 17 LIVE CD* Fedora 17 x86_64 Installation DVD* SATA Hard Disk (you can use the media test to verify that your DVD burned correctly; --It will take some time-- otherwise, skip itin removable disk tray):* USB Memory Stick* Lab Logbook
# Language - English
# Keyboard Configuration - U.S. English
# Set your hostname to - f12host (one word, no space, all lowercase)
# Set your timezone to - America/Toronto and check that your system time is correct
# Root Password: enter a password of your own choosing. Pick one that is really, really hard to guess to protect your system. (Recommendation: use the first letter and all the punctuation from a favorite phrase or song verse. For example, "To be or not to be, that is the question!" could become the password "Tbontb,titq!").
# Disk Partition Setup - Specify a Custom Layout, and then set up the installation with this configuration:
#* Find your existing 300MB partition (/dev/sda1). Edit this entry so that the mountpoint is /boot and is formatted as an ext3 filesystem.
#* Don't touch the other existing 300M partition (/dev/sda5).
#* Create 4 new partitions that are 20% of the remaining space on your disk (minimum 15000 MB) in size. Set the File System Type to Physical Volume (LVM). Should be /dev/sda6 to /dev/sda9.
#* Use the LVM button to create a Volume Group. Set the Volume Group Name to '''vg_main''' and set the Physical Extent size to '''4MB'''.
#* Click on the Add button to create a logical volume within that volume group:
#** Mount point / (root), filesystem type ext4, logical volume name root, size 50GB (50000MB).
# Say yes to continue without a swap partition.
# Say yes to format /dev/sda1.
# Accept Boot Loader defaults.
# Accept Office and Productivity and repository defaults.
{{Admon/note | Please take note! | The installation process will take about 15 minutes to complete on the P4 CPU system when using DVD. Click the Reboot button on the screen to reboot the system after the installation is complete. There is a post installation setup after boot.}}==Prerequisites==
# Reboot# Check the License Agreement. What license is used for the Fedora distribution? What activities do have restrictions * Completion and obligations?# Create a user account for yourself using the same name as your learn account.# Set date and time. Normally, you would want to enable Network Time Protocol, but since we will be experimenting with the networking turned Instructor "Sign-off in later labs, leave it disabled.# Click on Do Not Send Hardware Profile.# Finish the post-installation customization, wait for the login screen to appear, and then login to your Learn account." of Lab 1: [[OPS235 Lab 1]]
Answer the Investigation 1 question in your lab log book.
==Linux Command Online Reference==
Each Link below displays online manpages for each command (via [http://linuxmanpages.com/ http://linuxmanpages.com]):
:* '''virsh''' (Refer to Fedora Virtualization Guide link in the "Resources on the Web" section)
:* [http://linuxmanpages.com/man1/gzip.1.php gzip / gunzip]
===Investigation 2: How many files packages and files are installed on the system?===
For == Resources on the rest of the tasks in this lab, you must login to your system using your Learn account and execute all commands under your learn account. If you get a Permission Denied message when trying to execute a command, then switch to the superuser account by running the command su - and type in the password for Web =={|cellpadding="8" width="root100%". Once the intended command is executed, type |- valign="exittop" to exit from the superuser account and return to your regular Learn account.| '''Virtualization''':| '''Live Image Installation:'''| '''Network Installation:'''| '''Kickstart Installation:'''
Record |- valign="top"|[http://docs.fedoraproject.org/virtualization-guide/f13/en-US/html/ Fedora Virtualization Guide]|* [http://docs.fedoraproject.org/en-US/Fedora/17/html/Fedora_Live_Images/ Fedora 17 Live Image Guide]* [http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Quick_Start_Guide/ Fedora 17 Installation Quick Start Guide]|[http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/ Fedora 17 Installation Guide]* [http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/ch-Preparing-x86.html#s1-steps-network-installs-x86/ Preparing for a Network Installation]* [http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/ch-Preparing-x86.html#s1-steps-network-installs-x86 Performing a Network Installation]|[http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/ Fedora 17 Installation Guide]* [http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/sn-automating-installation.html Automating the commands used and the output generated in each of the following stepsInstallation with Kickstart]* [http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/ch-kickstart2.html Kickstart Installations]* [http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/ch-redhat-config-kickstart.html Kickstart Configurator]
# To find all the mount points, enter the command: ''mount''#* Study the output and record all the mount points in your log book.# The name of the installation log file is ''/root/install.log'' -- It is an ASCII file (how can you be sure?) and can be viewed with the ''less'' command. # You can make use of this file to determine how many packages have been installed: complete the following command to count the number of packages listed in the installation log file:#* ''grep ________________ /root/install.log | wc -l''# Using the ''rpm'' command: you can also use the following commands to list all the installed packages, and the total number of packages installed:#* ''rpm -q -a''#* ''rpm -q -a | wc -l''#* ''rpm -qa | wc -l'' # The -q option means query, and the -a option means all (in other words, query all installed software packages). Did you get the same number of packages from the above two methods?# Some of the files on your system were installed with the software packages, and some were created by system activity (for example, by creating your Learn account and by logging in). If you know the package name (from the install.log), you can list all the files that were installed from the package by using the following command:#* ''rpm -q -l package_name''# This combines the -q (query) option with the -l (list filenames) option.# You can pipe the outupt through wc -l to count the number of lines:#* ''rpm -ql package_name| wc -l''# Using what you learned in steps 3 and 4, get a count of the total number of files installed by all of the software packages on your system.# To find out the name that you have assigned to your Linux system, enter the command: ''hostname''# To find out the kernel version of your GNU/Linux workstation and the date it was created, enter the command: ''uname -r''# To find out all the system processes running on your GNU/Linux workstation, enter the command: ''ps -ef''# To capture the list of all the system processes to a file called ''ps.lst'', enter the command: ''ps -ef > ps.lst''# Copy the installation log file /root/install.log and the file ps.lst to a USB memory key, or scp to your matrix account as a backup.}
{{Admon/tip |Updating Fedora| You need to complete a system update. Start the Firefox web browser, turn off popup window blocking (select ''Edit>Preferences'', then select the Content tab and uncheck the box to Block Popups), then login to SeneNET. Open a terminal and <code>su -</code> to start a shell as root. Enter the command <code>yum update</code> This will download and install all of the packages that have been updated since the installation DVD image was created. If you complete this command at Seneca it should run quite fast as Seneca College hosts a Fedora Repository mirror.}}=Performing Lab 2=== Preparation ==
<!-- {{Admon/tip |SELinuxPerforming this Lab off the Seneca network (eg. at home)| The final task '''It is recommended to turn off SELinux. SELinux is a Linux feature that provides a variety perform this lab in one of security policies, including USeneca College's labs'''.SThis lab uses servers which are on the Seneca network and which are not available from other locations (such as your home). Department of Defense style mandatory access controlsIf you attempt this lab from another location, through adjust the use of Linux Security Modules in the Linux kernelbelmont.senecac.on.ca URLs to point to another [http://mirrors.fedoraproject. While it is certainly something org/publiclist Fedora mirror server] -- note that you would leave on in a real world environment, it is beyond may need to change the directory name as well as the scope server name. The installation of this course and does interfere with some of our activities. To disable SELinux, click on the '''System => Administration => SELinux Managementfedora3'''. Set the "System Default Enforcing Mode" to Disabled. Quit and reboot your systemvirtual machine <u>must</u> be done at Seneca.}} -->
# '''Open a web-browser''', and open the '''OPS235 Lab #2 WIKI'''. '''<br /><br />NOTE:''' You need to enter your "MySeneca" username and password to obtain a "wired" Internet connection (otherwise, you will not be able to perform the "groupinstall" command in the next step). Remember to perform a "wired-connection" (logging in with your MySeneca username and password via a web-browser) every time you boot-up your host machine...<br /><br /># Install the Fedora virtualization software: <code>yum groupinstall "Virtualization"</code> or <code>pkcon install @virtualization</code> The virtualization software installed is in three parts::* '''A system service named ''libvirtd''''' that manages the VMs.:* '''Tools to manage virtualization''', including the <code>virt-manager</code> graphical tool and the <code>virsh</code> command-line tool.:* The actual '''virtual machines''' themselves.<ol> <li value=== Investigation "3">Start the virtualization service: What <code>service libvirtd start</code></li> <li>The firewall configuration is a runlevel? ===altered by the addition of the virtualization software. Restart the firewall so that these changes become active: <code>service iptables restart</code></li></ol>
After the kernel boots, it starts a single program, called <code>init<{{Admon/code>. A running instance of a program is called a '''process''' caution|Reboot your fedora host now|virt-- the init process always has a process ID (PID) of 1. All other processes on manager may not work properly unless you reboot after installing the system are started by init, or they are started by processes started by initvirtualization software.}}
Most current Linux systems use some variation of <ol> <li value="5">After rebooting your computer system, and logging back into your account, start the init system originally developed for Unix graphical tool by selecting the menu options '''Activities'''>'''Applications'''>'''System V (called "sysvinit") Tools'''>'''Virtual Machine Manager''' or a newer version called "upstart".by typing the command <code>virt-manager</code></li></ol>
These systems employ the concept of "runlevels" {{Admon/important|Run virt-manager as a regular user|Running virt- groups of software that can be selected, so that the system can be run in various modesmanager as root may not work due to configuration issues. In Fedora systems, these runlevels are used:}}
{|class="mediawiki" border="Investigation 1": Installing from a Live Disc ==!Runlevel!Description|-{{Admon/tip|0Using an Image instead of a Live Disc|Halt It is recommended that you perform this installation from your Fedora LIVE CD. As a matter of interest (powers off for future reference), it is possible to install directly from the system)ISO file you used to burn your Live CD. There are many Internet tutorials that show the individual how to perform that task.}} ==== Introduction ====|-|1In this investigation, you will install Fedora from your live disc, and observe the differences between this type of installation and the DVD installation previously performed.|Single-user maintenance mode|-==== VM Details ====|3|Network running, character-mode display only* '''Name:''' fedora1|-* '''Boot media:''' Fedora Live CD|5* '''Installation source:''' Fedora Live CD|Network running, graphical user interface* '''Memory:''' 768MB|-* '''Disk space:''' 10GB|6* '''CPUs:''' 1|Reboot|}==== Screen-Shot Thumbnail Reference ====
{{Admon/note|Different runlevel systemsVirtual Machine Screen Shots Thumbnails|Various Linux distributions may use While performing the runlevel numbers differently. For exampleVirtual Machine setup, click on some Debian/Ubuntu systems, the default (standard) runlevel is 2thumbnails below to provide a '''"visual reference"''' while performing this section.}}
In order to implement runlevels, init uses a configuration file and a number of script files:{|cellpadding="8" width="100%"
* <code>/etc/inittab</code> is the configuration file, which sets the default runlevel|[[Image:Virt-manager1.png|thumb|125px| '''Virtual Machine Manager:''' Create a New Virtual Machine]]|[[Image:Virt-manager2.png|thumb|100px|'''Step 1 of 5:''' Create a New Virtual Machine ]]* <code>/etc/rc|[[Image:virtual-manager3.d/initpng|thumb|100px|'''Step 2 of 5:''' Create a New Virtual Machine ]]|[[Image:virtual-manager4.d</code> is png|thumb|100px|'''Step 3 of 5:''' Create a directory New Virtual Machine ]]|[[Image:virtual-manager5.png|thumb|100px|'''Step 4 of scripts5:''' Create a New Virtual Machine ]]|[[Image:virtual-manager6.png|thumb|100px|'''Step 5 of 5:''' Create a New Virtual Machine ]]|}
In order to determine which of the startup scripts should be executed in each runlevel, the one directory per runlevel is created (<code>/etc/rc.d/rc'''X'''.d</code>, where '''X''' is the runlevel). This directory is filled with symbolic links to the startup scripts in <code>/etc/rc.d/init.d</code>==== Steps ====
# To find out In the value of Virtual Machine Manger, click on the runlevel your GNU/Linux system goes into after boot, enter icon to ''Create a Virtual Machine'' in the commandupper-left corner: <code>grep initdefault br /etc/inittab</code>(refer to '''Virtual Machine Manager''' thumbnail above).# You should get a single line containing ":" as A window will appear with the field delimitertitle ''New VM''. The second field stores the value of the runlevel the init process will use There are five steps to be completed; click Forward after a reboot. Record the output in your log book.each step:# A list '''Step 1 of processes that should be running at a given runlevel can be found in 5:''' Enter the directory <code>/etc/rc.d/rcvirtual machine (called '''fedora1''') name and select '''Local install media''' (refer to 'X'Step 1 of 5''thumbnail above).d</code> where # '''Step 2 of 5:'''X''' is Insert the CDROM or DVD containing the runlevelFedora Live Disc image. Do Wait a directory listing of that directory and study what files are in there. Pay attention moment for the disc to be recognized''', then select '''Use CDROM or DVD''' as the first three characters of each file nameinstall media. They have special meaning Set the ''OS type'' to '''Linux''' and the system. Record your observation in your log book''Version'' to '''Fedora 17''' (refer to ''Step 2 of 5'' thumbnail above).# Make <!-- {{Admon/tip|Using an ISO image|Instead of using a backup physical CD or DVD, you can use an ISO image of a CD or DVD. The virtualization software will make this ISO image appear like an actual CD within the file virtual machine. Because hard disks are faster then optical discs, this will work faster than an actual CD/etcDVD.}}{{Admon/inittab with note|Choosing the operating system type and version|The purpose of the ''OS type'' and ''Version'' fields is to fine-tune some of the command: <code>cp /etc/inittab /etc/inittabvirtual machine settings for best performance. The VM will work even if these are set incorrectly.original</code}} --># Edit '''Step 3 of 5:''' Set the file <code>/etc/inittab</code> memory to '''768 MB''' and change the default runlevel number of CPUs to '''1''' (refer to ''Step 3. Save the change and reboot your systemof 5'' thumbnail above).# After '''Step 4 of 5:''' This next step creates a disk file that will be used to simulate the reboot, you should get virtual machine's disk drive. Select a "Text Login Screen". Login with your Learn account size of '''10 GB''' and type startx at checkmark the command prompt. Describe what happens in your log bookbox labeled '''Allocate entire disk now''' (refer to ''Step 4 of 5'' thumbnail above).# Enter '''Step 5 of 5:''' Review the command: <code>runlevel<code> -- this shows options that you have selected. '''Make a note of the previous and current runlevelstorage location. Record ''' If anything needs to be changed, use the values in your book''Back'' button to go back and edit it; otherwise, click '''Finish''' (refer to ''Step 5 of 5'' thumbnail above).
{{Admon/important|Removing and Recreating VMs|If for some reason the user wants to remove a Virtual Machine, they can right-click the VM, and select delete in the Virtual Machine Manager. It is recommended to '''"delete the image file" in the remove VM dialog box when removing and then recreating a VM'''. Note: If you fail to properly remove the VM image file, it may affect the hard disk size for the new VM (i.e. use the old smaller size. Make certain to remove that VM image file prior to recreating the VM.|'''}}
Answer the Investigation 3 question.
{{Admon/note|Fedora LIVE CD Install Screen Shots Thumbnails|While performing the Fedora 17 LIVE CD install, click on the thumbnails below to provide a '''"visual reference"''' while performing this particular Fedora installation.
}}
{|cellpadding="8" width== Investigation 4: What is the network configuration? ==="100%"
# |[[Image:fedoralive1.png|thumb|100px| The Virtual Machine will now start.]]|[[Image:failedtoload.png|thumb|140px| '''Ignore and close the "Failed To check Load" dialog box'''. Search for the network configuration settings obtained from panel on the DHCP server, run upper-left-hand side of the following commands, describing screen.]]|[[Image:fedoralive2.png|thumb|140px|Login to the output in your log bookVM and double-click:#* <codebr />ifconfig'''Applications'''<br /code>#* <code>route'''System Tools'''<br /code>>'''Install to Hard Disk'''.]]|[[Image:selectstorage1.png|thumb|100px|Select '''Specialized Storage Devices''']]|[[Image:selectstorage2.png|thumb|100px|Select '''Virtio Block Device'''.]]|[[Image:finishcdinstall.png|thumb|100px|You will get the ''Firstboot'' configuration questions during the boot process.]]|}#* <code>netstat -rn</codeol>#* <code>nslookup </code> (at the > prompt, enter the word li value="server8" (do not type >'''The virtual machine will now start'''. Select the quotes) and record the outputdefault menu item labelled: '''Start Fedora 17'''. Type exit to leave nslookup).# Find The virtual machine is running from the following information in live disc at this point, and no software has been installed on the output ''hard drive'' of the above commands:virtual machine.</li>#* MAC address (physical or hardware address) of the ethernet network interface#* The IP address (logical address) assigned by the DHCP server#* The default route (gateway)#* The DNS nameserver</ol>
<ol>
<li value="9">Login to the VM and click: '''Applications'''>'''System Tools'''>'''Install to Hard Drive'''. The installation program, similar to the one used when installing Fedora in Lab 1, will appear. You will get a warning at one point during the installation process that the disk "May contain data" or "may need to be re-initialized" -- this is simply a warning that the virtual disk is completely blank, and it is safe to proceed with the installation.</li>
</ol>
Answer {{Admon/note|Virtual Machine Screen Size|The virtual machine screen size will change resolution as it switches from text to graphics mode. Use the VM menu option View>Resize to VM to resize the window to show the entire VM display. If this is larger than your screen size, use View>Scale Display>Always to scale the image so it fits on your screen.}}<ol> <li value="10">During the installation process, when prompted for a storage device, first select '''Specialized Storage Devices''', and then select the '''Virtio Block Device''' option.</li> <li>When prompted for the hostname, enter '''fedora1''', and when prompted for the timezone, select '''Toronto - Eastern Time Ontario''', and when asked about storage, select '''Use All Space'''. '''Use the default values for all other fields.''' Notice that the installer does not ask you what software should be installed; compare the installation time to the amount of time it took to do your Lab 2 installation. Record this information in the '''table contained in Investigation 4 question'''.</li> <li>When the installation is complete, click on the '''reboot''' button at the bottom right-hand corner of the screen.</li></ol>
<ol> <li value=== Investigation 5: How do "13">Start the VM from its disk image. This can be done graphically by selecting the Virual machine name, and then clicking on the '''Open''' button, and then click the '''play''' button when the next screen appears (or by selecting Virtual Machine>Run from the virtual machine menu). You Secure will get the Grub Boot Loader? ===''Firstboot'' configuration questions during the boot process (asking you to create a user, set the date and time, and optionally send the hardware profile to the Fedora Project). Create a user with the same name as your Matrix account.</li> <li>Login using the new user account.</li></ol>
By default, {{Admon/note|Network / Service Considerations|Please perform the Grub boot loader allows anyone with access tasks below in order allow these Fedora systems to the computer at boot time to set the runlevel, or change the boot parameters, which can allow them be able to influence the init process and which kernel image is loaded. Anyone communicate with access to the boot prompt can therefore bypass security controls and control which software is loadedeach other. For example, rebooting '''Failure to runlevel 1, known as single user mode, gives the user root priveleges without the need for a password! Obviously, giving a non-administrator this much control properly perform these operations can be dangerous, and it is wise to protect the boot loader with a secure passwordcause problems in future labs'''. |}}
We will need <ol> <li value="15">Enable SSH access to choose a password, encrypt your virtual machine with the grub programs hash utilitythese commands (called md5crypt, and add semi-colon allows commands to be run in sequence):<br /> <code>service sshd start; chkconfig sshd on</code></li> <li>Find out the encrypted hash IP address of your password virtual machine: <code>ifconfig eth0</code> </li> <li>Enter the following command on your virtual machine to create a firewall exception to allow ssh traffic into the machine:<br /> <code>iptables -I INPUT -p tcp -s0/0 -d0/0 --dport 22 -j ACCEPT</code></li> <li>Confirm that you can ssh to your virtual machine from the grub configuration file, host (your main Fedora installation): <code>ssh ''IPaddress''</etccode></grub.confli>First, choose a suitable password. </ol>
Do not forget it, or you will not be able {{Admon/tip|Switch to change boot parameters when you boot your system! Virtual Machine Manager Window|If you need to write it down, put it are currently in a safe placeVirtual machine, where no one will be able but want to switch to tell what it is for. Open the grub program by typing Virtual Machine Manager Window, simply click '''Activities'''> '''Select the command: grubVirtual Machine manager window'''.}}
At '''Answer the grub prompt, type Investigation 1 observations / questions in the command: md5cryptWhen prompted for a password, carefully type in your password. The program will display the encrypted hash of your password. Carefully write this downlab log book.'''
Type the command== Investigation 2: quit to exit Installing from the grub program.Network ==
Open {{Admon/tip|Authenticate to the grub configuration file, /etc/grubnetwork|The rest of this lab uses network access.conf , for editing. This file is actually linked ''' Be sure to authenticate to /boot/grub/grub.confthe network using your browser before proceeding'''.}}
Carefully add the line === Introduction ===
password --md5 password-hash (note: password-hash It is possible to install Fedora entirely from the hash network. In this investigation, you generated with md5crypt)will install Fedora from a webserver on Seneca's LAN.
to the file between the splashimage line and the title line. If there are other lines there, there is no need to remove them. Just insert your password line as a new line.==== VM details ====
It should look something like this* '''Name: ''' fedora2* '''Boot media:''' Network installation* '''Installation source:''' http://belmont.senecac.on.ca/fedora/releases/17/Fedora/x86_64/os/* '''Memory:''' 1024MB* '''Disk space:''' 20GB* '''CPUs:''' 1
==== Steps ====# Create the VM (called '''fedora2''') as you did with the ''fedora1'' virtual machine, except:#* In '''step 1 of 5''', set the installation type to '''Network Install (HTTP, FTP, or NFS)'''.#* In '''step 2 of 5''', provide the location of the software source by providing the URL http://belmont.senecac.on.ca/fedora/releases/17/Fedora/x86_64/os/splashimage=(hd0#* In '''step 2 of 5''',0)/set the ''OS Type'' to '''Linux''' and ''Version'' to '''Fedora 17'''. # Observe the bootprocess. How is it different from booting from an optical disc (CD/grub/splashDVD)?# Start the installation process (make certain to use information in the ''VM Details'' section above).# When you get to the disk partitioning step, select '''Use All Space''' and enable the checkbox labelled '''Review and modify partition layout'''.If an dialog box displays a permissions problem, then click yes to proceed.xpmOn the next screen, change the logical volumes as follows:#* Reduce the size of the root LV to '''8000 MB'''.gzpassword #* '''Add a logical volume with a size of 2000 MB and a mountpoint of /home''' (you can name it whatever you want, and use '''ext4''' as the file--md5 $1$jxcdN0$hVHViq1aiPf8FziuGJGZp0system type).hiddenmenu# On the software selection screen, select '''Graphical Desktop'''.title # '''On the same screen, select the "Fedora17 - x86_64" and the "Fedora 17 - x86_64 - Updates". Leave "Installation Repo" selected. ''DO NOT'' enable the "Test Updates" repository'''.# Complete the installation.Record the time taken to install, and compare this to the time taken by the previous installations.Record this information in the '''table contained in Investigation 4'''.
You can find a more complete sample of this file here'''Answer the Investigation 2 observations / questions in your lab log book. '''
Make sure you have not made a mistake. What you type in must match exactly the output == Investigation 3: Installing from the md5crypt command.Network using Kickstart ==
While you are editing the file you should also increase the timeout for grub to automatically boot the default OS. Edit the line timeout=0 to timeout=5 to give us more time to interrupt the process.= Introduction ===
Save When Fedora is installed using the techniques you have used so far, the user is asked a number of questions. In some situations, it is better to provide the answers to these questions in a file and exitrather than answer them individually. Your Grub boot loader This type of file is now password protectedcalled a ''kickstart'' file.
Make sure the configuration In this investigation, a kickstart file is owned by root, and set the permissions so only root provided for you. You can read and writealso create or modify a kickstart file using a regular text editor or a graphical tool.
Find the section of this article that explains how to change the runlevel at boot time, and read it. Reboot your system, trying to change to runlevel 1 from the boot prompt, and see if the password protection worked. From now on, when you want to change boot parameters when you boot, you must type lowercase==== VM details ====
p* '''Name:''' fedora3* '''Boot media:''' Network installation* '''Installation source:''' http://belmont.senecac.on.ca/fedora/releases/17/Fedora/x86_64/os/* '''Kickstart location:''' http://www.drivehq.com/file/df.aspx/shareID10606286/fileID1269952040/Fedora17-kickstart.cfg* '''Memory:''' 1024MB* '''Disk space:''' 15GB* '''CPUs:''' 1
==== Steps ====# Create the VM as you did with the ''fedora2'' virtual machine, specifying a network install as before, except:#* In step 2 of 5, after entering the URL for the installation source, click on the '''URL Options''' control.#* Enter the Kickstart URL: http://www.drivehq.com/file/df.aspx/shareID10606286/fileID1269952040/Fedora17-kickstart.cfg # Observe the installation. How is it different from booting from an optical disc (CD/DVD)?# Complete the installation. Record the time taken to install, and compare this to the time taken by the previous installations. # What happens when the installation is finished?# '''Take a look at the boot prompt kickstart file (using the URL you entered) to <u>determine</u> the root password as well as the name and enter password for the required first user account'''.# Boot the virtual machine and log in (use the user ID and passwordinformation from the previous step). Compare the experience to the first time you booted the other virtual machines.Record this information in the '''table contained in Investigation 4'''.
Completing '''Answer the LabInvestigation 3 observations / questions in your lab log book.'''
Check off the following items == Investigation 4: Updating and sign your name before asking your instructor to check your lab:I have completed Comparing the following tasks in full:VMs ==
[ ] Task 1 - Install GNU# In each VM, run this command: <code>yum update</Linux Workstation using Fedora 10code># Record the answers to these questions in your log book:#* How long did it take to run on each VM? How many packages were updated?#* Why does it take longer in some VMs than others?
[ ] Task 2 Complete the following table (and transfer into your lab2 log- Collect system information after installation.book notes):
[ ] Task 3 {|border="1" width="100%" cellpadding="5"|- Customize and configure ! ||f17host||fedora1||fedora2||fedora3|-|'''Installation Method'''||Installation Disc||Live Disc||Network Installation||Network Installation + Kickstart|-|'''Packages Installed'''|| || || |||-|'''Updates Installed immediately after installation'''|| || || |||-|'''Software could be selected during installation'''|| || || |||-|'''Disk layout could be selected during installation'''|| || || |||-|'''No questions asked during installation'''|| || || |||-|'''Total installation time''' (after installation questions)|| || || |||-|'''Amount of disk space used'''|| || || |||-|'''Questions asked during first boot time environment'''|| || || |||-|'''Advantages of this type of installation'''|| || || |||-|'''Disadvantages of this type of installation'''|| || || |||-|'''This type of installation is recommended for...'''|| || || |||}
[ ] Task 4 - Collect network information[ ] Task == Investigation 5 - Password protect Grub Bootloader: Managing Virtual Machines from the Command Line ==
Student Signature: _____________________ Date: ________________Arrange evidence for each of these items {{Admon/note|Manage virtual machines from the host|The commands used to manage virtual machines must be executed on the host (your screen, then ask your instructor each item:disk pack) and not inside a virtual machine.}}
[ ] Grub # Start the ''fedora1'' virtual machine, and stop the ''fedora2'' and ''fedora3'' virtual machines.# Switch to the f19host machine, and open a shell terminal.# Enter these commands into your f19host machine and note the result:#* <code>'''virsh list'''</code>#* <code>'''virsh list --all'''</code>#* <code>'''virsh list --inactive'''</code># Now, shut-down your fedora1 VM normally, and close the fedora1 VM window. Make certain NOT to close the Virtual Machine Manager main window.# Switch to your terminal and issue the command: <code>'''virsh start fedora1'''</code># Check to see if your fedora1 VM is password protectednow running.# Switch to the terminal and issue<code>'''virsh list --all'''</code> and confirm the status of the fedora1 VM.# There are other commands that can be used (such as suspend, or shutdown). The "shutdown" command may not always work since it sends a request to "shutdown virtual machine gracefully", but may not always work.Why do you think it is useful to have commands to manipulate VMs?
[ {{Admon/note|Virtual Machine Does not Shutdown from Command|If the Virtual machine fails to shutdown from the <code>virsh shutdown</code> command, then you can go to the '''Virtual Machine manager''' and ] Can login with student's "learn" account''halt''' or '''shutdown''' within the VM itself, then you can click the '''PowerOff''' button in the VM window. You'll want to avoid a forced shutdown since those are equivalent to yanking the cord out of the wall on a physical machine!|}}
[ ] Has all the mount points
[ ] Has '''Answer the package countInvestigation 5 observations / questions in your lab log book.'''
[ ] Has edited the default runlevel== Investigation 6: How do I backup a virtual machine? ==
[ ] Has {{Admon/important|Backing up VMs|There are two general processes in order to back up your images:<ol><li>'''Compressing your images''' (also recommended to backup up to external storage USB Key) using the correct IP address '''gzip''' command.</li><li>'''Backup the VM xlm configuration file''' (preferably to USB key) using '''virsh''' shell command to add VM to virtual machine manager list (in the event that the HOST machine is "wiped" and MAC addressre-installed, but VM images and xml configuration files have been backed up external storage).</li></ol><br />Taking the time to backup the image of the Operating System's file system allows the user to return to a '''"restoration point"''' using the '''gunzip''' command in case something bad occurs to the OS during a lab.<br />Failure to take the time to make and confirm backups can result in loss of lab work for the student!|}}
[ # Shut down all of the virtual machines.# Change to the directory <code>/var/lib/libvirt/images/</code>. Note the size of the files in this directory. What do these files contain?# Make a compressed backup of the <code>fedora3.img</code> file to your home directory with this command: <code>'''gzip < fedora3.img > ~YourUserId/fedora3.img.backup.gz'''</code><br />('''Note: Make certain to use the redirection signs "<" and ">" properly in the command!'''){{Admon/caution| Make sure the backup is successful!|If there are any error messages, '''DO NOT''' proceed past this point. You're going to destroy your fedora3 virtual machine and restore it using the backup you have created -- if there are any problems with the backup, you will not have a working virtual machine, and will have to re-install it.}}<ol> <li value="4">Compare the size of the compressed and original files.</li> ] Find out <li>Start the default route '''''fedora3''''' VM.</li> <li>'''Make certain that you are in your fedora VM and <u>not</u> in your Fedora main system!'''</li> <li>Wreck <u>only</u> your fedora 3 system! Try this command inside the fedora3 virtual machine: <code>'''rm -rf /*'''</code></li> <li>Shut down the VM. If you tried to start the Fedora3 VM, it would not boot since all system files have been removed!</li> <li>Restore the original image from the backup in your home directory by typing this command: <code>'''gunzip < ~YourUserId/fedora3.img.backup.gz > fedora3.img'''</code></li> <li>Restart the VM. Is it working normally?</li> <li>Create compressed backups of your other virtual machines.</li></ol><ol><li value="12">You should make a copy of the xml configuration file in case you "wipe" and re-install the host machine, and want to add a restored VM backups to the virtual machine manager list. We will demonstrate using the fedora 3 xml configuration file, and prove that a "clone" can be added to your list.Please perform the following step:<ol type="a"><li>Verify that you are in the directory: <code>/var/lib/libvirt/images/</code>.</li> <li>Execute the following command: <code>virsh dumpxml fedora3 >fedora3.xml</code></li> <li>Examine the file <code>fedora3.xml</code>. What does it contain? What format is it in?</li> <li>Make a copy of <code>fedora3.xml</code> called <code>fedora3a.xml</code>.</li> <li>Edit the file <code>fedora3a.xml</code>, making the following changes:</li></ol>::* Change the name (in the file, not the file name) to <code>fedora3a</code>::* Change at least one of the hexadecimal characters in the UUID. Do not change the length of the UUID. Valid hexadecimal characters are 0-9 and a-f.<ol type="a" > <li value="6">Issue this command: <code>virsh define fedora3a.xml</code> <li>Issue the command <code>virsh list --all</code> and record any changes. <li>Issue the command: <code>virsh undefine fedora3a</code> <li>List all of the virtual machines again, and note any changes. </li></ol> <li>For the remainder of these labs, it is assumed that you will backup <u>'''both'''</u> the images and xml configuration files for <u>'''all'''</u> Virtual machines, when asked to backup your virtual machines. It is also highly recommended to backup these files to an external storage device (gatewayeg. USB key)in case the host machine gets "wiped" and you need to rebuild your HOST machine and then restore your Virtual Machines...</li><li>Answer this question in your log book:</li></ol>::* In order to fully back up a virtual machine, what information should be saved in addition to the virtual machine image?
[ ] IP {{Admon/important|Backing up VMs|It is essential to back up your VMs at the end of each lab, so you can easily restore them if something goes wrong in the DNS name server next lab.}}
Instructor Signature: _____________________ Date: ________________{{Admon/tip|Shutting Down the Host while Virtual Machines are Running|If you shut down your host system while virtual machines are running, they will be suspended, and will resume the next time you boot your host system.}}
Preparing for '''Answer the QuizzesInvestigation 6 observations / questions in your lab log book.'''
How many packages were installed?== Investigation 7: Kickstart Files ==
How many {{Admon/tip|SSHD and Firewall|If you have restarted your virtual machine ''fedora1'', the sshd server you started in investigation 1 (step 15) will no longer be running. In addition, the firewall will have reverted to its original state. In order to use '''scp''', below, you will need to restart ssh and adjust the firewall again.<br /><br />If students cannot backup their kickstart files using the '''scp''' command, they can use a web-browser to access their Seneca e-mail with attachment (copy kickstart file to their home directory first!). For the text-based Linux system "fedora3", students can use the '''mail''' command (correct refer to the nearest hundredman command to learn how to send e-mail attachments) were installed?. }}
How many mount points were used?When you perform a non-Kickstart installation, the installation program creates a Kickstart file in the <code>/root</code> directory for reference.
How many users were created automatically on # Obtain the kickstart files for all four of your installations (your disk pack ''f17host'', plus the ''fedora1'', ''fedora2'', and ''fedora3'' virtual machines).# To prevent confusion, copy your kickstart files to kickstart filenames that describe their purpose (eg. kickstart_host, kickstart_fedora1, kickstart_fedora2, etc...)# Copy them all to your f17host system (do not count your learn accounttip: use <code>scp</code>), or use the hint in the tip box above to send via e-mail.# Compare these files. What are the differences? Similarities? (Tip: you may want to use tools such as <code>sdiff</code> to help with the comparison).# How could you use the kickstart file produced by the installation program to perform additional, identical installations?
What is '''Answer the Investigation 7 observations / questions in your learn accountlab log book.'''s UID and GID?
What is your learn account's home directory?= Completing the Lab =
What is the home directory '''Arrange evidence for each of these items on your screen, then ask your instructor to review them and sign off on the user "root"?lab's completion:'''
How do you determine the host name of your GNU/Linux workstation?# Three working virtual machines created.# Four kickstart files.# All virtual machines fully updated.# All virtual machines backed up.# Installation comparison table filled in.# Lab Logbook (lab2) notes filled-in.
What command can display the NIC's MAC address?= Preparing for Quizzes =
# What is the name of the Fedora installation program?# Which file contains factors recorded in your table (above) were due to the type of installation performed, and which factors were due to the default "runlevel" value amount of software installed?# Which type of installation works best for confirming compatibility with hardware before installation? Why?# Which type of installation works best for installing large numbers of computers? Why?# What factors affect installation time?# How can you reduce the number of software updates required immediately after installation?# Why would you enable additional repositories during installation?# What does the file <code>/root/anaconda-ks.cfg</code> contain, and how is it created?# How do you start and stop virtual machines?# How do you SSH into your GNU/Linux workstationvirtual machines?# What is the purpose of and relationship between these pieces of software?#* libvirt#* libvirtd#* virsh#* virt-manager#* virt-install#* kvm# The kickstart installation (fedora3) was a network installation. Can a kickstart file be used with a DVD installation?# The kickstart installation (fedora3) was fairly fast. Why? Under what circumstances would it take a long time, even on a fast network?# What other types of installation sources are possible (besides Live Disc, Installation Disc, and Network?)

Navigation menu