Performance evaluation of private cloud computing with Eucalyptus

Size: px
Start display at page:

Download "Performance evaluation of private cloud computing with Eucalyptus"

Transcription

1 SCIS & ISIS 2010, Dec. 8-12, 2010, Okayama Convention Center, Okayama, Japan Performance evaluation of private cloud computing with Eucalyptus Kei Hirata 1, Akihiro Yamashita 1, Takayuki Tanaka 2, Masaya Arai 1, Ryota Ono 1, Hidenori Kawamura 1, Keiji Suzuki 1 1 Graduate School of Information Science and Technology, Hokkaido University, Sapporo, Hokkaido, Japan 2 Creationline Inc., Minatoku, Tokyo, Japan AbstractCloud computer technologies are advanced better, and web service like IaaS is used as businesses for its easiness and flexibility. But people concern about security on the cloud service and still feel resident to storing enterprise data in external server. So people interest in private cloud environment. In this paper, we evaluate private cloud system including Eucalyptus, an opensource software implementation of cloud computing system like Amazon EC2. Evaluations are about basic performance, management and recovery, web application performance for this system. Finally, we conclude if limited to small-scale, enterprise private infrastructure for short time use, it can be a good private cloud system. I. INTRODUCTION As the virtualization technologies advance, networked service, such as SaaS (Software as a Service) and PaaS (Platform as a Service) are becoming more and more popular. The demands and interests of cloud computing services are rapidly increasing. Among them, Amazon EC2[1], one of the IaaS (Infrastructure as a Service), is used as business platform by small and large bussinesses for its easy installation and clear pricing policy. Using cloud computing technologies, hardware is resourced to reduce the maintenance cost of the system and to quickly set up a new system. But, people still feel resistant to storing the enterprise data in external cloud environment. These circumstances lead to more and more interests in private cloud environment for the enterprises, in particular the cloud environment implemented with open source software (OSS) for its low cost and customizability. However, OSS cloud environment is a new field with few cases and limited documentation. In this paper, we evaluate the cloud management system. The system includes Eucalyptus[2], an OSS cloud management tool and compatible with Amazon EC2/S3 EBS at API level, with Zabbix[3], an integrated monitoring tool of physical and virtual machines and other telecommunication devices, and virt-manager[4], a virtualization management tool. At this survey, we focus on the feasibility of the whole system as an enterprise cloud environment, rather than a detailed evaluation of each tool's functionality. II. SUMMARY OF EVALUATION 1) Introduction to evaluation The purpose of the evaluation is to supply the information required for the cloud management system with Eucalyptus. We evaluated basic performance evaluation, management and recovery Evaluation, web application performance evaluation for this system. 2) Eucalyptus Eucalyptus (Elastic Utility Computing Architecture for Linking YourPrograms To Useful System) is an open-source software implementation of cloud computing that utilize compute resources[5]. Eucalyptus provides compute resource and infrastructure as VM (Virtual Machine) instance and Virtual Network. User can create VM instances that available some characteristic option about computer performance (CPU core number, memory capacity and disk size) from compute resource, locate network address for VM instances, and use block storage service like Amazon S3/EBS service for adding disk and backup. Administrator can configure network security policy and filter network packets in cloud system. In essence, the system allows users to start, control, access, and terminate entire virtual machines using an emulation of Amazon EC2's SOAP and "Query" interfaces. Eucalyptus supports Xen[6] and KVM/QEMU[7] for virtualization. Eucalyptus system has three-layered hierarchical structure, and each layer has some high-level components. Each component has own Web-service interface and role as below for implement cloud service. Cloud Controller (CLC) is the entry-point into the cloud for users and administrators. It queries node managers for information about resources, makes highlevel scheduling deecisions, and implements them by making requests to cluster controllers. Walrus is Amazon S3 API compatible storage server. Eucalyptus system store VM image or snapshot of the Block storage attached to VM instances. Walrus is mostly installed on the machine same as Cloud Controller. Cluster Controller (CC) gathers information about and schedules VM execution on specific node controllers, as well as manages virtual instance network. Storage Controller manages block storage service for VM instances. This component creates new block storage from local disk or restores snapshot from Walrus for VM instances. Storage Controller must be installed with Cluster Controller. 1015

2 Node Controller (NC) controls the exection, inspection, and terminating of VM instances on the host where it runs. The relationships of each component are shown in Figure 1. The tool used in the evaluation to measure performance is shown in Table 2. TABLE 2 SOFTWARE VERSION OF MEASURE TOOL Measure tool Version sysstat iperf bonnie (build) (build) 1.0.3e (build) Figure 1. relationships of components in Eucalyptus system 3) Evaluation environment The system structure of evaluation is shown in Figure 2. III. EVALUATION OF PERFORMANCE In this section, we describe basic performance evaluation of Eucalyptus as cloud management tool. List of evaluation test is shown below. Performance of instance start-up and stop Performance of network Performance of Block Storage 1) Performance of starting and stopping instances Figure 2. The system structure in the evaluation Eucalyptus system has two CCs and six NCs. Zabbix Server monitors physical machines and VM instances including Eucalyptus system. External Server are used in network traffic test or migration test. Each machine's model number is "HP ProLiant ML 110 G5" embedded CPU "Intel Xeon E3110" (3.0GHz 2Core), 4GB memory, and NIC "Broadcom BCM5722". In addition, CC embedded another NIC "HP NC110T" for connection to the Network Switch. In this evaluation, we chose KVM as it is integrated in Linux kernel and thus is expected becomemore popular in the future. The host OS is Fedora 12. The version of the software used in the evaluation is shown in Table 1. For testing the performance of starting and stopping instances, we prepared two VM images with different sizes and measured the time of starting and stopping one instance and multiple instances concurrently. Smaller VM image sizes 1GB, and CentOS 5.3(64bit) is installed in. This image is Eucalyptus System's official image. Another VM image sizes is 5GB, and installed Fedora 12. As Eucalyptus caches VM image in NC, we measured the time with and without cache TABLE 3 SETTING OF INSTANCE TYPES Name CPUs Memory (MB) Disk (GB) m1.small m1.large m1.xlarge TABLE 1 SOFTWARE VERSION USED IN THE EVALUATION ENVIRONMENT Software Linux kernel Eucalyptus euca2ools Sun JDK qemu-kvm libvirt vconfig aoetools vblade Version fc12.x86_ (build) 1.2 (build) 1.6.0_18 2: fc fc fc fc fc12 Figure 3. the relationship of instance type and the number of concurrently started instances and start time 1016

3 image. The instance types used to survey the performance of start and stop are listed in Table 3. The disk size of m1.small is, considering the VM image size, set to 6GB. The measurement results of start and stop time are in Figure 3. The results show that concurrent instance start may take a few minute delay. The instance start time depends on VM size, ranging from a few minutes to ten minutes; and stop time is approximately 10 seconds, and thus we conclude it is practical when fast start is not necessary. Note that there is a report that NC may fail to start in a high load situation, and we also had such cases when when started four instances concurrently. This bug is fixed in Fedora 13. Figure 5. Performance of four instance concurrent communication Eucalyptus uses e1000 emulation by default because it is less environment dependent. The e1000 emulation shows approximately 20 per cent of the physical performance while virtio shows approximately 80 per cent. Therefore, when the environment allows, it is recommeded to use virtio. It also performed well when concurrently communicated. We conclude that the network performance is sufficient. 3) Block Storage performance Block Storage is a function equivalent to AmazonEC2's Figure 4. the system structure of network performance evaluation 2) Performance of network KVM assigns a virtual NIC when an instance is started. In this evaluation, we configured virtio, a paravirtualization of e1000 emulation, and used iperf to measure the network performance. The system structure of network performance evaluation is in Figure 4. The measured bandwidths between an instance and a physical machine or between two instances are illustrated in Table 4, and the results of measured bandwidths of concurrent communication is illustrated in Figure 5. Figure 6. The results of Block Storage performance and comparison with local disk performance EBS. Eucalyptus implements it using AoE (ATA over Ethernet). The measured results of Block Storage performance is shown in Figure 6. Next, we evaluated the performance of Block Storage accessed concurrently by multiple instances. Figure 7 shows the case of four instances. Note that we measured three times to evaluate in the graph. The evaluation revealed that, when multiple users access to Block Storage, its I/O performance is distributed and becomes unstable. Eucalyptus uses vblade to implement AoE. We also measured the performance of AoE using vblade in a physical TABLE 4 THE COMMUNICATION PERFORMANCE BETWEEN AN INSTANCE AND A PHYSICAL MACHINE OR BETWEEN TWO INSTANCES e1000 target 1 direction target 2 bandwidth target 1 direction target 2 bandwidth VM01 292Mbps 2.61 Gbps VM03 VM03 224Mbps 2.28 Gbps VM02 571Mbps VM Mbps 545Mbps 633 Mbps 259Mbps 661 Mbps NC01 VM01 NC01 692Mbps 544 Mbps CC01 206Mbps CC01 904Mbps 765Mbps 606Mbps CLC 225Mbps CLC 902Mbps 708Mbps 609Mbps virtio 1017

4 TABLE 6 LIST OF SURVEY CHECK ITEMS check item summary Figure 7. The performance of four instance concurrent access to Block Storage environment, which gave us similar results. The implementation of vblade has no consideration of multiple users and does not have the function to control traffic. Therefore, when multiple instances concurrently access to vblade, it falls in poor performance or, in a worst case, becomes unaccessible. As conclusion, using Block Storage with multiple users should be avoided, and for data persistency, it is recommended that a separated file server is networked via NFS. Empty resource status Instance status Instance IP status EBS status SSH connection EBS recognition from EBS writable New EBS attach SSH logout SSH login again The content of empty resource status displayed in eucadescribe-availavility-zones The instance status displayed in euca-describe-instances The IP status of instance displayed in euca-describeinstances EBS status displayed in eucadescribe-volumes Checked the prompt of logged in connection Checks if the EBS device file attached exists Checks if EBS volume mounted is writable Checks if able to attach a new EBS Checks if able to log out SSH SSH login again IV. EVALUATION OF MANAGEMENT AND RECOVERY For management and recovery, we evaluated as follows: Failure handling of the cloud Migration of VM images 1) Evaluation of failure handling on Cloud Computing In this evaluation, we prepare 12 failure scenarios and 10 check list items. Table 5 shows the scenarios and Table 6 shows the check list. TABLE 5 LIST OF FAILURE SCENARIOS FOR FAILURE HANDLINF SURVEY availability. Failure handling is one of the important issues for Eucalyptus as cloud computing. 1) Migration of VM images For VM image migration, we evaluated as follows: Portability evaluation of VM images for KVM and VM images for Eucalyptus Migration from physical machine to Eucalyptus Portability evaluation from image on Amazon EC2 (AMI) to image on Eucalyptus (EMI) Fairule scenario CLC service down CLC service reboot CC service down CC service reboot NC service down NC service reboot CLC-router network disconnect CLC-router network reconnect CC-Hub network disconnect CC-Hub network reconnect CLC machine reboot + service boot CC machine reboot + service boot Summary Force quit CLC service Reboot CLC service from Force quit CC service Reboot CC service from Force quit NC service Reboot NC service from Disconnect the network between CLC and router Disconnect and reconnect the network between CLC and router Disconnect the network between CC and Hub Disconnect and reconnect the network between CC and Hub Reboot CLC machine and boot CLC service Reboot CC machine and boot CC service The evaluation uses KVM as the hypervisor of Eucalyptus, requiring the condition that the kernel image is able to work with KVM. As a result, VM images on KVM can work on Eucalyptus, thus, when a new VM image is registered for Eucalyptus, it is suggested that the kernel image works on KVM. The migration from physical machines (P2V) can be done by partimage, a partition management tool, copying the partition from physical machine to VM image. The VM images on Amazon EC2 (AMI) and on Eucalyptus (EMI) are compatible and can be transferred from one to the other. The operation interface of EC2 has been changed over versions on options, thus, the operation interfaces of Eucalyptus and EC2 are similar but not fully compatible. In this evaluation, the operation of EC2 is done with EC2 interface, Eucalyptus with Eucalyptus interface, to evaluated the portability of VM images. The commandline interfaces are almost consistent. They can be integrated by wrapping option differences. As a result, we found that CLC and NC can be rebooted to restore after service down. On the other hand, upon CC failure, all the instances of the cluster are unaccessible, thus it is necessary to reboot the whole Eucalyptus. Eucalyptus lacks failure handling functions, e.g. redundancy, and has less V. WEB APPLICATION PERFORMANCE EVALUATION For the performance evaluation of web application, we evaluated the performance and scalability by giving high load to the web system on Eucalyptus cloud. The evaluation includes OpenPNE access handling performance, login 1018

5 handling performance, load performance of adding and removing data with database interface. Figure 8 indicates the relationship between the number of application servers and access handling performance and Figure 9 indicates the login/logout handling performance. The survey shows that, when application server and database server are managed as a single instance respectively, the performance of application server that run OpenPNE is the bottleneck. include: short-term development environment, including compile, data manipulation, and application test web system Web system, e.g. enquiry system and small scale SNS Web conference, wiki and groupware e-learning system network transmission as corporate proxy Enterprise proxy Setting up single OS environment for technology education class It should be noted that the quality of Zabbix and virtmanager is sufficient to give monitoring and managing functions to a small-scale cloud system. Eucalyptus has several performance issues, such as storage performance and vulnerability. To be used in a larger system, it is necessary to develop auto-scaling and management interfaces. With these achievements and issues, we are expecting Eucalyptus as an OSS solution to corporate cloud system. Figure 8. The relationship between the number of AP servers and access handling performance REFERENCES [1] [2] [3] [4] [5] Daniel Nurmi, Rich Wolski, Chris Grzegorczyk, et al., The Eucalyptus Opne-source Cloud-computing System, 9th IEEE/ACM International Symposium on Cluster Computing and the Grid. pp [6] [7] Figure 9. The login/logout handling performance in combination with verification system As the number of application servers increase, the performance scales up at linear, which implies that it is feasible as a small scale cloud computing, e.g. with one to four database servers, for enterprise use. VI. CONCLUSION We conclude that the cloud system based on Eucalyptus covers basic functionality and can operate flawlessly in a normal situation. From the viewpoints of storage performance and trouble handling, however, it is difficult to implement a large scale of a few hundred servers or a business system, and thus should be limited its use. If limited to small-scale, enterprise private infrastructure for short time use, it can be a good private cloud system. The suggested uses of Eucalyptus private cloud systems 1019

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida COP6087 - Cloud Computing Presented by: Sanketh Beerabbi University of Central Florida A cloud is a collection of networked resources configured such that users can request scalable resources (VMs, platforms,

More information

SURVEY PAPER ON CLOUD COMPUTING

SURVEY PAPER ON CLOUD COMPUTING SURVEY PAPER ON CLOUD COMPUTING Kalpana Tiwari 1, Er. Sachin Chaudhary 2, Er. Kumar Shanu 3 1,2,3 Department of Computer Science and Engineering Bhagwant Institute of Technology, Muzaffarnagar, Uttar Pradesh

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Visualizing a

More information

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet.

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. 1 INTRODUCTION What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. Cloud computing encompasses any Subscriptionbased or pay-per-use

More information

Cloud Programming. Programming Environment Oct 29, 2015 Osamu Tatebe

Cloud Programming. Programming Environment Oct 29, 2015 Osamu Tatebe Cloud Programming Programming Environment Oct 29, 2015 Osamu Tatebe Cloud Computing Only required amount of CPU and storage can be used anytime from anywhere via network Availability, throughput, reliability

More information

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama Basics of Cloud Computing Lecture 2 Cloud Providers Satish Srirama Outline Cloud computing services recap Amazon cloud services Elastic Compute Cloud (EC2) Storage services - Amazon S3 and EBS Cloud managers

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama Basics of Cloud Computing Lecture 2 Cloud Providers Satish Srirama Outline Cloud computing services recap Amazon cloud services Elastic Compute Cloud (EC2) Storage services - Amazon S3 and EBS Cloud managers

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Grids and Clouds. GridKa School 2009 Forschungszentrum Karlsruhe September 1st 2009 Christian Baun.

Grids and Clouds. GridKa School 2009 Forschungszentrum Karlsruhe September 1st 2009 Christian Baun. Grids and Clouds GridKa School 2009 Forschungszentrum Karlsruhe September 1st 2009 Christian Baun KIT The cooperation of Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH) http://www.kit.edu

More information

CIT 668: System Architecture

CIT 668: System Architecture CIT 668: System Architecture Amazon Web Services I Topics 1. Economics 2. Key Concepts 3. Key Services 4. Elastic Compute Cloud 5. Creating an EC2 Instance Images from AWS EC2 User Guide or Wikipedia unless

More information

OPENSTACK: THE OPEN CLOUD

OPENSTACK: THE OPEN CLOUD OPENSTACK: THE OPEN CLOUD Anuj Sehgal (s.anuj@jacobs-university.de) AIMS 2012 Labs 04 June 2012 1 Outline What is the cloud? Background Architecture OpenStack Nova OpenStack Glance 2 What is the Cloud?

More information

CIT 668: System Architecture. Amazon Web Services

CIT 668: System Architecture. Amazon Web Services CIT 668: System Architecture Amazon Web Services Topics 1. AWS Global Infrastructure 2. Foundation Services 1. Compute 2. Storage 3. Database 4. Network 3. AWS Economics Amazon Services Architecture Regions

More information

2012 Seventh International Conference on P2P, Parallel, Grid, Cloud and Internet Computing

2012 Seventh International Conference on P2P, Parallel, Grid, Cloud and Internet Computing 2012 Seventh International Conference on P2P, Parallel, Grid, Cloud and Internet Computing Present the Challenges in Eucalyptus Cloud Infrastructure for Implementing Virtual Machine Migration Technique

More information

Elastic Compute Service. Quick Start for Windows

Elastic Compute Service. Quick Start for Windows Overview Purpose of this document This document describes how to quickly create an instance running Windows, connect to an instance remotely, and deploy the environment. It is designed to walk you through

More information

Eucalyptus User Guide

Eucalyptus User Guide Eucalyptus 4.4.2 User Guide 2017-09-18 2017 Ent. Services Development Corporation LP Eucalyptus Contents 2 Contents Eucalyptus Overview...6 Getting Started...8 Getting Started with the Eucalyptus Management

More information

Designing the Stable Infrastructure for Kernel-based Virtual Machine using VPN-tunneled VNC

Designing the Stable Infrastructure for Kernel-based Virtual Machine using VPN-tunneled VNC Designing the Stable Infrastructure for Kernel-based Virtual Machine using VPN-tunneled VNC presented by : Berkah I. Santoso Informatics, Bakrie University International Conference on Computer Science

More information

OPERATING SYSTEMS EFFICIENCY IN CLOUD ENVIRONMENTS

OPERATING SYSTEMS EFFICIENCY IN CLOUD ENVIRONMENTS Daniel SAWICKI OPERATING SYSTEMS EFFICIENCY IN CLOUD ENVIRONMENTS ABSTRACT This paper presents performance comparison of operating systems running on different cloud environments. The main focus is to

More information

Avid inews Server Enterprise Virtualization Reference. Release 1.0

Avid inews Server Enterprise Virtualization Reference. Release 1.0 Avid inews Server Enterprise Virtualization Reference Release 1.0 Last Rev. 12 April 2013 Contents 1 Executive Summary... 3 2 Environment Configuration: net=a... 4 3 Environment Configuration: net=ab...

More information

HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION

HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION Steve Bertoldi, Solutions Director, MarkLogic Agenda Cloud computing and on premise issues Comparison of traditional vs cloud architecture Review of use

More information

Deploying File Based Security on Dynamic Honeypot Enabled Infrastructure as a Service Data Centre

Deploying File Based Security on Dynamic Honeypot Enabled Infrastructure as a Service Data Centre International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 6, Issue 7 (April 2013), PP. 23-27 Deploying File Based Security on Dynamic Honeypot

More information

Survey on Cloud Infrastructure Service: OpenStack Compute

Survey on Cloud Infrastructure Service: OpenStack Compute Survey on Cloud Infrastructure Service: OpenStack Compute Vignesh Ravindran Sankarbala Manoharan School of Informatics and Computing Indiana University, Bloomington IN {ravindrv, manohars}@indiana.edu

More information

Automated Deployment of Private Cloud (EasyCloud)

Automated Deployment of Private Cloud (EasyCloud) Automated Deployment of Private Cloud (EasyCloud) Mohammed Kazim Musab Al-Zahrani Mohannad Mostafa Moath Al-Solea Hassan Al-Salam Advisor: Dr.Ahmed Khayyat 1 Table of Contents Introduction Requirements

More information

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman, StudentMember, IEEE Kawser Wazed Nafi Syed Akther Hossain, Member, IEEE & ACM Abstract Cloud

More information

DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing WHAT IS CLOUD COMPUTING? 2. Slide 3. Slide 1. Why is it called Cloud?

DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing WHAT IS CLOUD COMPUTING? 2. Slide 3. Slide 1. Why is it called Cloud? DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing Slide 1 Slide 3 ➀ What is Cloud Computing? ➁ X as a Service ➂ Key Challenges ➃ Developing for the Cloud Why is it called Cloud? services provided

More information

Virtualization. Michael Tsai 2018/4/16

Virtualization. Michael Tsai 2018/4/16 Virtualization Michael Tsai 2018/4/16 What is virtualization? Let s first look at a video from VMware http://www.vmware.com/tw/products/vsphere.html Problems? Low utilization Different needs DNS DHCP Web

More information

Introduction to Cloud Computing

Introduction to Cloud Computing You will learn how to: Build and deploy cloud applications and develop an effective implementation strategy Leverage cloud vendors Amazon EC2 and Amazon S3 Exploit Software as a Service (SaaS) to optimize

More information

Amazon AWS-Solution-Architect-Associate Exam

Amazon AWS-Solution-Architect-Associate Exam Volume: 858 Questions Question: 1 You are trying to launch an EC2 instance, however the instance seems to go into a terminated status immediately. What would probably not be a reason that this is happening?

More information

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama Basics of Cloud Computing Lecture 2 Cloud Providers Satish Srirama Outline Cloud computing services recap Amazon cloud services Elastic Compute Cloud (EC2) Storage services -Amazon S3 and EBS Cloud managers

More information

Introduction to Amazon Web Services

Introduction to Amazon Web Services Introduction to Amazon Web Services Introduction Amazon Web Services (AWS) is a collection of remote infrastructure services mainly in the Infrastructure as a Service (IaaS) category, with some services

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

Eucalyptus Installation Guide

Eucalyptus Installation Guide Eucalyptus 4.3.1 Installation Guide 2017-02-22 2017 Hewlett Packard Enterprise Development LP Eucalyptus Contents 2 Contents Installation Overview...5 Introduction to Eucalyptus...6 Eucalyptus Overview...6

More information

How to host and manage enterprise customers on AWS: TOYOTA, Nippon Television, UNIQLO use cases

How to host and manage enterprise customers on AWS: TOYOTA, Nippon Television, UNIQLO use cases How to host and manage enterprise customers on AWS: TOYOTA, Nippon Television, UNIQLO use cases Kazutaka Goto - Evangelist, cloudpack Ken Tamagawa - Sr. Manager, Solutions Architecture, Amazon Web Services

More information

Eucalyptus Installation Guide

Eucalyptus Installation Guide Eucalyptus 4.0.2 Installation Guide 2014-11-05 Eucalyptus Systems Eucalyptus Contents 2 Contents Installation Overview...6 Introduction to Eucalyptus...7 Eucalyptus Overview...7 Eucalyptus Components...7

More information

Setup Lab. A quick guide to infrastructure tools for EPL371

Setup Lab. A quick guide to infrastructure tools for EPL371 Setup Lab A quick guide to infrastructure tools for EPL371 Command Prompt Windows NT and beyond ship with Command Prompt 7 Common Tasks The Windows Command Prompt Makes Quick & Easy 1. Run Any Program

More information

Amazon. Exam Questions AWS-Certified-Solutions-Architect- Professional. AWS-Certified-Solutions-Architect-Professional.

Amazon. Exam Questions AWS-Certified-Solutions-Architect- Professional. AWS-Certified-Solutions-Architect-Professional. Amazon Exam Questions AWS-Certified-Solutions-Architect- Professional AWS-Certified-Solutions-Architect-Professional Version:Demo 1.. The MySecureData company has five branches across the globe. They want

More information

System Requirements. Hardware and Virtual Appliance Requirements

System Requirements. Hardware and Virtual Appliance Requirements This chapter provides a link to the Cisco Secure Network Server Data Sheet and lists the virtual appliance requirements. Hardware and Virtual Appliance Requirements, page 1 Virtual Machine Appliance Size

More information

Software SIParator / Firewall

Software SIParator / Firewall Orientation and Installation Guide for the Ingate SBC and E-SBC Software SIParator / Firewall for Virtual x86 Machines For the Ingate Software SIParators using software release 5.0.6 or later Revision

More information

Chapter 3 Virtualization Model for Cloud Computing Environment

Chapter 3 Virtualization Model for Cloud Computing Environment Chapter 3 Virtualization Model for Cloud Computing Environment This chapter introduces the concept of virtualization in Cloud Computing Environment along with need of virtualization, components and characteristics

More information

A comparison of performance between KVM and Docker instances in OpenStack

A comparison of performance between KVM and Docker instances in OpenStack A comparison of performance between KVM and Docker instances in OpenStack Wataru Takase High Energy Accelerator Research Organiza on (KEK), Japan HEPiX Fall 2015 Workshop at BNL 1 KEK site will become

More information

Amazon EC2 Deep Dive. Michael #awssummit

Amazon EC2 Deep Dive. Michael #awssummit Berlin Amazon EC2 Deep Dive Michael Hanisch @hanimic #awssummit Let s get started Amazon EC2 instances AMIs & Virtualization Types EBS-backed AMIs AMI instance Physical host server New root volume snapshot

More information

XEN and KVM in INFN production systems and a comparison between them. Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009

XEN and KVM in INFN production systems and a comparison between them. Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009 XEN and KVM in INFN production systems and a comparison between them Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009 Outline xen kvm Test description Benchmarks Conclusions Riccardo.Veraldi@cnaf.infn.it

More information

THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES

THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES Introduction Amazon Web Services (AWS), which was officially launched in 2006, offers you varying cloud services that are not only cost effective but scalable

More information

What is. Thomas and Lori Duncan

What is. Thomas and Lori Duncan What is Thomas and Lori Duncan Definition of Cloud computing Cloud storage is a model of data storage where the digital data is stored in logical pools, the physical storage spans multiple servers (and

More information

Data Center Virtualization: Xen and Xen-blanket

Data Center Virtualization: Xen and Xen-blanket Data Center Virtualization: Xen and Xen-blanket Hakim Weatherspoon Assistant Professor, Dept of Computer Science CS 5413: High Performance Systems and Networking November 17, 2014 Slides from ACM European

More information

Top 40 Cloud Computing Interview Questions

Top 40 Cloud Computing Interview Questions Top 40 Cloud Computing Interview Questions 1) What are the advantages of using cloud computing? The advantages of using cloud computing are a) Data backup and storage of data b) Powerful server capabilities

More information

Cloud and Datacenter Networking

Cloud and Datacenter Networking Cloud and Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica

More information

ITRI Cloud OS: An End-to-End OpenStack Solution

ITRI Cloud OS: An End-to-End OpenStack Solution ITRI Cloud OS: An End-to-End OpenStack Solution Tzi-cker Chiueh 闕志克 Cloud Computing Research Center for Mobile Applications (CCMA) 雲端運算行動應用研究中心 1 Cloud Service Models Software as a Service (SaaS) Turn-key

More information

DESIGN, IMPLEMENTATION, AND OPERATION OF IPV6-ONLY IAAS SYSTEM WITH IPV4-IPV6 TRANSLATOR FOR TRANSITION TOWARD THE FUTURE INTERNET DATACENTER

DESIGN, IMPLEMENTATION, AND OPERATION OF IPV6-ONLY IAAS SYSTEM WITH IPV4-IPV6 TRANSLATOR FOR TRANSITION TOWARD THE FUTURE INTERNET DATACENTER DESIGN, IMPLEMENTATION, AND OPERATION OF IPV6-ONLY IAAS SYSTEM WITH IPV4-IPV6 TRANSLATOR FOR TRANSITION TOWARD THE FUTURE INTERNET DATACENTER Keiichi SHIMA 1 (Presenter) Wataru ISHIDA 2 Yuji SEKIYA 2 1

More information

Dynamic Virtual Cluster reconfiguration for efficient IaaS provisioning

Dynamic Virtual Cluster reconfiguration for efficient IaaS provisioning Dynamic Virtual Cluster reconfiguration for efficient IaaS provisioning Vittorio Manetti, Pasquale Di Gennaro, Roberto Bifulco, Roberto Canonico, and Giorgio Ventre University of Napoli Federico II, Italy

More information

What is KVM? KVM patch. Modern hypervisors must do many things that are already done by OSs Scheduler, Memory management, I/O stacks

What is KVM? KVM patch. Modern hypervisors must do many things that are already done by OSs Scheduler, Memory management, I/O stacks LINUX-KVM The need for KVM x86 originally virtualization unfriendly No hardware provisions Instructions behave differently depending on privilege context(popf) Performance suffered on trap-and-emulate

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Virtualization. ...or how adding another layer of abstraction is changing the world. CIS 399: Unix Skills University of Pennsylvania.

Virtualization. ...or how adding another layer of abstraction is changing the world. CIS 399: Unix Skills University of Pennsylvania. Virtualization...or how adding another layer of abstraction is changing the world. CIS 399: Unix Skills University of Pennsylvania April 6, 2009 (CIS 399 Unix) Virtualization April 6, 2009 1 / 22 What

More information

Lecture 09: VMs and VCS head in the clouds

Lecture 09: VMs and VCS head in the clouds Lecture 09: VMs and VCS head in the Hands-on Unix system administration DeCal 2012-10-29 1 / 20 Projects groups of four people submit one form per group with OCF usernames, proposed project ideas, and

More information

Clouds and Grids. DESY Hamburg July 6th Christian Baun.

Clouds and Grids. DESY Hamburg July 6th Christian Baun. Clouds and Grids DESY Hamburg July 6th 2009 Christian Baun KIT The cooperation of Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH) http://www.kit.edu Cloud Computing - big topic/hype Big

More information

GRNET Cloud Services

GRNET Cloud Services GRNET Cloud Services Offering Cloud Services to the Greek R&E Community Yannis Mitsos 1 ymitsos@noc.grnet.gr, Panos Louridas 1 louridas@grnet.gr 1 Greek Research and Technology Network September 2010 Concept

More information

Automated Deployment of Private Cloud (EasyCloud)

Automated Deployment of Private Cloud (EasyCloud) Automated Deployment of Private Cloud (EasyCloud) Mohammed Kazim Musab Al-Zahrani Mohannad Mostafa Moath Al-Solea Hassan Al-Salam Advisor: Dr.Ahmad Khayyat COE485 T151 1 Table of Contents Introduction

More information

Usage of Honeypot to Secure datacenter in Infrastructure as a Service data

Usage of Honeypot to Secure datacenter in Infrastructure as a Service data Usage of Honeypot to Secure datacenter in Infrastructure as a Service data Ms. Priyanka Paliwal M. Tech. Student 2 nd yr.(comp. Science& Eng.) Government Engineering College Ajmer Ajmer, India (Erpriyanka_paliwal06@rediffmail.com)

More information

Cloud Computing and Service-Oriented Architectures

Cloud Computing and Service-Oriented Architectures Material and some slide content from: - Atif Kahn SERVICES COMPONENTS OBJECTS MODULES Cloud Computing and Service-Oriented Architectures Reid Holmes Lecture 29 - Friday March 22 2013. Cloud precursors

More information

Supporting Cloud Computing with the Virtual Block Store System

Supporting Cloud Computing with the Virtual Block Store System Supporting Cloud Computing with the Virtual Block Store System Xiaoming Gao, Mike Lowe, Yu Ma, and Marlon Pierce Indiana University Bloomington, Indiana, USA gao4@indiana.edu, jomlowe@iupui.edu, yuma@indiana.edu,

More information

Cloud Computing and Service-Oriented Architectures

Cloud Computing and Service-Oriented Architectures Material and some slide content from: - Atif Kahn SERVICES COMPONENTS OBJECTS MODULES Cloud Computing and Service-Oriented Architectures Reid Holmes Lecture 20 - Tuesday November 23 2010. SOA Service-oriented

More information

Virtualization and Performance

Virtualization and Performance Virtualization and Performance Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: October 05, 2015

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: October 05, 2015 SCS OpenStack Cloud Table of Contents Table of Contents... 1 Introduction... 2 Who Can Access the SCS OpenStack?... 2 SCS OpenStack Statistics... 3 Definitions... 3 How To... 4 Logging into the OpenStack

More information

Next-Generation Cloud Platform

Next-Generation Cloud Platform Next-Generation Cloud Platform Jangwoo Kim Jun 24, 2013 E-mail: jangwoo@postech.ac.kr High Performance Computing Lab Department of Computer Science & Engineering Pohang University of Science and Technology

More information

Network Design Considerations for Grid Computing

Network Design Considerations for Grid Computing Network Design Considerations for Grid Computing Engineering Systems How Bandwidth, Latency, and Packet Size Impact Grid Job Performance by Erik Burrows, Engineering Systems Analyst, Principal, Broadcom

More information

What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)?

What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)? What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)? What is Amazon Machine Image (AMI)? Amazon Elastic Compute Cloud (EC2)?

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007 Oracle Database 11g Client Oracle Open World - November 2007 Bill Hodak Sr. Product Manager Oracle Corporation Kevin Closson Performance Architect Oracle Corporation Introduction

More information

Introduction to data centers

Introduction to data centers Introduction to data centers Paolo Giaccone Notes for the class on Switching technologies for data centers Politecnico di Torino December 2017 Cloud computing Section 1 Cloud computing Giaccone (Politecnico

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

More information

Application Note. P2V and V2V Concepts for Scale Computing HC³

Application Note. P2V and V2V Concepts for Scale Computing HC³ 5225 Exploration Drive Indianapolis, IN 46241 Phone: 877-SCALE-59 E-Mail: info@scaleomputing.com Web: www.scalecomputing.com Application Note P2V and V2V Concepts for Scale Computing HC³ Table of Contents

More information

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Karthik Krishnan Page 1 of 20 Table of Contents Table of Contents... 2 Abstract... 3 What

More information

AWS Administration. Suggested Pre-requisites Basic IT Knowledge

AWS Administration. Suggested Pre-requisites Basic IT Knowledge Course Description Amazon Web Services Administration (AWS Administration) course starts your Cloud Journey. If you are planning to learn Cloud Computing and Amazon Web Services in particular, then this

More information

CLOUD COMPUTING. Rajesh Kumar. DevOps Architect.

CLOUD COMPUTING. Rajesh Kumar. DevOps Architect. CLOUD COMPUTING Rajesh Kumar DevOps Architect @RajeshKumarIN www.rajeshkumar.xyz www.scmgalaxy.com 1 Session Objectives This session will help you to: Introduction to Cloud Computing Cloud Computing Architecture

More information

Advanced Architectures for Oracle Database on Amazon EC2

Advanced Architectures for Oracle Database on Amazon EC2 Advanced Architectures for Oracle Database on Amazon EC2 Abdul Sathar Sait Jinyoung Jung Amazon Web Services November 2014 Last update: April 2016 Contents Abstract 2 Introduction 3 Oracle Database Editions

More information

Using MySQL in a Virtualized Environment. Scott Seighman Systems Engineer Sun Microsystems

Using MySQL in a Virtualized Environment. Scott Seighman Systems Engineer Sun Microsystems Using MySQL in a Virtualized Environment Scott Seighman Systems Engineer Sun Microsystems 1 Agenda Virtualization Overview > Why Use Virtualization > Options > Considerations MySQL & Virtualization Best

More information

Chapter 5 C. Virtual machines

Chapter 5 C. Virtual machines Chapter 5 C Virtual machines Virtual Machines Host computer emulates guest operating system and machine resources Improved isolation of multiple guests Avoids security and reliability problems Aids sharing

More information

VX 9000 Virtualized Controller INSTALLATION GUIDE

VX 9000 Virtualized Controller INSTALLATION GUIDE VX 9000 Virtualized Controller INSTALLATION GUIDE 2 VX 9000 Virtualized Controller Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

25 Best Practice Tips for architecting Amazon VPC

25 Best Practice Tips for architecting Amazon VPC 25 Best Practice Tips for architecting Amazon VPC 25 Best Practice Tips for architecting Amazon VPC Amazon VPC is one of the most important feature introduced by AWS. We have been using AWS from 2008 and

More information

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS Carrier networks are undergoing their biggest transformation since the beginning of the Internet. The ability to get to market quickly and to respond to

More information

Virtualization Overview. Joel Jaeggli AFNOG SS-E 2013

Virtualization Overview. Joel Jaeggli AFNOG SS-E 2013 Virtualization Overview Joel Jaeggli AFNOG SS-E 2013 1 What are we using this Year? Mac-mini servers Intel core i7 quad core 8 hyperthreads 16GB of ram 2 x 256GB SATA SSD A pretty hefty server Less than

More information

Training on Amazon AWS Cloud Computing. Course Content

Training on Amazon AWS Cloud Computing. Course Content Training on Amazon AWS Cloud Computing Course Content 15 Amazon Web Services (AWS) Cloud Computing 1) Introduction to cloud computing Introduction to Cloud Computing Why Cloud Computing? Benefits of Cloud

More information

CompTIA CV CompTIA Cloud+ Certification. Download Full Version :

CompTIA CV CompTIA Cloud+ Certification. Download Full Version : CompTIA CV0-001 CompTIA Cloud+ Certification Download Full Version : http://killexams.com/pass4sure/exam-detail/cv0-001 Answer: D QUESTION: 379 An administrator adds a new virtualization host to an existing

More information

CREATING, EDITING AND MANAGING VMS

CREATING, EDITING AND MANAGING VMS CREATING, EDITING AND MANAGING VMS Creating VMs is simple enough with the virt-manager tool. However, importing an existing VM (from both VMWare as well as VirtualBox) and converting it to run on KVM was

More information

OpenStack hypervisor, container and Baremetal servers performance comparison

OpenStack hypervisor, container and Baremetal servers performance comparison OpenStack hypervisor, container and Baremetal servers performance comparison Yoji Yamato a) Software Innovation Center, NTT Corporation, 3 9 11 Midori-cho, Musashino-shi, Tokyo 180 8585, Japan a) yamato.yoji@lab.ntt.co.jp

More information

Scaling DreamFactory

Scaling DreamFactory Scaling DreamFactory This white paper is designed to provide information to enterprise customers about how to scale a DreamFactory Instance. The sections below talk about horizontal, vertical, and cloud

More information

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC white paper FlashGrid Software Intel SSD DC P3700/P3600/P3500 Topic: Hyper-converged Database/Storage FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC Abstract FlashGrid

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS677 Guest Lecture Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Data Centers and Cloud Computing. Slides courtesy of Tim Wood

Data Centers and Cloud Computing. Slides courtesy of Tim Wood Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

PVS Deployment in the Cloud. Last Updated: June 17, 2016

PVS Deployment in the Cloud. Last Updated: June 17, 2016 PVS Deployment in the Cloud Last Updated: June 17, 2016 Contents Amazon Web Services Introduction 3 Software Requirements 4 Set up a NAT Gateway 5 Install PVS on the NAT Gateway 11 Example Deployment 12

More information

The Cloud's Cutting Edge: ArcGIS for Server Use Cases for Amazon Web Services. David Cordes David McGuire Jim Herries Sridhar Karra

The Cloud's Cutting Edge: ArcGIS for Server Use Cases for Amazon Web Services. David Cordes David McGuire Jim Herries Sridhar Karra The Cloud's Cutting Edge: ArcGIS for Server Use Cases for Amazon Web Services David Cordes David McGuire Jim Herries Sridhar Karra Atlas Maps Jim Herries Atlas sample application The Esri Thematic Atlas

More information

C-Meter: A Framework for Performance Analysis of Computing Clouds

C-Meter: A Framework for Performance Analysis of Computing Clouds 9th IEEE/ACM International Symposium on Cluster Computing and the Grid C-Meter: A Framework for Performance Analysis of Computing Clouds Nezih Yigitbasi, Alexandru Iosup, and Dick Epema Delft University

More information

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Introduction to Cloud Computing A Short history Client Server Computing Concepts Challenges with Distributed Computing Introduction

More information

Resiliency Replication Appliance Installation Guide Version 7.2

Resiliency Replication Appliance Installation Guide Version 7.2 Resiliency Replication Appliance Installation Guide Version 7.2 DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date. The information is subject to change

More information

Getting to Know Apache CloudStack

Getting to Know Apache CloudStack Getting to Know Apache CloudStack Joe Brockmeier PPMC Member Apache CloudStack jzb@apache.org Five Six Characteristics of Clouds On-Demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity

More information

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University CLOUD COMPUTING IT0530 G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University What is virtualization? Virtualization is way to run multiple operating systems and user applications on the same

More information

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version :

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version : IBM 000-742 IBM Open Systems Storage Solutions Version 4 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-742 Answer: B QUESTION: 156 Given the configuration shown, which of the

More information

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Architecture Overview Copyright 2016 Paperspace, Co. All Rights Reserved June - 1-2017 Technical Whitepaper Paperspace Whitepaper: Architecture Overview Content 1. Overview 3 2. Virtualization 3 Xen Hypervisor

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Table of Contents. Virtual Server Software Trade Study Architecture Working Group, Systems Administrators Group , Revised

Table of Contents. Virtual Server Software Trade Study Architecture Working Group, Systems Administrators Group , Revised Table of Contents Objective...3 Scope...3 Definitions...3 Initial Criteria...4 Generic...4 Support Services...4 Features...4 Systems Administration...5 Additional Criteria...5 Product Discovery...5 Initial

More information