Oracle Solaris Virtualization Technologies

Total Page:16

File Type:pdf, Size:1020Kb

Oracle Solaris Virtualization Technologies Oracle Solaris Virtualization Technologies Akitoshi Ozawa Katsuyuki Suzuki Masami Taoda There is an urgent need to reduce system optimization costs in the information and communications technology (ICT) infrastructure, and virtualization technology is widely expected to be key to more efficient use of system resources. A standard installation of the Oracle Solaris operating system supports server virtualization with Solaris Containers and Oracle VM Server for SPARC (VM: virtual machine) and storage virtualization with Solaris ZFS (Solaris Zettabyte File System). Solaris ZFS is a highly reliable file system that uses storage pool technology and snapshot/ cloning technology to increase disk usage efficiency. This paper discusses the domain management, resource management, and domain migration features of Oracle VM Server for SPARC and the zone management, resource management, and zone migration features of Solaris Containers. The ZFS storage pool and ZFS file system of Solaris ZFS are also introduced. 1. Introduction UNIX server features virtualization functions The information and communications that become more powerful with every update technology (ICT) infrastructure has expanded the release. Among the virtualization functions scale of systems so that business can be conducted provided as standard in SPARC Enterprise, faster and more efficiently. But as the number of this paper introduces the Oracle VM Server servers increases, it becomes more important to for SPARC (VM: virtual machine) and Solaris reduce their operating and administration costs Containers used for server virtualization2), 3) and and power consumption. the Solaris ZFS (Solaris Zettabyte File System) Server virtualization is a technique for functions for storage virtualization.4), 5) efficiently allocating system resources such as central processing units (CPUs) and memory 2. SPARC Enterprise according to the workload on each server so as to virtualization functions reduce up-front costs and enable large numbers SPARC Enterprise provides three server of servers to be integrated economically. It virtualization functions as standard through is possible to create virtual servers instantly hierarchical partitioning of the virtual server without having to wait for new hardware to be (Figure 1). delivered and to discard them when no longer 1) Hardware partition needed. Server virtualization is the first step A partition running an independent Solaris towards system optimization. OS can be configured by logically partitioning the The Oracle Solaris Operating System physical system board. The CPU and memory (Solaris OS)1) installed in Fujitsu’s SPARC can be dynamically modified in response to (scalable processor architecture) Enterprise requests for business expansion, the addition FUJITSU Sci. Tech. J., Vol. 47, No. 2, pp. 227–233 (April 2011) 227 A. Ozawa et al.: Oracle Solaris Virtualization Technologies Business A Business B Business A Business B Business A Business B Virtual OS Virtual OS OS OS OS OS OS Firmware Firmware Firmware Firmware Hardware Hardware Hardware Hardware Hardware partition Oracle VM Server for SPARC Solaris Containers Figure 1 SPARC Enterprise virtualization functions. of new business, and so on without the system Control domain Guest domain I/O domain operation being halted. Business A Business B 2) Oracle VM Server for SPARC Solaris OS Solaris OS Solaris OS Virtual Virtual Oracle VM Server for SPARC (previously service Virtual device service 6) called Sun Logical Domains) can configure Hypervisor LDC logical domains running separate instances of Physical device Physical device Hardware Solaris OS by using the SPARC hypervisor in the firmware layer to partition the physical server Figure 2 into virtual servers. The CPU, memory, and Roles of logical domains. input/output (I/O) devices are flexibly allocated by the Domain Manager. 3) Solaris Containers which the CPU, memory, and I/O devices are Solaris Containers allows the Solaris OS to logically grouped and an independent Solaris be virtually partitioned into zones that constitute OS is running in each logical domain. Each independent virtual OS environments. CPUs logical domain can be started up and shut down and memory are flexibly allocated according to independently, and up to 128 domains can be the zone’s operating conditions. I/O devices are created. Logical domains can communicate allocated when the zone is configured. with each other via hypervisor logical domain Solaris OS also provides Solaris ZFS for channels (LDCs). Virtual devices such as disks storage virtualization as a standard function. and networks access the physical devices by using The ZFS file system manages multiple physical LDCs to communicate with virtual services. disks as a storage pool. Virtualized volumes can be created by allocating the necessary space from 2.1.1 Role of logical domains the storage pool. The ZFS file system is not only Logical domains have three roles (Figure 2). durable and scalable but also easy to administer. 1) Control domain The virtualization functions of Solaris OS are A control domain is a domain operated by described below. the Domain Manager to create and administer other logical domains and allocate virtual 2.1 Oracle VM Server for SPARC resources to them. It also provides virtual device A logical domain is a virtual server in services such as virtual disk servers and virtual 228 FUJITSU Sci. Tech. J., Vol. 47, No. 2 (April 2011) A. Ozawa et al.: Oracle Solaris Virtualization Technologies switches. halted, and its memory contents are compressed 2) I/O domain and transmitted at high speed. When servers are An I/O domain can access physical I/O consolidated, a physical server can be migrated devices directly. Like a control domain, it can to a logical domain by using a physical-to- also provide virtual device services. virtual (P2V) migration tool. The configuration 3) Guest domain information of the physical server is collected A guest domain receives virtual device to create a file system image. A logical domain services from a control or I/O domain, enabling is created on the basis of this configuration itself to use virtual I/O devices such as virtual information, and the file system image is restored disks and virtual networks. on the virtual disk. 2.1.2 Resource management 2.2 Solaris Containers Resources such as virtual CPUs, memory, Solaris Containers consists of a Solaris and virtual I/O devices can be dynamically Zone function for virtually partitioning a single reconfigured while a logical domain is still OS space to make it appear as if multiple OSs operating. Furthermore, the number of virtual are running and a Solaris Resource Manager CPUs of logical domains can be automatically that flexibly allocates hardware resources such increased or decreased according to a dynamic as CPUs and memory. A Solaris Zone is a resource management policy. The dynamic virtualized OS environment that implements a resource management policy is drawn up by safe isolated environment suitable for running combining various factors such as the number of applications. Processes running in each zone are CPUs that are used, the usage ratios, upper/lower isolated and unable to affect other zones. limits, and time slots. In CPU power supply management, power savings can be achieved by 2.2.1 Solaris Zones stopping the power supply to CPUs that fall idle A Solaris system has just one global zone, as the workload changes. which is responsible for managing the entire system (Figure 3). Tasks such as the creation 2.1.3 Domain replication and administration of non-global zones and An existing domain can be replicated to enable virtual servers for new domains to be rapidly provided (provisioned) in response to Non-global zone Non-global zone user requests. If a startup disk image for a guest domain is stored in the ZFS file system, then Business A Business B it can be instantly replicated as a ZFS clone, as described below. Allocating the replicated Virtual Solaris Virtual Solaris startup disk image to another guest domain CPU CPU CPU CPU makes it unnecessary to go through the Solaris OS installation procedure. Resource pool Global zone 2.1.4 Migration Solaris OS With changes in workload, incremental Hardware growth in the number of servers and so on, it is possible to migrate a guest domain to another Figure 3 physical server. The guest domain is temporarily Solaris Containers configuration. FUJITSU Sci. Tech. J., Vol. 47, No. 2 (April 2011) 229 A. Ozawa et al.: Oracle Solaris Virtualization Technologies the allocation of physical I/O devices can be with the global zone of the destination server. performed only in the global zone. Furthermore, an active Solaris 10 OS A non-global zone is a software partition system can use the P2V function to perform of a virtual Solaris environment, in which migration by unpacking a flash archive into a applications can run without affecting other zone. The Solaris 8/9 OS system can use Solaris zones. Up to 8191 zones can be created, each of 8/9 Containers to perform migration to a Solaris which can use only its permitted file system and 10 OS zone without modifying the applications. permitted physical I/O devices. The constituent system files of a non-global 2.3 Solaris ZFS zone are copied from the global zone when the Solaris ZFS is a 128-bit file system that can zone is created. When the global zone is patched manage a practically unlimited data capacity. to modify these files, all the non-global zone files The metadata used for the administration of are also synchronously updated. a ZFS file system is dynamically allocated as required, so there is no limit to the number of file 2.2.2 Solaris Resource Manager systems or the number of files. In a conventional The Solaris Resource Manager periodically file system, the file system size is limited to the monitors resource usage and automatically physical device size. However, Solaris ZFS is not allocates resources within a specified range limited to specific physical devices because the without stopping the zone.
Recommended publications
  • Oracle VM Virtualbox Container Domains for SPARC Or X86
    1 <Insert Picture Here> Virtualisierung mit Oracle VirtualBox und Oracle Solaris Containern Detlef Drewanz Principal Sales Consultant SAFE HARBOR STATEMENT The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. In addition, the following is intended to provide information for Oracle and Sun as we continue to combine the operations worldwide. Each country will complete its integration in accordance with local laws and requirements. In the EU and other non-EU countries with similar requirements, the combinations of local Oracle and Sun entities as well as other relevant changes during the transition phase will be conducted in accordance with and subject to the information and consultation requirements of applicable local laws, EU Directives and their implementation in the individual members states. Sun customers and partners should continue to engage with their Sun contacts for assistance for Sun products and their Oracle contacts for Oracle products. 3 So .... Server-Virtualization is just reducing the number of boxes ? • Physical systems • Virtual Machines Virtualizationplattform Virtualizationplattform 4 Virtualization Use Workloads and Deployment Platforms
    [Show full text]
  • ISSN: 1804-0527 (Online) 1804-0519 (Print) Vol.8 (2), PP. 63-69 Introduction During the Latest Years, a Lot of Projects Have Be
    Perspectives of Innovations, Economics & Business, Volume 8, Issue 2, 201 1 EVALUATION OF PERFORMANCE OF SOLARIS TRUSTED EXTENSIONS USING CONTAINERS TECHNOLOGY EVALUATION OF PERFORMANCE OF GENTI DACI SOLARIS TRUSTED EXTENSIONS USING CONTAINERS TECHNOLOGY Faculty of Information Technology Polytechnic University of Tirana, Albania UDC: 004.45 Key words: Solaris Containers. Abstract: Server and system administrators have been concerned about the techniques on how to better utilize their computing resources. Today, there are developed many technologies for this purpose, which consists of running multiple applications and also multiple operating systems on the same hardware, like VMWARE, Linux-VServer, VirtualBox, Xen, etc. These systems try to solve the problem of resource allocation from two main aspects: running multiple operating system instances and virtualizing the operating system environment. Our study presents an evaluation of scalability and performance of an operating system virtualization technology known as Solaris Containers, with the main objective on measuring the influence of a security technology known as Solaris Trusted Extensions. Solaris. We will study its advantages and disadvantages and also the overhead that it introduces to the scalability of the system’s main advantages. ISSN: 1804 -0527 (online) 1804 -0519 (print) Vol.8 (2), PP. 63 -69 Introduction administration because there are no multiple operating system instances in a system. During the latest years, a lot of projects have been looking on virtualizing operating system Operating systems environments, such as FreeBSD Jail, Linux- VServer, Virtuozzo etc. This virtualization technique is based in using only one underlying Solaris/OpenSolaris are Operating Systems operating system kernel. Using this paradigm the performing as the main building blocks of computer user has the possibility to run multiple applications systems; they provide the interface between user in isolation from each other.
    [Show full text]
  • The Server Virtualization Landscape, Circa 2007
    ghaff@ illuminata.com Copyright © 2007 Illuminata, Inc. single user license Gordon R Haff Illuminata, Inc. TM The Server Virtualization Bazaar, Circa 2007 Inspired by both industry hype and legitimate customer excitement, many Research Note companies seem to have taken to using the “virtualization” moniker more as the hip phrase of the moment than as something that’s supposed to convey actual meaning. Think of it as “eCommerce” or “Internet-enabled” for the Noughts. The din is loud. It doesn’t help matters that virtualization, in the broad sense of “remapping physical resources to more useful logical ones,” spans a huge swath of Gordon Haff technologies—including some that are so baked-in that most people don’t even 27 July 2007 think of them as virtualization any longer. Personally licensed to Gordon R Haff of Illuminata, Inc. for your personal education and individual work functions. Providing its contents to external parties, including by quotation, violates our copyright and is expressly forbidden. However, one particular group of approaches is capturing an outsized share of the limelight today. That would, of course, be what’s commonly referred to as “server virtualization.” Although server virtualization is in the minds of many inextricably tied to the name of one company—VMware—there are many companies in this space. Their offerings include not only products that let multiple virtual machines (VMs) coexist on a single physical server, but also related approaches such as operating system (OS) virtualization or containers. In the pages that follow, I offer a guide to today’s server virtualization bazaar— which at first glance can perhaps seem just a dreadfully confusing jumble.
    [Show full text]
  • Virtual Containers: Asset Management Best Practices and Licensing Considerations
    Virtual Containers: Asset Management Best Practices and Licensing Considerations Virtual containers have seen tremendous adoption and growth within all industries. However, in terms of IT asset management, cont- ainers are not being managed and are an unknown area of risk for many of our clients. Because it is a newer technology, there is very little information about managing containers and how to address the emerging SAM & ITAM challenges they bring. Due to this lack of public information, Anglepoint has published this whitepaper on navigating the world of containers, with an empha- sis on asset management and licensing. We will cover everything from the history of containers, to what containers are, the benefits of containers, asset management best practices, and some publisher-specific licensing considerations. A BRIEF HISTORY OF VIRTUAL CONTAINERS The first proper containers came from the Linux world as LXC (LinuX Containers) in 2008. However, it wasn’t until 2013 that containers entered the IT public consciousness, when Docker came onto the scene with Enterprise usage in mind. Even then, though, it was more of an enthusiast’s technology. In 2015, Google released and open sourced Kubernetes which manages and ‘orchestrates’ containers. However, it wasn’t until 2017 that Docker and Kubernetes had matured enough to be considered for production use within corporate environments. 2017 also saw VMware, Microsoft, and Amazon beginning to support and offer solutions for Kubernetes and Docker on their top-tier cloud infrastructure. WHAT IS A CONTAINER? Often, people conflate the term ‘container’ with multiple technologies that make up the container ecosystem. Let’s look at what a modern container is at the most fundamental level.
    [Show full text]
  • Containerisation Gareth Roy Gridpp 32, Pitlochry 1 Intermodal Containers
    Containerisation Gareth Roy GridPP 32, Pitlochry "1 Intermodal Containers Developed by Malcolm P. McLean & Keith W. Tantlinger. Reaction to slow loading times produced by using “break bulk cargo.” Apparatus for shipping freight (1958): “In 1956, loose cargo cost $5.86 per ton US 2853968 A - Malcolm P McLean to load. Using an ISO shipping container, the cost was reduced to only .16 cents per ton.” IMPERIAL METRIC Length 19’ 10.5” 6.058 m Width 8’ 0” 2.438 m Height 8’ 6” 2.591 m Empty Weight 4,850 lb 2,200 kg Max Weight 66,139 lb 30,400 kg "2 Mærsk Mc-Kinney Møller (18270 TEU) Linux Containers Form of OS Level Virtualisation. Kernel hosts multiple separated user-land instances (Virtual Environment/Engine). Application Low overheads, elastic, multi-tennant. VE Storage can be Copy-on-Write or use UnionFS OS Examples: chroot (1982) Solaris Containers (2005) Physical Hardware FreeBSD Jails (1988) AIX WPARS (2007) Virtuozzo (2001) LXC (2008) OpenVZ (2005) "3 VM’s vs Containers Application Application Application Application Guest OS Guest OS VE VE Virtual HW Virtual HW OS Hypervisor / OS Physical Hardware Physical Hardware Virtual Machine Linux Container "4 VM’s vs Containers (Arguments) Pros: Pros: OS Independent Lightweight / Dense Secure / Isolated Fast Instantiation Flexible Elastic Resource Live Migration Low Memory Consumption Mature Ecosystem Native Performance Cons: Cons: Full System Image Restricted / Linux Only Slow Startup/Shutdown/Build Shared Kernel Memory Consumption Overhead Security Model Opaque to System Young Ecosystem Virtual Machine Linux Container "5 Containers in More Detail Running Application Application Application Instanced Namespace Virtual Environment Virtual Environment Resource Control Group Container CGROUP Container CGROUP Kernel Namespace Layer PID MNT IPC NET UTS USER* Linux Kernel > 2.6.23 OS Physical Hardware "6 Namespaces Application A Namespace wraps a global resource and presents an isolated instance to running process.
    [Show full text]
  • Container Technologies
    Zagreb, NKOSL, FER Container technologies Marko Golec · Juraj Vijtiuk · Jakov Petrina April 11, 2020 About us ◦ Embedded Linux development and integration ◦ Delivering solutions based on Linux, OpenWrt and Yocto • Focused on software in network edge and CPEs ◦ Continuous participation in Open Source projects ◦ www.sartura.hr Introduction to GNU/Linux ◦ Linux = operating system kernel ◦ GNU/Linux distribution = kernel + userspace (Ubuntu, Arch Linux, Gentoo, Debian, OpenWrt, Mint, …) ◦ Userspace = set of libraries + system software Linux kernel ◦ Operating systems have two spaces of operation: • Kernel space – protected memory space and full access to the device’s hardware • Userspace – space in which all other application run • Has limited access to hardware resources • Accesses hardware resources via kernel • Userspace applications invoke kernel services with system calls User applications E.g. bash, LibreOffice, GIMP, Blender, Mozilla Firefox, etc. System daemons: Windowing system: User mode Low-level system systemd, runit, logind, X11, Wayland, Other libraries: GTK+, Qt, EFL, SDL, SFML, Graphics: Mesa, AMD components networkd, PulseAudio, SurfaceFlinger FLTK, GNUstep, etc. Catalyst, … … (Android) C standard library Up to 2000 subroutines depending on C library (glibc, musl, uClibc, bionic) ( open() , exec() , sbrk() , socket() , fopen() , calloc() , …) About 380 system calls ( stat , splice , dup , read , open , ioctl , write , mmap , close , exit , etc.) Process scheduling Memory management IPC subsystem Virtual files subsystem Network subsystem Kernel mode Linux Kernel subsystem subsystem Other components: ALSA, DRI, evdev, LVM, device mapper, Linux Network Scheduler, Netfilter Linux Security Modules: SELinux, TOMOYO, AppArmor, Smack Hardware (CPU, main memory, data storage devices, etc.) TABLE 1 Layers within Linux Virtualization Virtualization Concepts Two virtualization concepts: ◦ Hardware virtualization (full/para virtualization) • Emulation of complete hardware (virtual machines - VMs) • VirtualBox, QEMU, etc.
    [Show full text]
  • Performance Isolation of a Misbehaving Virtual Machine with Xen, Vmware and Solaris Containers
    Performance Isolation of a Misbehaving Virtual Machine with Xen, VMware and Solaris Containers Todd Deshane, Demetrios Dimatos, Gary Hamilton, Madhujith Hapuarachchi, Wenjin Hu, Michael McCabe, Jeanna Neefe Matthews Clarkson University {deshantm, dimatosd, hamiltgr, hapuarmg , huwj, mccabemt, jnm}@clarkson.edu Abstract In recent years, there have been a number of papers comparing the performance of different virtualization environ- ments for x86 such as Xen, VMware and UML. These comparisons have focused on quantifying the overhead of virtualization for one VM compared to a base OS. In addition, researchers have examined the performance degrada- tion experienced when multiple VMs are running the same workload. This is an especially relevant metric when determining a systems’ suitability for supporting commercial hosting environments – the target environment for some virtualization systems. In such an environment, a provider may allow multiple customers to administer virtual ma- chines on the same physical host. It is natural for these customers to want a certain guaranteed level of performance regardless of the actions taken by other VMs on the same physical host. In that light, another key aspect of the com- parison between virtualization environments has received less attention - how well do different virtualization systems protect VMs from misbehavior or resource hogging on other VMs? In this paper, we present the results of running a variety of different misbehaving applications under three different virtualization environments VMware, Xen, and Solaris containers. These are each examples of a larger class of virtualization techniques namely full virtualization, paravirtualization and generic operating systems with additional isolation layers. To test the isolation properties of these systems, we run six different stress tests - a fork bomb, a test that consumes a large amount of memory, a CPU intensive test, a test that runs 10 threads of IOzone and two tests that send and receive a large amount of network I/O.
    [Show full text]
  • Performance Evaluation of Containers for HPC Cristian Ruiz, Emmanuel Jeanvoine, Lucas Nussbaum
    Performance evaluation of containers for HPC Cristian Ruiz, Emmanuel Jeanvoine, Lucas Nussbaum To cite this version: Cristian Ruiz, Emmanuel Jeanvoine, Lucas Nussbaum. Performance evaluation of containers for HPC. VHPC - 10th Workshop on Virtualization in High-Performance Cloud Computing, Aug 2015, Vienna, Austria. pp.12. hal-01195549 HAL Id: hal-01195549 https://hal.inria.fr/hal-01195549 Submitted on 8 Sep 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Performance evaluation of containers for HPC Cristian Ruiz, Emmanuel Jeanvoine and Lucas Nussbaum Inria, Villers-l`es-Nancy, F-54600, France Universit´ede Lorraine, LORIA, F-54500, France CNRS, LORIA - UMR 7503, F-54500, France Abstract. Container-based virtualization technologies such as LXC or Docker have gained a lot of interest recently, especially in the HPC con- text where they could help to address a number of long-running issues. Even if they have proven to perform better than full-fledged, hypervisor- based, virtualization solutions, there are still a lot of questions about the use of container solutions in the HPC context. This paper evaluates the performance of Linux-based container solutions that rely on cgroups and namespaces using the NAS parallel benchmarks, in various configu- rations.
    [Show full text]
  • Operating Systems Design 20. Virtualization Paul Krzyzanowski [email protected]
    Operating Systems Design 20. Virtualization Paul Krzyzanowski [email protected] © 2010 Paul Krzyzanowski 11/30/2010 1 Virtualization • Memory virtualization – Process feels like it has its own address space – Created by MMU, configured by OS • Storage virtualization – Logical view of disks “connected” to a machine – External pool of storage • CPU/Machine virtualization – Each process feels like it has its own CPU – Created by OS preemption and scheduler © 2010 Paul Krzyzanowski 11/30/2010 2 Storage Virtualization • Dissociate knowledge of physical disks • Software between the computer and the disks manages the view of storage • Examples: – Make four 500 GB disks appear as one 2 TB disk – Make one 500 GB disk appear as two 200 GB disks and one 100 GB disk, with each of the 200 GB virtual disks available to different servers while the 100 GB disk can be shared by all. – Have all writes get mirrored to a backup disk • Virtualization software translates read-block/write-block requests for logical devices to read-block/write-block requests for physical devices © 2010 Paul Krzyzanowski 11/30/2010 3 Storage Virtualization • Logical view of disks “connected” to a machine • Separate logical view from physical storage • External pool of storage Host 1 Replication Virtualization Host 2 appliance Snapshots ... Fibre-channel Pooling switch Partitioning Host n © 2010 Paul Krzyzanowski 11/30/2010 4 Virtual CPUs (sort of) • Each process feels like it has its own CPU – But cannot execute privileged instructions (e.g., modify the MMU or the interval timer,
    [Show full text]
  • Oracle Solaris Operating System: Optimized for Sun X86 Systems in the Enterprise
    An Oracle White Paper August 2011 Oracle Solaris Operating System: Optimized for Sun x86 Systems in the Enterprise Oracle Solaris Operating System: Optimized for Sun x86 Systems in the Enterprise Executive Overview ........................................................................... 1 Introduction ....................................................................................... 2 The Oracle Solaris Ecosystem ....................................................... 3 Intel Xeon Processor E7 Family ..................................................... 3 Oracle Integration .......................................................................... 4 Intelligent Performance ...................................................................... 5 Memory Placement Optimization (MPO) ........................................ 5 Intel Turbo Boost ........................................................................... 8 Automated Energy Efficiency ............................................................. 8 Oracle Solaris Power Aware Dispatcher ........................................ 9 PowerTOP ................................................................................... 10 Power Budgets and Power Capping ............................................ 11 Always Running APIC Timer ....................................................... 12 Reliability ......................................................................................... 12 Oracle Solaris FMA for Intel Xeon Processors ............................. 13 Security
    [Show full text]
  • Containers and Virtual Machines at Scale: a Comparative Study
    Containers and Virtual Machines at Scale: A Comparative Study Prateek Sharma1, Lucas Chaufournier1, Prashant Shenoy1, Y.C. Tay2 {prateeks, lucasch, shenoy}@cs.umass.edu, [email protected] University of Massachusetts Amherst, USA1, National University of Singapore, Singapore2 ABSTRACT the mapping of virtual to physical resources as well as the amount Virtualization is used in data center and cloud environments to de- of resources to each application can be varied dynamically to ad- couple applications from the hardware they run on. Hardware vir- just to changing application workloads. Furthermore, virtualiza- tualization and operating system level virtualization are two promi- tion enables multi-tenancy, which allows multiple instances of vir- nent technologies that enable this. Containers, which use OS virtu- tualized applications (“tenants”) to share a physical server. Multi- alization, have recently surged in interest and deployment. In this tenancy allows data centers to consolidate and pack applications paper, we study the differences between the two virtualization tech- into a smaller set of servers and reduce operating costs. Virtualiza- nologies. We compare containers and virtual machines in large data tion also simplifies replication and scaling of applications. center environments along the dimensions of performance, man- There are two types of server virtualization technologies that ageability and software development. are common in data center environments—hardware-level virtual- We evaluate the performance differences caused by the different ization and operating system level virtualization. Hardware level virtualization technologies in data center environments where mul- virtualization involves running a hypervisor which virtualizes the tiple applications are running on the same servers (multi-tenancy). server’s resources across multiple virtual machines.
    [Show full text]
  • Fast Delivery of Virtual Machines and Containers : Understanding and Optimizing the Boot Operation Thuy Linh Nguyen
    Fast delivery of virtual machines and containers : understanding and optimizing the boot operation Thuy Linh Nguyen To cite this version: Thuy Linh Nguyen. Fast delivery of virtual machines and containers : understanding and optimizing the boot operation. Distributed, Parallel, and Cluster Computing [cs.DC]. Ecole nationale supérieure Mines-Télécom Atlantique, 2019. English. NNT : 2019IMTA0147. tel-02418752 HAL Id: tel-02418752 https://tel.archives-ouvertes.fr/tel-02418752 Submitted on 19 Dec 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. THESE DE DOCTORAT DE L’ÉCOLE NATIONALE SUPERIEURE MINES-TELECOM ATLANTIQUE BRETAGNE PAYS DE LA LOIRE - IMT ATLANTIQUE COMUE UNIVERSITE BRETAGNE LOIRE ECOLE DOCTORALE N° 601 Mathématiques et Sciences et Technologies de l'Information et de la Communication SpéciAlité : InformAtique et Applications Par Thuy Linh NGUYEN Fast delivery of Virtual Machines and Containers: Understanding and optimizing the boot operation Thèse présentée et soutenue à Nantes, le 24 Septembre 2019 Unité de recherche : Inria Rennes Bretagne Atlantique Thèse N° : 2019IMTA0147 Rapporteurs avant soutenance : MariA S. PEREZ Professeure, UniversidAd PolitecnicA de MAdrid, EspAgne Daniel HAGIMONT Professeur, INPT/ENSEEIHT, Toulouse, France Composition du Jury : Président : Mario SUDHOLT Professeur, IMT AtlAntique, FrAnce Rapporteur : MariA S.
    [Show full text]