Virtualization Management and the Open Source World

Slides:



Advertisements
Similar presentations
Title or Title Event/Date Presenter, PresenterTitle, Internet2 Network Virtualization & the Internet2 Innovation Platform To keep our community at the.
Advertisements

CLOUD COMPUTING AN OVERVIEW & QUALITY OF SERVICE Hamzeh Khazaei University of Manitoba Department of Computer Science Jan 28, 2010.
1 PUNCH PUNCH (Purdue University Network Computing Hubs) is a distributed network-computing infrastructure that allows geographically dispersed users to.
Office of Science U.S. Department of Energy Grids and Portals at NERSC Presented by Steve Chan.
Computer Science 101 The Virtual Machine: Operating Systems.
C LIENT /S ERVER AND P EER TO P EER National 4/5 Computing Science.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Clouds on IT horizon Faculty of Maritime Studies University of Rijeka Sanja Mohorovičić INFuture 2009, Zagreb, 5 November 2009.
Computing on the Cloud Jason Detchevery March 4 th 2009.
TECHNOLOGY GUIDE THREE
V IRTUALIZATION Sayed Ahmed B.Sc. Engineering in Computer Science & Engineering M.Sc. In Computer Science.
SUNY FARMINGDALE Computer Programming & Information Systems BCS451 – Cloud Computing Prof. Tolga Tohumcu.
Linux Security LINUX SECURITY. Firewall Linux Security Internet Database Application Web Server Firewall.
The Open Source Virtual Lab: a Case Study Authors: E. Damiani, F. Frati, D. Rebeccani, M. Anisetti, V. Bellandi and U. Raimondi University of Milan Department.
COMS E Cloud Computing and Data Center Networking Sambit Sahu
MIS 304 Professor Fang Fang Alan Orther. What is Virtualization? How Does it Work? How is it Good for Businesses? Questions?
Division of IT Convergence Engineering Towards a Context-Aware Information Model to Support Virtualization Yeongrak Choi 1, Jian Li 2, Yoonseon Han 1,
Issues Autonomic operation (fault tolerance) Minimize interference to applications Hardware support for new operating systems Resource management (global.
Presentation Overview 1.Creating VMware Virtual Machine 2. Installing Red Hat Enterprise Linux 5 on VMvare 3. Configuring Linux for Oracle 11gR2 installation.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
OARN Database UPDATE – SEPTEMBER We’re Live – and Testing  The site is up and running in Google’s data centers:  The site has been secured: 
Look, Ma, No Hardware -Stephanie Schossow. Cisco & VMware  September 16, Industry leaders in virtualization Cisco and VMware® announced that they.
VMware vSphere Configuration and Management v6
Enterprise Cloud Computing
Chapter 9: Networking with Unix and Linux. Objectives: Describe the origins and history of the UNIX operating system Identify similarities and differences.
UNIX History UNIX began as a research project. UNIX System V developed at Bell Laboratories. BSD (Berkley Software Distribution) UNIX XENIX UNIX Sun Operating.
Virtualization One computer can do the job of multiple computers, by sharing the resources of a single computer across multiple environments. Turning hardware.
3/12/2013Computer Engg, IIT(BHU)1 CLOUD COMPUTING-1.
Computer Systems Lab TJHSST Senior Research Project Browser Based Distributed Computing Siggi Simonarson.
Group # 14 Dhairya Gala Priyank Shah. Introduction to Grid Appliance The Grid appliance is a plug-and-play virtual machine appliance intended for Grid.
PARALLEL AND DISTRIBUTED PROGRAMMING MODELS U. Jhashuva 1 Asst. Prof Dept. of CSE om.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
What is Cloud Computing? Irving Wladawsky-Berger.
Сергей Лутай REFACTORING converts single-tier code into distributed RETARGETING converts MSIL code into code for other virtual.
Red Hat Enterprise Linux Presenter name Title, Red Hat Date.
© 2007 IBM Corporation IBM Software Strategy Group IBM Google Announcement on Internet-Scale Computing (“Cloud Computing Model”) Oct 8, 2007 IBM Confidential.
Connected Infrastructure
Organizations Are Embracing New Opportunities
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CLOUD COMPUTING
BEST CLOUD COMPUTING PLATFORM Skype : mukesh.k.bansal.
Clouds , Grids and Clusters
Planning & System Installation
Connected Infrastructure
Microsoft Azure Makes it Possible to Use One Workspace, Anywhere, on Just a Single Device “Microsoft Azure has allowed us to quickly scale our platform.
Integrando o Docker em seu ambiente de Virtualização
ODF, LibreOffice and Red Hat
Understanding the OSI Reference Model
Red Hat User Group June 2014 Marco Berube, Cloud Solutions Architect
Cloud Computing.
AWS. Introduction AWS launched in 2006 from the internal infrastructure that Amazon.com built to handle its online retail operations. AWS was one of the.
More Scripting & Chapter 11
Hands-On Virtualization in the Classroom
Built on the Powerful Microsoft Azure Platform, Lievestro Delivers Care Information, Capacity Management Solutions to Hospitals, Medical Field MICROSOFT.
Cloud Computing Dr. Sharad Saxena.
Unified Communication Manager 7.1(2) CTI Scalability Improvements
Software Defined Networking (SDN)
OPS235: Lab 2 Virtual Machines – Part I
3 Cloud Computing.
Brandon Hixon Jonathan Moore
12/26/2018 5:07 AM Leap forward with fast, agile & trusted solutions from Intel & Microsoft* Eman Yarlagadda (for Christine McMonigal) Hybrid Cloud – Product.
Big Data Young Lee BUS 550.
Virtual Operating Systems
Virtualization.
Cloud Computing: Concepts
Key Manager Domains February, 2019.
LO2 – Understand Computer Software
Client/Server and Peer to Peer
Parallel Implementation of Adaptive Spacetime Simulations A
The StarlingX Story Learn, Try, Get Involved!
Presentation transcript:

Virtualization Management and the Open Source World Samuel Barton Maine Cyber Security Cluster Department of Computer Science

Open source? Definition: A piece of software whose source code has been released to the public by its developer. The paradigm: massively collaborative decentralized development of software by a community Notable examples: - Firefox web browser - VLC media player - Linux

Virtualization Technology Has grown tremendously in last decade Enables massive systems without the hardware and energy costs Multiple operating systems on one physical machine. Simulation of physical infrastructure

Simulating Infrastructure We can simulate the infrastructure of a town or city Hundreds or thousands of virtual machines dozens or hundreds of virtual networks This has many applications in research and education

The Problem - Complexity Managing large numbers of virtual machines across individual servers is untenable Error prone and not scalable Insufficiently allocates resources

The Solution - Management Virtual machine managers provide Resource allocation Provide a single point of management Reduction of human error

oVirt Open source project developed by Red Hat Fully featured virtual machine manager Highly coupled to Red Hat Linux distribution

Our story Ubuntu-based system isolated from the internet Attempted port of oVirt to Ubuntu Realized that it was untenable within our timeframe Converted some of our system to CentOS oVirt now runs our virtual infrastructure

Virtualization is a powerful technology with many interesting applications Open source is a paradigm of software development based on community collaboration Research takes perseverance, insight, and humility