D5.1 Inter-Layer Cloud Stack Adaptation Summary

Size: px
Start display at page:

Download "D5.1 Inter-Layer Cloud Stack Adaptation Summary"

Transcription

1 D5.1 Inter-Layer Cloud Stack Adaptation Summary The ASCETiC architecture focuses on providing novel methods and tools to support software developers aiming at optimising energy efficiency resulting from designing, developing, deploying and running software in Clouds. In Y2 of the project, we focused on intra-layer adaptation in which each layer adapt independently, without taking into account the other cloud layers. In Y3 of the project, the layers cooperate with inter-layer self-adaptation. In particular, the Y3 further develops on Y1 and Y2. We focus on extending and consolidating the capabilities of dynamic energy management by ensuring the cloud layers interact and cooperate to mitigate energy consumption. Such interlayer self-adaptation ensures that the layers cooperate in order to achieve greater energy reductions than a per-layer approach can achieve on its own. Key aspects include communication and (re)negotiation between the layers so that optimisations can meet each stakeholder s requirements. Let us briefly summarize our scientific contributions per cloud layer, as well as the inter-layer scenarios we consider in Y3: SaaS layer: The Programming Model implements scheduling policies in the runtime to optimize performance, energy and cost, using global boundaries, and implements application-driven horizontal elasticity mechanisms. The SaaS Application Development Time Simulation Tooling runs a design-time simulation of workload for estimating anticipated behaviour of applications on time, cost and energy performance. The SaaS Virtual Machine Image Constructor implements the automation of image construction, fills the gap between generating base images in cloud computing and automatic configuration of cloud applications, packages cloud applications enabling provider-agnostic deployment, supports chef cookbooks to pass to the VMIC to build images, as well as supports translation of XML to OVF SLA terms and adaptation rules. Code Optimizer Plug-in is further improved to explore energy consumption within applications that are under development. PaaS layer: The Self-Adaptation is enabled taking decisions on the type of adaptation to make at PaaS, as well as performing application tailored adaptation based on rule specification. The Energy forecasts power using neural networks, and estimates VM consumption based only on data VM-observed data. The Pricing enables selfadaptation based on cost, vertical and horizontal elasticity, as well as SLA monitoring support. The Application enables renegotiation with the same provider to accommodate the needs of an application, moving an application to a different provider, support for extra SLA terms and self-adaptation rules, as well as changes in the elasticity workflow to verify that everything is inside the SLA agreement. The SLA provides PaaS-IaaS terms translation, error and proactive monitoring, and enables renegotiation and new supported terms. The 1

2 Provider Registry shows free slot information to know whether is possible to create a new VM without having a big impact in energy consumption. IaaS layer: The Virtual Machine supports hardware heterogeneity, vertical scalability and Docker containers, provides information regarding free slots, as well as considers green energy sources in scheduling policies. The Energy enables DFS-awareness through reallocation of power consumption from DFS based node to VMs, VM migration awareness and prediction capacity, as well as enhanced scale thorough, Watt meter emulation and the use of IPMI sensor data, with careful calibration. The Pricing supports enabling multiple providers, vertical and horizontal elasticity, as well as implements an energy provider simulator for supporting changes in energy prices. Finally, the SLA supports renegotiation, new supported terms, as well as error monitoring. Inter-layer Scenarios: In Y3, our research work was mainly focused on inter-layer communication and self-adaptation mechanisms in order to optimize energy efficiency. We briefly present three identified inter-layer optimization scenarios, intending to show the overall benefits that ASCETiC provides and consider the enabled self-adaptation mechanisms. In the GPF inter-layer scenario, we focused on Programming Model triggered self-adaptation, where the PMR requests or removes machines to accomplish the scheduling global boundaries specified by the user. If it is important for the user to accomplish them (i.e. certain performance, total energy consumption, or total cost), the user acknowledges any penalties applied by the PaaS layer due to the SLA violation. Otherwise, the user might be more interested in complying with the SLA defined, accomplishing the global boundaries defined, or being proactively indicated about a potential SLA violation. In the SocialSensor inter-layer scenario, we focused on slot-aware VM deployment. We assume that a performance violation occurs, notified by PaaS SLAM to PaaS SAM. To cope with the violation, PaaS SAM decides to scale up. To make an energy-aware scale up, SAM checks, through the Application acting as a proxy, how big is the biggest VM slot available in the running hosts of the current IaaS provider, to possibly avoid starting further hosts. The assumption in this scenario is that IaaS layer manages the available pool of hosts by scheduling VMs to maximize host utilization and therefore it powers off unused hosts. In the NewsAsset inter-layer scenario, we focused on SaaS bespoke adaptation-rule delegation. When the application needs to scale up, the Application bases its provisioning decision on the information provided by the VMM about which resources are available on the running hosts. This allows avoiding starting new hosts. Furthermore, the application provider may also specify rules when particular degree of workload is expected. These rules can then be used by the Cloud provider to adapt an application to the anticipated workload in a proactive way. Such rules may be used to scale down at specific time period such as night time, lunch time or Holiday periods in certain geographical location where most users are located. Alternatively, application-specific flags that indicate a high probability in workload variation in a near future may also be communicated from the application to the PaaS Application Monitor so that the appropriate number of VMs is provisioned anticipatively. 2

3 In Deliverable 5.1, we present in detail the Y3 contributions per component, as well as an updated software user guide for each layer of the ASCETiC toolbox. Below, we summarise in tabula form on a per component basis the novelty of the ASCETiC architecture during Y3 of the project, as well as the overall progress during the whole project. Table 1: Summary of Novelty within the ASCETiC Architecture Component Novelty in Y3 Overall progress during the project ASCETiC Programming Implement scheduling policies in the runtime to optimize In Y1, versioning and greedy policy was implemented. Model performance, energy and cost, using global boundaries (considering the whole workflow for the scheduling). In Y2, intra-layer scheduling optimizing energy, performance or cost, with instant boundaries was Implement horizontal elasticity mechanisms driven from the application-level knowledge, which require inter-layer communication. implemented. Requirements and Design Modelling Tooling SaaS Virtual Machine Image Constructor SaaS Application SaaS Application Development Time Simulation Tooling: Run a design-time simulation of workload exercised on a tentative Cloud deployment configuration of an application for estimating its anticipated behaviour on time, cost and energy performance. Implements the automation of image construction. Fills the gap between generating base images in cloud computing and automatic configuration of cloud applications. Supports the energy efficiency goal within the architecture by providing means of packaging Cloud applications in a way that enables provider agnostic deployment, while maintaining energy awareness. New support for Chef cookbooks to pass to the VMIC In Y1, augmented UML deployment profile was implemented to specify ASCETIC deployment data. In Y2, we provided development time tools to guide conducting runtime experimentation to learn realistic measurements on time, energy and cost of an application to identify the best deployment configuration in relation to workload expected from targeted customer groups It has remained fairly stable throughout the project, its focus has been on providing the means to create multiple versions of a software deployment, thus enabling adaptation. This component was designed by scratch to take 3

4 Component Novelty in Y3 Overall progress during the project Packager to build images. the outcomes of the R&D New support to translate XML to OVF SLA terms and Adaptation rules. model and prepare the application to be packaged into VMs. In Y1, it was just a basic translation to OVF. In Y2, it also interacted with the VMIC to build the images of the application. Code Optimizer Plugin PaaS Self- Adaptation PaaS Energy PaaS Pricing PaaS Application PaaS SLA Further improvements to explore energy consumption within applications that are under development. Decision engine for deciding on the type of adaptation to make at PaaS. Application tailored adaptation, based on rule specification through OVF. Power forecasting using neural networks. Estimation of VM consumption based only on data VMobserved data. Self-adaptation based on cost. Vertical elasticity, horizontal elasticity. Support of SLA monitoring. Vertical competition. Renegotiation with the same provider to be able to accommodate the needs of an application. Moving an application to a different provider. Support for extra SLA terms and self-adaptation rules. Changes in the elasticity workflow to verify that everything is inside the SLA agreement. PaaS-IaaS terms translation. Renegotiation. New supported terms (including a parametric one). Introduced in Y3, this application profiles applications at development time for their power and energy usage. It was introduced in Y2 as the means to govern adaptation in the PaaS layer. It was introduced with only basic knowledge of the IaaS layer. In Y2, it gains more detailed knowledge and adapts accordingly. In Y1, estimations and measurements at application level were provided. In Y2, estimations and measurements were integrated with the ones at event level. Calculation of prices based on costs coming from IaaS providers. Multiple IaaS providers. In Y1, it just orchestrated a basic energy aware to deploy and manage application. In Y2, all the workflows complicated a bit more to enable the PaaS Self Adaptation, adding things such as elasticity. In Y1, it supported energy aware negotiation. In Y2, it supported reactive and proactive SLA 4

5 Component Novelty in Y3 Overall progress during the project Margin of error taken into account while monitoring. monitoring. Proactive Monitoring. PaaS Provider Registry PaaS Application Monitor IaaS Virtual Machine IaaS Energy IaaS Pricing Now it shows free slot information to know if it is possible to create a new VM without having a big impact in energy consumption. Improvements related to maintenance tasks: bug solving, and some changes in the communication protocols between the rest of intra-layer components. Also, we added extra functions for aggregating monitoring data (e.g. percentiles, max, min, median). Supporting hardware heterogeneity. Extended information provisioning (free slots). Vertical scalability. Support for Docker containers. Extended scheduling policies that consider green energy sources. Distributed File System Awareness through reallocation of power consumption from DFS based node to VMs. VM migration awareness and prediction capacity. Enhanced scale thorough, Watt meter emulation and the use of IPMI sensor data, with careful calibration. This allows power values for hosts without associated Watt meters to be used within the ASCETiC framework. Multiple providers. Vertical elasticity, horizontal elasticity. Energy provider simulator for supporting changes in energy prices. During Y1 and Y2, it only showed basic information of each of the IaaS Providers. In Y1, the basic functionality, GUI and aggregation framework was implemented. In Y2, we focused on maintenance tasks. In Y1, we focused on the basic operation of VMs and management policies (consolidation, distribution, etc.). In Y2, inter-layer selfadaptation that considers information from the Energy and Price Modelers. Initial integration of OptaPlanner as optimisation engine. It provides the historic, current and future predictions for power consumption. In Y1, its focus was on basic linear models. In Y2, it was enhanced focusing on improved accuracy with: standalone calibration, using better predictors that were not necessarily linear models and better workload specification. Scalability was improved with the introduction of the Watt meter emulator. In Y1, a basic cost function and a basic price model was implemented. In Y2, a set of more sophisticated pricing models including resource 5

6 Component Novelty in Y3 Overall progress during the project Vertical competition. usage and energy cost were implemented. IaaS Infrastructure Monitor IaaS Infrastructure IaaS SLA Stability improvements. In Y1, it monitored both infrastructure and VMs, for the VMs it was necessary to install probes inside them. In Y2, a new set of probes acting over the hypervisor removed the need to use probes inside the VMs. Also, support to get energy metrics of nodes using IPMI or Energy Emulators was added. Increased testbed stability by enhanced update, backup, and management concepts. Some additional monitoring and control features, like SDN, were added. Renegotiation. New supported terms. Margin of error taken into account while monitoring. In Y1, we had an early testbed, which fulfilled Y1 requirements regarding energy-awareness, by providing power measurements of the physical nodes. In Y2, the testbed was built from scratch taking into account lessons learned during the first operation period. Moreover, the required mechanism for the intra layer self-adaptation was provided (e.g. live VM migrations), making everything more flexible and general purpose applicable. In Y1, it supported negotiation based on VM power consumption terms. In Y2, it supported reactive SLA Monitoring. This project has received funding from the European Union s Seventh Framework Programme for research, technological development and demonstration under grant agreement no

Module: Building the Cloud Infrastructure

Module: Building the Cloud Infrastructure Upon completion of this module, you should be able to: Describe the cloud computing reference model Describe the deployment options and solutions for building a cloud infrastructure Describe various factors

More information

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation Welcome to: Unit 1 Overview of delivery models in Cloud Computing 9.1 Unit Objectives After completing this unit, you should be able to: Understand cloud history and cloud computing Describe the anatomy

More information

Exploiting Big Data in Engineering Adaptive Cloud Services. Patrick Martin Database Systems Laboratory School of Computing, Queen s University

Exploiting Big Data in Engineering Adaptive Cloud Services. Patrick Martin Database Systems Laboratory School of Computing, Queen s University Exploiting Big Data in Engineering Adaptive Cloud Services Patrick Martin Database Systems Laboratory School of Computing, Queen s University Big Data 3 v s: Volume, Velocity, Variety Data analytics to

More information

Understanding Cloud. #IBMDurbanHackathon. Presented by: Britni Lonesome IBM Cloud Advisor

Understanding Cloud. #IBMDurbanHackathon. Presented by: Britni Lonesome IBM Cloud Advisor Understanding Cloud #IBMDurbanHackathon Presented by: Britni Lonesome IBM Cloud Advisor What is this thing called cloud? Cloud computing is a new consumption and delivery model inspired by consumer internet

More information

Srinivasan Sundara Rajan MASTER Architect / Cloud Evangelist / Cloud Computing Journal Author

Srinivasan Sundara Rajan MASTER Architect / Cloud Evangelist / Cloud Computing Journal Author Architecting The Cloud Srinivasan Sundara Rajan MASTER Architect / Cloud Evangelist / Cloud Computing Journal Author Cloud Definition Definition Cloud Computing is a model for enabling convenient, on-demand

More information

Experimental Analysis on Autonomic Strategies for Cloud Elasticity T HOMAS L E DOUX

Experimental Analysis on Autonomic Strategies for Cloud Elasticity T HOMAS L E DOUX 2015 International Conference on Cloud Computing and Autonomic Computing Experimental Analysis on Autonomic Strategies for Cloud Elasticity SIMON DUPONT, J O NAT HAN LEJEUNE, FREDERICO ALVARES T HOMAS

More information

Accenture* Integrates a Platform Telemetry Solution for OpenStack*

Accenture* Integrates a Platform Telemetry Solution for OpenStack* white paper Communications Service Providers Service Assurance Accenture* Integrates a Platform Telemetry Solution for OpenStack* Using open source software and Intel Xeon processor-based servers, Accenture

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course # Exam: Prerequisites Technology: Delivery Method: Length: 20533 70-533 20532 Microsoft Products Instructor-led (classroom) 5 Days Overview

More information

Oracle Management Cloud

Oracle Management Cloud Oracle Management Cloud Cloud Essentials Autonomously monitor, detect, triage, and proactively resolve issues across hybrid-cloud environments. Oracle Management Cloud represents a new generation of systems

More information

Bluemix Overview. Last Updated: October 10th, 2017

Bluemix Overview. Last Updated: October 10th, 2017 Bluemix Overview Last Updated: October 10th, 2017 Agenda Overview Architecture Apps & Services Cloud Computing An estimated 85% of new software is being built for cloud deployment Cloud Computing is a

More information

BUILDING A PRIVATE CLOUD

BUILDING A PRIVATE CLOUD INNOVATION CORNER BUILDING A PRIVATE CLOUD How Platform Computing s Platform ISF* Can Help MARK BLACK, CLOUD ARCHITECT, PLATFORM COMPUTING JAY MUELHOEFER, VP OF CLOUD MARKETING, PLATFORM COMPUTING PARVIZ

More information

Value Beyond Virtualization

Value Beyond Virtualization An Executive To-Do List for Moving from Virtualization to a Private Cloud Executive Summary To thrive in competitive times, there is no room for lag. This has CIOs steadfastly focused on driving IT efficiencies

More information

Case Study BONUS CHAPTER 2

Case Study BONUS CHAPTER 2 BONUS CHAPTER 2 Case Study ABC is a large accounting firm with customers in five countries across North America and Europe. Its North American headquarters is located in Miami, Florida, where it hosts

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

More information

Deep Learning Acceleration with

Deep Learning Acceleration with Deep Learning Acceleration with powered by A Technical White Paper TABLE OF CONTENTS The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Powered by Bitfusion Flex Solution Architecture

More information

Commvault XaaS Solutions for Service Providers

Commvault XaaS Solutions for Service Providers Commvault XaaS Solutions for Service Providers DELIVERING AN EASILY SCALABLE, FEATURE RICH MULTI-TENNANT SOLUTION KEY BENEFITS Lower Infrastructure Costs Commvault software s singular platform shares heterogeneous

More information

AN IPSWITCH EBOOK. Cloud Monitoring and the 9 Best Practices You Need to Adopt

AN IPSWITCH EBOOK. Cloud Monitoring and the 9 Best Practices You Need to Adopt AN IPSWITCH EBOOK Cloud Monitoring and the 9 Best Practices You Need to Adopt ABSTRACT Nearly every organization is taking advantage of cloud resources, but that poses a challenge for the ongoing monitoring

More information

Cloud Computing, How do I do that?

Cloud Computing, How do I do that? Cloud Computing, How do I do that? Christian Verstraete Chief Technologist - Cloud Every Generation has a Defining Industry 2 IT is the Defining Industry of our Generation 1970-80s Mainframe 1990s Client/Server

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T E f f e c t i ve M u l t i c l o u d, H yb r i d I T Operations D e p e n d o n Au tomation and An a l yt i c s April 2017 Adapted from Effective Multicloud

More information

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS Course Duration: 5 Days About this course This course is aimed at experienced IT professionals who currently administer their on-premise infrastructure.

More information

The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Professor Athens Information

The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Professor Athens Information The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Soldatos (jsol@ait.gr, @jsoldatos), Professor Athens Information Technology Contributor: Solufy Blog (http://www.solufy.com/blog)

More information

[Header]: Demystifying Oracle Bare Metal Cloud Services

[Header]: Demystifying Oracle Bare Metal Cloud Services [Header]: Demystifying Oracle Bare Metal Cloud Services [Deck]: The benefits and capabilities of Oracle s next-gen IaaS By Umair Mansoob Introduction As many organizations look to the cloud as a way to

More information

Chapter 13 BPM in the Cloud: The BOC Case

Chapter 13 BPM in the Cloud: The BOC Case Chapter 13 BPM in the Cloud: The BOC Case Alexander Gunka, Harald Kuehn and Stepan Seycek 13.1 Introduction To move an existing application to a Cloud-based operating model is a challenging task. This

More information

The Cloud at Your Service

The Cloud at Your Service C 1 The Cloud at Your Service loud computing is a way to use and share hardware, operating systems, storage, and network capacity over the Internet. Cloud service providers rent virtualized servers, storage,

More information

Getting Started with vrealize Operations First Published On: Last Updated On:

Getting Started with vrealize Operations First Published On: Last Updated On: Getting Started with vrealize Operations First Published On: 02-22-2017 Last Updated On: 07-30-2017 1 Table Of Contents 1. Installation and Configuration 1.1.vROps - Deploy vrealize Ops Manager 1.2.vROps

More information

JOURNEY TO AS A SERVICE

JOURNEY TO AS A SERVICE JOURNEY TO AS A SERVICE CONTAINERIZATION JULY 2017 THE DIGITAL ERA EVOLVED IT TO BUSINESS STRATEGY Siloed, legacy, de-centralized, multi vendor setup. IT product focused. AO Operations IO Operations Wall

More information

Environmental Data Cube Support System (EDCSS) Roles and Processes. 20 August 2013

Environmental Data Cube Support System (EDCSS) Roles and Processes. 20 August 2013 Environmental Data Cube Support System (EDCSS) Roles and Processes 20 August 2013 Table of Contents Overview... 3 EDCSS Support Staff... 5 Systems Engineer... 5 Project Workflow Manager Admin... 5 Provider

More information

Learn How To Implement Cloud on System z. Delivering and optimizing private cloud on System z with Integrated Service Management

Learn How To Implement Cloud on System z. Delivering and optimizing private cloud on System z with Integrated Service Management Learn How To Implement Cloud on System z Delivering and optimizing private cloud on System z with Integrated Service Mike Baskey, Distinguished Engineer, Tivoli z Architecture IBM August 9th, 2012 Session:

More information

"Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary

Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary MOC 20535 A: Architecting Microsoft Course Summary Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft platform. Students should

More information

ECONOMIC AND STRATEGIC BENEFITS

ECONOMIC AND STRATEGIC BENEFITS THE ECONOMIC AND STRATEGIC BENEFITS OF CLOUD COMPUTING Grab a seat and enjoy. Read Time: 12 minutes THE ECONOMIC AND STRATEGIC BENEFITS OF CLOUD COMPUTING Does SaaS save money? Traditional vendors of IT

More information

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y I D C M A R K E T S P O T L I G H T E f f e c t i ve M u l ticloud Str ategies B reak Dow n S i l o s a n d Promote Business Ag i l i t y August 2016 Adapted from IDC's Multicloud Management Survey by

More information

Azure Stack. Unified Application Management on Azure and Beyond

Azure Stack. Unified Application Management on Azure and Beyond Azure Stack Unified Application Management on Azure and Beyond Table of Contents Introduction...3 Deployment Models...4 Dedicated On-Premise Cloud... 4 Shared Application Hosting... 4 Extended Hosting

More information

A Examcollection.Premium.Exam.35q

A Examcollection.Premium.Exam.35q A2030-280.Examcollection.Premium.Exam.35q Number: A2030-280 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ Exam Code: A2030-280 Exam Name: IBM Cloud Computing Infrastructure

More information

Cloud OS Customer-Ready Services

Cloud OS Customer-Ready Services Cloud OS Customer-Ready Services ON-PREMISES CONSISTENT 1PLATFORM MICROSOFT SERVICE PROVIDER Web Platform application Services (PaaS) Infrastructure Services (IaaS) Reliable messaging Virtual Networking

More information

Microsoft FastTrack For Azure Service Level Description

Microsoft FastTrack For Azure Service Level Description ef Microsoft FastTrack For Azure Service Level Description 2017 Microsoft. All rights reserved. 1 Contents Microsoft FastTrack for Azure... 3 Eligible Solutions... 3 FastTrack for Azure Process Overview...

More information

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible WHITE PAPER CA Nimsoft APIs keys to effective service management agility made possible table of contents Introduction 3 CA Nimsoft operational APIs 4 Data collection APIs and integration points Message

More information

DevOps, DevSecOps, and varmour

DevOps, DevSecOps, and varmour WHITE PAPTER DevOps, DevSecOps, and varmour DevOps and DevSecOps Supporting DevSecOps with New Tools varmour DSS Distributed Security System varmour in 4 Common DevOps Scenarios 1. Rolling out a New Application

More information

Multi-Containers Orchestration with Live Migration and High-Availability for Microservices

Multi-Containers Orchestration with Live Migration and High-Availability for Microservices Multi-Containers Orchestration with Live Migration and High-Availability for Microservices Meet Our Presenters Jay Lyman Research Manager, Cloud Platforms, 451 Research Ruslan Synytsky CEO and Co-founder,

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

Course 20535A: Architecting Microsoft Azure Solutions

Course 20535A: Architecting Microsoft Azure Solutions Course 20535A: Architecting Microsoft Azure Solutions Module 1: Application Architecture Patterns in Azure This module introduces and reviews common Azure patterns and architectures as prescribed by the

More information

An IBM Proof of Technology IBM Workload Deployer Overview

An IBM Proof of Technology IBM Workload Deployer Overview An IBM Proof of Technology IBM Workload Deployer Overview WebSphere Infrastructure: The Big Picture Vertically integrated and horizontally fit for purpose Operational Management & Efficiency IBM Workload

More information

Tech Mahindra s Cloud Platform and PaaS Offering. Copyright 2015 Tech Mahindra. All rights reserved.

Tech Mahindra s Cloud Platform and PaaS Offering. Copyright 2015 Tech Mahindra. All rights reserved. Tech Mahindra s Platform and PaaS Offering 1 Issues impacting today s Enterprises? Coping with new hardware requirements as the enterprise grows Growing number of stakeholders with various requirements

More information

ProRenaTa: Proactive and Reactive Tuning to Scale a Distributed Storage System

ProRenaTa: Proactive and Reactive Tuning to Scale a Distributed Storage System ProRenaTa: Proactive and Reactive Tuning to Scale a Distributed Storage System Ying Liu, Navaneeth Rameshan, Enric Monte, Vladimir Vlassov and Leandro Navarro 2015 15th IEEE/ACM International Symposium

More information

CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE

CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE Oracle Enterprise Manager is Oracle s strategic integrated enterprise IT management product line. It provides the industry s first complete cloud lifecycle

More information

SPEC RG CLOUD WG Telco. George Kousiouris, Athanasia Evangelinou 15/4/2014

SPEC RG CLOUD WG Telco. George Kousiouris, Athanasia Evangelinou 15/4/2014 SPEC RG CLOUD WG Telco George Kousiouris, Athanasia Evangelinou 15/4/2014 Research Group Info DKMS Lab of National Technical University of Athens, School of ECE http://grid.ece.ntua.gr/ Key research areas

More information

Cloud Solutions Infrastructure, Platform or Software

Cloud Solutions Infrastructure, Platform or Software 4 International Conference on IT Data collection, Analysis and Benchmarking Los Angeles, CA (USA) September 7, 2016 Cloud Solutions Infrastructure, Platform or Software Where should you go? Arlene F. Minkiewicz

More information

Introduction to Information Security Prof. V. Kamakoti Department of Computer Science and Engineering Indian Institute of Technology, Madras

Introduction to Information Security Prof. V. Kamakoti Department of Computer Science and Engineering Indian Institute of Technology, Madras Introduction to Information Security Prof. V. Kamakoti Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 21 You use your system today, everywhere we are taking

More information

Understanding The Value of Containers in a World of DevOps. Advice that empowers. Technology that enables.

Understanding The Value of Containers in a World of DevOps. Advice that empowers. Technology that enables. Understanding The Value of Containers in a World of DevOps Advice that empowers. Technology that enables. Bradley Brodkin - Some Background Founder & CEO of HighVail Systems, Toronto CANADA 31+ year industry

More information

Cloud Solutions Infrastructure, Platform or Software: Where should you go?

Cloud Solutions Infrastructure, Platform or Software: Where should you go? Cloud Solutions Infrastructure, Platform or Software: Where should you go? Arlene F Minkiewicz PRICE Systems, LLC arlene.minkiewicz@pricesystems.com 2016 PRICE Systems, LLC All Rights Reserved Decades

More information

DEVELOPMENT TOOLCHAIN ON STEROIDS MICHAEL KOLB

DEVELOPMENT TOOLCHAIN ON STEROIDS MICHAEL KOLB DEVELOPMENT TOOLCHAIN ON STEROIDS MICHAEL KOLB http://geek-and-poke.com/ [CC BY 3.0] 2 About me Michael Kolb Chief Architect for Cloud-Projects @ Robert Bosch in Stuttgart, Germany 10 Years+ as Architect

More information

Service Description Cloud Expert Services

Service Description Cloud Expert Services Service Description Cloud Expert Services Table on contents 1 DEFINITIONS... 2 2 PURPOSE OF THE DOCUMENT... 2 3 OVERVIEW OF THE SERVICE... 2 3.1 OVERALL DESCRIPTION... 2 3.2 GEOGRAPHICAL FOOTPRINT... 2

More information

HyperCloud. IT s Cloud Dilemma

HyperCloud. IT s Cloud Dilemma HyperCloud DATASHEET Consume IT, Don t Build IT. In today s shared economy companies drive a competitive edge by focusing on their core competencies and leveraging technology to innovate and create new

More information

Fast Innovation requires Fast IT

Fast Innovation requires Fast IT Fast Innovation requires Fast IT Trends and Data Centre Innovation Sudheesh Subhash Principal Solutions Architect Agenda Application trends Current data centre trends IT Cloud integration Automation and

More information

Cloud Computing. Christian Muschter. Oracle On Demand Sales Manager Deutschland. Hamborner Strasse 51, Düsseldorf, Deutschland

Cloud Computing. Christian Muschter. Oracle On Demand Sales Manager Deutschland. Hamborner Strasse 51, Düsseldorf, Deutschland Cloud Computing Christian Muschter Oracle On Demand Sales Manager Deutschland Hamborner Strasse 51, Düsseldorf, Deutschland Schlüsselworte: Cloud Computing, Enterprise computing, Grid computing, Oracle

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Architecting Microsoft Azure Solutions 20535A; 5 Days; Instructor-led Course Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft

More information

DevOps: Driving Organizational Change and Agility with PaaS

DevOps: Driving Organizational Change and Agility with PaaS DevOps: Driving Organizational Change and Agility with PaaS Government and PaaS: What s the Holdup?...2 PaaS: Open for Business...3 How Agencies Can Benefit from the Maturing PaaS Model...5 Infographic...7

More information

DrACO: Discovering Available Cloud Offerings

DrACO: Discovering Available Cloud Offerings DrACO: Discovering Available Cloud Offerings Antonio Brogi, Paolo Cifariello, Jacopo Soldani Department of Computer Science University of Pisa SummerSOC 2016 Crete, Greece 27/06/2016 Jacopo Soldani (soldani@di.unipi.it)

More information

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Blueprint and Roadmap Service 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Cloud Computing: Addressing Today s Business Challenges Business Flexibility & Agility Cost

More information

Network Optimization Handbook. Your Guide to a Better Network

Network Optimization Handbook. Your Guide to a Better Network Network Optimization Handbook Your Guide to a Better Network Who is this book for? This e-book is for IT leaders who are ready to adopt a proactive approach to optimizing their networks and who want insights

More information

Disaster Recovery Service Guide

Disaster Recovery Service Guide Disaster Recovery Service Guide Getting Started Overview of the HOSTING Unified Cloud The HOSTING Unified Cloud is our approach for helping you achieve better business outcomes. It combines the industry's

More information

Application Migration Patterns for the Service Oriented Cloud

Application Migration Patterns for the Service Oriented Cloud Topic: Cloud Computing Date: July 2011 Author: Lawrence Wilkes Application Migration Patterns for the Service Oriented Cloud Abstract: As well as deploying new applications to the cloud, many organizations

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Virtualization and Cloud Deployments of Oracle E-Business Suite Ivo Dujmović, Director, Applications Development 2 Copyright

More information

MANAGEMENT METRICS FOR CRITICAL IT SERVICES

MANAGEMENT METRICS FOR CRITICAL IT SERVICES MANAGEMENT METRICS FOR CRITICAL IT SERVICES Information Technology is the core business for service providers and a necessity for most global enterprises. In order to make your services excel among the

More information

Dell EMC XC and Nutanix: Overview and Demo of One-Click Simplicity for Infrastructure Upgrades, Capacity Expansion and How To Search

Dell EMC XC and Nutanix: Overview and Demo of One-Click Simplicity for Infrastructure Upgrades, Capacity Expansion and How To Search Dell EMC XC and Nutanix: Overview and Demo of One-Click Simplicity for Infrastructure Upgrades, Capacity Expansion and How To Search Nutanix Prism Explained 2 Prism 3 Enterprise-grade Engineering Consumer-grade

More information

ROBOTIC PROCESS AUTOMATION (RPA)

ROBOTIC PROCESS AUTOMATION (RPA) ROBOTIC PROCESS AUTOMATION (RPA) QUALITY & TESTING Continuous pressure on organisations to reduce business costs, whilst also increasing capacity and eliminating processing issues caused by human error,

More information

Cognitive Networks for Software Networks

Cognitive Networks for Software Networks Cognitive Networks for Software Networks Imen Grida Ben Yahia, IMT Orange Expert, Future Network Community Research project Manager on Cognitive & autonomic Management @Imengby Outline o o o 1 Context

More information

Challenges for Migrating to Today's Growing Multicloud

Challenges for Migrating to Today's Growing Multicloud Enterprise Strategy Group Getting to the bigger truth. Solution Showcase Challenges for Migrating to Today's Growing Multicloud Environments Date: May 2018 Author: Edwin Yuen, Senior Analyst Abstract:

More information

5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud

5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud 5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud Keith Swenson VP R&D, Chief Architect Fujitsu America, Inc. April 2014 Fujitsu at a Glance Headquarters: Tokyo, Japan Established:

More information

Using Predictive Analytics for Cost Optimization Across Cloud Workloads

Using Predictive Analytics for Cost Optimization Across Cloud Workloads Using Predictive Analytics for Cost Optimization Across Cloud Workloads Zachary Jasnoff Vice President of Professional Services PRICE Systems David A. Cass Chief Information Security Officer for IBM IBM

More information

Decisyon App Composer (DAC) Technology Overview

Decisyon App Composer (DAC) Technology Overview Decisyon App Composer (DAC) Technology Overview Decisyon App Composer is an agnostic Industrial IoT (IIOT) Visual Rapid Development Platform with rich native microservices. Along with services from different

More information

A Lakeside Software White Paper. SysTrack and Citrix XenDesktop 7: Future State Virtualization and Performance Management

A Lakeside Software White Paper. SysTrack and Citrix XenDesktop 7: Future State Virtualization and Performance Management A Lakeside Software White Paper SysTrack and Citrix XenDesktop 7: Future State Virtualization and Performance Management 2 SysTrack and Citrix XenDesktop 7: Future State Virtualization and Performance

More information

SurPaaS Analyzer. Cut your application assessment. Visualize Your Cloud Options. Time by a factor of 10x and Cost by 75% Unique Features

SurPaaS Analyzer. Cut your application assessment. Visualize Your Cloud Options. Time by a factor of 10x and Cost by 75% Unique Features SurPaaS Analyzer Visualize Your Cloud Options DATASHEET Cut your application assessment Time by a factor of 10x and Cost by 75% SurPaaS Analyzer is a Cloud smart decision-enabling tool that analyzes your

More information

Deep Learning Acceleration with MATRIX: A Technical White Paper

Deep Learning Acceleration with MATRIX: A Technical White Paper The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Solution Architecture Bitfusion Core Container Management Smart Resourcing Data Volumes Multitenancy Interactive Workspaces

More information

Applicazioni Cloud native

Applicazioni Cloud native Applicazioni Cloud native Marco Dragoni IBM Cloud - Italy Roberto Pozzi IBM Cloud - Italy 2017 IBM Corporation 1 IBM Bluemix is our Integrated Cloud Platform Industry IoT Block Chain Health Financial Services

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Microsoft Official Course - 20535 Architecting Microsoft Azure Solutions Length 5 days Prerequisites Create resources and resource group in Azure. Manage users, groups, and subscriptions in an Azure Active

More information

Management Products: The OTHER side of Veeam. Arron Stebbing Channel Enablement Specialist -

Management Products: The OTHER side of Veeam. Arron Stebbing Channel Enablement Specialist - Management Products: The OTHER side of Veeam Arron Stebbing Channel Enablement Specialist - APJ @ArronStebbing 5 Stages of Intelligent Data Management STAGE 5 STAGE 4 Automation STAGE 3 Orchestration STAGE

More information

IOUG Virtualization SIG - Online Symposium Kai Yu Oracle Solutions Engineering, Dell Inc.

IOUG Virtualization SIG - Online Symposium Kai Yu Oracle Solutions Engineering, Dell Inc. Simplifying Application Deployment in Cloud using Virtual assemblies and EM 12c IOUG Virtualization SIG - Online Symposium Kai Yu Oracle Solutions Engineering, Dell Inc. About Author Kai Yu, Senior Architect,

More information

Data Center Operating System (DCOS) IBM Platform Solutions

Data Center Operating System (DCOS) IBM Platform Solutions April 2015 Data Center Operating System (DCOS) IBM Platform Solutions Agenda Market Context DCOS Definitions IBM Platform Overview DCOS Adoption in IBM Spark on EGO EGO-Mesos Integration 2 Market Context

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Course 20535: Architecting Microsoft Azure Solutions Page 1 of 8 Architecting Microsoft Azure Solutions Course 20535: 4 days; Instructor-Led Introduction This course is intended for architects who have

More information

Kubernetes for the enterprise

Kubernetes for the enterprise Kubernetes for the enterprise Kubernetes is an open-source infrastructure for automating deployment, scaling, and management of containerized applications. Originally built by Google, it is currently maintained

More information

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE Oracle Enterprise Manager is Oracle s strategic integrated enterprise IT management product line. It provides the industry s first complete cloud lifecycle management

More information

Virtualizing Big Data/Hadoop Workloads. Update for vsphere 6. Justin Murray VMware VMware Inc. All rights reserved.

Virtualizing Big Data/Hadoop Workloads. Update for vsphere 6. Justin Murray VMware VMware Inc. All rights reserved. Virtualizing Big Data/Hadoop Workloads Update for vsphere 6 Justin Murray VMware 2014 VMware Inc. All rights reserved. Agenda The Hadoop Customer Journey Why Virtualize Hadoop? vsphere Big Data Extensions

More information

How to Drive Business Value with Capacity Management

How to Drive Business Value with Capacity Management How to Drive Business Value with Capacity Management 18 July 2017 Your Presenter Jim Smith The Building Blocks Executive Buy-in Benefits realization Assessment Roles and responsibilities Strategy Toolset

More information

NFV Orchestrator powered by VMware

NFV Orchestrator powered by VMware NFV Orchestrator powered by VMware White paper October 2015 2 Amdocs Network Cloud Service Orchestrator enables service agility and operational efficiency, powered by VMware. For Amdocs, it s important

More information

Top six performance challenges in managing microservices in a hybrid cloud

Top six performance challenges in managing microservices in a hybrid cloud Top six performance challenges in managing microservices in a hybrid cloud Table of Contents Top six performance challenges in managing microservices in a hybrid cloud Introduction... 3 Chapter 1: Managing

More information

Automating Capacity Management in Virtual, Cloud & Software Defined Datacenters

Automating Capacity Management in Virtual, Cloud & Software Defined Datacenters Automating Capacity Management in Virtual, Cloud & Software Defined Datacenters Andrew Hillier CTO, CiRBA Inc. Capacity Challenges Increasingly Dynamic Access to Alternatives Complex Low Utilization Application

More information

Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1

Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1 Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1 Overview of KYC basic infrastructure, security and implementation, policies and practices. Know Your Customer Limited Tel +353 1-2440669

More information

In Cloud, Can Scientific Communities Benefit from the Economies of Scale?

In Cloud, Can Scientific Communities Benefit from the Economies of Scale? PRELIMINARY VERSION IS PUBLISHED ON SC-MTAGS 09 WITH THE TITLE OF IN CLOUD, DO MTC OR HTC SERVICE PROVIDERS BENEFIT FROM THE ECONOMIES OF SCALE? 1 In Cloud, Can Scientific Communities Benefit from the

More information

DRAFT ENTERPRISE TECHNICAL REFERENCE FRAMEWORK ETRF WHITE PAPER

DRAFT ENTERPRISE TECHNICAL REFERENCE FRAMEWORK ETRF WHITE PAPER DRAFT ENTERPRISE TECHNICAL REFERENCE FRAMEWORK ETRF WHITE PAPER CONTENTS CONTENTS... 0 INTRODUCTION... 1 VISION AND OBJECTIVES... 1 ARCHITECTURE GUIDING PRINCIPLES... 1 ENTERPRISE TECHNICAL REFERENCE FRAMEWORK

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Duration: 5 Days Course Code: 20533C About this Course: This course is intended for IT professionals who are familiar with managing on-premises IT

More information

Self-driving Clouds: From Vision to Reality

Self-driving Clouds: From Vision to Reality @ZeroStackInc sales@zerostack.com www.zerostack.com Self-driving Clouds: From Vision to Reality White Paper Introduction Imagine you are in New York for some customer meetings and meet your brother. So

More information

The Hybrid Enterprise: Working Across On-premises, IaaS, PaaS and SaaS

The Hybrid Enterprise: Working Across On-premises, IaaS, PaaS and SaaS The Hybrid Enterprise: Working Across On-premises, IaaS, PaaS and SaaS Rob Aragao & Stan Wisseman #MicroFocusCyberSummit Primary Goal of Businesses Today Drive Digital Transformation!! 2 For Most Organizations,

More information

Using CA AppLogic for System z to Leverage Your Mainframe in the Private Cloud

Using CA AppLogic for System z to Leverage Your Mainframe in the Private Cloud Using CA AppLogic for System z to Leverage Your Mainframe in the Private Cloud Scott Fagen CA Distinguished Engineer, Mainframe Chief Architect August, 2012 1 legal notice Copyright CA 2012. All rights

More information

Product Brief SysTrack VMP

Product Brief SysTrack VMP Product Brief SysTrack VMP Benefits Optimize desktop and server virtualization and terminal server projects Anticipate and handle problems in the planning stage instead of postimplementation Use iteratively

More information

Customer Challenges SOLUTION BENEFITS

Customer Challenges SOLUTION BENEFITS SOLUTION BRIEF Matilda Cloud Solutions simplify migration of your applications to a public or private cloud, then monitor and control the environment for ongoing IT operations. Our solution empowers businesses

More information

W911NF Project - Mid-term Report

W911NF Project - Mid-term Report W911NF-08-1-0041 Project - Mid-term Report Agent Technology Center, Czech Technical University in Prague Michal Pechoucek 1 Accomplishments for the First 6 Months 1.1 Scenario and Demos During the first

More information

MS Integrating On-Premises Core Infrastructure with Microsoft Azure

MS Integrating On-Premises Core Infrastructure with Microsoft Azure MS-10992 Integrating On-Premises Core Infrastructure with Microsoft Azure COURSE OVERVIEW: This three-day instructor-led course covers a range of components, including Azure Compute, Azure Storage, and

More information

DEVELOPING APPLICATIONS USING MICROSERVICES AND MICROSOFT AZURE SERVICE FABRIC 1

DEVELOPING APPLICATIONS USING MICROSERVICES AND MICROSOFT AZURE SERVICE FABRIC 1 DEVELOPING APPLICATIONS USING MICROSERVICES AND MICROSOFT AZURE SERVICE FABRIC ABSTRACT Microservices based architectures allow for increased scalability and agility when developing and maintaining Customer

More information

Simplifying Application Deployment in Cloud using Virtual Assemblies and EM 12c Kai Yu Oracle Solutions Engineering Dell Inc

Simplifying Application Deployment in Cloud using Virtual Assemblies and EM 12c Kai Yu Oracle Solutions Engineering Dell Inc Simplifying Application Deployment in Cloud using Virtual Assemblies and EM 12c Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, Senior Principal Architect, Dell Database Engineering 20

More information

Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud

Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud Paper 2057-2018 Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud Nikola Marković, Boemska UK ABSTRACT As the capabilities of SAS Viya and SAS 9 are brought

More information