Changes

Jump to: navigation, search

OPS235 Lab 2

994 bytes added, 07:54, 20 June 2016
no edit summary
=INVESTIGATION 1: CREATE REMAINING VIRTUAL MACHINES=
===Part 1: Configure VMware for Nested VMs & Install KVM Virtualization Application===
Although we are using VMware Workstation to run our c7host VM, we will now install and configure another virtualization package called KVM in order to install the remaining VMs for this course.
Since we are "nesting" VMs (i.e. running a VM inside another VM) we need to configure our c7host's Linux boot-up parameters in order to allow these VMs to run efficiently.
 
:'''Perform the following steps:'''
 
# Launch the '''VMware Workstation''' application.
# Select '''Open Virtual Machine''', and select the VM called '''c7host''' on your Solid State Drive.
# Launch your '''c7host''' machine, and login as as a regular user and open a shell terminal.
# Edit the file called: '''/boot/efi/EFI/centos/grub.cfg'''
# Search for the first occurrence of the Linux Kernel boot command.
# Insert the boot option: kvm-intel.nested=1 at the end of the Linux kernel boot options. See below for reference:
 
<code style="font-family:courier;font-size:.9em;margin-left:20px;">
<br>
linuxefi /boot/vmlinuz-3.10.0-327.18.2.el7.x86_64 root=/dev/mapper/centos_c7host-root ro crashkernel=auto rd.lvm.lv=centos_c7host/root rd.lvm.lv=centos_c7host/swap rhgb quiet LANG=en_CA.UTF-8 <span style="color:blue;font-weight:bold">kvm-intel.nested=1</span>
initrdefi /boot/initramfs-3.10.0-327.18.2.el7.x86_64.img
</code>
 
 
===Part 2: Install KVM Virtualization Application===
 
x
:'''Perform the following steps:'''
</ol>
=INVESTIGATION 2: INSTALL REMAINING VMS= === Part 21: Installing from a Downloaded Image (Centos7 LIVE CD) ===
:'''VM Details:'''
=== Part 32: Installing from a Network ===
:'''VM Details:'''
=== Part 43: Installing from a Network using a Kickstart File ===
:'''VM Details:'''
'''Answer the Investigation 1 INVESTIGATION 2 observations / questions in your lab log book.'''
13,420
edits

Navigation menu