Dr. Thomas Lumpp, IBM Deutschland Research & Development GmbH Cloud Resiliency IBM Corporation

Size: px
Start display at page:

Download "Dr. Thomas Lumpp, IBM Deutschland Research & Development GmbH Cloud Resiliency IBM Corporation"

Transcription

1 Dr. Thomas Lumpp, IBM Deutschland Research & Development GmbH Cloud Resiliency 2009 IBM Corporation

2 Disclaimer This document represents the author's views and opinions. It does not necessarily represent IBM's position or strategy. 2

3 Contributor to this presentation Gerd Breiter, Distinguished Engineer, Cloud Architecture Juergen Schneider, Distinguished Engineer, TSAM Architecture Bernd Jostmeyer, Lead Developer System Automation Application Manager Isabell Schwertle, System Automation Development Dominik Brugger, Content Security Engineering 3

4 Agenda Part I: Introduction Introduction Resiliency for the Cloud Resiliency: Availability, High Availability, and Disaster Recovery Recovery Time Objective and Recovery Point Objective Part II: Cloud Resiliency High Availability of the Common Cloud Management Platform Excursus on High Availability Nomenclature and Classification Stateless Applications, Stateful Application types (Warm-Standby, Hot-Standby, Active-Active) High Availability of the Virtualized Infrastructure and Cloud Services 4

5 Motivation (or: Why should I listen to this talk?) IDC Survey: IT executives/cios and their line-of-business (LOB) colleagues about their companies use of, and views about, IT Cloud Services Enterprise Clouds require answers to these issues

6 Availability, High Availability and Disaster Recovery Availability Recover from HW failure and eventually recover from application failure No redundancy High Availability HW and/or SW Redundancy Resiliency scope of a single site (data center) Disaster Recovery Resiliency across data centers Typically implies data replication Stuttgart (Production) Böblingen (Backup)

7 Factors for High Availability Hardware Redundancy Hardware / Hypervisor Monitoring & Recovery Software Redundancy Coordinated Software Monitoring & Recovery Network Availability Data Resiliency HW/Hypervisor SW Large number of possible combinations

8 Business Relevance of Availability Commerce is handled over the internet and computing centers are growing At the same time businesses need to ensure that their systems are available 24/7 Downtime can be directly translated into loss of revenue Average cost of 1 hour downtime: $ Popular examples are Amazon, Google and Ebay Usual customers also include Banks, Insurance Providers and Computing Centers Availability 90% 95% 99% 99.9% 99.99% 99,999% % Downtime per year 36.5 days days 3.65 days 8.76 hours 52.6 minutes 5.26 minutes 31.5 seconds

9 Recovery Time Objective, Recovery Point Objective, Network Recovery Objective Outage Up and running Point in time of last backup, snapshot, or replication Outage Recovery Time Objective Time delay between outage and recovered application Network Recovery Objective Recovery Point Objective RPO of 5 mins = in case of an outage the data of the last 5 mins could be lost TREND: RPO = 0 Time delay between outage and network availability

10 Part II: Cloud Resiliency 2009 IBM Corporation

11 Cloud Computing is a user experience and a business model Cloud computing is an emerging style of computing in which applications, data, and IT resources are provided as services to users over the network. is a infrastructure management methodology Cloud computing is a way of managing large numbers of highly virtualized resources such that from a management perspective, they can be automatically aggregated to deliver services. Datacenter Infrastructure Monitor & Manage Services & Resources Resilient Cloud Services Access Services Service Consumers Resilient Virtualized Platform IT Cloud Cloud Resilient Cloud Administrator Management Platform Service Catalog, Component Library Component Vendors / Software Publishers Publish & Update Components, Service Templates IBM Corporation

12 Introduction to Cloud Resiliency Cloud Services User Interface API Business-Process-as-a-Service Software-as-a-Service Platform-as-as-Service Infrastructure-as-a-Service Resilient Cloud Services Today, cloud services are mostly offered with no Quality of Services (QoS) for resiliency this will change Virtualized Infrastructure Server, Storage, Network, Facilities Common Cloud Management Platform Service Delivery Portal API BSS Business Support System OSS Operational Support System Offering Mgmt Order Mgmt Accounting & Billing Contract Mgmt Service Templates Service Request Management Provisioning Monitoring & Event Management Customer Mgmt Entitlements Invoicing SLA Reporting Metering, Analytics & Reporting Service Delivery Catalog Service Automation Management Configuration Mgmt Incident, Problem & Change Management IT Asset & License Management Virtualization Mgmt Pricing & Rating Subscriber Mgmt Peering & Settlement Service Offering Catalog Image Lifecycle Management IT Service Level Management Capacity & Performance Management Service Development Portal Resilient Virtualized Infrastructure Very high resiliency requirements to prevent mass outage Failure of a single blade not as critical as the failure of a complete blade landscape Resilient Common Cloud Management Platform High resiliency requirements for the a) cloud management (OSS) b) cloud business application (BSS) Service Provider Portal Service Business Manager Service Transition Manager Service Operations Manager Security & Resiliency Service Security Manager 12

13 High Availability of Common Cloud Management Platform Cloud Services User Interface API Business-Process-as-a-Service Software-as-a-Service Platform-as-as-Service Infrastructure-as-a-Service Virtualized Infrastructure Server, Storage, Network, Facilities Common Cloud Management Platform Service Delivery Portal API BSS Business Support System OSS Operational Support System Offering Mgmt Order Mgmt Accounting & Billing Contract Mgmt Service Templates Service Request Management Provisioning Monitoring & Event Management Customer Mgmt Entitlements Invoicing SLA Reporting Metering, Analytics & Reporting Service Delivery Catalog Service Automation Management Configuration Mgmt Incident, Problem & Change Management IT Asset & License Management Pricing & Rating Subscriber Mgmt Peering & Settlement Service Offering Catalog Image Lifecycle Management IT Service Level Management Capacity & Performance Management Service Development Portal Resilient Common Cloud Management Platform High resiliency requirements for the a) cloud management (OSS) b) cloud business application (BSS) Virtualization Mgmt Service Business Manager Service Provider Portal Service Transition Manager Security & Resiliency Service Operations Manager 13

14 Sample Cloud Management Platform High Availability Considerations WebSphere DMGR TAM WebSphere TAM WebSphere Security (Authentification) Directory Server TDS WebSphere Edge Edge Svr WebSphere Edge Tivoli WebSEAL Tivoli WebSEAL HTTP Server Web Svr HTTP Server Tivoli WebSphere Access Manager Cloud Portal (TAM) WebSphere Cloud Portal Cloud UI WebSphere Cloud Portal WebSphere Cloud Portal Apache Tomcat Apache Tomcat TSAM Admin Server Maximo BSS TSAM Apache Active MQ Apache Active MQ TSAM Directory Server TDS DB2 Cloud Portal Cloud Portal DB DB2 Cloud Portal NFS NFS NFS 14

15 Excursus: Application types High availability for applications is highly dependant on the application type Two general distinctions: Stateless Application means there is no record of previous interactions and each interaction request has to be handled based entirely on information that comes with it. Example: WebServer with static Web Page Serving HA Impact: Can be started without reloading any state Stateful Application means the computer or program keeps track of the state of interaction, usually by setting values in a storage field designated for that purpose. Stateful applications should implement transactional behaviour and need to maintain a state to be recoverable without loosing significant value Example: Databases (ongoing transaction is a state), MQSeries HA Impact: Cannot be restarted without knowledge of the previous state (from an application point of view)

16 Excursus - High Availability for non-was based Applications/Components Stateless Application Application / Component Type Stateless Application Multiple Instances Warm Standby and Hot Standby (Stateful Application Component Single Instance) Active-Active (Stateful Application Component Single Instance) Recommendation No failover required Recommendation: Provides implicit HA by running multiple instances in parallel Warm-Standby (Type I) Recommendation: Use SA MP for Warm-Standby (Example: DB2 ) Hot Standby (Type II) Recommendation (for existing proprietary Hot Standby solutions): Use SA MP for split-brain resolution and automation (Example: DB2 HADR) Stateless Warm standby Hot Standby Active/Active (Type III) No failover required, implementation requires a very complicated, infrastructure to support data integrity and resiliency (e.g. DB2 pure Scale) Active Active Recommendation: Use SA MP for split-brain resolution and automation DB2 System I Web Web Web System I System II System III Warm-Standby System II DB2 HADR System I Active / Active DB2 DB2 DB2 Hot-Standby DB2 HADR System II System I System II System III 16

17 Excursus - High Availability for WAS based Applications/Components Singe WAS Instance Appl Application / Component Type Recommendation WAS Application runs in a single WebSphere Application Server instance Recommendation: Use SA MP to restart a failed component Example: Workload Scheduler Single WAS inst. System I System II J2EE Container-based J2EE containerbased (Application runs across multipe application server instances) Non-pure J2EE Component (Application runs across multipe application server instances) Type IV: J2EE container based Recommendation: If NFS V4 available Use WAS ND s embedded HA Manager Recommendation: Use SA MP to automate and restart failed components Example: CCMDB / Maximo Pure J2EE mutliple Inst. Non Pure J2EE mutliple Inst. Stateful Appl WAS Non-pure J2EE Stateful Appl WAS Appl J2EE container Appl Appl J2EE container WebSphere Cluster J2EE container HA Manager / SA MP Stateful Appl WAS System I System II System III DB2 System IV System V 17

18 Application type groups The application type determines the cluster setup. One active instance* at a time Warm standby Single WAS Instance Non Pure J2EE mutliple Inst. Group 1 (single instance) (No application awareness required) HA Cluster (also known as Failover Cluster) Hot standby Group 2 (Application awareness required) Application awareness required (but typically embedded in the application) Multiple active instances* at a time Stateless Active Active Pure JEE Multi Instance No application awareness required Group 3 (No application awareness required) Note: Active/Active and purejee require most often application awareness but this is typically embedded in application Workload Cluster (also known as Loadbalanced Cluster) * Active instance: Application instance that allows interaction, i.e. processing of user requests

19 Sample Cloud Management Platform High Availability Architecture WebSphere DMGR TAM WebSphere TAM WebSphere Security (Authentification) Directory Server TDS WebSphere Edge Edge Svr WebSphere Edge Tivoli WebSEAL Tivoli WebSEAL HTTP Server Web Svr HTTP Server Tivoli WebSphere Access Manager Cloud Portal (TAM) WebSphere Cloud Portal Cloud UI WebSphere Cloud Portal WebSphere Cloud Portal Apache Tomcat Apache Tomcat TSAM Admin Server Maximo BSS TSAM Apache Active MQ Apache Active MQ TSAM Directory Server TDS DB2 Cloud Portal Cloud Portal DB DB2 Cloud Portal NFS NFS NFS Application Types Group 1 Group 2 Group 3 Stateless Warm standby Hot Standby Active Active Cloud Resiliency Dr. Thomas Lumpp Single WAS inst. Pure J2EE mutliple 2009 IBM Corporation Inst.

20 Introduction to Cloud Resiliency Cloud Services User Interface API Business-Process-as-a-Service Software-as-a-Service Platform-as-as-Service Infrastructure-as-a-Service Resilient Cloud Services Today, cloud services are mostly offered with no Quality of Services (QoS) for resiliency this will change Virtualized Infrastructure Server, Storage, Network, Facilities Common Cloud Management Platform Service Delivery Portal API BSS Business Support System OSS Operational Support System Offering Mgmt Order Mgmt Accounting & Billing Contract Mgmt Service Templates Service Request Management Provisioning Monitoring & Event Management Customer Mgmt Entitlements Invoicing SLA Reporting Metering, Analytics & Reporting Service Delivery Catalog Service Automation Management Configuration Mgmt Incident, Problem & Change Management IT Asset & License Management Virtualization Mgmt Pricing & Rating Subscriber Mgmt Peering & Settlement Service Offering Catalog Image Lifecycle Management IT Service Level Management Capacity & Performance Management Service Development Portal Resilient Virtualized Infrastructure Very high resiliency requirements to prevent mass outage Failure of a single blade not as critical as the failure of a complete blade landscape Service Provider Portal Service Business Manager Service Transition Manager Service Operations Manager 20 Security & Resiliency Cloud Resiliency Dr. Thomas Lumpp Service Security Manager 2009 IBM Corporation

21 Resilient Cloud Services: Relevance for the Cloud Status Quo: Cloud Services are cheap, but not reliable* Trend Customers starting to move from pure development/test cloud usage to production usage As soon as business critical workload will be moved to the cloud, demand for robust, resilient and highly available cloud services will increase * Reliability is influenced by various parts, see later

22 Cloud Services with High Availability QoS Idea: Service provider offers cloud services with simplified High Availability QoSs (e.g. Basic, Premium, Deluxe) Customer does not necessarily need to understand the technical details Criterias of QoS for Cloud Service High Availability Detection and recovery from HW, hypervisor, or OS failure by... restarting OS image or failover OS image to another running hypervisor Detection and recovery from application failure Introduce Redundancy (HW/SW) according to requested High Availability QoS (gold,...) E.g. select appropriate application type (warm standby, hot standby, active-active,...) (note: data is not in scope) 22

23 Cloud Services with High Availability Quality of Service Core Concept: Many Factors for High Availability Cloud Service Developer HA Descriptor creates Instance of Application Image simplify and map HA Middle ware VM DB2 HA Middle ware VM DB2 Cloud Service Consumer request and consume SaaS PaaS Map Levels to Specific Cloud Services Private or Public Cloud IaaS Compute provisions monitors 23 Cloud Service Provider

24 Four Levels of High Availability for an Application in the Compute Cloud (IaaS) 1) Economy: No Recovery 2) Advanced: Automatically Restart Compute Cloud Instance 3) Premium: Automatically Restart Compute Cloud Instance and Monitor/Restart Application 4) Deluxe: Use Cluster Technology: Failover Cluster with Active / Standby Setup or Load Balanced Cluster for Active / Active Type Applications Hardware / Hypervisor Monitoring & Recovery Coordinated Software Monitoring & Recovery Hardware Redundancy Software Redundancy Each level inherits the functionality of the previous levels Economy No Recovery Basic Restart Instance Premium Restart Instance and Monitor/Restart application Deluxe Full Redundancy No Availability Availability Availability High Availability 24 RTO = n/a RPO = 0 RTO = minutes RPO = 0 RTO = minutes RPO = 0 RTO = 0 - minutes RPO = 0

25 Basic High Availability Level Restart Instance Failure: VM dies Cloud Service Provider restarts VM including application from Image Application is restarted by Cloud Service Consumer or OS VM1 A1 Application Image with HA VM failure can be caused by: Guest OS failure HW failure Hypervisor failure user data 25 Economy No Recovery Basic Restart Instance Premium Restart Instance and Monitor/Restart application Deluxe Full Redundancy No Availability Availability Availability High Availability

26 Premium High Availability Level Restart Instance App Monitored Failure: Application dies Application is restarted by HA Component provided by Cloud Service Provider If restart attempt fails, VM including application from Image is restarted and application is restarted by HA Component provided by Cloud Service Provider VM1 A1 Application Image with HA user data 26 Economy No Recovery Basic Restart Instance Premium Restart Instance and Monitor/Restart application Deluxe Full Redundancy No Availability Availability Availability High Availability

27 Deluxe High Availability Level Use Cluster Technology Remember: Application type determines cluster type. Use either HA cluster or workload cluster There must be a description of the required workflows of the cluster setup depending on the application type: 27 Economy No Recovery Basic Restart Instance Premium Restart Instance and Monitor/Restart application Deluxe Full Redundancy No Availability Availability Availability High Availability

28 Deluxe High Availability Level HA Cluster VM1a VM1b A1 A1 Failure: A1 dies in VM1a Recover A1 in VM1b by HA Component provided by Cloud Service Provider Failure of VM1a (HW, Hypervisor and OS) is also covered user data 28 Economy No Recovery Basic Restart Instance Premium Restart Instance and Monitor/Restart application Deluxe Full Redundancy No Availability Availability Availability High Availability

29 Deluxe High Availability Level Workload Cluster The concept of load balancing and scaling can be leveraged to provide High Availability. For High Availability, nodes need to be distributed across independent hardware resources Different levels of High Availability can be achieved by using different thresholds of service utilization that trigger scale out (or scale in respectively). To achieve Deluxe level, a large enough number of spare instances need to be provided at any time (e.g. factor 2). 29 Economy No Recovery Basic Restart Instance Premium Restart Instance and Monitor/Restart application Deluxe Full Redundancy No Availability Availability Availability High Availability

30 Matching Application Types to QoS Levels Application Types (HA Excursus) can be mapped to HA QoS Levels: Economy No Recovery Basic Restart Instance Premium Restart Instance and Monitor/Restart application No Availability Availability Availability High Availability RTO = n/a RPO = 0 RTO = minutes RPO = 0 RTO = minutes RPO = 0 RTO = 0 - minutes RPO = 0 Deluxe Full Redundancy Single Instance HA Cluster Warm standby Single WAS Instance Warm standby Single WAS Instance Hot standby Workload Cluster without spares Workload Cluster with spares Stateless Active Active Pure JEE Multi Instance Stateless Active Active Pure JEE Multi Instance 30

31 From IaaS Compute Cloud Resiliency To PaaS/SaaS Resiliency The concept designed for IaaS can be mapped to PaaS and SaaS Even more IaaS HA components can be used to build composite PaaS and SaaS offerings SaaS SaaS SaaS PaaS PaaS PaaS IaaS Compute IaaS Compute IaaS Compute IaaS Compute IaaS Compute IaaSComputeIaaS

32 Summary HA QoS Levels for all Cloud Services Economy Basic Premium Deluxe - no recovery of HW/OS failure - no application awareness - no redundancy required (single instance) - Restart OS image after HW/OS failure - no application awareness - no redundancy required (single instance) - Restart OS image after HW/OS failure - Recover from application failure - no redundancy required (single instance) - Restart OS image after HW/OS failure - Recover from application failure - HW/SW redundancy No Availability Availability Availability High Availability SaaS n/a Use Basic (or higher) PaaS and/or IaaS Components Use Premium (or higher) PaaS and/or IaaS Components Use Deluxe (or higher) PaaS and/or IaaS Components or use Premium Level PaaS fully redundantly PaaS n/a Use Basic (or higher) IaaS Components Use Premium (or higher) IaaS Components Use Deluxe (or higher) IaaS Components IaaSComputeIaaS Left alone OS IaaS Image Instance RTO = n/a RPO = 0 Restart IaaS Image Instance RTO = minutesor n/a? RPO = 0 Restart IaaS Image Instance and Monitor Application RTO = minutes (improved to Basic) RPO = 0 Redundancy Cluster RTO = 0 - minutes (improved to Premium) RPO = 0

33 Summary Due to the complexity of cloud environments, different strategies need to be applied Resiliency for the virtualized infrastructure Resiliency for the cloud management part Resiliency for the services offered in a cloud Resiliency for cloud services needs to be easily adoptable and complexity needs to be hidden from the customer

34 Thanks 2009 IBM Corporation

Our Own Experience: How IBM is using Cloud

Our Own Experience: How IBM is using Cloud Our Own Experience: How IBM is using Cloud Desmond Koh Putting a Price Tag to Cloud: Chargeback and Metering 7th October, 2010 The Value of Cloud Computing to the User and the Enterprise Improve Business

More information

Cloud Opportunity and Smarter IT Delivery Bora TAŞER

Cloud Opportunity and Smarter IT Delivery Bora TAŞER Cloud Opportunity and Smarter IT Delivery Bora TAŞER Test & Development Cloud Computing Leader & SME, IBM CEE Agenda What is Cloud Computing? (aka Computing on Demand - CoD) What is the Market Trend? Upcoming

More information

Win with Cloud on System z. Frank J. De Gilio IBM Corporation August 8, 2012 Session: 11748

Win with Cloud on System z. Frank J. De Gilio IBM Corporation August 8, 2012 Session: 11748 Win with Cloud on System z Frank J. De Gilio IBM Corporation August 8, 2012 Session: 11748 2 From XKCD Why they Need us! There is planned downtime every night when we turn on the Roomba and it runs over

More information

IBM SmartCloud Control Desk: High Availability and Disaster Recovery Configurations IBM Redbooks Solution Guide

IBM SmartCloud Control Desk: High Availability and Disaster Recovery Configurations IBM Redbooks Solution Guide IBM SmartCloud Control Desk: High Availability and Disaster Recovery Configurations IBM Redbooks Solution Guide In today s global environment, more organizations must reduce their downtime to the minimum

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

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

SunGard: Cloud Provider Capabilities

SunGard: Cloud Provider Capabilities SunGard: Cloud Provider Capabilities Production and Recovery Solutions for Mid-Sized Enterprises www.sungardas.com Agenda Our Mission Use Cases Cloud Strategy Why SunGard 2 Our Mission Enable mid-sized

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

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

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

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

How CloudEndure Works

How CloudEndure Works The Technology Behind s Disaster Recovery and Migration Solutions Introduction Organizations can thereby achieve sub-second Recovery Point Objectives (RPOs). offers Disaster Recovery and Migration Software-as-a-Service

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

Trasformare il Business con Soluzioni Cloud

Trasformare il Business con Soluzioni Cloud Trasformare il Business con Soluzioni Cloud Marco Sebastiani Product Manager, IBM Tivoli Cloud Solutions 1 What is different about cloud computing? Without cloud computing With cloud computing Virtualized

More information

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions Agenda CLOUD Providers Types of CLOUD Environments Cloud Deployments MQ on CLOUD MQ on AWS MQ Monitoring on Cloud What is

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

AFFORDABLE AZURE February 14, 2019

AFFORDABLE AZURE February 14, 2019 AFFORDABLE AZURE February 14, 2019 MEET THE PRESENTERS Brian Griffeth Dalechek Cloud Solutions Architect Mark Seger Microsoft Azure Strategic Growth Development Manager Rick Dalechek Dalechek Founder of

More information

IBM Service Management solutions To support your business objectives. Increase your service availability and performance with IBM Service Management.

IBM Service Management solutions To support your business objectives. Increase your service availability and performance with IBM Service Management. IBM Service Management solutions To support your business objectives Increase your service availability and performance with IBM Service Management. The challenges are clear for today s operations If you

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud IBM Terms of Use SaaS Specific Offering Terms IBM Case Manager on Cloud The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms ) and

More information

Enterprise Cloud Computing

Enterprise Cloud Computing Enterprise Cloud Computing Leon Chen, 陳逸嘉 Sr. Sales Consultant Oracle leon.x.chen@oracle.com 2009 Oracle 1 The following is intended to outline our general product direction. It is intended for information

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

ESCM Appliance for Hybrid Cloud FUJITSU

ESCM Appliance for Hybrid Cloud FUJITSU ESCM Appliance for Hybrid Cloud 0 2017 FUJITSU Enterprise Service Catalog Manager Appliance Challenges in Hybrid Cloud 1 2017 FUJITSU Challenges in Hybrid Cloud SaaS Offerings Internal Services IaaS &

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

IBM Emptoris Strategic Supply Management on Cloud

IBM Emptoris Strategic Supply Management on Cloud Service Description IBM Emptoris Strategic Supply Management on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and

More information

Sanovi DRM for VMware SRM. Technical Brief

Sanovi DRM for VMware SRM. Technical Brief Sanovi DRM for VMware SRM Technical Brief Contents Executive Summary Benefits of Sanovi DRM for SRM DR Lifecycle Non-Intrusive Test Switchover and Switch back Failover Report and Analytics Pre-requisite

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud Service Description IBM Case Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users and recipients of

More information

gianluca.arria@centrocomputer.it Why consider the cloud? 16/09/2014 Il Cloud Microsoft: Introduzione a Microsoft Azure Cloud innovation presents challenges for IT 16/09/2014 Il Cloud Microsoft: Introduzione

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud Service Description IBM Case Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud

More information

Simplifying Data Protection with Next-Generation Converged Infrastructure

Simplifying Data Protection with Next-Generation Converged Infrastructure Sponsored by: Veritas Hyperconverged infrastructure (HCI) and secondary storage connected to the cloud are changing the way IT organizations approach data protection. These systems offer greater usability

More information

Cisco Intelligent Automation for Cloud

Cisco Intelligent Automation for Cloud Data Sheet Cisco Intelligent Automation for Cloud Introduction IT is under increasing pressure to deliver services to the business more quickly and inexpensively than ever before. Fortunately, a new solution,

More information

Intelligent Data Management for The Hyper-Available School. Anthony Spiteri Global Technologist, Product anthonyspiteri.

Intelligent Data Management for The Hyper-Available School. Anthony Spiteri Global Technologist, Product anthonyspiteri. Intelligent Data Management for The Hyper-Available School Anthony Spiteri Global Technologist, Product Strategy @anthonyspiteri anthonyspiteri.net People need CONFIDENCE in their DIGITAL LIVES $ DATA

More information

Stephen Raj Sales Director, Asia Pacific Microsoft Solutions, Dimension Data

Stephen Raj Sales Director, Asia Pacific Microsoft Solutions, Dimension Data Stephen Raj Sales Director, Asia Pacific Microsoft Solutions, Dimension Data About Dimension Data 2010 global revenues of US$4.7 billion Over 13,000 regular employees with operations in 49 countries across

More information

Secure Delivery Center 2012

Secure Delivery Center 2012 OSS Deliver software & packages Reporting & Archiving Genuitec s Delivery Center 2012 A Marketplace Inside Your Firewall 2012 Update 1 Overview Company Introduction Genuitec is a founding member of the

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

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

Running Linux-HA on a IBM System z

Running Linux-HA on a IBM System z Dr. Stefan Reimbold IBM Research & Development Running Linux-HA on a IBM System z 2013 IBM Corporation Dr. Stefan Reimbold IBM Research & Development Trademarks IBM, the IBM logo, and ibm.com are trademarks

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

Building a Foundation for Effective Service Delivery and Process Automation

Building a Foundation for Effective Service Delivery and Process Automation Building a Foundation for Effective Service Delivery and Process Automation Agenda Service Management World Tour IBM Service Management Customer Challenges Overview of Service Delivery and Process Automation

More information

IBM Business Process Manager on Cloud

IBM Business Process Manager on Cloud Service Description IBM Business Process Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of

More information

IBM Tivoli Service Desk

IBM Tivoli Service Desk Deliver high-quality services while helping to control cost IBM Tivoli Service Desk Highlights Streamline incident and problem management processes for more rapid service restoration at an appropriate

More information

Implementing a Service Management Architecture

Implementing a Service Management Architecture Implementing a Service Architecture Carolin Granzow GTS Middleware Services IBM Service, AP 2008 IBM Corporation Business Unit or Product Name What your business needs from IT Partner with the business

More information

IBM Tivoli Workload Scheduler

IBM Tivoli Workload Scheduler Manage mission-critical enterprise applications with efficiency IBM Tivoli Workload Scheduler Highlights Drive workload performance according to your business objectives Help optimize productivity by automating

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

A Framework Approach to Ensuring Application Recovery Readiness. White Paper

A Framework Approach to Ensuring Application Recovery Readiness. White Paper A Framework Approach to Ensuring Application Recovery Readiness White Paper White Paper A Framework Approach to Ensuring Application Recovery Readiness. Sanovi's DR Management Suite (Sanovi DRM ) is the

More information

James Cook University

James Cook University James Cook University Case Study: How JCU is giving students and staff confidence in their digital lives Swain Kirk Head, ICT Infrastructure Services, JCU Casey John Hobill Enterprise Account Manager,

More information

IBM Datacap on Cloud

IBM Datacap on Cloud Service Description IBM Datacap on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud Service.

More information

IBM Content Foundation on Cloud

IBM Content Foundation on Cloud IBM Terms of Use SaaS Specific Offering Terms IBM Content Foundation on Cloud The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms

More information

IBM Terms of Use SaaS Specific Offering Terms. IBM Content Foundation on Cloud. 1. IBM SaaS. 2. Charge Metrics. 3. Charges and Billing

IBM Terms of Use SaaS Specific Offering Terms. IBM Content Foundation on Cloud. 1. IBM SaaS. 2. Charge Metrics. 3. Charges and Billing IBM Terms of Use SaaS Specific Offering Terms IBM Content Foundation on Cloud The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms

More information

What s New in Catalogic ECX 2.0

What s New in Catalogic ECX 2.0 What s New in Catalogic ECX 2.0 Manage, Orchestrate, and Analyze Across the Enterprise and the Cloud New and Enhanced Features Catalogic ECX 2.0 Instant Flexible Retention Policies Automatic Storage Volume

More information

REVISED 5 NOVEMBER 2018 SERVICE DEFINITIONS

REVISED 5 NOVEMBER 2018 SERVICE DEFINITIONS REVISED 5 NOVEMBER 2018 Table of Contents Service Definitions Workspace ONE Use Case Services Horizon Cloud Service on Microsoft Azure Use Case Services Recovery Services GUIDE 2 VMware Workspace ONE Cloud-Based

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

IBM Business Process Manager on Cloud

IBM Business Process Manager on Cloud Service Description IBM Business Process Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of

More information

Operational Resiliency for a Virtualized Environment

Operational Resiliency for a Virtualized Environment Operational Resiliency for a Virtualized Environment Peter Laz, MBCP, MBCI Managing Consultant Forsythe Brendan Foye Enterprise Account Manager Zerto AGENDA Operational Resiliency vs. Disaster Recovery

More information

E-business on demand. The IT Environment of an on demand Business. Business Consulting Services. Ville-Mikko Kanerva December 1, 2003

E-business on demand. The IT Environment of an on demand Business. Business Consulting Services. Ville-Mikko Kanerva December 1, 2003 E-business on demand The IT of an on demand Business Ville-Mikko Kanerva December 1, 2003 2002 IBM Corporation Table of contents On demand Business Transformation On demand Operating On demand Application

More information

Managed Services. Managed Services. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE.

Managed Services. Managed Services. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE Pricing Models At SmartERP, we realize that every organization is different with a unique set of requirements. Depending on

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

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

1. By default, what are three of the required fields in a bulletin board message? (Choose three.)

1. By default, what are three of the required fields in a bulletin board message? (Choose three.) Volume A~B: 100 Questions Volume A 1. By default, what are three of the required fields in a bulletin board message? (Choose three.) A. Subject B. Message C. Message ID D. Organization E. Person Group

More information

IBM Informix Dynamic Server (IDS) on Amazon EC2

IBM Informix Dynamic Server (IDS) on Amazon EC2 IBM Informix Dynamic Server (IDS) on Amazon EC2 Speaker(s): Guy Bowerman, Informix Architect Cloud Computing for Developers Hosted by IBM and Amazon Web Services October 1, 2009 Information Management

More information

Fostering Business Consumption With Automation & Orchestration Of IT Services. Antoine Acklin Head of Consulting, Australia & New Zealand

Fostering Business Consumption With Automation & Orchestration Of IT Services. Antoine Acklin Head of Consulting, Australia & New Zealand Fostering Business Consumption With Automation & Orchestration Of IT Services Antoine Acklin Head of Consulting, Australia & New Zealand 1 IT AS A SERVICE 62% 70% BUSINESS LEADERS IT LEADERS Business leaders

More information

Service Level Agreement

Service Level Agreement 7 th March 2017 Public - Freely Distributable Version 1.2 Table of Contents 1 Availability SLAs... 3 1.1 How do we Measure Availability?... 4 1.1.1 Permitted Unavailable Time... 4 1.2 How do we Calculate

More information

Best Practices for IT Service Management in 2017+

Best Practices for IT Service Management in 2017+ Best Practices for IT Service Management in 2017+ Branko Tadić ITSM Solution Executive IBM Hybrid Cloud Europe branko.tadic@rs.ibm.com 2016 IBM Corporation 2016 IBM Corporation 2016 IBM Corporation 2016

More information

IBM Cloud Application Performance Management

IBM Cloud Application Performance Management Service Description IBM Cloud Application Performance Management This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users

More information

SAP HANA MADE SIMPLE WITH VALIDATED SOLUTIONS & CONVERGED SYSTEMS. Joakim Zetterblad, Director SAP Practice, EMEA

SAP HANA MADE SIMPLE WITH VALIDATED SOLUTIONS & CONVERGED SYSTEMS. Joakim Zetterblad, Director SAP Practice, EMEA SAP HANA MADE SIMPLE WITH VALIDATED SOLUTIONS & CONVERGED SYSTEMS Joakim Zetterblad, Director SAP Practice, EMEA The NEW SAP fromthings IoT Applications IoT Analytics Connected Devices SAP HANA Cloud Platform

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

Multi-Cloud Infrastructure as a Service (IaaS) as a Public Cloud Adoption Pattern

Multi-Cloud Infrastructure as a Service (IaaS) as a Public Cloud Adoption Pattern Multi-Cloud Infrastructure as a Service (IaaS) as a Public Cloud Adoption Pattern Deepak Mohan, Research Director Enterprise Storage and Servers Group IDC Web Conference August 25, 2016 Agenda Multi-cloud

More information

IBM Cloud Architecture and Strategy

IBM Cloud Architecture and Strategy Gerd Breiter, IBM Distinguished Engineer March 2013 IBM Cloud Architecture and Strategy Selected Topics Mobility, big data, analytics, social collaboration and cloud are creating a new wave of business

More information

itsmf Annual Conference 2012

itsmf Annual Conference 2012 itsmf Annual Conference 2012 IBM Cloud Adoption Patterns Rethink IT, Reinvent Business Mr. Alwyn Tse Technical Consultant, Software Group, IBM China/HK Ltd Rethink IT and reinvent business with IBM SmartCloud.

More information

IBM PowerHA SystemMirror for AIX Enhancements IBM Redbooks Solution Guide

IBM PowerHA SystemMirror for AIX Enhancements IBM Redbooks Solution Guide IBM PowerHA SystemMirror for AIX 7.1.3 Enhancements IBM Redbooks Solution Guide IBM PowerHA SystemMirror for AIX 7 represents a new generation of clustering solutions for high availability and disaster

More information

A Practice of Cloud Computing for HPC & Other Applications. Matthew Huang Sun Microsystems, a subsidiary of Oracle Corp.

A Practice of Cloud Computing for HPC & Other Applications. Matthew Huang Sun Microsystems, a subsidiary of Oracle Corp. A Practice of Cloud Computing for HPC & Other Applications Matthew Huang Sun Microsystems, a subsidiary of Oracle Corp. matthew.huang@sun.com 1 IT Transformation to Cloud Computing 2 Example: NY Times

More information

What s Happening to the Mainframe? Mobile? Social? Cloud? Big Data?

What s Happening to the Mainframe? Mobile? Social? Cloud? Big Data? Glenn Anderson, IBM Lab Services and Training What s Happening to the Mainframe? Mobile? Social? Cloud? Big Data? Winter SHARE March 2014 Session 15126 Today s mainframe is a hybrid system InfoSphere Streams

More information

zexperten Forum Luzern 10/2016 Cloud on Mainframe / Don t worry be API

zexperten Forum Luzern 10/2016 Cloud on Mainframe / Don t worry be API Erich Amrehn Distinguished Engineer & Versatilist CTO WW Client Center Member of IBM Academy of Technology, TEC & WW zchampion Leader Research & Development Boeblingen zexperten Forum Luzern 10/2016 Cloud

More information

Lecture 1 IBM Maximo Asset Management Overview

Lecture 1 IBM Maximo Asset Management Overview Tivoli Enterprise 7.1 One day workshop for Business Partners Lecture 1 Overview Tivoli Enterprise 7.1 One day workshop for Business Partners Agenda Functional Coverage Architecture User Interface Configuration

More information

Zynstra Software for the Retail Edge Datasheet

Zynstra Software for the Retail Edge Datasheet Powering the Retail Edge Zynstra Software for the Retail Edge Datasheet Zynstra enables the virtualization of retail back office and front office IT resources, and offers specific virtualization solutions

More information

World Leading Storage Cloud at ETH Zürich

World Leading Storage Cloud at ETH Zürich Felix Sutter Dr. Tilo Steiger IT Architect, IBM Switzerland Ltd Head of Storage Services, ETH Zürich Informatikdienste World Leading Storage Cloud at ETH Zürich Agenda The challenges From IT Silos to Cloud

More information

IBM Cloud Application Performance Management

IBM Cloud Application Performance Management Service Description IBM Cloud Application Performance Management This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users

More information

IBM Content Foundation on Cloud

IBM Content Foundation on Cloud Service Description IBM Content Foundation on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the

More information

Catalogic ECX : Data Center Modernization with In-Place Copy Data Management

Catalogic ECX : Data Center Modernization with In-Place Copy Data Management Catalogic ECX : Data Center Modernization with In-Place Copy Data Management Catalog. Automate. Transform. Catalogic ECX Highlights Automate the creation and use of copy data snapshots, clones, and replicas

More information

Blake Biernacki. Brian Bailey. Chad Sessions

Blake Biernacki. Brian Bailey. Chad Sessions Blake Biernacki Technical Director Brian Bailey Functional Safety Services Director Chad Sessions Director of IT Presentation Topics ProLytX update Using HIVE with SPI Functional safety and TestDrive Engineering

More information

Openet: NFV - Moving It To The Field

Openet: NFV - Moving It To The Field Openet: NFV - Moving It To The Field Corporate Overview Delivering Real-time BSS that drives innovation Enable real-time monetization of network activity Virtualization ready technology Deliver functionality

More information

IBM Content Manager Enterprise Edition on Cloud

IBM Content Manager Enterprise Edition on Cloud Service Description IBM Content Manager Enterprise Edition on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients

More information

Hadoop Migration Made Simple:

Hadoop Migration Made Simple: Hadoop Migration Made Simple: A SINGLE APPROACH TO CLOUD, ON-PREMISE AND MULTI-VENDOR MIGRATIONS By Steve Jones, Capgemini Global VP, Big Data and Analytics Hadoop Migration Made Simple: A Single Approach

More information

IBM SmartCloud Strategy How cloud computing can support your business Christoph Schwaiger Cloud Offering manager, CEE October 18th, 2011

IBM SmartCloud Strategy How cloud computing can support your business Christoph Schwaiger Cloud Offering manager, CEE October 18th, 2011 IBM SmartCloud Strategy How cloud computing can support your business Christoph Schwaiger Cloud Offering manager, CEE October 18th, 2011 Expectations and demands on data centers are increasing exponentially

More information

IBM Information Server on Cloud

IBM Information Server on Cloud IBM Terms of Use SaaS Specific Offering Terms IBM Information Server on Cloud The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms

More information

IBM Developer and Test Cloud

IBM Developer and Test Cloud Presented by IBM developerworks ibm.com/developerworks/ Cloud Computing IBM Developer and Test Cloud Dan O Riordan IDR La Gaude, France, IIC Architects Cloud Computing 2008 IBM Corporation Presented by

More information

THE SIMPLEST CLOUD MIGRATION IN THE WORLD

THE SIMPLEST CLOUD MIGRATION IN THE WORLD THE SIMPLEST CLOUD MIGRATION IN THE WORLD 600+ 50% 100% 75% 71 33M Storefronts migrated to the cloud Average improvement in site performance Uptime during high season Average reduction in costs NPS score

More information

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works TECHNICAL WHITE PAPER Rubrik and Microsoft Azure Technology Overview and How It Works TABLE OF CONTENTS THE UNSTOPPABLE RISE OF CLOUD SERVICES...3 CLOUD PARADIGM INTRODUCES DIFFERENT PRINCIPLES...3 WHAT

More information

IBM Cloud Video Streaming

IBM Cloud Video Streaming IBM Terms of Use SaaS Specific Offering Terms IBM Cloud Video Streaming The Terms of Use ("ToU") is composed of this IBM Terms of Use SaaS Specific Offering Terms ("SaaS Specific Offering Terms") and a

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

Building IoT Solutions in Azure

Building IoT Solutions in Azure Building IoT Solutions in Azure About me Mayank Srivastava Evangelist, Organizer, SPR Consulting CNUG The Chicago.Net User Group @MayankSri www.linkedin.com/in/mayanksri/ MayankSri@Live.com Agenda IoT

More information

IBM Enterprise Content Management Cloud Offerings IBM Corporation

IBM Enterprise Content Management Cloud Offerings IBM Corporation IBM Enterprise Content Management Cloud Offerings Four IBM ECM Cloud offerings Content Foundation/FileNet on Cloud Case Manager on Cloud Datacap on Cloud CM OnDemand on Cloud 2 IBM Content Foundation /

More information

3.30pm. A sneak peek at Veeam 2018 releases Veeam for VMware Cloud on AWS technical deep dive Veeam Availability Console Update pm. 2.

3.30pm. A sneak peek at Veeam 2018 releases Veeam for VMware Cloud on AWS technical deep dive Veeam Availability Console Update pm. 2. 1.30pm 2.00pm 2.30pm 3.00pm 3.30pm 4.00pm 4.30pm 5.00pm Business Breakout Veeam Backup for Microsoft Office 365 - It's Your Data! Management products: The OTHER side of Veeam Panel: Business Compliance

More information

RUNNING XA IN THE CLOUD. Ross Freeman, Product Manager Infor

RUNNING XA IN THE CLOUD. Ross Freeman, Product Manager Infor RUNNING XA IN THE CLOUD Ross Freeman, Product Manager Infor FULL DISCLAIMER This presentation reflects the direction Infor may take with regard to the products or services described herein, all of which

More information

IBM Business Process Manager on Cloud

IBM Business Process Manager on Cloud Service Description IBM Business Process Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of

More information

Use Emerging Technologies to Gain a Competitive Advantage in the Market. Jason Glenn - Dell, Inc.

Use Emerging Technologies to Gain a Competitive Advantage in the Market. Jason Glenn - Dell, Inc. Use Emerging Technologies to Gain a Competitive Advantage in the Market Jason Glenn - Dell, Inc. Stakeholders will no longer accept a rearview look at the business Driving the need for high speed analytics

More information

Azure vs. AWS. How to Decide Between Microsoft Azure and Amazon Web Services

Azure vs. AWS. How to Decide Between Microsoft Azure and Amazon Web Services Azure vs. AWS How to Decide Between Microsoft Azure and Amazon Web Services 1 Azure vs. AWS - Does Size Matter? The debate about whether Microsoft or Amazon provides the best public cloud services for

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing I am here to help buzzetti@us.ibm.com Historic Waves of Economic and Social Transformation Industrial Revolution Age of Steam and Railways Age of Steel and Electricity Age

More information

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: WORKSPACE ONE INTELLIGENCE

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: WORKSPACE ONE INTELLIGENCE REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: WORKSPACE ONE INTELLIGENCE Table of Contents Component Design: Workspace ONE Intelligence Architecture Scalability and Availability Databases Workspace ONE Intelligence

More information

Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix

Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix 2015 IBM Corporation WASaaS What is WebSphere as a Service on IBM

More information

Underneath all the hype, the essence of

Underneath all the hype, the essence of Web-Scale Workflow Editor: Schahram Dustdar dustdar@infosys.tuwien.ac.at Portable Cloud Services Using TOSCA Tobias Binz University of Stuttgart Gerd Breiter IBM Boeblingen Laboratory Frank Leymann University

More information