Supercharge Your DevOps Automation Using Oracle Enterprise Manager s CLI and REST APIs

Size: px
Start display at page:

Download "Supercharge Your DevOps Automation Using Oracle Enterprise Manager s CLI and REST APIs"

Transcription

1 Supercharge Your DevOps Automation Using Oracle Enterprise Manager s CLI and REST APIs Vic Parker Principal Enterprise Manager & Cloud Specialist Sales Consulting, Enterprise Manager October 27, 2015

2 What is DevOps? - Why DevOps? The answer to What is DevOps is based on the response to Why DevOps? The answer to Why DevOps is based on desired IT business results. 2

3 Supporting DevOps Adoption The tools or toolchain is selected to support the desired IT business goals. However, tools alone do not equate to DevOps adoption. 3

4 Customer Trends for Automation & Cloud Adoption Adopting DevOps Principals (Continuous Models) Increased Interest in Open Source Automation (Chef, Puppet) Becoming Internal Service Providers Increased Focus on Time to Value (PaaS) Forward Looking with Hybrid in Mind (Internal Brokers) Push Button Application Deployment (Orchestration, Best of Breed)

5 Best Practices for Automation & Cloud Adoption Automation and Cloud Adoption, an Extension of ITSM Analyze Suitable Applications and Start with a Narrow Focus Demonstrate Business Value Increased Focus Standardization and Configuration Management Design Automation with Administrators Integral to the Process Avoid Shifting the Burden of Management to Workflow Designers

6 Open Source Solutions Require Providers

7 Interface Interaction for DB Lifecycle Automation Data Center EMCLI Provisioning Profile Deployment Procedure Host What are these environments (dev, test, prod)? What is the capacity of these environments? How do I optimize my resources? How do I protect service levels? 7

8 Centralized Software Library Single repository for storing and retrieving images, scripts and assemblies Can be co-located with Self-Service Application or with cloud targets Choice of Storage types and Protocols (NFS, HTTP(S)), ideally suited for remote data centers Integrated with Packaging tools like Assembly Builder Supports Access rights for each image/assembly

9 EM 12c Cloud Pack Self-Service Provisioning Out-of-box Portal with API support Comprehensive support for consolidation Dedicated databases, schema, pluggable Automated, intelligent placement workload and configuration Complete self-service catalog Governance, quotas, policies, showback Flexible cloning architecture Full data cloning by leveraging backups Instant database provisioning using SnapClone Integrated database lifecycle management Monitoring, backup, patching API-driven (RESTful and command line)

10 Intelligent Service Placement The Best Fit Rule Automatically find suitable target for placement: nodes for single instance and RAC databases databases for schema container database for PDBs* Current Load Current Population Placement Constraints CPU, Memory, and Storage usage No. of Service Instances Limits set on zones and pools * PDBaaS allows for custom placement - selection of the container database

11 Enterprise Private Cloud Management Strategy Define & manage datacenter resources as Services Full set of capabilities covering breadth & depth of an enterprise data center Infrastructure, Database, Platform, Applications Unified & Integrated solution to manage full Cloud Lifecycle, especially on Engineered Systems Focus on business applications/transactions & data Not just infrastructure Analytics for continuously improving and optimizing cloud services Seamless portability across private and public clouds Co-existence and integration with other cloud & Automation Solutions

12 EM Role Driven Usage Base & DB Lifecycle Mgmt. Pack Administrative Automation Enterprise Manager Administration Target Agent Security Incidents Jobs (i.e. Backup) etc. Provision Software Create Databases Patch DBs Upgrade DBs Delete DBs 12

13 EM Role Driven Usage Cloud Management Pack Provider (i.e. Administrator) Zone Mgmt. Pool Mgmt. Fleet Maintenance Service Catalog Mgmt. Snap Clone Metering / Show back Requestor (i.e. DevOps) Request Database Services Monitor and Manage Deployed DBs Fleet Maintenance Backup / Snapshot Delete Service DBs 13

14 Complementary Cloud APIs Requestor Cloud Delivery Cloud Setup Provider Zone Mgmt Pool Mgmt Quota Mgmt Create DB Service List Deployed DBs, Service Templates Patch DBs Delete Instance DBs Request Setting ( Service max Duration, etc ) Database Size Mgmt Profile Mgmt Service Template Mgmt REST EM CLI 14

15 Interface Interaction for Cloud Management Administration (i.e. Setup) Provisioning Profile Request & Manage Services Service Template Pool Zone EMCLI Deployment Procedure REST API Request Settings Quotas Snap Clone Host Pluggable DB 1 Call Deletion 15

16 Why not use EM CLI & RESTful Web Service for DevOps? EMCLI for Provisioning Procedures and Lifecycle Management REST API Abstracts Infrastructure REST API requires very few inputs URI /em/cloud/dbaas/zone/82cf1c28fa20a183c99d138ff8065f19 JSON Body { "based_on": "/em/cloud/dbaas/dbplatformtemplate/cc3bbb665a6bc6ffe040f00aef ", "name": "<Request name>", "description": "<Request Description>", "start_date": " T14:20:00ZAsia/Calcutta", "end_date": " T17:20:00ZAsia/Calcutta", "standby_required" : "true", "params": { "username": "Master Account username for the DB", "password": "Password for the Master Account on the DB", "database_sid" : "Database SID", "service_name" : "Name of the additional service to be created", "db_size_name": "Medium", "standbydbs": [ { "standbydb_name":"stby2", "standbydb_sid":"stio62" } ] "database_profile_version": "RMAN_06_27_2014_14_18_PM" } } RED are Required Parameters 16

17 Recurrent Database Installation, Backup, etc. by DevOps REST Example: Request DB from RMAN backup with Standby URI /em/cloud/dbaas/zone/82cf1c28fa20a183c99d138ff8065f19 JSON Body { "based_on": "/em/cloud/dbaas/dbplatformtemplate/cc3bbb665a6bc6ffe040f00aef252456", "name": "<Request name>", "description": "<Request Description>", "start_date": " T14:20:00ZAsia/Calcutta", "end_date": " T17:20:00ZAsia/Calcutta", "standby_required" : "true", "params": { "username": "Master Account username for the DB", "password": "Password for the Master Account on the DB", "database_sid" : "Database SID", "service_name" : "Name of the additional service to be created", "db_size_name": "Medium", "standbydbs": [ { "standbydb_name":"stby2", "standbydb_sid":"stio62" } ] "database_profile_version": "RMAN_06_27_2014_14_18_PM" } } REST Example: Schedule a backup URI /em/cloud/dbaas/dbplatforminstance/byrequest/7 JSON Body { "operation" : "BACKUP", "backup_schedule" : " T12:34:45ZAsia/Calcutta" } 17

18 Major Use Cases (Made easier with Cloud Mgmt.) Summary Data Guard Active Data Guard, Traditional Data Guard, Protection Mode choices, etc. Pluggable Databases Auto placement, User Defined Placement, etc. Snap Clone Snapshots, Restore, Refresh, etc. Fleet Maintenance Admin standards, 1 call update, etc. Resource Governance Quotas, Request Settings, Service Levels, etc. Metering and Show-back Capacity management, roll-up reporting, Option governance, etc. 18

19 Major Use Cases (Made easier with Cloud Mgmt.) Summary 1. Data Guard 2. Pluggable Databases (Auto or User request) 3. Snap Clone 4. Fleet Maintenance for Patching 5. Resource Governance 6. Metering & Show back 19

20 Customer Use Case Reviews 20

21 Use Case One Customer Requirements Chef, Service-Now, Enterprise Manager User Self Service via Service-Now Portal Automated Provisioning of Infrastructure via Chef Automated Provisioning of Oracle Platform via Enterprise Manager 12c Hand-off Resource Management 21

22 High-level Solution Design FROM BARE METAL TO DBAAS RESOURCES DBA & Cloud Admin Teams Owner Deploy DB Instance via OEM Agent against pre-deployed DB Software Business User DBaaS Service Management Tier Database Service Provided to Application or Consumer Oracle DBaaS Management Service-Now Request Portal Service Management SLA & PLA Management Post Deployment Binding CMDB Update Service Management & Monitoring Updates Service-Now Integration CMDB Update & Incident Management EM 12c Cloud Lifecycle Management Service-Now Portal Request Enterprise Manager 12c DBaaS Elasticity Capacity Management OEM Cloud Control Deployment Procedures OEM Custom Deployment Procedures Pre-Defined Database Profiles Chef Automation Application Blueprints Service Portfolio Provisioning Models vmware Automation Template Management Virtual Service Configuration Oracle 11gR2 Database Software OEM Cloud ControlWorkflow DBaaS Resource Management (IaaS Independent) Oracle 12c Database Software DB-0 Small Development Automated - Managed Virtual or Physical Server and Storage Resource Pool (IaaS) Processor CORE CORE CORE CORE CORE CORE Processor CORE CORE CORE CORE CORE CORE 12 GB Memory DB-1 Small Production Memory Pool 24 GB Memory OEM Agent Deploy and Configure DB Instance as Defined by Service Definition and Deployment Procecudure Database Infrastructure Zone/Pool Industry Standard Storage Resources DBaaS Resource Pool DB0_Data 700 GB Normal Redundancy Storage Allocated DB1_FRA 1.5 TB Allocated DB1_Data 1.5 TB Allocated Chef Managed IaaS EM Agent Installation Automated Zone Creation/Association

23 Oracle Cloud Pack & Chef Integration

24 Chef Bootstraps Enterprise Manager Agent 24

25 Leveraging Enterprise Manager s Robust Procedure Engine 25

26 Use Case Two Customer Requirements VMware Automation & Orchestration User Self-Service via vcac (now vrac) Automated Virtual Infrastructure Provisioning with vcac Provisioning of Oracle Database Service via Enterprise Manager 12c Dedicated and Shared Services Integration via vcenter Orchestration 26

27 Recommended Customer DBaaS Architecture Turnkey Integration and Implementation Oracle EM Cloud Pack VMware vrealize Self Service Portal Orchestration DBaaS Service Catalog RBAC Governance User Governance Resource Management Zone Control Dynamic Placement Algorithm Resource Management Zone Control Usage Metering Chargeback Service Request Validated Resources Req. Confirmed Oracle DBLM Pack Executing Provision Actions Verify Database Service Configuration & Compliance Additional Service Config Service Registration Database Service Instance is ready to Use Database Service Repository Configuration Compliance Management Patching Monitoring Monitoring Management Deployment Procedure

28 Oracle Cloud Pack & VMware Integration

29 Enterprise Manager & vrops Integration

30 30

31 vcenter Plugin EM Management Pack

32 Customer Requirements Application Engineer Portal via Application Director Mix Infrastructure with ExaData Backend 3 rd Party Orchestration YAML Processing 32

33 Blueprint Based Deployment 33

34 Enterprise Manager & Service-Now Connector

35

36 36

Adatbázis tesztkörnyezetek kialakítása. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Adatbázis tesztkörnyezetek kialakítása. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Adatbázis tesztkörnyezetek kialakítása 1 Workload Scale Up for Capacity Planning SALES HR ERP CRM Enables capacity planning by scaling up workload replay Time-shifting: Align workload peaks for maximum

More information

How To Get A Cloud Based System To Work For You

How To Get A Cloud Based System To Work For You Predstavenie Oracle Cloud Platform Gabriela Hečková Technology Sales Consultant 1 Digital Business: Challenging Old Business Models Trends Driving Digital Disruption Mobile Social Big Data Internet of

More information

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle NIST Definition of Cloud Computing Cloud

More information

ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE

ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and provides the industry s first complete cloud lifecycle management

More information

Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Name, Title Oracle

Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Name, Title Oracle Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Name, Title Oracle Complete Cloud Lifecycle Management Optimize Plan Meter & Charge Manage Applications and Business

More information

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud)

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud) ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE THE INDUSTRY S ONLY COMPLETE SOLUTION FOR DATABASE CLOUD MANAGEMENT. KEY FEATURES Consolidation Planning Out-of-the-box Self Service Portal Enterprise Service

More information

Cloud Storage in a PaaS World

Cloud Storage in a PaaS World Cloud Storage in a PaaS World Susan Wu Oracle Group Manager, Product Management Cloud Storage runs Apps Just like a Platform runs Applications, there are many Applications that need to run in Cloud Storage

More information

INTRODUCTION TO CLOUD MANAGEMENT

INTRODUCTION TO CLOUD MANAGEMENT CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure

More information

Virtualization and IaaS management

Virtualization and IaaS management CLOUDFORMS Virtualization and IaaS management Calvin Smith, Senior Solutions Architect calvin@redhat.com VIRTUALIZATION TO CLOUD CONTINUUM Virtual Infrastructure Management Drivers Server Virtualization

More information

CLOUDFORMS Open Hybrid Cloud

CLOUDFORMS Open Hybrid Cloud Open Hybrid Cloud Cloud Evolution statt Cloud Revolution Lutz Lange, RHCA, Solution Architect, Red Hat Frank Rosendahl, RHCA, Solution Architect, DASEQ GmbH Cloud Operations Management Delivers an Open

More information

An Oracle White Paper September, 2014. Deploying a Private Database Cloud using Enterprise Manager 12c Cloud Control Cookbook

An Oracle White Paper September, 2014. Deploying a Private Database Cloud using Enterprise Manager 12c Cloud Control Cookbook An Oracle White Paper September, 2014 Deploying a Private Database Cloud using Enterprise Manager 12c Cloud Control Cookbook Product Overview... 3 Private Database Cloud Enterprise Manager 12c Capabilities

More information

Oracle Software. Hardware. Training. Consulting. Mythics Complete.

Oracle Software. Hardware. Training. Consulting. Mythics Complete. Oracle Software. Hardware. Training. Consulting. Mythics Complete. Database Cloud in a Box DBaaS on Oracle Database Appliance [UGF10279] Oracle Open World 2015 Introduction to Erik Benner Erik Benner Enterprise

More information

Oracle Reference Architecture and Oracle Cloud

Oracle Reference Architecture and Oracle Cloud Oracle Reference Architecture and Oracle Cloud Anbu Krishnaswamy Anbarasu Enterprise Architect Social. Mobile. Complete. Global Enterprise Architecture Program Safe Harbor Statement The following is intended

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 Cloud Iveta Šťavinová Technology Sales Consultant 2 Copyright 2011, Oracle and/or its affiliates. All rights Safe Harbor Statement The following

More information

<Insert Picture Here> Private Cloud with Fusion Middleware

<Insert Picture Here> Private Cloud with Fusion Middleware Private Cloud with Fusion Middleware Duško Vukmanović Principal Sales Consultant, Oracle dusko.vukmanovic@oracle.com The following is intended to outline our general product direction.

More information

Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Jan van Tiggelen, Senior Sales Consultant Oracle

Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Jan van Tiggelen, Senior Sales Consultant Oracle Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Jan van Tiggelen, Senior Sales Consultant Oracle Complete Cloud Lifecycle Management Optimize Plan Meter & Charge

More information

Oracle Enterprise Manager 12c Product Overview Presentation: Cloud Management

Oracle Enterprise Manager 12c Product Overview Presentation: Cloud Management Enterprise Cloud Management-- Enabled by Oracle Enterprise Manager Oracle Enterprise Manager 12c Product Overview Presentation: Cloud Management 1 Copyright 2011, Oracle and/or its affiliates. All rights

More information

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

More information

Oracle Database Cloud Services OGh DBA & Middleware Day

Oracle Database Cloud Services OGh DBA & Middleware Day Oracle Database Cloud Services OGh DBA & Middleware Day Jan van Tiggelen Principal Sales Consultant Oracle Core Technology June 4th, 2015 Safe Harbor Statement The following is intended to outline our

More information

Fujitsu Private Cloud Customer Service Description

Fujitsu Private Cloud Customer Service Description Fujitsu Private Cloud Customer Service Description Fujitsu Private Cloud forms part of Fujitsu Hybrid IT portfolio to address the full range of Customers requirements and business needs by providing agility

More information

Setup Database as a Service using EM12c

Setup Database as a Service using EM12c Setup Database as a Service using EM12c Date: 20/11/12 Author: Rob Zoeteweij http://oemgc.wordpress.com This document will guide you through the steps necessary to allow your users to use Database as a

More information

Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager

Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager Mike Lehmann Vice President Product Management WebLogic Server, Coherence, Java Cloud Services Henrik Blixt Director of Product

More information

Service Orchestration

Service Orchestration June 2015 Service Orchestration Infos and Use Cases Falko Dautel Robert Thullner Agenda + Overview + Use Cases & Demos VM Provisioning with ServiceNow Employee Onboarding + Summary + Questions & Answers

More information

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Cloud Update November 2, 2015 Eric Frank Oracle Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Management for the Mobile-Cloud Era

Management for the Mobile-Cloud Era Management for the Mobile-Cloud Era Sajai Krishnan VP Product Marketing Cloud Management Business Unit September 10, 2014 2014 VMware Inc. All rights reserved. Mobile-cloud Era - The CIO paradox New expectations

More information

Configuring and Managing a Private Cloud with Enterprise Manager 12c

Configuring and Managing a Private Cloud with Enterprise Manager 12c Configuring and Managing a Private Cloud with Enterprise Manager 12c IOUG Online Education Series 12:00pm - 1:00pm CT, June 26, 2012, Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering,

More information

EM12c: Cloud Management Pack for Oracle Database Feature Overview

EM12c: Cloud Management Pack for Oracle Database Feature Overview EM12c: Cloud Management Pack for Oracle Database Feature Overview Product Management January 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Agenda. Enterprise Manager: Introduction Enterprise Cloud: Our Perspective Cloud Management: High level features Customer and Partner References

Agenda. Enterprise Manager: Introduction Enterprise Cloud: Our Perspective Cloud Management: High level features Customer and Partner References Managing Clouds with Enterprise Manager 12c: Overview presentation Agenda Enterprise Manager: Introduction Enterprise Cloud: Our Perspective Cloud Management: High level features Customer and Partner References

More information

Business transformation with Hybrid Cloud

Business transformation with Hybrid Cloud Business transformation with Hybrid Cloud Presenter : Hoang Hung Cloud Business Development Manager Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.pass4test.jp 1 年 で 無 料 進 級 することに 提 供 する Exam : 1z0-028 Title : Oracle Database Cloud Administration Vendor : Oracle Version : DEMO 1 NO.1 Which two cloud

More information

Adatbázis hibrid felhő - egyszerűbb, mint gondolná

Adatbázis hibrid felhő - egyszerűbb, mint gondolná Adatbázis hibrid felhő - egyszerűbb, mint gondolná Sárecz Lajos 2015. október 7. Copyright 2015 Oracle and/or its affiliates. All rights reserved. 1 Safe Harbor Statement The following is intended to outline

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Sandra Cheevers Senior Principal Product Director Cloud Product Marketing Steve Lemme Director, Cloud Builder Specialization Oracle

More information

Journey to the Cloud and Application Release Automation Shane Pearson VP, Portfolio & Product Management

Journey to the Cloud and Application Release Automation Shane Pearson VP, Portfolio & Product Management Journey to the Cloud and Application Release Automation Shane Pearson VP, Portfolio & Product Management Hybrid Delivery: The right IT strategy Creating the optimal mix of traditional IT and cloud services

More information

How To Use A Cloud Service From Org.Org'S Enterprise Manager 12C

How To Use A Cloud Service From Org.Org'S Enterprise Manager 12C An Oracle White Paper October, 2013 Delivering Database as a Service (DBaaS) using Oracle Enterprise Manager 12c Executive Overview...2 Evolution of Database as a Service...2 Managing the Database Lifecycle...4

More information

Building and Managing

Building and Managing ORACLE Oracle Press' Building and Managing a Cloud Using Oracle Enterprise Manager 12c Madhup Gulati Adeesh Fulay Sudip Datta Mc Graw Hill Education New York Chicago San Francisco Lisbon London Madrid

More information

Providing Self-Service, Life-cycle Management for Databases with VMware vfabric Data Director

Providing Self-Service, Life-cycle Management for Databases with VMware vfabric Data Director Providing Self-Service, Life-cycle Management for Databases with VMware vfabric Data Director Graeme Gordon Senior Systems Engineer, VMware 2013 VMware Inc. All rights reserved Traditional IT Application

More information

Introduction to Database as a Service

Introduction to Database as a Service Introduction to Database as a Service Exadata Platform Revised 8/1/13 Database as a Service (DBaaS) Starts With The Business Needs Establish an IT delivery model that reduces costs, meets demand, and fulfills

More information

SESSION 703 Wednesday, November 4, 9:00am - 10:00am Track: Advancing ITSM

SESSION 703 Wednesday, November 4, 9:00am - 10:00am Track: Advancing ITSM SESSION 703 Wednesday, November 4, 9:00am - 10:00am Track: Advancing ITSM Optimizing ITSM for Cloud Computing Reginald Lo Director, Accelerate Management, VMware rlo@vmware.com Session Description Organizations

More information

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse.

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse. SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager pchadwick@suse.com Product Marketing Manager djarvis@suse.com SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack

More information

Experiences with Transformation to Hybrid Cloud: A Case Study for a Large Financial Enterprise

Experiences with Transformation to Hybrid Cloud: A Case Study for a Large Financial Enterprise New York University, CSCI-GA.3033-011, Spring 2015 Hari Ramasamy, Ph.D. Manager and Research Staff Member, IBM Research Member, IBM Academy of Technology hvramasa@us.ibm.com http://researcher.watson.ibm.com/researcher/view.php?person=us-hvramasa

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Making IT Consumable Richard Garsthagen Director Cloud Business Development EMEA Copyright 2014, Oracle and/or its affiliates. All rights reserved. Trends Driving IT Innovation

More information

Red Hat CloudForms for Cloud Management: Key Features & Roadmap

Red Hat CloudForms for Cloud Management: Key Features & Roadmap Red Hat CloudForms for Cloud Management: Key Features & Roadmap Damon Tepe Sr. Product Marketing Manager Red Hat John Hardy Technical Product Marketing Manager Red Hat Your Speakers Damon Tepe Sr Product

More information

Toronto June 18, 2014. Building Enterprise Clouds - Key Considerations and Strategies. Joe Fitzgerald GM, Cloud Management Products BU Red Hat

Toronto June 18, 2014. Building Enterprise Clouds - Key Considerations and Strategies. Joe Fitzgerald GM, Cloud Management Products BU Red Hat Toronto June 18, 2014 Building Enterprise Clouds - Key Considerations and Strategies Joe Fitzgerald GM, Cloud Management Products BU Red Hat I want to build a cloud... What KEY Capabilities are Important?

More information

VMware Cloud Computing in de praktijk. 2009 VMware Inc. All rights reserved

VMware Cloud Computing in de praktijk. 2009 VMware Inc. All rights reserved VMware Cloud Computing in de praktijk Willem van Engeland Specialist SE Cloud 2009 VMware Inc. All rights reserved 2 3 4 6 A New Approach to Cloud The Software Defined Datacenter 7 Confidential Not for

More information

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Introduction There are often situations in which you need to spin up a new database. But in a traditional

More information

Managed Cloud Services

Managed Cloud Services Managed Services From Data Centre to Managed Public Traditional data centre Virtual Data Centre In-house Dedicated External Multi-tenant External Managed Public Consulting approach: Breakdown of Business

More information

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com Why Standardize on Oracle Database 11g Next Generation Database Management Thomas Kyte http://asktom.oracle.com Top Challenges Performance Management Change Management Ongoing Administration Storage Backup

More information

DATABASES IN THE CLOUD

DATABASES IN THE CLOUD White Paper DATABASES IN THE CLOUD HOW VIRTUALIZATION AND AUTOMATION ENABLE TRUE DBAAS Jeff Stonacek, House of Brick Technologies Jim Hannan, House of Brick Technologies Kris Cook, SITA 402.445.0764 877.780.7038

More information

IBM Cloud Security Draft for Discussion September 12, 2011. 2011 IBM Corporation

IBM Cloud Security Draft for Discussion September 12, 2011. 2011 IBM Corporation IBM Cloud Security Draft for Discussion September 12, 2011 IBM Point of View: Cloud can be made secure for business As with most new technology paradigms, security concerns surrounding cloud computing

More information

Private Cloud Management

Private Cloud Management Private Cloud Management Speaker Systems Engineer Unified Data Center & Cloud Team Germany Juni 2016 Agenda Cisco Enterprise Cloud Suite Two Speeds of Applications DevOps Starting Point into PaaS Cloud

More information

Enterprise Hybrid Cloud Enabling

Enterprise Hybrid Cloud Enabling Enterprise Hybrid Cloud Enabling Software Policy Defined Data Center Travis Howerton Mike Colson, Senior vspecialist EMC Federal Michael.Colson@EMC.com @Mike_Colson 1 2 Fundamental Challenges Increase

More information

Managed Cloud Database Service

Managed Cloud Database Service Managed Cloud Database Service Transform your Business with Managed Database Cloud On-premise Guru Shashikumar Director, Product Management Oracle Managed Cloud Services October 2014 Agenda 1 2 3 4 Oracle

More information

Transformation to a ITaaS Model & the Cloud

Transformation to a ITaaS Model & the Cloud Transformation to a ITaaS Model & the Cloud CIO Summit - Miami November, 2014 John Cullen Laddie Suk EMC Global Professional Services John.cullen@emc.com Laddie.suk@emc.com 1 Agenda Business Challenges

More information

HP OpenStack & Automation

HP OpenStack & Automation HP OpenStack & Automation Where we are heading Thomas Goh Cloud Computing Cloud Computing Cloud computing is a model for enabling ubiquitous network access to a shared pool of configurable computing resources.

More information

INTEGRATING CLOUD ORCHESTRATION WITH EMC SYMMETRIX VMAX CLOUD EDITION REST APIs

INTEGRATING CLOUD ORCHESTRATION WITH EMC SYMMETRIX VMAX CLOUD EDITION REST APIs White Paper INTEGRATING CLOUD ORCHESTRATION WITH EMC SYMMETRIX VMAX CLOUD EDITION REST APIs Provisioning storage using EMC Symmetrix VMAX Cloud Edition Using REST APIs for integration with VMware vcloud

More information

<Insert Picture Here> Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant

<Insert Picture Here> Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant The following is intended to outline our general product direction.

More information

Storage as a Service VMware vcloud Automation Center & NetApp

Storage as a Service VMware vcloud Automation Center & NetApp Storage as a Service VMware vcloud Automation Center & NetApp Table of Contents 1. Introduction... 1 2. System Pre-requisites... 2 3. Solution Details... 2 3.1 Create Service Blueprint... 2 3.2 Create

More information

PeopleSoft Cloud Architecture Automating PeopleSoft Deployment

PeopleSoft Cloud Architecture Automating PeopleSoft Deployment PeopleSoft Cloud Architecture Automating PeopleSoft Deployment Jeff Robbins Senior Director, Strategy PeopleSoft Technology December, 2015 Safe Harbor Statement The following is intended to outline our

More information

From Virtualized to ITaaS. Copyright 2011 EMC Corporation. All rights reserved.

From Virtualized to ITaaS. Copyright 2011 EMC Corporation. All rights reserved. From Virtualized to ITaaS 1 Priority Discussion Topics Laying the foundation for IT-as-a- with the right architecture Key process areas and capabilities that need to be rethought during the process (ie.

More information

Accenture Cloud Enterprise Services

Accenture Cloud Enterprise Services BMC User Forum 2011 Accenture Cloud Enterprise Services Martin Jureit, Accenture GmbH Accenture, its logo, and High Performance Delivered are trademarks of Accenture. Agenda Accenture Cloud Enterprise

More information

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Agenda Oracle Cloud Database Service Overview Cloud taxonomy What is the Database Cloud Service? Architecture

More information

INTRODUCTION APPLICATION DEPLOYMENT WITH ORACLE VIRTUAL ASSEMBLY

INTRODUCTION APPLICATION DEPLOYMENT WITH ORACLE VIRTUAL ASSEMBLY SIMPLIFYING APPLICATION DEPLOYMENT IN CLOUD USING VIRTUAL ASSEMBLIES AND EM 12C Kai Yu, Dell Inc. ABSTRACT Oracle virtual assemblies provide a great way to simply the deployment of enterprise-class multi-tier

More information

Building the Private cloud

Building the Private cloud Building the Private cloud Yiannis Psichas Senior Technology Consultant Psichas_yiannis@emc.com 1 IT Infrastructure Needs to Change 77% keeping the lights on 23% delivering new capabilities Too much complexity.

More information

Konsolidacija podatkov v oblaku znotraj organizacije

Konsolidacija podatkov v oblaku znotraj organizacije Konsolidacija podatkov v oblaku znotraj organizacije Robert Korošec Oracle 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Deployment Models: Private, Public, Hybrid Exclusive Shared

More information

PaaS-ify Across on Premises and Oracle Cloud with Ease

PaaS-ify Across on Premises and Oracle Cloud with Ease PaaS-ify Across on Premises and Oracle Cloud with Ease Frances Zhao-Perez, Akshay Sangaonkar Oracle Enterprise Manager Product Management Simon Haslam Veriton Ltd, Principal Consultant Ishaq Mohammed PG&E

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

VMware for your hosting services

VMware for your hosting services VMware for your hosting services Anindya Kishore Das 2009 VMware Inc. All rights reserved Everybody talks Cloud! You will eat your cloud and you will like it! Everybody talks Cloud - But what is it? VMware

More information

www.hcltech.com Get Ready for Tomorrow, Today. Become an enterprise of the future

www.hcltech.com Get Ready for Tomorrow, Today. Become an enterprise of the future www.hcltech.com Get Ready for Tomorrow, Today. Become an enterprise of the future Bridge the Gap to the Future In today s challenging business environment, many organizations find themselves stranded between

More information

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises agility PLATFORM Product Whitepaper An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises ServiceMesh 233 Wilshire Blvd,

More information

IT AS A SERVICE BROKER

IT AS A SERVICE BROKER IT AS A SERVICE BROKER MIT Sloan CIO Symposium May 21, 2014 Thomas P. Roloff Senior Vice President EMC Global Services twitter: @TRoloff 1 Why Transformation? Business is Changing Faster Than IT Business

More information

TRANSFORMING DATA PROTECTION

TRANSFORMING DATA PROTECTION TRANSFORMING DATA PROTECTION Moving from Reactive to Proactive Mark Galpin 1 Our Protection Strategy: Best Of Breed Performance LEADER HIGH-END STORAGE VMAX Low Service Level LEADER SCALE-OUT NAS STORAGE

More information

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management Page 2 Table of

More information

An Oracle White Paper June, 2013. Oracle Enterprise Manager Cloud Control 12 c : Complete, Integrated and Business-Driven Cloud Management

An Oracle White Paper June, 2013. Oracle Enterprise Manager Cloud Control 12 c : Complete, Integrated and Business-Driven Cloud Management An Oracle White Paper June, 2013 Oracle Enterprise Manager Cloud Control 12 c : Complete, Integrated and Business-Driven Cloud Management 1 Contents Executive Overview... 3 Introduction... 3 Cloud, Cloud

More information

Getting Started with Database-as-a-Service

Getting Started with Database-as-a-Service Getting Started with Database-as-a-Service VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Moving beyond Virtualization as you make your Cloud journey. David Angradi

Moving beyond Virtualization as you make your Cloud journey. David Angradi Moving beyond Virtualization as you make your Cloud journey David Angradi Today, there is a six (6) week SLA for VM provisioning it s easy to provision a VM, the other elements change storage, network

More information

Becoming a Cloud Services Broker. Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013

Becoming a Cloud Services Broker. Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013 Becoming a Cloud Services Broker Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013 Hybrid delivery for the future Traditional IT Evolving current state Future Information

More information

Digital Transformation

Digital Transformation Digital Transformation The Leadership Edge Pascal Giraud Senior Director EMEA Technology Copyright 2014 Oracle and/or its affiliates. All rights reserved. 2 Enterprise Computing Trends GLOBALIZATION DATA

More information

Building Private & Hybrid Cloud Solutions

Building Private & Hybrid Cloud Solutions Solution Brief: Building Private & Hybrid Cloud Solutions WITH EGENERA CLOUD SUITE SOFTWARE Egenera, Inc. 80 Central St. Boxborough, MA 01719 Phone: 978.206.6300 www.egenera.com Introduction When most

More information

An Alternative to the VMware Tax...

An Alternative to the VMware Tax... An Alternative to the VMware Tax... John Tietjen Senior Solutions Architect Red Hat November 19, 2014 This presentation created for: AGENDA Red Hat Overview Red Hat Enterprise Virtualization: An alternative

More information

Advanced Service Design

Advanced Service Design vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Oracle Database Cloud

Oracle Database Cloud Oracle Database Cloud Shakeeb Rahman Database Cloud Service Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Enterprise Cloud Use Cases and Security Considerations

Enterprise Cloud Use Cases and Security Considerations Enterprise Cloud Use Cases and Security Considerations Carson Sweet! CEO, CloudPassage! For This Discussion We re talking about cloud infrastructure! Cloud-oriented infrastructure delivery Infrastructure

More information

Enterprise PaaS Evaluation Guide

Enterprise PaaS Evaluation Guide Enterprise PaaS Evaluation Guide 1 Defining the Enterprise PaaS There are several competing definitions of Platform-as-a-Service (PaaS) and a broad range of service offerings bearing that label. For the

More information

Service Definition for Private Cloud TECHNICAL WHITE PAPER

Service Definition for Private Cloud TECHNICAL WHITE PAPER Service Definition for Private Cloud TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Phase I.... 3 Phase II.... 3 Workload Categories.... 4 Transient... 4 Highly Elastic.... 4 Infrastructure....

More information

news Enterprise Manager Cloud Control oracle ... the smarter way of information

news Enterprise Manager Cloud Control oracle ... the smarter way of information Enterprise Manager Cloud Control... the smarter way of information Seite 2/6 Enterprise Manager Cloud Control 1 Executive Summary Cloud Control 12c - the latest version of Oracle Enterprise Manager - has

More information

How To Use Anibom Smart Cloud For Business

How To Use Anibom Smart Cloud For Business IBM SmartCloud Enterprise+ A managed multi-tenant private cloud Ruediger Schulze 11/07/2013 About me Ruediger Schulze Senior Software Engineer at the IBM Development Lab in Boeblingen Joined IBM in 1998

More information

SOLUTION WHITE PAPER. Building a flexible, intelligent cloud

SOLUTION WHITE PAPER. Building a flexible, intelligent cloud SOLUTION WHITE PAPER Building a flexible, intelligent cloud Table of Contents Executive summary 1 Building a hybrid cloud 2 Provision complete cloud services 3 Service catalog 3 The user portal 4 Multi-tier

More information

1 P a g e Delivering Self -Service Cloud application service using Oracle Enterprise Manager 12c

1 P a g e Delivering Self -Service Cloud application service using Oracle Enterprise Manager 12c Delivering Self-service Cloud application services using Oracle Enterprise Manager 12c Kai Yu, Senior Principal Engineer, Oracle Solutions Engineering, Dell Inc ABSTRACT Oracle Self-Service provisioning

More information

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies Oracle Enterprise Manager 12c New Capabilities for the DBA Charlie Garry, Director, Product Management Oracle Server Technologies of DBAs admit doing nothing to address performance issues CHANGE AVOID

More information

Data Center Op+miza+on

Data Center Op+miza+on Data Center Op+miza+on Sept 2014 Jitender Sunke VP Applications, ITC Holdings Ajay Arora Sr. Director, Centroid Systems Justin Youngs Principal Architect, Oracle 1 Agenda! Introductions! Oracle VCA An

More information

Operationalize Policies. Take Action. Establish Policies. Opportunity to use same tools and practices from desktop management in server environment

Operationalize Policies. Take Action. Establish Policies. Opportunity to use same tools and practices from desktop management in server environment Microsoft IT Systems Strategy DATACENTER APPLICATIONS Process-Led, Model-Driven Unified and Virtualized USER-CENTRICITY ServiceEnabled Basic Standardize d Rationalized Dynamic Cost center Efficient cost

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

Microsoft Private Cloud

Microsoft Private Cloud Microsoft Private Cloud Lorenz Wolf, Solution Specialist Datacenter, Microsoft SoftwareOne @ Au Premier Zürich - 22.03.2011 What is PRIVATE CLOUD Private Public Public Cloud Private Cloud shared resources.

More information

Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c

Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c Prepared By: Kai Yu Senior Principal Engineer Dell Inc. About Author Kai Yu, Senior Principal Architect, Dell

More information

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Contents Executive Summary................................................ 1 Hybrid Cloud Delivery..............................................

More information

Make Storage Management Automation a Reality. Sushant Sawant, Principal Consultant, Hitachi Data Systems February 11, 2015

Make Storage Management Automation a Reality. Sushant Sawant, Principal Consultant, Hitachi Data Systems February 11, 2015 Make Storage Management Automation a Reality Sushant Sawant, Principal Consultant, Hitachi Data Systems February 11, 2015 Management Tasks Are Time Consuming Storage Outages Are Persistent Datacenter Automation

More information

The First Complete Cloud Management Solution with Oracle Enterprise Manager. Jean Pierre van Tiggelen EMEA Senior Sales Director Manageability

The First Complete Cloud Management Solution with Oracle Enterprise Manager. Jean Pierre van Tiggelen EMEA Senior Sales Director Manageability The First Complete Cloud Solution with Oracle Enterprise Manager Jean Pierre van Tiggelen EMEA Senior Sales Director Manageability State of IT 5 Copyright 2011, Oracle and/or its affiliates. All rights

More information

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The image part with relationship ID rid2 was not found in the file. Insight

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Management Packs for Database

Management Packs for Database Management Packs for Database Diagnostics Pack for Database Oracle Diagnostics Pack for Database offers a complete, cost-effective, and easy to use solution for managing the performance of Oracle Database

More information