With ovirt & virt manager

Slides:



Advertisements
Similar presentations
Virtualization Dr. Michael L. Collard
Advertisements

Virtual Machine Technology Dr. Gregor von Laszewski Dr. Lizhe Wang.
What’s New: Windows Server 2012 R2 Tim Vander Kooi Systems Architect
Planning Server Deployments
1 Week #1 Objectives Review clients, servers, and Windows network models Differentiate among the editions of Server 2008 Discuss the new Windows Server.
1 Week #1 Objectives Review clients, servers, and Windows network models Differentiate among the editions of Server 2008 Discuss the new Windows Server.
Network+ Guide to Networks, Fourth Edition Chapter 10 Netware-Based Networking.
Lesson 7: Creating and Configuring Virtual Machine Settings
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 8 Introduction to Printers in a Windows Server 2008 Network.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 11 Managing and Monitoring a Windows Server 2008 Network.
European Organization for Nuclear Research Virtualization Review and Discussion Omer Khalid 17 th June 2010.
Introducing VMware vSphere 5.0
Virtualization for Cloud Computing
Welcome Course 20410B Module 0: Introduction Audience
Implementing Failover Clustering with Hyper-V
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 7 Configuring File Services in Windows Server 2008.
Patch Management Module 13. Module You Are Here VMware vSphere 4.1: Install, Configure, Manage – Revision A Operations vSphere Environment Introduction.
VMware vCenter Server Module 4.
Virtualization 101.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 3 Desktop Virtualization McGraw-Hill.
11 SYSTEMS ADMINISTRATION AND TERMINAL SERVICES Chapter 12.
1. Outline Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models 2.
System Center 2012 Setup The components of system center App Controller Data Protection Manager Operations Manager Orchestrator Service.
Tanenbaum 8.3 See references
Yury Kissin Infrastructure Consultant Storage improvements Dynamic Memory Hyper-V Replica VM Mobility New and Improved Networking Capabilities.
CERN IT Department CH-1211 Genève 23 Switzerland t Virtualization with Windows at CERN Juraj Sucik, Emmanuel Ormancey Internet Services Group.

INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 7 2/23/2015.
© 2010 VMware Inc. All rights reserved Patch Management Module 13.
Hands-On Virtual Computing
Virtualization. Virtualization  In computing, virtualization is a broad term that refers to the abstraction of computer resources  It is "a technique.
Module 1: Installing and Upgrading to Exchange Server 2003.
Module 7: Fundamentals of Administering Windows Server 2008.
Network Plus Virtualization Concepts. Virtualization Overview Virtualization is the emulation of a computer environment called a Virtual Machine. A Hypervisor.
608D CloudStack 3.0 Omer Palo Readiness Specialist, WW Tech Support Readiness May 8, 2012.
Module 11: Implementing ISA Server 2004 Enterprise Edition.
1 Introduction to Microsoft Windows 2000 Windows 2000 Overview Windows 2000 Architecture Overview Windows 2000 Directory Services Overview Logging On to.
Cisco Confidential © 2010 Cisco and/or its affiliates. All rights reserved. 1 MSE Virtual Appliance Presenter Name: Patrick Nicholson.
Microsoft Management Seminar Series SMS 2003 Change Management.
VMware vSphere Configuration and Management v6
Queensland University of Technology CRICOS No J VMware as implemented by the ITS department, QUT Scott Brewster 7 December 2006.
Virtual Machines Created within the Virtualization layer, such as a hypervisor Shares the physical computer's CPU, hard disk, memory, and network interfaces.
Network Infrastructure Microsoft Windows 2003 Network Infrastructure MCSE Study Guide for Exam
Page 1 Printing & Terminal Services Lecture 8 Hassan Shuja 11/16/2004.
System Center Lesson 4: Overview of System Center 2012 Components System Center 2012 Private Cloud Components VMM Overview App Controller Overview.
Virtualization Technology and Microsoft Virtual PC 2007 YOU ARE WELCOME By : Osama Tamimi.
Full and Para Virtualization
© Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP Restricted Module 7.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Virtualization One computer can do the job of multiple computers, by sharing the resources of a single computer across multiple environments. Turning hardware.
Hands-On Virtual Computing
Cloud Computing – UNIT - II. VIRTUALIZATION Virtualization Hiding the reality The mantra of smart computing is to intelligently hide the reality Binary->
Windows Certification Paths OR MCSA Windows Server 2012 Installing and Configuring Windows Server 2012 Exam (20410) Administering Windows Server.
Introduction to KVM Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
VIRTUAL MACHINE – VMWARE. VIRTUAL MACHINE (VM) What is a VM? – A virtual machine (VM) is a software implementation of a computing environment in which.
Intro To Virtualization Mohammed Morsi
Open Source Virtualization Andrey Meganov RHCA, RHCX Consultant / VDEL
Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010
Virtualization for Cloud Computing
Ovirt guest agent Date: November 2011 Speaker Name: Barak Azulay
OVirt Architecture Itamar Heim
Project Overview Amador Pahim (apahim) oVirt Contributor
Virtualization Dr. Michael L. Collard
Virtualization overview
MOM + oVirt: Nurturing our Virtual Machines
Virtual Servers.
Download dumps - Microsoft Real Exam Questions Dumps4download
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Virtualization 101.
Presentation transcript:

With ovirt & virt manager Linux KVM With ovirt & virt manager Kevin Lane

What is KVM? Kernel Based Virtual Machine Bare Metal Hypervisor KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. The kernel component of KVM is included in mainline Linux, as of 2.6.20. KVM is open source software. Bare Metal Hypervisor More like Vmware ESXi than Virtual Box or Vmware Workstation

Ovirt vs. virt-manager oVirt Virt-Manager The oVirt project is an open virtualization project providing a feature-rich, end to end, server virtualization management system with advanced capabilities for hosts and guests, including high availability, live migration, storage management, system scheduler, and more Virt-Manager In computing, the Red Hat Virtual Machine Manager is a desktop-driven virtual-machine manager application with which users can manage virtual machines (VMs).[1]

Ovirt vs. virt-manager oVirt Virt Manager SMB or Enterprise environments Supports multiple “Host” computers Enterprise Features Virt Manager Single Machine environment Can support multiple “hosts”, but not as robust as oVirt Limited Feature Set

oVirt 3.2 Features Installer Storage Infrastructure VDSM now uses tuned profiles for virtual hosts. Users can now remove virtual machines while leaving the virtual machine disks as floating disks. Storage Support has been added for storage domain live upgrade. Infrastructure Support has been added for the Windows 8, Windows 8 x64, and Windows 2012 virtual machine operating systems Support has been added for live snapshots. Smartcard support has been added for virtual machines. Support has been added for a certified cloud provider inventory report.

oVirt 3.2 features Performance The performance of the SSL communication between the oVirt Engine and VDSM has been improved with the implementation of SSL session caching, as the engine does not have to perform a new SSL handshake for each request. oVirt Engine now uses the PKCS#12 format to store keys, replacing the previous Java Key Store format. Memory Overcommit Manager (MOM) is enabled by default for hosts.

oVirt 3.2 features Virtualization Improvements have been made to the quota implementation, including its logic, calculation, and monitoring. VDSM hooks have been added for hot plugging and unplugging network interface cards.

oVirt 3.2 features User Interface The "Disks" tab has been added under the "Storage" tab, allowing users to easily view, add or remove disks from each storage domain. Support has been added for UTF8 characters including names and descriptions of virtual machines, templates, snapshots, and disk aliases. Users can now change the auto-generated name of a virtual machine that was created as part of a pool. A new "Network" tab has been added to the main resource tabs, and a "Networks" entry has been added to the Tree pane.

oVirt 3.2 features Networking Power Management Users can now dynamically change the network of a running virtual machine without unplugging the virtual network interface card (vNIC), and maintain the device address of the vNIC The Guest Agent now reports the IP addresses and internal name of the vNIC to the oVirt Engine Power Management Host power management policies have been improved. Users can define each host's priority to act as a proxy for fencing operations Dual-power hosts can now support two power management agents connected to the same power switch. Support has been added for iLo2 and iLo4 power management devices.

oVirt 3.2 Optimum oVirt Configuration Directory Server (for User Accounts within oVirt) DNS Server (for FQDN’s) oVirt Downloads: http://resources.ovirt.org/releases/ 3.2/tools/ovirt-live-1.0.iso 3.2/iso/ovirt-node-iso-2.6.1-20120228.fc18.iso nightly/iso/ovirt-node-iso-2.6.999-999.2013-2252051.fc18.iso for the adventurous! nightly/tools/ovirt-node-iso-2.6.999-999.20130311174737gitf364510.670.fc18.iso again, for the adventurous!

VIRT mANAGER The virt-manager application is a desktop user interface for managing virtual machines through libvirt. It primarily targets KVM VMs, but also manages Xen and LXC (linux containers). It presents a summary view of running domains, their live performance & resource utilization statistics. Wizards enable the creation of new vm’s, and configuration & adjustment of a vm’s resource allocation & virtual hardware. An embedded VNC and SPICE client viewer presents a full graphical console to the guest domain.

VIRT mANAGER Installation Command Line interface Graphical interface # yum install virt-manager (Fedora) # apt-get install virt-manager (Debian) Command Line interface Graphical interface

VIRT mANAGER Virt-install Virt-clone Virt-image Virt-viewer Command line tool for virtual machine installation Virt-clone Command line tool for cloning existing virtual machines Virt-image Command line too for installing virtual machines based on a predefined image Virt-viewer Lightweight tool to interface to a virtual machines graphical interface Uses VNC

Why use kvm? More efficient use of existing hardware What was once a single Linux machine can now host multiple virtual machines Low/No Cost solution virtualization KVM is OpenSource and Free Virt Manager is OpenSource and Free oVirt is OpenSource and Free Base requirements are included in most modern distributions

Questions? Resources: http://www.linux-kvm.org http://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine http://www.ovirt.org http://virt-manager.et.redhat.com/