OPS235: Lab 2 Virtual Machines – Part I

Slides:



Advertisements
Similar presentations
A new standard in Enterprise File Backup. Contents 1.Comparison with current backup methods 2.Introducing Snapshot EFB 3.Snapshot EFB features 4.Organization.
Advertisements

Live CDs. What is a Live CD? Prerak Parikh What is a Live CD? CD or DVD containing bootable CD-ROM disk that loads and boots an OS Instead of using the.
MCITP Guide to Microsoft Windows Server 2008 Server Administration (Exam #70-646) Chapter 11 Windows Server 2008 Virtualization.
Linux Installation Chapter II. Linux Distributions Pre-packaged, installable Linux Anyone can compile a distribution, have to inculde GPL Available for.
Run a Virtual Machine. Virtualization Have you ever imitated someone else? That's because your mind is thinking/ imagining as that person Same to a Computer:
Virtualization A way To Begin with Virtual Reality… - Rahul Khanwani.
Paper on Best implemented scientific concept for E-Governance Virtual Machine By Nitin V. Choudhari, DIO,NIC,Akola By Nitin V. Choudhari, DIO,NIC,Akola.
WINDOWS 7 AND UBUNTU INSTALLING LINUX WITHIN WINDOWS.
To run the program: To run the program: You need the OS: You need the OS:
Red Hat Installation. Installing Red Hat Linux is the process of copying operating system files from a CD, DVD, or USB flash drive to hard disk(s) on.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
Windows Server 2008 R2 CSIT 320 (Blum) 1. Server Consolidation – Today’s chips have enhanced capabilities compared to those of the past. In particular.
Paper on Best implemented scientific concept for E-Governance projects Virtual Machine By Nitin V. Choudhari, DIO,NIC,Akola.
Hands-On Microsoft Windows Server 2008
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 15 Installing and Using Windows XP Professional.
POS/420 Introduction to Unix Philip Robbins – March 12, 2013 (Week 1)
IT Essentials 1 v4.0 Chapters 4 & 5 JEOPARDY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Hands-On Virtual Computing
OpenVZ Live Migration Jim Owens. Overview Review of OpenVZ Features Resource management Installation VM creation VM management Checkpointing Migration.
Virtual Servers Harry Dickens Arkansas Public School Resource Center Harry Dickens Arkansas Public School Resource Center.
Chapter 8 Implementing Disaster Recovery and High Availability Hands-On Virtual Computing.
Copyright © 2011 EMC Corporation. All Rights Reserved. MODULE – 6 VIRTUALIZED DATA CENTER – DESKTOP AND APPLICATION 1.
Multiboot System under Windows XP – Ubuntu – Windows 7 Qiong LIN - 28 April 2012.
Kickstart Installation
Linux Operations and Administration Chapter Two Installing OpenSUSE.
Virtual techdays INDIA │ august 2010 virtual techdays INDIA │ august 2010 Consolidate and Virtualize your Linux Environment M.S.Anand │ Technology.
Virtualization One computer can do the job of multiple computers, by sharing the resources of a single computer across multiple environments. Turning hardware.
Alessandro Cardoso, Microsoft MVP Creating your own “Private Cloud” with Windows 10 Hyper- V WIN443.
Cloud Computing Lecture 5-6 Muhammad Ahmad Jan.
Virtual Machines. A virtual machine takes the layered approach to its logical conclusion. It treats hardware and the operating system kernel as though.
Cloud Computing – UNIT - II. VIRTUALIZATION Virtualization Hiding the reality The mantra of smart computing is to intelligently hide the reality Binary->
System Requirements  Supports 32 bit i586 and 64 bit x86-64 PC hardware.  PowerPC(PPC) processors.  RAM: 256 MB minimum, 512 MB recommended.  Hard.
Virtualization Assessment. Strategy for web hosting Reduce costs by consolidating services onto the fewest number of physical machines
Unit 10 ITT TECHNICAL INSTITUTE NT1330 Client-Server Networking II Date: 2/24/2016 Instructor: Williams Obinkyereh.
SMOOTHWALL FIREWALL By Nitheish Kumarr. INTRODUCTION  Smooth wall Express is a Linux based firewall produced by the Smooth wall Open Source Project Team.
VirtualBox Introduction:
Virtualization With:. Virtualization With: What Kind of Virtualization? Full virtualization Platform Resource.
BY: SALMAN 1.
IT320 Operating System Concepts
Virtualization for Cloud Computing
OPS235: Week 2 Installing Linux
Introduction to VMware Virtualization
Programming Tools Most of the programming assignments will require using the C language. We will use a current version of the GCC C compiler. What’s GCC?
Virtual Machines What is a virtual machine?
BY: SALMAN.
CompTIA Server+ Certification (Exam SK0-004)
Building a Virtual Infrastructure
Operating Systems Overview
Virtualization, Cloud Computing and Big Data
Fedora in Education BalCCon2k17 17th September 2017 Nemanja Milošević
Lab 1 introduction, debrief
The Linux Command Line Chapter 14
Virtual Machines.
Hands-On Virtualization in the Classroom
Unit 10 NT1330 Client-Server Networking II Date: 8/16/2016
IS3440 Linux Security Unit 9 Linux System Logging and Monitoring
Lab #1 Install Linux & How to Build Live CD
HC Hyper-V Module GUI Portal VPS Templates Web Console
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
CSE 303 Lecture 1 introduction to Linux/Unix environment
OPS235 MANAGING LVMs – PART I
OPS235 PACKAGE MANAGEMENT
OPS235: Lab 2 Virtual Machines – Part II
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Partition Starter Find out what disk partitioning is, state key features, find a diagram and give an example.
Different types of Linux installation
SUSE Linux Enterprise Desktop Administration
Linux Operations and Administration
Presentation transcript:

OPS235: Lab 2 Virtual Machines – Part I

Lab 2 Topics – Part I Topics Preparation for Lab 2 (Investigations 1 - 4) Virtual Machine (VM) Definition (Features) Repositories (Purpose) Installing VMs (comparisons): By DVD By Network Recording in Comparison Chart

Preparation for Lab #2 Have Instructor “Sign-off” on Lab #1 Hard-disk (removable drive) – minimum 250 Gb with partitions created from Lab 1, USB Drive. CENTOS 6.5 Live CD. Lab 2 Log Book, extra paper to make notes. Note: Constantly refer and make notes to “Installation Table” in Investigation 4 while performing each type of Virtual Machine (VM) install of the Linux OS! It is highly recommended to perform all network installs at the college (using belmount.senecac.on.ca repository). You MUST perform Investigation 3 (network install via “kickstart” file) at Seneca's lab.

Virtual Machines (VMs) According to Wikipedia: “A virtual machine (VM) is a software implementation of a machine (i.e. a computer) that executes programs like a physical machine.” For example, a Linux distribution running in its own “virtual world” as a program that is running on another Linux distribution. This should not be too difficult to understand since gamers are already used to playing in "virtual worlds". HOST MACHINE (c6host) Virtual Machine 1 (centos1) Virtual Machine 2 (centos2) Virtual Machine 3 (centos3)

Virtual Machines (VMs) There are many advantages of using VMs: Software testing -- Test software on different platforms. Network simulation -- Testing network services, security. Server consolidation -- saves hardware, administration, cooling, and electricity costs. Penetration testing -- Safe environment to “play”. Load-balancing and disaster recovery

Repositories A repository is a central location online where software packages (including OS) can be retrieved and installed. Different Linux distributions have different software package managers that use these repositories: Fedora: yum, (Anaconda OS installer) Ubuntu: Synaptic Package Manger SuSE: YAST (Yet Another Set-up Tool) These packages have the ability for other repositories or types of packages to be used. For example: Updates, “leading-edge” packages, etc... NOTE: Make notes in comparison chart to be recorded in Lab2 Investigation 4 as you work on investigations 1 – 3!

Investigation 1 How do you install Visualization package? What is its name? What is the command to launch the virtual Manager? What are the general steps to create a virtual machine? What are the general steps to perform a CENTOS LIVE DVD install on a virtual machine? What are the steps to allow you to ssh between physical machine and virtual machine? What problems from lab1 could prevent using ssh or scp? Why is it important to perform software upgrades for each computer (host and VM) for each lab?

Investigations 2 and 3 What are the general steps to perform a network install on a virtual machine? What is the purpose of the kickstart file? What are the advantages / limitations of using kickstart as opposed to a regular network install?