Virtual Machine Virtual Machine This is a presentation on how to install and begin using Xen. Researched and Created by Bryan Bankhead.

Slides:



Advertisements
Similar presentations
Microsoft Virtual PC 2004 This is a presentation that will show you how to install and use Microsoft Virtual PC 2004 Researched and Created by Bryan Bankhead.
Advertisements

Creating a Virtual Machine Researched and Created by Bryan Bankhead.
Explore KDE The easy way, using a live CD By Carl Weisheit.
Install Chromium OS PC’s for Tiwi Island College.
Google chrome operating system For Tiwi island college Lachlan Doyle.
Operating Systems Manage system resources –CPU scheduling –Process management –Memory management –Input/Output device management –Storage device management.
Hyrax Installation and Customization ESIP ‘08 Summer Meeting Best Practices in Services and Data Interoperability Dan Holloway James Gallagher.
Copyright 2014 Kenneth M. Chipps Ph.D. Software Defined Networking Lab Using Mininet and the Floodlight Controller Last Update
Project 0, Linux Dabbling CS-3013 A-term Project 0: Linux & Virtual Machine Dabbling CS-3013, Operating Systems.
Chapter 2 Accessing Your System and the Common Desktop Environment.
Project 0 -- Linux Dabbling CS-502 (EMC) Fall Project 0 Linux & Virtual Machine Dabbling CS-502, Operating Systems Fall 2009 (EMC)
Project 0 -- Linux Dabbling CS-3013 A-term Project 0 Linux & Virtual Machine Dabbling CS-3013, Operating Systems.
Installation Ubuntu for Libraries. Step 1: Download Head on to Pick Ubuntu LTS; just click the big orange.
Google Chrome Operating System By Pauly Daher. Introduction Google Chrome OS is an open source PC operating system which is based on Linux. The operating.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 3 Desktop Virtualization McGraw-Hill.
Integrating HADOOP with Eclipse on a Virtual Machine Moheeb Alwarsh January 26, 2012 Kent State University.
WINDOWS 7 AND UBUNTU INSTALLING LINUX WITHIN WINDOWS.
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
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.
Installing the Core FTP Client Go to Click on “Download Core FTP now!” Under the Core FTP LE 2.2: free version heading Select.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Chromium OS is an open-source project that aims to build an operating system that provides a fast, simple, and more secure computing experience for people.
Virtualization Week 20. This week Virtualization – What is it? – Software on different operating systems? Group Presentations – minutes per group.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 6 Today’s Windows Windows Vista and Windows 7 McGraw-Hill.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
HDVC & Client Reflector server SIP Server User management HDVC & Client.
Cap 333 Network Administration. Solution Rules  Your solution must be typed by computer. Otherwise, it will not be accepted.  If the question is a project.
Citrix Virtualization Last Update Copyright 2011 Kenneth M. Chipps Ph.D.
COSC 4750 Customizing and maintenance. Installing software Redhat/Fedora (and linux in general) has a package installer, called rpm Many programs will.
OSDDlinux bootable DVD/USB  Visit  Download OSDDlinux.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 12 Supporting Windows 9x.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
The Role of the Operating System
Itty Bitty Computer Directions on how to install Linux on your flash drive and have the smallest computer you can afford right now!
INCS Virtual Data Center Security using Linux.
Chapter 1 : The Linux System Part 2 Lecture 2 11/14/
Intro to Programming Environment 1. Today You Will Learn how to connect to a machine remotely with “nomachine NX client” Learn how to create a new “source.
 Linux Mint is a computer operating system designed to work on most modern systems, including typical x86 and x64 PC’s. Linux Mint can be thought of.
Apache, MySQL and PHP Installation and Configuration Chapter 2 MySQL Installation and Configuration.
How to Install Eclipse Click hereClick here to download Eclipse.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 6 Today’s Windows Windows Vista and Windows 7 McGraw-Hill.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
Operating System Kernel Compilation
bitcurator-access-webtools Quick Start Guide
Ubuntu Linux Yonathan M. Vivas.
Operating System & Application Software
CSC227: Operating Systems
Hyrax Configuration.
Seamless Guest OS's and more!
Computer System Laboratory
Chapter 2: Operating-System Structures
Desktop Virtualization
Installation and Configuration
BIF713 Managing Disk Space.
1. Environment Setting Minhaeng Lee.
linux and related thing
Under the Windows Desktop
Chapter 2: Operating-System Structures
Operating System Kernel Compilation
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Installing OpenRefine
COP 4343 Unix System Administration
bitcurator-access-webtools Quick Start Guide
Review of Previous Lesson
Operating System Kernel Compilation
Presentation transcript:

Virtual Machine Virtual Machine This is a presentation on how to install and begin using Xen. Researched and Created by Bryan Bankhead

About Xen Xen is a virtual machine program that is very lightweight. Unlike most Virtual Machine programs that bring up the OS in a window, with Xen you actually boot to your Virtual Machine with Xen in the background. By doing this you can run multiple machines simultaneously without wasting as many resources. FYI Xen is only for Linux and it is a little bit more complicated that other alternatives.

Step One: Downloading The first step in this process is to download the Xen program for your Linux Operating System. This can be done by going to

Step Two: Installing Tarball- Once you have downloaded the tarball extract it to your desktop. Then open your terminal, and navigate to the extracted folder and run: sh./install.sh. Tarball- Once you have downloaded the tarball extract it to your desktop. Then open your terminal, and navigate to the extracted folder and run: sh./install.sh. RPM- To install a RPM download it, navigate to it with the terminal and type the command rpm -ivh xen-version.rpm.

Step Three: Editing the Bootloader Once you have installed Xen you will need to add Xen to your bootloader so that you can boot to the virtual machine. If you use Grub as your boot loader the config file is located in /etc/grub.conf. To get there go to the terminal and type cd /etc then type vi grub.conf Note: Grub entries will be different based on hardware and volume names.

Step Three cont: grub.conf entry This is an example of the grub entry. Note: some parts of this entry will vary. This is the part you want

Step Four: Reboot Once you have created the entry in grub.conf reboot and select Xen in the bootloader to test it. If it works it will boot up and bring you your native operating system. At first it may seem like nothing happened but if you type the command: uname -r it should come up with something like: xen.

The next step in the process is to setup a virtual machine. If you take the time there is a very nice program called virt-manager. It adds a GUI to Xen making it much easier to add and maintain virtual machines. This can be found at Step Five: Virt-Manager FYI: Fedora Core 6 comes pre-installed with Xen and Virt-manager.

Click connect Step Six: Using Virt-manager

Then you can create or edit your virtual machines through your Virt manager. Step Six: Using Virt-manager

You can also connect to the virtual machines to work on the individual virtual machines. Step Six: Using Virt-manager

The End For more information you can visit and for more information on virt-manager you can visit