Virtual Machine Migration in heterogeneous Clouds: From OpenStack to VMWare

Size: px
Start display at page:

Download "Virtual Machine Migration in heterogeneous Clouds: From OpenStack to VMWare"

Transcription

1 Virtual Machine Migration in heterogeneous Clouds: From OpenStack to VMWare Dimitrios Kargatzis 1, Stelios Sotiriadis 1,2, Euripides G.M. Petrakis 1 1 School of Electrical and Computer Engineering, Technical University of Crete (TUC), Chania Greece 2 Computer Engineering Research Group, University of Toronto, Toronto, Canada dkargatzis@gmail.com, s.sotiriadis@utoronto.ca, petrakis@intelligence.tuc.gr Abstract Adopting a Cloud solution means binding to a specific platform and vendor, with proprietary protocols, standards and tools so usually running into a vendor lock-in. The fear of vendor lock-in is often cited as a major impediment to Cloud service adoption. In this work, we focus on the Virtual Machine (VM) migration between homogeneous and heterogeneous Cloud platforms. We focused on the technical parameters that are essential to be tuned, depending on the various types of virtualization engines used by the Cloud environments. The key difference is the configuration requirements mainly related with image formats and used hypervisors. To demonstrate heterogeneous VM migration we develop a tool that works for OpenStack and VMWare platforms. The experimental analysis demonstrates the effectiveness of our solution with regards to the HTTP response times, especially between the heterogeneous Cloud platforms. The tool achieves approximately two milliseconds response time for HTTP requests to Cloud APIs, excluding the time required to download and upload image files. Keywords Cloud Computing Virtual Machine migration, Heterogeneous Virtual Machine Migration, Container based migration, OpenStack, VMWare I. INTRODUCTION Cloud computing is an Internet based infrastructure that provides shared computer processing resources and data on demand. It offers elasticity (as the ability of Cloud computing scale up or down computing resources), on-demand selfservice so consumers can adjust computing resources, measurable services provision and pay per use. Today, Cloud computing is becoming a game changer for IT companies by offering scalable infrastructure and services for data storage and analytics [3]. Enterprises, that need complex and expensive IT technology to support business processes, Cloud provides an attractive alternative by which the compute resources are made available at a fraction of cost. Adopting Cloud computing can offer advantages (e.g. reduce infrastructure costs), but it s important to choose the ideal Cloud hosting service and the Cloud solution for different business needs [4]. Determining which provider is the best depends largely on the business needs in terms of Cloud services, time of use, degree of required control over hardware and software for application development or hosting. Additional factors are the security accreditations of the providers. However, selecting a Cloud provider usually means binding with the specific protocols, standards and tools that the Cloud provider supports, an issue also known as vendor lock-in [5]. Vendor lock-in is often cited as a major obstacle to adoption of Cloud computing. The fear of vendor lock-in is often cited as a major impediment to cloud service adoption. If the provider decides to raise its prices or change its security policies, the customer may have to consider moving workloads to another provider. However transition to a competitor platform is a challenging task. The complexity of the migration depends on the way a Cloud provider configures its infrastructure, making migration difficult and expensive. As described in [7], a key concern of Cloud Computing is the limited portability, as it is difficult and costly to transfer to a new Cloud provider due to the complexity of the already deployed application. The basic migration constraints between heterogeneous Cloud providers are their system architectures, the supported hypervisors and the containers and disk formats. Lately, various solutions develop platforms and tools to migrate from a Cloud provider to another but usually they focus on the same infrastructure (homogeneous Cloud VM migration) as in [8]. In this work, we focus on the problem of migrating VMs between different Cloud infrastructures taking into consideration the technical requirements of each platform that are mostly related with image formats and hypervisors. To demonstrate the heterogeneous migration, we implement a toolkit that allows VM migration and deployment from Openstack 1 to VMware 2. The implementation consists downloads the source Cloud provider VM, then it solves the technical migration constraints. Finally, the VM is deployed on the target Cloud provider. The experimental analysis presents a mechanism for VM migration between Openstack (that uses KVM hypervisor [9]) and VMWARE (that uses ESXi hypervisor [10]). The standards approach is to freeze the running instance and restart it in the new environment following a series of configuration steps according to the initial VM parameters (e.g. security groups, public keys etc.). Having discussed that, in Section II we present the review of the background works, in Section III the VM migration requirements, in IV the design of the migration service, in Section V the implementation of the toolkit, in Section VI the performance analysis of the homogenous and heterogeneous scenarios and in Section VII we conclude with the summary of our work

2 II. BACKGROUND SOLUTIONS VM migration between homogeneous and heterogeneous platforms expose a number of technical requirements and configurations, so this section is focusing on describing related solutions. In our work, hypervisors have one of the most important roles on the VM deployment, as it is the software responsible for creating the virtual environment where the VM operates and is responsible for dynamically allocating hardware resources. The underlying hypervisor capabilities depend on the choice of the Cloud provider [5]. Our work targets on the following hypervisors KVM (used by Rackspace, FIWARE and others and based on OpenStack), XEN (Amazon Web Services), Hyper-V (Microsoft Azure) and ESXI (VMWare). These are considered as the most popular solutions as described in [8]. The following discussion is based on technology definitions as described in [1] and [9]. KVM 3 is an open source project and runs on most Linux distributions. It is considered as the default hypervisor for virtualization so making it one of the most widely used hypervisors in the world. OpenStack, IBM, Google and other use it. XEN 4 is an open source hypervisor, used by Amazon Web Services. XEN is not part of the Linux operating system, whereas KVM is part of the Linux kernel. Hyper-V 5 is a Microsoft product that is used by Microsoft Azure. Finally, ESXi 6, is a VMware product, that supports any operating system. Since there are a variety of solutions, in this work we firstly focus on VM migration between: (a) OpenStack systems that use KVM hypervisors (homogeneous case) and (b) OpenStack and VMware thus migrating from KVM to ESXi hypervisors (heterogeneous case). Both are the industry s most popular infrastructure suites that deliver comprehensive virtualization, management, resource optimization, and application availability capabilities. Another important factor to be considered is the disk format and the containers that are used by the different Cloud providers. The disk format is the format of the underlying disk image. Well known disk formats are (a) the RAW format (that is simple and easily exportable to all other formats), (b) the ISO that is usually used to install a virtual appliance (e.g. disk), (c) the VHD (Virtual Hard Disk) that it could contain disk partitions and a file system, (d) the VMDK (Virtual Machine Disk) is an open source and is one of the disk formats used in the Open Virtualization Format for virtual appliances and (e) the QEMU Copy On Write (QCOW2) that is file format used by a hosted virtual machine monitor (QEMU) that is primary software behind any virtualization environments and is usually associated with a specific guest operating system. Container format refers to the VM image that also contains a file with information about the VM (image metadata). Well known container formats are (a) the Bare that indicates no use of container or metadata envelope for the image (that is an XML file containing all the required parameters for the container to be deployed), (b) the Open Virtualization Format (OVF) that includes one OVF descriptor (XML) which describes metadata about virtual machine image and (c) the Amazon Machine Image (AMI) that include a template for all the required information to launch an instance (including the root volume for the instance with an operating system, servers and applications). It should be mentioned that Docker 7 container is not a format yet it wraps a piece of software in a complete file system (with everything that is needed to run, code, runtime, system tools, system libraries). To summarize the above discussion we present Table 1 that shows the comparison between the standards used by the most popular Cloud Providers including Amazon EC2, Microsoft Azure, Google Cloud, Rackspace, FIWARE, VMWare and IBM. We focused on Openstack and VMware that are the industry s most popular full infrastructure suite that delivers comprehensive virtualization, management, resource optimization, application availability and operational automation capabilities is an integrated offering. Table 1: Comparison between disk formats,containers, hypervsoris,command Line Interfaces, REST and XML/JSON standards of popular Cloud Providers Provider Disk Container Hypervisor CLI REST XML/JSON Format API Amazon AMI AMI XEN XML EC2 Microsoft VHD BARE Hyper-V XML Azure Google RAW, BARE KVM JSON Cloud Engine AMI, VDI Rackspace VHD BARE XEN XML/JSON FIWARE QCOW2, OVF, KVM, JSON AMI AMI, BARE XEN VMWare VMDK OVF ESXi XML/JSON IBM BlueMix QCOW2, VDI,AMI OVF, AMI KVM JSON To help us with various image conversions we use the QEMU and the OVF tool. QEMU 8 is a generic and opensource disk conversion tool. It also provides a set of tools to create and convert disk images and supports many image file formats that can be used with virtual machines as well as with any of the tools, including QCOW2 (KVM and Xen), Raw, VDI, VHD (Hyper-V) and VMDK (VMware). The OVF Tool 9 is a command line utility that generates OVA packages and converts OVF and other source formats to any target format 10. III. MIGRATION IN CLOUD We define as heterogeneous Cloud migration the process of transferring processes and workloads between Cloud providers that may differ in architectures, image and disk formats and hypervisors. Next we present three VM migration categories that differ in terms of what part of the software is migrated (e.g. the whole image or just the application process or a container). These are (a) migrating a complete image of the VM between two Clouds, (b) migrating a process from one userguide.pdf

3 VM to another and (c) migrating a container between two Clouds. Per category we discuss the key technical requirements. 1) Migrating a complete image of the VM VM image migration is the process of moving a running instance from one Cloud providers to another. Live migration requires a common infrastructure such as a shared storage between different Cloud providers, thus we focus on the stopand-copy that freezes the VM state and re-launching in another provider. In stop-and-copy VM migration, transferred data contain information for the operating system and application data that are in the virtual disk at that time and virtual versions of the supported devices (e.g. disks that are used by the VM). Since VMs are depended on the Cloud provider specifications (such as hypervisors), heterogeneous VM migration could be challenging. Basic requirements to taken into consideration are as follows. Cloud provider specifications may differ in hypervisor type (e.g. OpenStack supports KVM and VMWare supports ESXi), image formats, container format, tools and APIs. To migrate a VM from OpenStack to VMWare requires changing the image format from QCOW to OVF, a process that is time consuming and requires the use of additional tools and storage. A VM is tied up with Cloud provider specifications and it s difficult to migrate to a Cloud provider of a different infrastructure without making basic configurations such as security groups, static float IPs and virtual networks (any network interfaces that have been created by the user at that time). To achieve VM migration between heterogeneous Cloud environments we develop a middleware to bridge all these specification gaps among Cloud providers. 2) Migrating a process between two VMs The method of moving a running application to a different host referred as process migration and can be achieved using various tools such as CRIU 11. CRIU is a software tool for Linux operating systems to freeze a running application (or part of it) and checkpoint it as a collection of files on the disk. The checkpoint process saves a snapshot of the application s state in the disk. It is generally used to increase fault-tolerance so long running applications will not need to restart from the beginning. Specifically, the tool stores a state of a process and restores it as it was during the time of the freeze on the same or another host with the initial process ID. CRIU separates the application from the underlying OS and freezes all the processes that are associated with the process. Information related to the process is stored in one or more image files that eventually could be migrated to another VM. These image files contain information, such as memory maps, pipes, file descriptors, inter-process communication and other. Basic requirements for process migration include the following. Process migration is a kernel level migration and a technical constraint is that requires a Linux kernel of version 3.11 or newer, with some specific options set. Depending on the application functionality, kernel configurations are required. Checkpoint process is not a straightforward process and differs depending on the application to be migrated and requires configuration of operating system related parameters. Beyond kernel configuration and the appropriate checkpoint parameters, CRIU limitation is that for a successful migration both the source and destination system must have the same versions of libraries. The process restore phase fails if the process ID is in use on destination system. Furthermore, checkpoint procedure freezes the process and its process tree; making impossible to checkpoint and restore a process on its own. 3) Container-based Migration Container-based migration is a software level migration method. In contrast to VM applications where the host operating system and some middleware are shared and transferred, in container-based migration only the application and some system libraries are migrated. It supports decomposition of the VM parts, that is an essential VM migration process since it supports splitting large monolithic applications to smaller parts. Basic requirements include. Applications designed for containers are forced to be compatible with most systems that deploy applications in containers. Docker uses the CRIU tool for checkpoints and it restores a container similar to migrating a process. IV. VM MIGRATION SERVICE Heterogeneous VM migration is a complicated process since a VM is transferred from a Cloud environment to another with different architecture, protocols and standards. Here we propose the use of a service middleware to bridge the different configuration gaps between these environments. The migration restrictions could be on the type of hypervisor, image and virtual machine description (meta-data) that each platform supports. We develop a VM migration service appropriate for homogeneous and heterogeneous Cloud environments. To demonstrate heterogeneity, the service utilizes the Openstack and VMware s REST API to allow users to perform migration. The user uses a web interface to provide required information that will be used by the service for a successful migration. Figure 1 demonstrates the VM migration processes that include the migration tool, the image conversion tool and the instance configuration tool Figure 1: VM migration process using the proposed tool

4 The user interacts with the service through the front-end interface and the service that performs VM migration. The migration service makes use of three sub-modules as follows. The Migration Tool that is responsible for connecting to the source Cloud provider and makes the required HTTP calls for collecting essential information (e.g. VM size, security groups, public keys etc.), the Image Conversion Tool that is responsible for converting images to the required format of the target Cloud provider and the Instance Configuration Tool that connects to the target system, configures and starts the new VM. The following list details the specification of each component. The UI allows user to interact with the service and provide essential information (e.g. user credentials, tenant ID etc.). The migration tool performs two processes, firstly the download procedure from source Cloud and the upload procedure to target Cloud. The tool guides the user to perform an instance migration between two homogenous or heterogeneous Clouds following few simple steps. On each step, the user provides required information and the tool performs the corresponding action on the appropriate Cloud platform. The image conversion tool is responsible to convert the downloaded image to a portable format that matches the target Cloud configuration to be uploaded. The instance configuration tool performs an action on target Cloud to initiate the VM. Specifically, the tool uploads a XML file (called OVF descriptor) on the target Cloud with initial instance details. The back-end service offers required functionality as it temporarily stores the image while the image conversion tool changes to the required format. The current tool version offers these functionalities for OpenStack platforms (e.g. Rackspace, FIWARE etc.) and VMWare environments. Next we demonstrate the different steps for each case. A. Configuring Homogeneous Migrations The homogeneous migration process involves the following steps. User Authentication: The user provides credentials and tenant name to be authenticated on source Cloud. Authentication generates a unique token for each and used for the rest of the HTTP calls. Get Instances: The service retrieves all existing instances registered by the user. Get Images: The service retrieves a list of public images and images registered to this user including snapshots. Create Snapshot: User selects an existing running instance for migration. The service creates a snapshot that makes a copy of this instance. Download Image: User selects an existing public image or a snapshot for downloading. Authentication: User provides credentials and tenant names of the target Cloud. Select Region Requirements: If appropriate the user selects the region to transfer the selected VM. Upload: The user provides details of the new VM e.g. name, and then the service performs actions automatically, to upload the selected image or snapshot. The service creates a new blank image with the name provided by the user. Finally, it uploads the data of the downloaded image to the blank image and launches the VM. B. Configuring Heterogeneous Migrations The heterogeneous migration process is similar to the homogenous and involves the same steps from 1 to 6. The rest are as follows. Creation of a VM in VMWare platform: The user creates a new VM that is necessary to deploy a new virtual machine. Upload of the OVF descriptor: VMware VM operates on the Open Virtualization Format (OVF) and also are exported in OVF format. User uploads the OVF descriptor to initiate this VM template that contains virtual machine s meta-data such as hardware configuration and virtual machine image size. Upload Image: Τhe user uploads the reference file (VMDK image) and user s VM is ready to deploy on VMWare source Cloud. The service performs automatically the conversion of downloaded image to VMDK format. V. IMPLEMENTING THE MIGRATION SERVICE In this section we present the implementation of our tool and the performance analysis. The OpenStack API usage is based on [1]. Also, the implementation aspects of the homogeneous VM migration can be found in [2]. The heterogeneous migration involves HTTP calls between OpenStack and VMWare APIs. The tool follows the next interactions between the two platforms. Step 1: The service performs authentication in the OpenStack Cloud, in which its the identity service generates and returns a token that represents the authenticated identity of a user and grants authorization on a specific project or domain. The next demonstrates the HTTP POST call request. URL: Headers :{ Content-Type : application/json } Body: {"auth": {"tenantname": "user Cloud","passwordCredentials": {"username": "user@mail.com","password": "********" }}} Step 2: The service retrieves the list of VM owned by the user on a specific region as shown in the next GET call. URL: Headers: { Content-Type : application/json, X-Auth-Token : Step 3: The user selects one VM (running or idle), which she/he wants to migrate, and creates a snapshot of it as shown in the next POST request. URL: ver_id /action Headers:{ Content-Type : application/json, X-Auth-Token : Body:{"createImage": {"name": "Snapshot", "metadata": {}}}

5 Step 4: The service retrieves and displays the list of images. This list contains public images that published either from other users, are private or are default by the Cloud platform as shown in the next GET request. URL: images Headers: { Content-Type : application/json, X-Auth-Token : Step 5: The user selects an image that she/he wants to download, in this case it is the snapshot that created earlier based on the next GET request. URL: ge_ id/ file Headers: { Content-Type : application/json, X-Auth-Token : Step 6: The service connects to the VMWare Cloud and gets an authentication token to be used as a header in all subsequent API calls using the following POST call. URL: Headers: { Accept : application/*+xml;version=5.1 } Auth Headers: {username@organization_name:password} Step 7: The service retrieves the organization id from the authentication response body and makes a get request to the target Cloud with this organization id as URL parameter as shown in the following GET request. URL TARGET_CLOUD_IP/api/org/$organization _id Headers: { Accept : application/*+xml;version=5.1, x-vcloudauthorization : $token } Step 8: The service sends the following POST request to create a new empty image that will host the source Cloud VM. URL: TARGET_CLOUD_IP/api/$new_vdc_link Headers: { Accept : application/*+xml;version=5.1, Content- Type : application/vnd.vmware.vcloud.uploadvapptemplate Params+xml, x-vcloud-authorization : $token } Next, the service extracts the link from the previous response body, and makes a POST request to initiate the new VM calles vapp with the following properties. BODY <?xml version="1.0" encoding="utf-8"?> <UploadVAppTemplateParams name="$vapp_name" xmlns=" xmlns:ovf=" <Description>Ubuntu vapp Template</Description> </UploadVAppTemplateParams> Step 9: The response body of the new vapp request contains the link for the OVF descriptor. This is an XML file that contains initial instance properties such as virtual disk name and size, virtual disk information (capacity), virtual machine information (name, OS type) and virtual hardware requirements (resources, controllers, network). The next demonstrates the PUT request to the VMWare Cloud. URL: TARGET_CLOUD_IP/api/$ovf_link Headers: { Accept : application/*+xml;version=5.1, x-vcloudauthorization : $token } Step 10: The service converts the downloaded image to a portable format (vmdk) for the target Cloud using the QEMU tool. The response body of vapp request also contains the link for the reference file. If the upload of the OVF descriptor succeeds, the user needs to upload the reference file and the snapshot to the target Cloud as shown in the next PUT request. URL: TARGET_CLOUD_IP/api/$file_link Headers: { Accept : application/*+xml;version=5.1, x-vcloudauthorization : $token } VI. PERFORMANCE ANALYSIS The proposed service allows homogenous and heterogeneous VM migrations. In this section we present the evaluation of the performance analysis with regards to the time needed to perform specific tasks in different Cloud platforms. Specifically, homogeneous migration is implemented to perform migration between two OpenStack environments where the IntelliCloud 12 of the Technical University of Crete, Greece is the source Cloud and the FIWARE 13 platform is the target Cloud. The heterogeneous migration is implemented to perform migration between OpenStack and a VMWare public Cloud provider. The performance evaluation of the service involves two experimental use cases that demonstrate the time required for each instance migration procedures. The homogeneous process, the user performs a migration of an instance from IntelliCloud to FIWARE system. Figure 2 demonstrates the homogeneous VM migration and the times required to execute the different calls of Section III B. Figure 2: VM migration times for different service HTTP calls in homogeneous OpenStack systems The x-axis includes the different actions from Section III C and the y-axis is the HTTP response time in milliseconds from each Cloud provider. We perform two VM migrations, for an image of Centos 7 (958.4 MB) and for an image of Ubuntu 12.04LTS-64 (243.6 MB) and we deploy two small flavors VMs (1 VCPU, 20 GB disk and 2GB RAM). We can observe that the most time is spending during the downloading and

6 uploading phase of the image between the two Clouds. The snapshot creation phase is also fast (executed in less that 3 seconds) if we consider that at that stage the VM is stopped and a new image is generated based on the current VM running processes. The rest of the HTTP calls are executed very fast, in less than 1.5 second. Secondly, in the heterogeneous procedure, the user performs a migration of an instance from FIWARE to VMWare based system. Figure 3 demonstrates the heterogeneous VM migration and the HTTP calls as described in Section III C. We used an image of Centos 7 (896.6 MB) and an image of Ubuntu (458.8 MB) and we deploy two small flavors VMs (as in previously). Figure 3: VM migration times for different service HTTP calls in heterogeneous systems (OpenStack and VMWare) Similar to previous experiment, Figure 3 demonstrates the time required to execute the various calls in a heterogeneous Cloud environment. The x-axis includes the HTTP calls as described in Section III D and the y-axis is the HTTP response time in milliseconds from each Cloud provider. Here the size of the snapshot is bigger than the size of the initial image. Also, the service executes most of the API calls related with configurations but the time required for downloading and uploading increases significantly the total time of migration, actions that depend to the image size and on the bandwidth speed. Other than this, both experiments show that the service executes most of the API calls related with configurations in reasonable time frames. To conclude, in this experiment we presented the (a) homogeneous VM migration executed between two OpenStack platforms and (b) heterogeneous between OpenStack and VMWare. We observe that 7 out of 9 calls are executed at around 2 seconds, while the rest 2 calls that are related with download and upload process are slow (since this is considered as resonable since it includes data transfer of two VMs of 896.6MB and 458.8MB respectively). We can sumarize that the migration times are directly proportional to the VM sizes (because the download and upload phases are slow) and are slightly affected by the bandwidth speed and the physical distance of the datacenters. VII. CONCLUSIONS This work presented a heterogeneous VM migration tool that allows VM transferring between OpenStack as well as OpenStack and VMWare based platforms. The fear of vendor lock-in is often cited as a major obstacle to Cloud service adoption. We discussed the technical parameters to be tuned depending on different types of virtualization engines that are based on different hypervisors and supported disk formats. The migration toolkit takes a backup of the VM that contains all the information needed and deploys an identical VM containing the same configuration. The toolkit provides features such as interoperability between OpenStack and VMWare based Clouds as it supports migration of running instances and reinstantiation while it supports a variety of images (QCOW2, AMI, VMDK and other). The experimental analysis shows fast VM migration as we achieve two milliseconds response time for each HTTP call to OpenStack and VMWare, excluding the image download and upload phases. In future, we will focus on the process migration that abstracts applications from the underlying OS and could bridge the heterogeneity gaps. Process migration will reduce more the total migration times since it will transfer only the selected process along with related sub-processes instead of the whole VM. REFERENCES [1] T. Fifield, D. Fleming, A. Gentle, L. Hochstein, J. Proulx, E. Toews, and J. Topjian. (2014) OpenStack Operations Guide. O Reilly Media, Inc., 1st edition. [2] L. Vakanas, S. Sotiriadis and E. Petrakis (2015) Implementing the Cloud Software to Data approach for OpenStack environments, Adaptive Resource Management and Scheduling for Cloud Computing, Held in conjunction with PODC-2015, Donostia-San Sebastián, Spain, on July 20th, 2015 [3] D. Petcu.Consuming resources and services from multiple Clouds. J. Grid Comput., 12(2): , June [4] D. Petcu Multi-Cloud: expectations and current approaches. In Proceedings of the 2013 international workshop on Multi-Cloud applications and federated Clouds (MultiCloud '13). ACM, New York, NY, USA, 1-6. [5] S. Sotiriadis, N. Bessis, A. Anjum, and R. Buyya. An inter-cloud metascheduling (icms) simulation framework: Architecture and evaluation. IEEE Transactions on Services Computing. [6] K. Nagin, D. Hadas, Z. Dubitzky, A. Glikson, I. Loy, B. Rochwerger, and L. Schour Inter-Cloud mobility of virtual machines. In Proceedings of the 4th Annual International Conference on Systems and Storage (SYSTOR '11). ACM, New York, NY, USA,, Article 3, 12 pages. [7] M. Armbrust, A. Fox, R. Griffith, A. D. Joseph, R. Katz, A. Konwinski, G. Lee, D. Patterson, A. Rabkin, I. Stoica, and M. Zaharia A view of Cloud computing. Commun. ACM 53, 4 (April 2010), [8] Ankita Desai, Rachana Oza, Pratik Sharma, Bhautik Patel (2013) Hypervisor: A Survey on Concepts and Taxonomy, International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: , Volume-2, Issue-3, February 2013 [9] OpenStack Opensource Cloud Computing System, Available in Accesed: April 28, 2017 [10] VMWare Documentation, Available in: Accessed: April 28,2017 APPENDIX The VM migration toolkit is available as open source software in

Onboarding VMs to Cisco Metacloud

Onboarding VMs to Cisco Metacloud White Paper Onboarding VMs to Cisco Metacloud This white paper will explain the process for exporting existing virtual machines from either VMware vsphere or AWS EC2 into Cisco Metacloud. This process

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

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

How CloudEndure Disaster Recovery Works

How CloudEndure Disaster Recovery Works How CloudEndure Disaster Recovery Works Technical White Paper How CloudEndure Disaster Recovery Works THE TECHNOLOGY BEHIND CLOUDENDURE S ENTERPRISE-GRADE DISASTER RECOVERY SOLUTION Introduction CloudEndure

More information

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

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

IBM Bluemix compute capabilities IBM Corporation

IBM Bluemix compute capabilities IBM Corporation IBM Bluemix compute capabilities After you complete this section, you should understand: IBM Bluemix infrastructure compute options Bare metal servers Virtual servers IBM Bluemix Container Service IBM

More information

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1 Hystax Acura Cloud Migration and Disaster Recovery Solution Hystax. All rights reserved. 1 www.hystax.com Overview Hystax is a cloud migration and Disaster Recovery company focusing on consistent replication

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

More information

How CloudEndure Works

How CloudEndure Works How Works How Works THE TECHNOLOGY BEHIND CLOUDENDURE S DISASTER RECOVERY AND LIVE MIGRATION SOLUTIONS offers Disaster Recovery and Live Migration Software-as-a-Service (SaaS) solutions. Both solutions

More information

How CloudEndure Works

How CloudEndure Works How Works How Works THE TECHNOLOGY BEHIND CLOUDENDURE S DISASTER RECOVERY AND LIVE MIGRATION SOLUTIONS offers cloud-based Disaster Recovery and Live Migration Software-as-a-Service (SaaS) solutions. Both

More information

How CloudEndure Disaster Recovery Works

How CloudEndure Disaster Recovery Works How Disaster Recovery Works Technical White Paper How Disaster Recovery Works THE TECHNOLOGY BEHIND CLOUDENDURE S ENTERPRISE-GRADE DISASTER RECOVERY SOLUTION Introduction Disaster Recovery is a Software-as-a-Service

More information

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

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

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

Cloud Computing Lecture 4

Cloud Computing Lecture 4 Cloud Computing Lecture 4 1/17/2012 What is Hypervisor in Cloud Computing and its types? The hypervisor is a virtual machine monitor (VMM) that manages resources for virtual machines. The name hypervisor

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

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

Distributed Systems COMP 212. Lecture 18 Othon Michail

Distributed Systems COMP 212. Lecture 18 Othon Michail Distributed Systems COMP 212 Lecture 18 Othon Michail Virtualisation & Cloud Computing 2/27 Protection rings It s all about protection rings in modern processors Hardware mechanism to protect data and

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 4 About

More information

FAIM 14. Cloud Computing. Paul Rad Rackspace, Inc. VP Technology

FAIM 14. Cloud Computing. Paul Rad Rackspace, Inc. VP Technology FAIM 14 Flexible Automation & Intelligent Manufacturing 24th International Conference San Antonio Texas U.S.A. Cloud Computing Paul Rad Rackspace, Inc. VP Technology 1 Organizations are building clouds

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 3 About

More information

vrealize Business Standard User Guide

vrealize Business Standard User Guide User Guide 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

WatchGuard Dimension v2.1.1 Update 3 Release Notes

WatchGuard Dimension v2.1.1 Update 3 Release Notes WatchGuard Dimension v2.1.1 Update 3 Release Notes Build Number 567758 Release Date 8 August 2018 Release Notes Revision Date 8 August 2018 On 8 August 2018, WatchGuard released the Dimension v2.1.1 Update

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

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud SaaSaMe Transport Workload Snapshot Export for Alibaba Cloud Contents About This Document... 3 Revision History... 3 Workload Snapshot Export for Alibaba Cloud... 4 Workload Snapshot Export Feature...

More information

A formal framework for the management of any digital resource in the cloud - Simulation

A formal framework for the management of any digital resource in the cloud - Simulation Mehdi Ahmed-Nacer, Samir Tata and Sami Bhiri (Telecom SudParis) August 15 2015 Updated: August 17, 2015 A formal framework for the management of any digital resource in the cloud - Simulation Abstract

More information

WatchGuard Dimension v1.1 Update 1 Release Notes

WatchGuard Dimension v1.1 Update 1 Release Notes WatchGuard Dimension v1.1 Update 1 Release Notes Build Number 442674 Revision Date March 25, 2014 WatchGuard Dimension is the next-generation cloud-ready visibility solution for our Unified Threat Management

More information

FortiManager VM - Install Guide. Version 5.6

FortiManager VM - Install Guide. Version 5.6 FortiManager VM - Install Guide Version 5.6 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE &

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

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

VMware vsphere 5.5 Professional Bootcamp

VMware vsphere 5.5 Professional Bootcamp VMware vsphere 5.5 Professional Bootcamp Course Overview Course Objectives Cont. VMware vsphere 5.5 Professional Bootcamp is our most popular proprietary 5 Day course with more hands-on labs (100+) and

More information

FortiManager VM - Install Guide VERSION 5.4

FortiManager VM - Install Guide VERSION 5.4 FortiManager VM - Install Guide VERSION 5.4 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE &

More information

All - In - One for Hyper- V

All - In - One for Hyper- V All - In - One for Hyper- V INSTALL GUIDE LiveNX All- In- One Server Types and Requirements Here are specifications to LiveNX All- In- One Server types and its OVA requirements. Storage can be expanded

More information

Exam Name: VMware Certified Professional on vsphere 5 (Private Beta)

Exam Name: VMware Certified Professional on vsphere 5 (Private Beta) Vendor: VMware Exam Code: VCP-511 Exam Name: VMware Certified Professional on vsphere 5 (Private Beta) Version: DEMO QUESTION 1 The VMware vcenter Server Appliance has been deployed using default settings.

More information

When (and how) to move applications from VMware to Cisco Metacloud

When (and how) to move applications from VMware to Cisco Metacloud White Paper When (and how) to move applications from VMware to Cisco Metacloud What You Will Learn This white paper will explain when to migrate various applications running in VMware virtual machines

More information

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

Open Hybrid Cloud & Red Hat Products Announcements

Open Hybrid Cloud & Red Hat Products Announcements Open Hybrid Cloud & Red Hat Products Announcements FREDERIK BIJLSMA Cloud BU EMEA Red Hat 14th December 2012 PERVASIVE NEW EXPECTATIONS AGILITY. EFFICIENCY. COST SAVINGS. PUBLIC CLOUDS 2 ENTERPRISE IT

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

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING EXECUTIVE SUMMARY Today, businesses are increasingly turning to cloud services for rapid deployment of apps and services.

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Open-source library and tools to support the OVF.

Open-source library and tools to support the OVF. Open OVF Proposal Open-source library and tools to support the OVF http://xml.coverpages.org/ni2007-09-11-a.html IBM will be donating code and invites all to form an open community around OVF Eclipse Public

More information

COMP6511A: Large-Scale Distributed Systems. Windows Azure. Lin Gu. Hong Kong University of Science and Technology Spring, 2014

COMP6511A: Large-Scale Distributed Systems. Windows Azure. Lin Gu. Hong Kong University of Science and Technology Spring, 2014 COMP6511A: Large-Scale Distributed Systems Windows Azure Lin Gu Hong Kong University of Science and Technology Spring, 2014 Cloud Systems Infrastructure as a (IaaS): basic compute and storage resources

More information

How to Keep UP Through Digital Transformation with Next-Generation App Development

How to Keep UP Through Digital Transformation with Next-Generation App Development How to Keep UP Through Digital Transformation with Next-Generation App Development Peter Sjoberg Jon Olby A Look Back, A Look Forward Dedicated, data structure dependent, inefficient, virtualized Infrastructure

More information

Introduction and Datacenter Topology For Your System

Introduction and Datacenter Topology For Your System Introduction and Datacenter Topology For Your System This chapter provides an introduction, a datacenter overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2 Table of Contents Introduction Overview of vsphere Integrated Containers 1.1 1.2 2 Overview of vsphere Integrated Containers This document provides an overview of VMware vsphere Integrated Containers.

More information

MICROSOFT VIRTUAL MACHINE CONVERTER

MICROSOFT VIRTUAL MACHINE CONVERTER VERSION 2.0 Overview Free to download tool Standalone tool supporting Hyper-v 2012 R2 and VSphere 5.5 and above Converts VMWare virtual Machines to hyper-v with additional functionality which includes

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

User Workspace Management

User Workspace Management Access the Interface, page 1 User Management Workspace User Types, page 4 Projects (Admin User), page 5 Users (Admin User), page 9 CML Server (Admin User), page 11 Connectivity, page 30 Using the VM Control

More information

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott Red Hat Virtualization 4.1 Technical Presentation May 2017 Adapted for MSP RHUG Greg Scott gscott@redhat.com Who is this bald guy? Red Hat TAM for the financial and telco industries Lots of ties to the

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

Migrating Applications with CloudCenter

Migrating Applications with CloudCenter Migrating Applications with CloudCenter Tuan Nguyen, Technical Marketing Engineer, Insieme BU DEVNET-1179 Cisco Spark How Questions? Use Cisco Spark to chat with the speaker after the session 1. Find this

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vcloud Architecture Toolkit Hybrid VMware vcloud Use Case

VMware vcloud Architecture Toolkit Hybrid VMware vcloud Use Case VMware vcloud Architecture Toolkit Version 2.0.1 October 2011 This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents

More information

International Journal of Advance Engineering and Research Development. A Private Cloud On Open Source Paradigm

International Journal of Advance Engineering and Research Development. A Private Cloud On Open Source Paradigm Impact Factor: 4.14 (Calculated by SJIF-2015) e- ISSN: 2348-4470 p- ISSN: 2348-6406 International Journal of Advance Engineering and Research Development Volume 3, Issue 4, April -2016 A Private Cloud

More information

UDS EVALUATION VERSION Installation, Administration and User Manual

UDS EVALUATION VERSION Installation, Administration and User Manual UDS EVALUATION VERSION Installation, Administration and User Manual UDS 1.5 Rev.1 July 1 st 2014 VirtualCable S.L.U. C.I.F. B-33987983. 15, Holanda Street 28521 Rivas Vaciamadrid (Madrid Spain) Page 1

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 215 Provisioning Rapid Elasticity by Light-Weight Live Resource Migration S. Kirthica

More information

Network Port Profiles Based Provisioning and Deployment Models for Virtual Networking

Network Port Profiles Based Provisioning and Deployment Models for Virtual Networking Port Profiles Based Provisioning and Deployment Models for Virtual ing Hemal V. Shah Infrastructure and ing Group Broadcom Corporation Irvine, California, USA hemal@broadcom.com John Parchem Microsoft

More information

BUILDING A PRIVATE CLOUD. By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini

BUILDING A PRIVATE CLOUD. By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini BUILDING A PRIVATE CLOUD By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini HOW PLATFORM COMPUTING'S PLATFORM ISF AND INTEL'S TRUSTED EXECUTION TECHNOLOGY CAN HELP 24 loud computing is a paradigm

More information

The OnApp Cloud Platform

The OnApp Cloud Platform The OnApp Cloud Platform Everything you need to sell cloud, dedicated, CDN, storage & more 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete cloud platform for service providers OnApp software

More information

Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017

Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017 Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017 1 Table of Contents 1. Executive Summary 1.1.Business Case 1.2.Solution Overview

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents Modified on 27 JUL 2017 vsphere Web Services SDK 6.5 vcenter Server 6.5 VMware ESXi 6.5 Developing and Deploying vsphere Solutions,

More information

Virtual Scanner Appliance User Guide. March 7, 2018

Virtual Scanner Appliance User Guide. March 7, 2018 Virtual Scanner Appliance User Guide March 7, 2018 Copyright 2012-2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks are

More information

VMware vsphere: Taking Virtualization to the Next Level

VMware vsphere: Taking Virtualization to the Next Level About this research note: Product Evaluation notes provide an analysis of the market position of a specific product and its vendor through an in-depth exploration of their relative capabilities. VMware

More information

Extend your datacenter with the power of Citrix Open Cloud

Extend your datacenter with the power of Citrix Open Cloud Extend your datacenter with the power of Citrix Open Cloud Peter Leimgruber Sr. SE Datacenter & Networking, CE Mikael Lindholm Sr. SE XenServer & Cloud, EMEA Sales Dev Agenda Cloud Expectations and reality

More information

How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications. A VMware Cloud Evaluation Reference Document

How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications. A VMware Cloud Evaluation Reference Document How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications A VMware Cloud Evaluation Reference Document Contents About Cloud Computing Cloud computing is an approach to computing that pools

More information

Transparent Service Migration to the Cloud Clone existing VMs to CloudStack/OpenStack templates without user downtime. CloudOpen Seattle 2015

Transparent Service Migration to the Cloud Clone existing VMs to CloudStack/OpenStack templates without user downtime. CloudOpen Seattle 2015 Transparent Service Migration to the Cloud Clone existing VMs to CloudStack/OpenStack templates without user downtime CloudOpen Seattle 2015 #whoami Name: Tim Mackey Current roles: XenServer Community

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS WHITE PAPER FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS Over the past 15 years, server virtualization has become the preferred method of application deployment in the enterprise datacenter.

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

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

BUILDING A PATH TO MODERN DATACENTER OPERATIONS. Virtualize faster with Red Hat Virtualization Suite

BUILDING A PATH TO MODERN DATACENTER OPERATIONS. Virtualize faster with Red Hat Virtualization Suite BUILDING A PATH TO MODERN DATACENTER OPERATIONS Virtualize faster with Red Hat Virtualization Suite TABLE OF CONTENTS Modernize your IT with virtualization....page 2 Red Hat Virtualization Suite overview....page

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

Red Hat enterprise virtualization 3.0

Red Hat enterprise virtualization 3.0 Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

Introduction to Virtualization

Introduction to Virtualization Introduction to Virtualization Module 2 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks Configuring

More information

CloudStack Administration Guide

CloudStack Administration Guide CloudStack Administration Guide For CloudStack Version 3.0.0 3.0.2 Revised August 16, 2012 4:41 PM 2011, 2012 Citrix Systems, Inc. All rights reserved. Specifications are subject to change without notice.

More information

5 Things You Need for a True VMware Private Cloud

5 Things You Need for a True VMware Private Cloud 5 Things You Need for a True VMware Private Cloud Introduction IT teams forging their cloud strategies are considering public cloud providers such as Amazon Web Services (AWS) to satisfy growing developer

More information

The Future of Virtualization Desktop to the Datacentre. Raghu Raghuram Vice President Product and Solutions VMware

The Future of Virtualization Desktop to the Datacentre. Raghu Raghuram Vice President Product and Solutions VMware The Future of Virtualization Desktop to the Datacentre Raghu Raghuram Vice President Product and Solutions VMware Virtualization- Desktop to the Datacentre VDC- vcloud vclient With our partners, we are

More information

Quick Start Guide to Compute Canada Cloud Service

Quick Start Guide to Compute Canada Cloud Service Quick Start Guide to Compute Canada Cloud Service Launching your first instance (VM) Login to the East or West cloud Dashboard SSH key pair Importing an existing key pair Creating a new key pair Launching

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

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO Background As organizations continue to look for ways to modernize their infrastructures by delivering a cloud-like experience onpremises, hyperconverged offerings are exceeding expectations. In fact,

More information

Virtualization from the Trenches

Virtualization from the Trenches ps i: (; v s s o r t w v h \i mioour: TECH KIS CHE INFORM AT 8LIOTHEK UNIVERSITATSBiCLIOTHEK HANNOVER

More information

OS10 Virtualization Guide. Enterprise Edition

OS10 Virtualization Guide. Enterprise Edition OS10 Virtualization Guide Enterprise Edition 2018-7 Rev. A00 Contents 1 OS10 software virtualization...4 2 Setup GNS3 server...7 3 Setup GNS3 client... 11 4 Start GNS3 client...16 5 Import OS10 appliance...20

More information

Welcome to Linux Foundation E-Learning Training

Welcome to Linux Foundation E-Learning Training Welcome to Linux Foundation E-Learning Training by The Linux Foundation 06/04/2018 Version 7.3. All rights reserved. Specific instructions for your course will be addressed in the Appendix. After reading

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA f Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Welcome to Linux Foundation E-Learning Training

Welcome to Linux Foundation E-Learning Training Welcome to Linux Foundation E-Learning Training by The Linux Foundation 08/26/2018 Version 7.6. All rights reserved. Specific instructions for your course will be addressed in the Appendix. After reading

More information

Table of Contents VSSI VMware vcenter Infrastructure...1

Table of Contents VSSI VMware vcenter Infrastructure...1 Table of Contents VSSI VMware vcenter Infrastructure...1 Document version...1 Glossary...1 VMware vsphere Infrastructure...1 Connect to vsphere Server using the vsphere Client...2 VMware vsphere home window...3

More information

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013 OSDC.de 2013 Introduction to OpenStack Justin Clift Open Source & Standards Team @ RH 17 April 2013 Who is Justin Clift? Senior Software Engineer @ Red Hat Generally works in technical Community Building

More information

Administering vrealize Log Insight. 12-OCT-2017 vrealize Log Insight 4.5

Administering vrealize Log Insight. 12-OCT-2017 vrealize Log Insight 4.5 Administering vrealize Log Insight 12-OCT-2017 4.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

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

Hyperconverged Cloud Architecture with OpenNebula and StorPool

Hyperconverged Cloud Architecture with OpenNebula and StorPool Hyperconverged Cloud Architecture with OpenNebula and StorPool Version 1.0, January 2018 Abstract The Hyperconverged Cloud Architecture with OpenNebula and StorPool is a blueprint to aid IT architects,

More information

ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò

ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò Knowing Gippa... EMEA Cloud Solution Architect for Canonical (the company behind Ubuntu). In this role

More information

Installation runbook for Hedvig + Cinder Driver

Installation runbook for Hedvig + Cinder Driver Installation runbook for Hedvig + Cinder Driver Partner Name: Product Name: Product Version: Hedvig Inc. Hedvig Distributed Storage Platform V-1.0.0 MOS Version: Kilo on Ubuntu 14.04 (2015.1.0-7.0) OpenStack

More information

IaaS Integration Guide

IaaS Integration Guide FUJITSU Software Enterprise Service Catalog Manager V16.1.0 IaaS Integration Guide Windows(64) B1WS-1259-02ENZ0(00) September 2016 Preface Purpose of This Document This document explains the introduction

More information