Datenbank-Virtualisierung

Size: px
Start display at page:

Download "Datenbank-Virtualisierung"

Transcription

1 Datenbank-Virtualisierung Prof. Dr.-Ing. Wolfgang Lehner DB-Stammtisch,

2 Outline of the Presentation Virtualization Goals and Trends Machine Virtualization Storage Virtualization Impact on Database Systems Database Systems in Virtual Environments Ressource Provisioning Multitple Layer interactions Conclusion 2

3 INTRODUCTION 3

4 ... it s everywhere Any problem in computer science can be solved with another layer of indirection. (David Wheeler) 4

5 ... it s simple! 5

6 What is Virtualization? Separating the abstract view of computing resources from the implementation of these resources A layer of indirection between abstract view and implementation of resources Hides implementation details Controls mapping from abstract view to implementation Adds flexibility and agility to the computing infrastructure Can be used to solve many problems related to provisioning, manageability, security, lower TCO, fewer computing resources Virtualization will be a $20 billion market by (IDC, Jan 2007) 6

7 Why virtualization? Virtualization adds flexibility and agility to the computing infrastructure Can be used to solve many problems related to provisioning, manageability, security, Pool and share computing resource Simplify administration and management Improve fault tolerance For organizations: Lower total cost of ownership for computing infrastructure Fewer computing resources More resilient and simpler to manage 7

8 A typical scenario in data centers Requirements Response time < 2s Throughput > 100 rq/sec Requirements Response time < 5s Throughput > 50 rq/sec Pay 100$ Customer A Customer B Pay 50$ Run auction site Run trading site 8 Shared Data Center 8

9 Hosting applications server Linux Web server Linux Database server Linux Data Center Common idiom: One-to-one mapping of applications to nodes 9 9

10 server Linux Solution: Virtualization Web server Linux Database server Linux Consolidate server Linux Web server Linux Virtualization Database server Linux Improved utilization using consolidation 10 10

11 Microsoft Massive Data Center Northlake, Illinois (US) 11

12 12

13 Resource requirements Resource requirements What does Virtualization enable? Server consolidation The vast majority of server are grossly underutilized Typical setup today: one machine per application (DBMS, web server, mail server, ) Provisioned for peak load. Usually under-utilized Instead, can run multiple applications on virtual machines that share the same physical machine Reduces both CapEx (Capital EXpenditure) and OpEx (Operational EXpenditure) Save hardware costs, administration costs, power, etc. P 1 P 2 P 12 < P 1 + P 2 13 Time Time

14 What does Virtualization enable? Migration of VMs (both storage and CPU/memory) Enables live load balancing Facilitates maintenance Need to bring Machine 1 down for maintenance VM App Migrate VM to Machine 2 (live migration) VM App Can now bring Machine 1 Down without service interruption 14 Machine 1 Machine 2 (spare) Shared Storage

15 What does Virtualization enable? High availability Allows a small number of generic servers to back up all servers VM App Detect failure (heartbeat) VM App Machine 1 Machine 2 Image of VM (stand by) VM App Shared Storage 15 Restart VM on Machine 2 from image on shared storage

16 What can be virtualized the big four. 16

17 17 Virtual Machines

18 18 Virtual Storage

19 MACHINE VIRTUALIZATION 19

20 Machine Virtualization A virtual machine "abstracts" the computing resources of a physical machine into virtual resources Introduces a level of indirection between virtual resources and physical resources End users only see the virtual resources Can install their operating systems and run their applications on the virtual machines A Virtual Machine Monitor (or Hypervisor) is a software layer that implements the mapping from virtual resources to physical resources 20

21 Machine Virtualization (2) Strong isolation between virtual machines Flexible mapping between virtual resources and physical resources Can have more virtual resources than the corresponding physical resources Can reallocate physical resources among VMs Pause, resume, checkpoint, and migrate virtual machines 21

22 Hypervisor Architectures 22

23 Paravirtualization CPU and Memory Paravirtualization extends the guest to allow direct interaction with the underlying hypervisor reduces the monitor cost including memory and System call operations. gains from paravirtualization are workload specific Device Paravirtualization places a high performance virtualization-aware device driver into the guest paravirtualized drivers are more CPU efficient (less CPU overhead for virtualization) Paravirtualized drivers can also take advantage of HW features, like partial offload 23

24 Virtual Machines: Usage and Repositories Software development and testing Multiple environments for development and testing Software deployment Preconfigured virtual appliances Repositories of virtual appliances on the web 24

25 Why not Use Virtualization? Performance penalty Indirection through VM adds overhead Can be reduced through better virtualization support Hiding details of physical resources Some applications (e.g., DBMS!) make decisions based on assumptions about the physical resources 25

26 ... some numbers (SQL Server within VMware) 26

27 STORAGE VIRTUALIZATION 27

28 Spectrum of Storage Virtualization 28

29 Storage Virtualization Storage virtualization is a layer of indirection that allows the definition of virtual storage devices Basis Operations create, destroy grow, shrink virtual devices change properties size, performance, reliability RAID physical devices mirror 29 virtual devices

30 Benefits of Storage Virtualization Minimize/avoid downtime Non-disruptive LUN Creation, Expansion, Deletion Non-disruptive Data Consolidation, Data Migration Non-disruptive RAID Level Changes Improve performance Distribute and balance storage load Dynamic storage provisioning control placement Consistent Interface for All Storage Applications Tiering of Storage Using Heterogenous Storage / Replication Across Heterogenous Storage Improving Backup/Restore, Archival, etc Processes Application 1 Application 2 virtual devices Application 1 Application2 physical storage pool 30

31 Additional Capabilities File System Level Versioning, snapshots, pointin-time copies Local and remote mirroring Migration of virtual devices supports provisioning, hierarchical storage management Auto-administration policy-based management Storage QoS and performance isolation Database Level Storage snapshots and versioning backup and recovery concurrent applications Storage replication and mirroring dynamic DBMS provisioning Dynamic storage resource allocation accommodate workload fluctuations e.g., resizable tablespaces CPU and memory in the storage system caching offload DBMS functions 31

32 Storage Virtualization and DBMS-Tuning Characteristics of physical storage hidden from the DBMS (and DBA) How to Layout DB objects? Costing query plans Physical design Set DBMS parameters? page/extent sizes Prefetching costs 32

33 Storage Virtualization and DBMS-Tuning (2) should not be there!!! 33

34 End-to-End Physical Design Goal Solve both DB design and storage design problems while preserving virtualization. Two approaches 1. export virtual device characteristics to DBA weakens virtualization DBA/DBMS must model I/O costs DBA involved in layout 2. describe DBMS storage workload to storage administrator storage virtualization preserved storage administrator responsible for layout need to estimate DBMS storage workload can accommodate multiple storage clients 34

35 End-to-End Physical Design (2) 1. Ignore problem interdependency: DB design, then storage system design 2. Exploit existing design tools 3. Predict storage workload at design time 35 Ashraf Aboulnaga, Cristiana Amza, Kenneth Salem: Virtualization and databases: state of the art and research challenges. EDBT 2008:

36 The Layout Optimization Problem Map different physical objects to physical disk configurations observe capacity constraints avoid interference and balance load - size - workload Current Practice stripe-everything-everywhere separate index from data Oguzhan Ozmen, Kenneth Salem, Jiri Schindler, Steve Daniel: Workload-aware storage layout for database systems. SIGMOD Conference 2010: capacity - performance model 36

37 Layout Optimization: Experiments TPC-H (scale factor 5): Homogenous Devices 37

38 Layout Optimization: Experiments (2) TPC-H (scale factor 5)/TPC-C (sf 90): Disk+SSD 38

39 NODE VIRTUALIZATION AND DBMS 39

40 Databases: Why Use VMs for databases? Virtualization at hypervisor level provides the best abstraction Each DBA has their own hardened, isolated, managed sandbox Strong Isolation Security Performance/Resources Configuration Fault Isolation Scalable Performance Low-overhead virtual Database performance Efficiently Stack Databases per-host 40

41 DBMS on top of Virtual Machines... yet another application? No! Virtualization poses several interesting research questions for database systems Understanding the performance of database systems on virtual machines Configuring and tuning virtual machines running database systems Taking advantage of virtualization capabilities in the database system 41

42 Performance Overhead native Linux (L), XenoLinux (X), VMware workstation 3.2 (V) and User-Mode Linux (U). 42

43 Detailed Study Run TPC-H / PostgreSQL on bare machine Xen virtual machine on identical hardware Overhead of virtualization is not unacceptably high Can be made lower with better virtualization support Some new types of overheads are introduced and must be carefully managed 43

44 Resource Provisioning What level of resources to give to each DBMS? Configuring VM parameters How to tune the DBMS for a given level of resources? Configuring the DBMS parameters Need a model of how resource allocation affects database performance Need optimization or control algorithms to decide on the optimal resource allocation statically and dynamically 44 Ahmed A. Soror, Umar Farooq Minhas, Ashraf Aboulnaga, Kenneth Salem, Peter Kokosielis, Sunil Kamath: Automatic virtual machine configuration for database workloads. SIGMOD Conference 2008:

45 Number of CPUs Dynamic Workloads Bursty load 5 Bad response time Wasted resources 4 3 Peak 2 1 Average 0 Time (every 5 mins) Provisioning for dynamic workloads is hard! 45 45

46 Resource Provisioning - Design Advisor Example Workload 1: TPC-H (10GByte) Workload 2: TPC-H (10GByte) only Q18 (CPU intensive) (132 copies) Virtualization design advisor 20% of CPU capacity to Workload 1 80% to Workload 2 46

47 Virtualization Design Advisor I Performance Goals Performance Modell Workload Decription Configuration Advisor Ressource Allocation On-line Monitoring Performance Data Ressource Adjustment Ressource Allocation (Dynamic) 47

48 Some Experiments I Workload Definition based on TPC-H Q18 is one of the most CPU intensive queries Q21 is one of the least CPU intensive queries Workload Units C: 25x Q18 I: 1x Q21 Experiment: Sensitivity to workload Resource Needs W1 = 5C + 5I W2 = kc + (10-k)I (increase of k -> more CPU intensive) DB2 Postgres 48

49 Some Experiments II Workload Settings W3 = 1C W4 = kc Workload Settings W5 = 1C W6 = ki 49

50 DB STACK OPTIMIZATION IN VIRTUALIZED ENVIRONMENTS 50

51 Virtualization at Multiple Levels Take application/workload characteristics into account Scenario 1 different apps run on the same HW-platform Scenario 2 multiple instances of the same app (e.g. DBMS) run on the same HW-platform but for different users Organize virtual machines based on application characteristics Lesson 1 Group jobs with contrary resource requirements (CPU, I/O, ) Lesson 2 Group jobs with contrary SLA requirements 51

52 Mulitple Levels for DB-Scenario SQL Workload DB Layer Instance Layer DB Server Layer DB DB DB DB DB Instance Instance DB Server Physical DB Layout Advisor Indexes, materialized views, Memory Management Self tuning memory Bufferpools, Sort, Hash Join, Workload Manager VM Layer HW Layer VM VM VM VM Tools Monitoring Resources Configuration Migration 52

53 Layer Interactions General shortcoming: Static Environment Assumptions Advisors and tuning mechanisms expects static hardware environment VM expects static (peak) resource requirements Automatic VM configuration assumes fixed physical design and simple rule-of-thumb configuration Interactions between configuration components improve performance/utilization DBMS Configuration HW/VM Configuration 53

54 System/HW DBMS Component Interaction Analysis SQL Workload (or some abstraction) Physical Design (Design Advisor) Indexes Materialized Views Multidim. Clustering Denormalization Memory Management (STMM) Bufferpools Sort, Hashjoin, Lock, Other DB Configuration Compression? Main Memory Cache? Rowstore/Colstore? capacity! bandwidth??? mem! CPU? Storage (SAN, ) Capacity Bandwidth? VM Main memory CPUs speed # CPUs 54

55 Observation: Index Cost Explain (optimizer) does not list index maintenance costs Schema: tab1(id int, value int, rand varchar(35)) Index: create index idx1 on tab1(value) Query: update tab1 set value = value Implications? (design advisor ignores downside of indexes) execution with index execution without index 55

56 Observation: Memory <---> Estimated Costs Example: a SORT operator reacts on memory assignment Schema: tab1(id int, value int, rand varchar(35)) Index: create index idx1 on tab1(value, id) Query: select id, value from tab1 order by value small sort heap: 4837 large sort heap: 1553 no sort:

57 Observation: CPU <---> Estimated Costs Example: a SORT operator reacts on CPU assignment Schema: tab1(id int, value int, rand varchar(35)) Index: create index idx1 on tab1(value, id) Query: select id, value from tab1 order by value slow CPU: 1553 fast CPU: 1479 no sort: 683 (was 716) 57

58 Observation: Physical Design <---> VM Configuration Observation: Physical design decisions (advises) are based on I/O and storage bounds not CPU or memory. Index (vs. no index) Materialized view (vs. no materialized view) Normalized schema (vs. denormalized schema) estimated workload costs physical design 1 estimated workload costs physical design 1 physical design 2 physical design 2 CPU main memory 58

59 CONCLUSION 59

60 Conclusion Virtualization Powerful mechanisms for improving computing infrastructure Adopted by a wide range of organizations Database systems are increasingly being run in virtualized environments Significantly changes the operating environment At the same time can be very useful Many opportunities for database researchers 60

CS 350 Winter 2011 Current Topics: Virtual Machines + Solid State Drives

CS 350 Winter 2011 Current Topics: Virtual Machines + Solid State Drives CS 350 Winter 2011 Current Topics: Virtual Machines + Solid State Drives Virtual Machines Resource Virtualization Separating the abstract view of computing resources from the implementation of these resources

More information

How it can help your organisation

How it can help your organisation How it can help your organisation History Types of Virtualisation & Hypervisors Virtualisation Features Why Virtualisation? Virtualising Oracle Performance Licensing Support Cloud 1998 VMware founded by

More information

Availability & Resource

Availability & Resource Achieving Cost-effective High Availability & Resource Management Agenda Virtual Infrastructure Stack How Vmware helps in the Data Center Availability and Resource Management 2 The VMware Virtual Infrastructure

More information

2014 VMware Inc. All rights reserved.

2014 VMware Inc. All rights reserved. 2014 VMware Inc. All rights reserved. Agenda Virtual SAN 1 Why VSAN Software Defined Storage 2 Introducing Virtual SAN 3 Hardware Requirements 4 DEMO 5 Questions 2 The Software-Defined Data Center Expand

More information

Virtualization. Dr. Yingwu Zhu

Virtualization. Dr. Yingwu Zhu Virtualization Dr. Yingwu Zhu Virtualization Definition Framework or methodology of dividing the resources of a computer into multiple execution environments. Types Platform Virtualization: Simulate a

More information

vsan Mixed Workloads First Published On: Last Updated On:

vsan Mixed Workloads First Published On: Last Updated On: First Published On: 03-05-2018 Last Updated On: 03-05-2018 1 1. Mixed Workloads on HCI 1.1.Solution Overview Table of Contents 2 1. Mixed Workloads on HCI 3 1.1 Solution Overview Eliminate the Complexity

More information

GET MORE VIRTUAL WITH DELL AND VMWARE vsphere 4

GET MORE VIRTUAL WITH DELL AND VMWARE vsphere 4 GET MORE VIRTUAL WITH DELL AND VMWARE vsphere 4 PowerEdge Virtualization-Optimized Servers EqualLogic PS Series Virtualized iscsi SANs VMware vsphere Andrew Gilman, Global Enterprise Solutions Marketing,

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

The vsphere 6.0 Advantages Over Hyper- V

The vsphere 6.0 Advantages Over Hyper- V The Advantages Over Hyper- V The most trusted and complete virtualization platform SDDC Competitive Marketing 2015 Q2 VMware.com/go/PartnerCompete 2015 VMware Inc. All rights reserved. v3b The Most Trusted

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

Stellar performance for a virtualized world

Stellar performance for a virtualized world IBM Systems and Technology IBM System Storage Stellar performance for a virtualized world IBM storage systems leverage VMware technology 2 Stellar performance for a virtualized world Highlights Leverages

More information

Distributed Systems COMP 212. Lecture 18 Othon Michail

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

More information

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

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

More information

Converged Platforms and Solutions. Business Update and Portfolio Overview

Converged Platforms and Solutions. Business Update and Portfolio Overview Converged Platforms and Solutions Business Update and Portfolio Overview IT Drivers In Next 5 Years SCALE SCALE 30,000+ physical servers 500,000+ virtual servers Current tools won t work at this scale

More information

Multicore Computing and the Cloud Optimizing Systems with Virtualization

Multicore Computing and the Cloud Optimizing Systems with Virtualization Multicore Computing and the Cloud Optimizing Systems with Virtualization Michael Gschwind IBM Systems and Technology Group IBM Corporation Major Forces Are Driving the Need For IT Transformation Operational

More information

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery White Paper Business Continuity Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery Table of Contents Executive Summary... 1 Key Facts About

More information

VMware vsphere 4.0 The best platform for building cloud infrastructures

VMware vsphere 4.0 The best platform for building cloud infrastructures VMware vsphere 4.0 The best platform for building cloud infrastructures VMware Intelligence Community Team Rob Amos - Intelligence Programs Manager ramos@vmware.com (703) 209-6480 Harold Hinson - Intelligence

More information

Automatic Virtual Machine Configuration for Database Workloads

Automatic Virtual Machine Configuration for Database Workloads Automatic Virtual Machine Configuration for Database Workloads Ahmed A. Soror Umar Farooq Minhas Ashraf Aboulnaga Kenneth Salem Peter Kokosielis Sunil Kamath University of Waterloo IBM Toronto Lab {aakssoro,

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

Eliminate the Complexity of Multiple Infrastructure Silos

Eliminate the Complexity of Multiple Infrastructure Silos SOLUTION OVERVIEW Eliminate the Complexity of Multiple Infrastructure Silos A common approach to building out compute and storage infrastructure for varying workloads has been dedicated resources based

More information

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

More information

The next step in Software-Defined Storage with Virtual SAN

The next step in Software-Defined Storage with Virtual SAN The next step in Software-Defined Storage with Virtual SAN Osama I. Al-Dosary VMware vforum, 2014 2014 VMware Inc. All rights reserved. Agenda Virtual SAN s Place in the SDDC Overview Features and Benefits

More information

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager 1 VMware By the Numbers Year Founded Employees R&D Engineers with Advanced Degrees Technology Partners Channel

More information

Reasons to Deploy Oracle on EMC Symmetrix VMAX

Reasons to Deploy Oracle on EMC Symmetrix VMAX Enterprises are under growing urgency to optimize the efficiency of their Oracle databases. IT decision-makers and business leaders are constantly pushing the boundaries of their infrastructures and applications

More information

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware 2010 VMware Inc. All rights reserved About the Speaker Hemant Gaidhani Senior Technical

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD Louaye Rachidi Technology Consultant 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

Oracle Database 18c and Autonomous Database

Oracle Database 18c and Autonomous Database Oracle Database 18c and Autonomous Database Maria Colgan Oracle Database Product Management March 2018 @SQLMaria Safe Harbor Statement The following is intended to outline our general product direction.

More information

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy COMPUTER ARCHITECTURE Virtualization and Memory Hierarchy 2 Contents Virtual memory. Policies and strategies. Page tables. Virtual machines. Requirements of virtual machines and ISA support. Virtual machines:

More information

A Performance Evaluation of Database Systems on Virtual Machines

A Performance Evaluation of Database Systems on Virtual Machines A Performance Evaluation of Database Systems on Virtual Machines by Umar Farooq Minhas A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Virtualization and memory hierarchy

Virtualization and memory hierarchy Virtualization and memory hierarchy Computer Architecture J. Daniel García Sánchez (coordinator) David Expósito Singh Francisco Javier García Blas ARCOS Group Computer Science and Engineering Department

More information

The next step in Software-Defined Storage with Virtual SAN. VMware vforum, 2014 Bünyamin Özyaşar 2014 VMware Inc. All rights reserved.

The next step in Software-Defined Storage with Virtual SAN. VMware vforum, 2014 Bünyamin Özyaşar 2014 VMware Inc. All rights reserved. The next step in Software-Defined Storage with Virtual SAN VMware vforum, 2014 Bünyamin Özyaşar 2014 VMware Inc. All rights reserved. What s on the agenda? Where Virtual SAN fits in the Software Defined

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

HCI: Hyper-Converged Infrastructure

HCI: Hyper-Converged Infrastructure Key Benefits: Innovative IT solution for high performance, simplicity and low cost Complete solution for IT workloads: compute, storage and networking in a single appliance High performance enabled by

More information

Virtual Leverage: Server Consolidation in Open Source Environments. Margaret Lewis Commercial Software Strategist AMD

Virtual Leverage: Server Consolidation in Open Source Environments. Margaret Lewis Commercial Software Strategist AMD Virtual Leverage: Server Consolidation in Open Source Environments Margaret Lewis Commercial Software Strategist AMD What Is Virtualization? Abstraction of Hardware Components Virtual Memory Virtual Volume

More information

Storage Designed to Support an Oracle Database. White Paper

Storage Designed to Support an Oracle Database. White Paper Storage Designed to Support an Oracle Database White Paper Abstract Databases represent the backbone of most organizations. And Oracle databases in particular have become the mainstream data repository

More information

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

1 Quantum Corporation 1

1 Quantum Corporation 1 1 Tactics and Tips for Protecting Virtual Servers Mark Eastman Director, Solutions Marketing April 2008 VMware Changing the Way Data Protection is Done No longer 1 server, 1 backup paradigm App Virtual

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

Take Back Lost Revenue by Activating Virtuozzo Storage Today Take Back Lost Revenue by Activating Virtuozzo Storage Today JUNE, 2017 2017 Virtuozzo. All rights reserved. 1 Introduction New software-defined storage (SDS) solutions are enabling hosting companies to

More information

Chapter 5 C. Virtual machines

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

More information

Virtual SAN and vsphere w/ Operations Management

Virtual SAN and vsphere w/ Operations Management Welcome! The webinar will start shortly For audio, dial 877-668-4490 / Code 664 120 829 or Listen on Your Computer Simplify Virtual Storage and Management with VMware Virtual SAN and vsphere w/ Operations

More information

Performance Evaluation of Virtualization Technologies

Performance Evaluation of Virtualization Technologies Performance Evaluation of Virtualization Technologies Saad Arif Dept. of Electrical Engineering and Computer Science University of Central Florida - Orlando, FL September 19, 2013 1 Introduction 1 Introduction

More information

Hitachi Virtual Storage Platform Family

Hitachi Virtual Storage Platform Family Hitachi Virtual Storage Platform Family Advanced Storage Capabilities for All Organizations Andre Lahrmann 23. November 2017 Hitachi Vantara Vorweg: Aus Hitachi Data Systems wird Hitachi Vantara The efficiency

More information

Introduction to Database Services

Introduction to Database Services Introduction to Database Services Shaun Pearce AWS Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Today s agenda Why managed database services? A non-relational

More information

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

Toward timely, predictable and cost-effective data analytics. Renata Borovica-Gajić DIAS, EPFL

Toward timely, predictable and cost-effective data analytics. Renata Borovica-Gajić DIAS, EPFL Toward timely, predictable and cost-effective data analytics Renata Borovica-Gajić DIAS, EPFL Big data proliferation Big data is when the current technology does not enable users to obtain timely, cost-effective,

More information

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide Non-stop storage is a high-availability solution that combines ETERNUS SF products

More information

Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions

Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions Steve Sue VMware PSE June-8 th -2010 Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions 2010 IBM Corporation Virtualization Spending Priority Goldman Sachs 2010 Key Tech Trends

More information

Ten things hyperconvergence can do for you

Ten things hyperconvergence can do for you Ten things hyperconvergence can do for you Francis O Haire Director, Technology & Strategy DataSolutions Evolution of Enterprise Infrastructure 1990s Today Virtualization Server Server Server Server Scale-Out

More information

Quobyte The Data Center File System QUOBYTE INC.

Quobyte The Data Center File System QUOBYTE INC. Quobyte The Data Center File System QUOBYTE INC. The Quobyte Data Center File System All Workloads Consolidate all application silos into a unified highperformance file, block, and object storage (POSIX

More information

Verron Martina vspecialist. Copyright 2012 EMC Corporation. All rights reserved.

Verron Martina vspecialist. Copyright 2012 EMC Corporation. All rights reserved. Verron Martina vspecialist 1 TRANSFORMING MISSION CRITICAL APPLICATIONS 2 Application Environments Historically Physical Infrastructure Limits Application Value Challenges Different Environments Limits

More information

Dell EMC ScaleIO Ready Node

Dell EMC ScaleIO Ready Node Essentials Pre-validated, tested and optimized servers to provide the best performance possible Single vendor for the purchase and support of your SDS software and hardware All-Flash configurations provide

More information

The Impact of Hyper- converged Infrastructure on the IT Landscape

The Impact of Hyper- converged Infrastructure on the IT Landscape The Impact of Hyperconverged Infrastructure on the IT Landscape Focus on innovation, not IT integration BUILD Consumes valuables time and resources Go faster Invest in areas that differentiate BUY 3 Integration

More information

SvSAN Data Sheet - StorMagic

SvSAN Data Sheet - StorMagic SvSAN Data Sheet - StorMagic A Virtual SAN for distributed multi-site environments StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical applications

More information

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM Virtualization lication lication lication lication lication lication OPERATING SYSTEM OPERATING SYSTEM VIRTUALIZATION 1 Basic Idea Observation Hardware resources are typically under-utilized Hardware resources

More information

Hedvig as backup target for Veeam

Hedvig as backup target for Veeam Hedvig as backup target for Veeam Solution Whitepaper Version 1.0 April 2018 Table of contents Executive overview... 3 Introduction... 3 Solution components... 4 Hedvig... 4 Hedvig Virtual Disk (vdisk)...

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

Experience the GRID Today with Oracle9i RAC

Experience the GRID Today with Oracle9i RAC 1 Experience the GRID Today with Oracle9i RAC Shig Hiura Pre-Sales Engineer Shig_Hiura@etagon.com 2 Agenda Introduction What is the Grid The Database Grid Oracle9i RAC Technology 10g vs. 9iR2 Comparison

More information

THE OPEN DATA CENTER FABRIC FOR THE CLOUD

THE OPEN DATA CENTER FABRIC FOR THE CLOUD Product overview THE OPEN DATA CENTER FABRIC FOR THE CLOUD The Open Data Center Fabric for the Cloud The Xsigo Data Center Fabric revolutionizes data center economics by creating an agile, highly efficient

More information

Virtualization. Michael Tsai 2018/4/16

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

More information

Microsoft Azure StorSimple Hybrid Cloud Storage. Manu Aery, Raju S

Microsoft Azure StorSimple Hybrid Cloud Storage. Manu Aery, Raju S Learn. Connect. Explore. Microsoft Azure StorSimple Hybrid Cloud Storage Manu Aery, Raju S Agenda Storage challenges Addressing storage challenges with StorSimple StorSimple 8000 series Overview Demo &

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

The Impact of Hyper- converged Infrastructure on the IT Landscape

The Impact of Hyper- converged Infrastructure on the IT Landscape The Impact of Hyperconverged Infrastructure on the IT Landscape Where else do you consume like this? 3 Focus on innovation, not IT integration BUILD Consumes valuables time and resources Go faster Invest

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 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 to deliver any material,

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

VMware vsphere 6.5: Install, Configure, Manage (5 Days)

VMware vsphere 6.5: Install, Configure, Manage (5 Days) www.peaklearningllc.com VMware vsphere 6.5: Install, Configure, Manage (5 Days) Introduction This five-day course features intensive hands-on training that focuses on installing, configuring, and managing

More information

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide TECHNICAL DEPLOYMENT GUIDE StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneBlox, compliments Veeam to create a differentiated diskbased

More information

The storage challenges of virtualized environments

The storage challenges of virtualized environments The storage challenges of virtualized environments The virtualization challenge: Ageing and Inflexible storage architectures Mixing of platforms causes management complexity Unable to meet the requirements

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

VMware Virtual SAN Technology

VMware Virtual SAN Technology VMware Virtual SAN Technology Today s Agenda 1 Hyper-Converged Infrastructure Architecture & Vmware Virtual SAN Overview 2 Why VMware Hyper-Converged Software? 3 VMware Virtual SAN Advantage Today s Agenda

More information

DAHA AKILLI BĐR DÜNYA ĐÇĐN BĐLGĐ ALTYAPILARIMIZI DEĞĐŞTĐRECEĞĐZ

DAHA AKILLI BĐR DÜNYA ĐÇĐN BĐLGĐ ALTYAPILARIMIZI DEĞĐŞTĐRECEĞĐZ Information Infrastructure Forum, Istanbul DAHA AKILLI BĐR DÜNYA ĐÇĐN BĐLGĐ ALTYAPILARIMIZI DEĞĐŞTĐRECEĞĐZ 2010 IBM Corporation Information Infrastructure Forum, Istanbul IBM XIV Veri Depolama Sistemleri

More information

VMware vsphere. Using vsphere VMware Inc. All rights reserved

VMware vsphere. Using vsphere VMware Inc. All rights reserved VMware vsphere Using vsphere 2010 VMware Inc. All rights reserved Migrating VMs VMs Move from one host to another Powered on VM requires VMware vmotion VM Files in Datastores Move from one datastore to

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper More Efficient Virtualization Management: Templates www.parallels.com Version 2.0 Table of Contents Table of Contents... 2 OS, Middleware or VM Sprawl... 3 Why

More information

Compute Infrastructure Management: The Future. Fred van den Bosch CTO, EVP Advanced Technology VERITAS Software Corporation

Compute Infrastructure Management: The Future. Fred van den Bosch CTO, EVP Advanced Technology VERITAS Software Corporation Compute Infrastructure Management: The Future Fred van den Bosch CTO, EVP Advanced Technology VERITAS Software Corporation Agenda Evolving role of IT Evolution of Compute Infrastructure Management Storage

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

VMware vsphere Clusters in Security Zones

VMware vsphere Clusters in Security Zones SOLUTION OVERVIEW VMware vsan VMware vsphere Clusters in Security Zones A security zone, also referred to as a DMZ," is a sub-network that is designed to provide tightly controlled connectivity to an organization

More information

Private Cloud Database Consolidation Alessandro Bracchini Sales Consultant Oracle Italia

Private Cloud Database Consolidation Alessandro Bracchini Sales Consultant Oracle Italia Private Cloud Database Consolidation Alessandro Bracchini Sales Consultant Oracle Italia Private Database Cloud Business Drivers Faster performance Resource management Higher availability Tighter security

More information

Microsoft E xchange 2010 on VMware

Microsoft E xchange 2010 on VMware : Microsoft E xchange 2010 on VMware Availability and R ecovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more

More information

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo Vendor: EMC Exam Code: E20-002 Exam Name: Cloud Infrastructure and Services Exam Version: Demo QUESTION NO: 1 In which Cloud deployment model would an organization see operational expenditures grow in

More information

Building Adaptive Performance Models for Dynamic Resource Allocation in Cloud Data Centers

Building Adaptive Performance Models for Dynamic Resource Allocation in Cloud Data Centers Building Adaptive Performance Models for Dynamic Resource Allocation in Cloud Data Centers Jin Chen University of Toronto Joint work with Gokul Soundararajan and Prof. Cristiana Amza. Today s Cloud Pay

More information

VMware Virtual SAN. High Performance Scalable Storage Architecture VMware Inc. All rights reserved.

VMware Virtual SAN. High Performance Scalable Storage Architecture VMware Inc. All rights reserved. VMware Virtual SAN High Performance Scalable Storage Architecture 2014 VMware Inc. All rights reserved. Agenda Importance of Software Defined approach for Storage Introduction VMware Virtual SAN Key Properties

More information

Global Headquarters: 5 Speen Street Framingham, MA USA P F

Global Headquarters: 5 Speen Street Framingham, MA USA P F Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R T h e R e a l i t y o f D a t a P r o t e c t i o n a n d R e c o v e r y a n

More information

Cisco HyperFlex Systems and Veeam Backup and Replication

Cisco HyperFlex Systems and Veeam Backup and Replication Cisco HyperFlex Systems and Veeam Backup and Replication Best practices for version 9.5 update 3 on Microsoft Hyper-V What you will learn This document outlines best practices for deploying Veeam backup

More information

VMware Virtual SAN. Technical Walkthrough. Massimiliano Moschini Brand Specialist VCI - vexpert VMware Inc. All rights reserved.

VMware Virtual SAN. Technical Walkthrough. Massimiliano Moschini Brand Specialist VCI - vexpert VMware Inc. All rights reserved. VMware Virtual SAN Technical Walkthrough Massimiliano Moschini Brand Specialist VCI - vexpert 2014 VMware Inc. All rights reserved. VMware Storage Innovations VI 3.x VMFS Snapshots Storage vmotion NAS

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (FC/iSCSI) enables SAN tiering Balanced performance well-suited for

More information

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved.

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved. VMware Overview Kontakt: jens.soeldner@netlogix.de 1-1 You Are Here Virtual Infrastructure VMware Overview ESX Server Installation ESX Server Installation Networking Networking Storage Storage ESX Server

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Deploying Application and OS Virtualization Together: Citrix and Parallels Virtuozzo Containers www.parallels.com Version 1.0 Table of Contents The Virtualization

More information

Storage Solutions for VMware: InfiniBox. White Paper

Storage Solutions for VMware: InfiniBox. White Paper Storage Solutions for VMware: InfiniBox White Paper Abstract The integration between infrastructure and applications can drive greater flexibility and speed in helping businesses to be competitive and

More information

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director Hyper-Convergence De-mystified Francis O Haire Group Technology Director The Cloud Era Is Well Underway Rapid Time to Market I deployed my application in five minutes. Fractional IT Consumption I use and

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

vsan Security Zone Deployment First Published On: Last Updated On:

vsan Security Zone Deployment First Published On: Last Updated On: First Published On: 06-14-2017 Last Updated On: 11-20-2017 1 1. vsan Security Zone Deployment 1.1.Solution Overview Table of Contents 2 1. vsan Security Zone Deployment 3 1.1 Solution Overview VMware vsphere

More information

SAN Virtuosity Fibre Channel over Ethernet

SAN Virtuosity Fibre Channel over Ethernet SAN VIRTUOSITY Series WHITE PAPER SAN Virtuosity Fibre Channel over Ethernet Subscribe to the SAN Virtuosity Series at www.sanvirtuosity.com Table of Contents Introduction...1 VMware and the Next Generation

More information

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

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

More information

VMware vsphere 4. The Best Platform for Building Cloud Infrastructures

VMware vsphere 4. The Best Platform for Building Cloud Infrastructures Table of Contents Get the efficiency and low cost of cloud computing with uncompromising control over service levels and with the freedom of choice................ 3 Key Benefits........................................................

More information

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers WHITEPAPER JANUARY 2006 Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers J2EE represents the state of the art for developing component-based multi-tier enterprise

More information

Andy Mendelsohn, Oracle Corporation

Andy Mendelsohn, Oracle Corporation ORACLE DATABASE 10G: A REVOLUTION IN DATABASE TECHNOLOGY Andy Mendelsohn, Oracle Corporation EXECUTIVE OVERVIEW Oracle Database 10g is the first database designed for Enterprise Grid Computing. Oracle

More information