Best Practices for Testing In Virtual Environments

Size: px
Start display at page:

Download "Best Practices for Testing In Virtual Environments"

Transcription

1 Europe s Premier Software Testing Event World Forum Convention Centre, The Hague, Netherlands The Future of Software Testing Best Practices for Testing In Virtual Environments Martin Klaus, Vmware, USA

2 Best Practices for Testing in Virtual Environments Martin Klaus

3 Agenda Virtualization Basics Why is Virtualization such a big trend? Taking Advantage of Virtual Labs for Testing and QA Architecting Virtual Labs Best Practices for Testing in Virtual Labs Virtual Labs at VMware Performance Testing Considerations Summary and Next Steps

4 Virtualization Basics

5 What is Virtualization? Physical Machine Virtual Machine Virtualization packages hardware + OS + applications into a portable virtual machine package

6 Key Properties of Virtual Machines Partitioning Run multiple operating systems on one physical machine Divide system resources between virtual machines Isolation Fault and security isolation at the hardware level Advanced resource controls preserve performance Encapsulation Entire state of the virtual machine can be saved to files Move and copy virtual machines as easily as moving and copying files Hardware-Independence Provision or migrate any virtual machine to any similar or different physical server

7 Physical Hosted Server-based Virtualization Run several operating systems on a single machine. Create shared pools of resources to optimize your infrastructure.

8 Why is Virtualization such a big trend?

9 Platform for Business Critical Applications Separate Consolidate Aggregate Automate Liberate CapEx Savings OpEx Savings Business Agility Automation Virtual Infrastructure Virtual Infrastructure Management Management Management Hypervisor Hypervisor Hypervisor Hypervisor Test and Development Server Consolidation Capacity On Demand Self-Managing Datacenter Computing Clouds

10 Business-Critical Application Momentum >100,000 companies worldwide virtualize their datacenter 54% deploy enterprise applications on virtual infrastructure 46% standardizing on virtual infrastructure 63% plan to virtualize more than 50% of their x86 infrastructure in 3 years In a recent ESG survey, nearly half of the current users consider themselves to be running mission critical applications on virtual machines. ESG Research, December 2007 Test and Development Server Consolidation Capacity On Demand Self-Managing Datacenter Computing Clouds

11 Virtualizing critical applications in production 92% of our customers are confident that their mission-critical apps run well on VI Percent customers running these applications in production MSFT Exchange 36% MSFT SharePoint 54% MSFT SQL Server 62% ORCL Application Server 31% ORCL Database 32% IBM Domino 37% IBM DB2 20% IBM WebSphere 44% All Databases 42% Source: VMware customer survey, October 2007, sample size 500

12 Taking Advantage of Virtual Labs for Testing and QA

13 Common Test Lab Challenges Inefficient provisioning of test environments Setup, teardown, reset and configuration time Process, time and budget dependency on IT

14 Customer Example: Average Machine Utilization Maintenance Tasks Non-test related tasks such as Imaging, Installing, Cleanup, or Locked for Triage. Testing Tasks Test execution Maintenance Tasks Testing Tasks On Average, test execution is only 10% of the total machine utilization 80% 70% 60% 50% 40% 30% 20% 10% 0% Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Image Machine Install Software Run Tests Await Triage Release for new test 20 Minutes 5 Minutes Minutes 1-12 Hours!!

15 Common Test Lab Challenges Inefficient provisioning of test environments Setup, teardown, reset and configuration time Process, time and budget dependency on IT Constraints of physical hardware Test matrix limited by available lab resources Little asset sharing leads to server sprawl

16 Customer Example: Physical Test Lab Challenges Resources locked until test run complete Every task must go through imaging and product install No reuse of common configurations Remote access issues Requires hardware specific Images Consumes lots of power and space

17 Common Test Lab Challenges Inefficient provisioning of test environments Setup, teardown, reset and configuration time Process, time and budget dependency on IT Resource requirements Test matrix limited by available equipment Little asset sharing leads to server sprawl Collaboration of development and testing teams Reproducing environments to troubleshoot problems

18 Customer Example: Before Virtual Test Lab Before Virtual Test Lab Number of provisioning requests and slow IT response time (days) High temperatures and power consumption of 120 server spread across multiple labs Significant number of machines reaching the end of their life cycle causing unexpected downtime Time and complexity required to manage and maintain system configurations Inability to provide service for remote users without manual intervention

19 Customer Example: Virtual Test Lab 7 Blade Servers running VMs each Supports 120 concurrent lab users in multiple locations Increased lab capacity by an additional 200 virtual machines Improved IT response time from days to minutes with a self-service portal Fewer machines and dramatically reduced hardware replacement cost After Virtualizing the Test Lab

20 Customer Example: Test Automation Infrastructure developed over 6 years Roughly 100 unique users per day and over 300 per month Support team of 8 full-time engineers Mostly automated GUI testing but also includes programmatic SDK + API tests Averaging roughly 86% increase in testing year over year Test Executions by Release Feb Mar Apr May Jun Jul Aug Sep 06 Release 07 Release 08 Release Annual Release Cycle Launch in Fall

21 Architecting Virtual Labs

22 How Virtual Lab Infrastructure Works User selects a multi-machine configuration, clicks deploy. Virtual Lab Portal Virtual machines stored in the image library are deployed on the virtualized server pool Image Storage Library Elapsed Time: 1-2 minutes LAN/SAN QA Engineer Once deployed, user directly interacts with the machines, as if sitting at each console Virtual Infrastructure Virtualized Server Pool Automated Virtual Lab

23 Virtualized Server Pool Sizing Infrastructure Requirements Server-based virtualization typically achieve consolidation ratios of 10:1 or higher QA and test labs often achieve 25:1 or more Use 4-way servers for higher VM density Basic sizing formula: Number of Virtualized = Servers needed Users * Machines Consolidation Ratio

24 Storage Sizing Image Library Efficient use of storage through linked clones and delta disks Recommendations Storage need depends on the number of base images + length of linked clones chain Allocate several large VMFS data stores (300GB - 500GB each) for initial VM storage Minimum 200GB disk space for media storage Storage Server A B C A B C A B C A B C WinXP base disk Win2k3 base disk

25 Test Automation in Virtual Labs Use Test Automation Tools Most vendors have plug-ins and integrations with virtual lab automation products Build your own automation scripts specific to your environment and processes, e.g. automated regression testing after check-in Capture Test Environments Snapshot virtual machines if tests fail linked clones reduce storage overhead Discard virtual machines if tests succeed

26 Best Practices for Testing in Virtual Labs

27 Problem: Test Matrix Management Test matrix is becoming too difficult to manage Host operating system, browser, database, application server, localization, JRE, etc Trade-off between test matrix, release schedules and quality must be made

28 Solution: Using Templates and Configurations Create multi-level templates Level 1: OS Level 2: OS + Patches Level 3: OS + Patches + Apps Tests are downloaded to Level 3 configurations Build VM Configurations from Templates Preserve Gold master images Instantiate templates in multi-tier configurations Image library stores all test environment configurations Selectively deploy, combine or split VM configurations for combinatorial use cases

29 Problem: Test Resource Collisions Different types of testing cannot be executed simultaneously in same environment Regression and Integration Testing User Acceptance Testing Test Environment Installation and Upgrade Testing

30 Solution: Clones and Network Fencing Deploy multiple identical environments simultaneously Linked clones and delta disks reduce storage costs Configuration B Clone of A Regression and Integration Testing User Acceptance Testing Configuration A Original Configuration C Clone of A ESX Server Pool Installation and Upgrade Testing

31 Problem: Modified Test Environments Environment Impact Tests Installation, Upgrade and Patch testing Test Data Management Maintain test data through data destructive test cycles

32 Solution: Store Application State Snapshots and Revert Points Capture to Library and Checkout of Library Test Execution Pristine Data State Unknown Data State Revert to Snapshot or Checkout Library Configuration

33 Problem: Not-Reproducible Defects Non-determinism is source of many bugs Race conditions in multithreaded code Application behavior dependent on user input, network, etc Non-reproducible defects get dismissed and shipped Post-mortem debugging Applications don t always crash Post mortem represents a system snapshot at the time of the crash but doesn t capture behavior leading up to the crash

34 Solution: Record and Replay Record and replay whole VM execution i.e., all threads, all processes, and operating system Instruction exact Recorded session encapsulated in a file User Network Disk

35 Record and Replay Benefits Instruction exact recording of VM execution Inexpensive enough to use pervasively (won t miss bug) Use go-live to evaluate what-if scenarios Replay bug over and over Records all asynchronous data (user input, network, etc) Minimal execution dilation (won t mask bug) Memory leaks Race conditions Minimal probing effects during debugging Record bug with low overhead Attach debugger while replaying Control/inspect program in usual ways: breakpoints, watch points, single stepping, etc.

36 Virtual Labs at VMware

37 How VMware QA uses virtualization Virtual Development Environments VDE contains IDE, compilers, build tools and system paths Switch between VDE to get different version build tools Quickly provisioning VDE for new hires and contractors Virtual Test Environments VTE contains deployment environment and application build Manual and Automated Testing team access VTEs We also use test and build automation tools Development and QA Collaboration Code check-ins trigger automated smoke testing Continuous integration testing against main branch

38 Virtual Lab Automation in Development and Test 1. Daily build produced by build System Build System 2. VMware Lab Manager SOAP API used to checkout reference platforms, install build, and download and run latest smoke test scripts SQA System Tests Lab Manager QA/ Dev 3. Bugs are sent to dev team and filed in bug tracking system using LiveLinks 4. All results are checked into the Lab Manager Library. Leases used to keep library clean. Fixes 5. Fixes checked into build system for next day s build

39 Performance Testing Considerations

40 Performance Expectations for Virtual Infrastructure Expect CPU overhead to be in the order of 5-20% This is what we see consistently in partner benchmarks Expect Storage latency overhead to be negligible ESX Layer adds about 0.2ms per I/O, and is capable of >100,000iops NFS and iscsi protocols often provide sufficient performance, but can have slightly higher CPU overhead VMware ESX Scales Out Well Adding VMs scales well: over 95% scaling factor

41 Single VM, CPU Intensive Performance VMware ESX 3.x compared to Native SPECcpu results covered by O.Agesen and K.Adams Paper Websphere results published jointly by IBM/VMware SPECjbb results from recent internal measurements

42 Measuring the Performance of DB Virtualization Throughput Delivered Minimal Overheads

43 Oracle 10GR2 Swingbench Throughput (txns/sec) Throughput scales with the size of the VM Number of virtual CPUs in Database/Guest

44 Total System Throughput (ops/s) Total System Throughput (ops/s) Application Tier Scales Better in Virtual Machines Java on Linux Java on VMware Java Virtual Machines Java Virtual Machines Tier client-server Java benchmark measuring num. of business transactions per sec. Intel Xeon 3.2 GHz, 2 GB RAM, VMware ESX 3.0, BEA LiquidVM 1.1, BEA JRockit R27.3, BEA WLS 9.2 MP2, RHEL 4.0. Each VM allocated 1 vcpu and 1 GB vmem. JVM -Xmx=800MB, 135 MB live data.

45 Summary and Next Steps

46 Building your own Virtual Test Lab Implement proof of concept prior to broader deployment Get your IT department involved Virtualize one or two QA test lab servers to gain experience Scale out your virtual lab over time Online Resources VMware Web site: White papers, Technical articles, community forums, blogs, customer references Free Tools VMware Converter, VMware ESXi, VMware Server

47 Conclusion Virtualize your test lab Start by leveraging existing servers and local storage Import physical test configurations as virtual machines Use test automation tools Included automated provisioning and capture of test environments in your tests From 2007 Customer Survey Time is the biggest item saved through virtual lab automation 50% increase in defects found prior to production/shipment

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

Technical Deep Dive: VMware Lab Manager. Steven Kishi, Product Manager Wilson Huang, R&D Manager

Technical Deep Dive: VMware Lab Manager. Steven Kishi, Product Manager Wilson Huang, R&D Manager Technical Deep Dive: VMware Lab Manager Steven Kishi, Product Manager Wilson Huang, R&D Manager Agenda Challenges in Software Development and Test Lab Manager Overview and Demo The Technical Heart of LM:

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

Big gains with little virtual Machines: VMware Lab Manager. Sumeet Mehra Application & Management Solution Specialist 16 th October 2008

Big gains with little virtual Machines: VMware Lab Manager. Sumeet Mehra Application & Management Solution Specialist 16 th October 2008 Big gains with little virtual Machines: VMware Lab Manager Sumeet Mehra Application & Management Solution Specialist 16 th October 2008 Disclaimer This session may contain product features that are currently

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Sr Product Marketing Manager VMware, Inc.

vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Sr Product Marketing Manager VMware, Inc. vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Sr Product Marketing Manager VMware, Inc. Agenda Introduction Performance Consolidation Application Lifecycle Application

More information

VMware Virtualizing Business Critical Apps

VMware Virtualizing Business Critical Apps VMware Virtualizing Business Critical Apps Elliot Fliesler Director, Partner Marketing, VMware 1 Agenda Our Mission The Goal: Enabling IT as a Service through Cloud Computing The Journey: Virtualizing

More information

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc Server Virtualization and Optimization at HSBC John Gibson Chief Technical Specialist HSBC Bank plc Background Over 5,500 Windows servers in the last 6 years. Historically, Windows technology dictated

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

W H I T E P A P E R. What s New in VMware vsphere 4: Performance Enhancements

W H I T E P A P E R. What s New in VMware vsphere 4: Performance Enhancements W H I T E P A P E R What s New in VMware vsphere 4: Performance Enhancements Scalability Enhancements...................................................... 3 CPU Enhancements............................................................

More information

Introduction to Virtualization

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

More information

Virtualization Big Applications. Charu Chaubal Senior Architect, Technical Marketing 6 November, 2008

Virtualization Big Applications. Charu Chaubal Senior Architect, Technical Marketing 6 November, 2008 Virtualization Big Applications Charu Chaubal Senior Architect, Technical Marketing 6 November, 2008 Overview Myths and Realities Case Studies CPU Intensive Workloads I/O and Network Intensive Workloads

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

More information

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

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

More information

The Business Value of Virtualizing Oracle ebusiness Suite. Haroon Qureshi QSolve, Inc.

The Business Value of Virtualizing Oracle ebusiness Suite. Haroon Qureshi QSolve, Inc. The Business Value of Virtualizing Oracle ebusiness Suite Haroon Qureshi QSolve, Inc. hqureshi@qsolveinc.com http://www.qsolveinc.com Agenda Introductions Introduction to Virtualization Challenges with

More information

Securing the Data Center against

Securing the Data Center against Securing the Data Center against vulnerabilities & Data Protection Agenda Virtual Virtualization Technology How Virtualization affects the Datacenter Security Keys to a Secure Virtualized Deployment and

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

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy [TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy Mounir Chaaban & Riaz Salim Account Technology Strategist Microsoft Corporation Microsoft s Vision

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

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Prabhaker Gongloor (GP) Product Management Director, Database Manageability, Oracle

More information

Tintri: Best Practices for Snapshot Heavy Environments

Tintri: Best Practices for Snapshot Heavy Environments Tintri: Best Practices for Snapshot Heavy Environments Tomer Hagay, Tintri #vmworld VAP3915BUS #VAP3915BUS About Myself Tomer Hagay https://www.linkedin.com/in/tomerhagay Director, Technical Marketing

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

Directions in Data Centre Virtualization and Management

Directions in Data Centre Virtualization and Management Directions in Data Centre Virtualization and Management Peter West Product Marketing Manager, Product Marketing EMEA, VMware, Inc. New Approach To Data Centre Scalability Simplify the containers Add Hardware

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

Disaster Recovery-to-the- Cloud Best Practices

Disaster Recovery-to-the- Cloud Best Practices Disaster Recovery-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE

More information

vsphere 4 The Best Platform for Business-Critical Applications

vsphere 4 The Best Platform for Business-Critical Applications vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Senior Product Marketing Manager The Goal Just like.. IT as a Service Inexpensive, pay as you go, pay for what you use Ubiquitously

More information

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration An Oracle White Paper December 2010 Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration Introduction...1 Overview of the Oracle VM Blade Cluster

More information

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS Abstract Virtualization and workload management are essential technologies for maximizing scalability, availability and

More information

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018 VVD for Cloud Providers: Scale and Performance Guidelines October 2018 2018 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.

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

Executive Summary Challenges in Developing, Testing and Deploying Applications Reduce Overall Development Costs... 7

Executive Summary Challenges in Developing, Testing and Deploying Applications Reduce Overall Development Costs... 7 Contents Executive Summary..................................................................................................... 3 Challenges in Developing, Testing and Deploying Applications.........................................

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

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

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

Red Hat enterprise virtualization 3.1 feature comparison

Red Hat enterprise virtualization 3.1 feature comparison Red Hat enterprise virtualization 3.1 feature comparison at a glance Red Hat Enterprise Virtualization 3.1 is first fully open source, enterprise ready virtualization platform Compare functionality of

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

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

Certified Reference Design for VMware Cloud Providers

Certified Reference Design for VMware Cloud Providers VMware vcloud Architecture Toolkit for Service Providers Certified Reference Design for VMware Cloud Providers Version 2.5 August 2018 2018 VMware, Inc. All rights reserved. This product is protected by

More information

Oracle Database Consolidation on FlashStack

Oracle Database Consolidation on FlashStack White Paper Oracle Database Consolidation on FlashStack with VMware 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 18 Contents Executive Summary Introduction

More information

PRESENTATION TITLE GOES HERE

PRESENTATION TITLE GOES HERE Performance Basics PRESENTATION TITLE GOES HERE Leah Schoeb, Member of SNIA Technical Council SNIA EmeraldTM Training SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR

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

IBM Daeja ViewONE Virtual Performance and Scalability

IBM Daeja ViewONE Virtual Performance and Scalability Summary White Paper January 2016 IBM Daeja ViewONE Virtual 4.1.5 Performance and Scalability Copyright IBM Corporation 2016 Enterprise Content Management www.ibm.com No part of this document may be reproduced

More information

Red Hat enterprise virtualization 3.0

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

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

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

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization Jacek Skórzyński Solution Architect/Red Hat AGENDA Red Hat Virtualization Overview RHV Architecture RHV Core Features Red Hat Virtualization Overview

More information

Merging Enterprise Applications with Docker* Container Technology

Merging Enterprise Applications with Docker* Container Technology Solution Brief NetApp Docker Volume Plugin* Intel Xeon Processors Intel Ethernet Converged Network Adapters Merging Enterprise Applications with Docker* Container Technology Enabling Scale-out Solutions

More information

Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1

Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1 Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1 version 1.0 July, 2007 Table of Contents 1. Introduction...3 2. Best practices...3 2.1 Preparing the solution environment...3

More information

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 An Oracle White Paper October 2010 Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 Introduction When business-critical systems are down for a variety

More information

Creating the Fastest Possible Backups Using VMware Consolidated Backup. A Design Blueprint

Creating the Fastest Possible Backups Using VMware Consolidated Backup. A Design Blueprint Creating the Fastest Possible Backups Using VMware Consolidated Backup A Design Blueprint George Winter Technical Product Manager NetBackup Symantec Corporation Agenda Overview NetBackup for VMware and

More information

Oracle VM 3.3. Planning and Implementing

Oracle VM 3.3. Planning and Implementing Oracle VM 3.3 Planning and Implementing Agenda 1. Introduction 2. What are we doing 3. Why did we want to virtualize 4. Building the case for virtualization 5. Hardware sizing for Oracle VM 6. Oracle VM

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Pivot3 Acuity with Microsoft SQL Server Reference Architecture

Pivot3 Acuity with Microsoft SQL Server Reference Architecture Pivot3 Acuity with Microsoft SQL Server 2014 Reference Architecture How to Contact Pivot3 Pivot3, Inc. General Information: info@pivot3.com 221 West 6 th St., Suite 750 Sales: sales@pivot3.com Austin,

More information

VMware ESX Server 3i. December 2007

VMware ESX Server 3i. December 2007 VMware ESX Server 3i December 2007 ESX Server 3i Exec Summary What is it? What does it do? What is unique? Who can use it? How do you use it? Next generation, thin hypervisor integrated in server hardware

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

VMware vsphere. Administration VMware Inc. All rights reserved

VMware vsphere. Administration VMware Inc. All rights reserved VMware vsphere Administration 2010 VMware Inc. All rights reserved Permissions Privileges Hierarchical by category Roles Defined set of one or more privileges System and sample roles provided Privileges

More information

Docker and HPE Accelerate Digital Transformation to Enable Hybrid IT. Steven Follis Solutions Engineer Docker Inc.

Docker and HPE Accelerate Digital Transformation to Enable Hybrid IT. Steven Follis Solutions Engineer Docker Inc. Docker and HPE Accelerate Digital Transformation to Enable Hybrid IT Steven Follis Solutions Engineer Docker Inc. Containers are the Fastest Growing Cloud Enabling Technology Title source: 451 Research

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, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Using IBM FlashSystem V9000 TM with the VMware vstorage APIs for Array Integration

Using IBM FlashSystem V9000 TM with the VMware vstorage APIs for Array Integration Using IBM FlashSystem V9000 TM with the VMware vstorage APIs for Array Integration Summary: IBM FlashSystem V9000 provides integration and performance benefits for VMware vsphere environments through support

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

VMware: Server Virtualization and Storage

VMware: Server Virtualization and Storage VMware: Server Virtualization and Storage Dr. Stephen Herrod, CTO VMware, Inc. Agenda The storage stack in Virtual Infrastructure VMware and the storage ecosystem Storage I/O and platform certification

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

Loosely coupled: asynchronous processing, decoupling of tiers/components Fan-out the application tiers to support the workload Use cache for data and content Reduce number of requests if possible Batch

More information

Welcome. Jeremy Poon Territory Manager, VMware

Welcome. Jeremy Poon Territory Manager, VMware Welcome Jeremy Poon Territory Manager, VMware Partner Recognition VMware Infrastructure The New Computing Platform Presented by: Yasser Elgammal Regional Director, VMware VMware: Who We Are World s leading

More information

Virtualization Strategies on Oracle x86. Hwanki Lee Hardware Solution Specialist, Local Product Server Sales

Virtualization Strategies on Oracle x86. Hwanki Lee Hardware Solution Specialist, Local Product Server Sales Virtualization Strategies on Oracle x86 Hwanki Lee Hardware Solution Specialist, Local Product Server Sales Agenda Customer Business Needs Oracle VM for x86/x64 Summary Customer Business Needs Common IT

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : VCP-510 Title : VMware Certified Professional on VSphere 5 Version : Demo 1 / 7 1.Which VMware solution uses the security of a vsphere implementation

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

Infinio Accelerator Product Overview White Paper

Infinio Accelerator Product Overview White Paper Infinio Accelerator Product Overview White Paper November 2015 Table of Contents Executive Summary.3 Disruptive datacenter trends and new storage architectures..3 Separating storage performance from capacity..4

More information

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

Copyright 2011, Oracle and/or its affiliates. All rights reserved. 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

VMware Infrastructure The New Computing Platform. Presented by: Nick Smith Corporate Account Manager, VMware

VMware Infrastructure The New Computing Platform. Presented by: Nick Smith Corporate Account Manager, VMware VMware Infrastructure The New Computing Platform Presented by: Nick Smith Corporate Account Manager, VMware VMware: Who We Are World s leading provider of virtualization solutions Founded 1998, IPO August

More information

Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads

Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads Nimble Storage Overview 2015 NIMBLE STORAGE CONFIDENTIAL: DO NOT DISTRIBUTE 2 Redefining the Storage Market with

More information

HPE Storage Update The All Flash Datacenter 3PAR

HPE Storage Update The All Flash Datacenter 3PAR Horizont 2016 HPE Storage Update The All Flash Datacenter 3PAR James Hall EMEA Pre-Sales Strategy Copyright 2015 Hewlett Packard Enterprise Development LP October 2016 Agenda 1 2 Business Challanges HPE

More information

Powering Transformation With Cisco

Powering Transformation With Cisco Shape Your Business For the Future: Powering Transformation With Cisco Enabling Data Center Evolution Towards Cloud Computing Yudi Wiradarma TSO Lead, PT NetApp Indonesia Agenda The Challenge Cloud infrastructure

More information

NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp

NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp Agenda The Landscape has Changed New Customer Requirements The Market has Begun to Move Comparing Performance Results Storage

More information

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Dell EMC Engineering January 2017 A Dell EMC Technical White Paper

More information

Microsoft IT Leverages its Compute Service to Virtualize SharePoint 2010

Microsoft IT Leverages its Compute Service to Virtualize SharePoint 2010 Microsoft IT Leverages its Compute Service to Virtualize SharePoint 2010 Published: June 2011 The following content may no longer reflect Microsoft s current position or infrastructure. This content should

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

VxRail: Level Up with New Capabilities and Powers GLOBAL SPONSORS

VxRail: Level Up with New Capabilities and Powers GLOBAL SPONSORS VxRail: Level Up with New Capabilities and Powers GLOBAL SPONSORS VMware customers trust their infrastructure to vsan #1 Leading SDS Vendor >10,000 >100 83% vsan Customers Countries Deployed Critical Apps

More information

Virtual Server Agent for VMware VMware VADP Virtualization Architecture

Virtual Server Agent for VMware VMware VADP Virtualization Architecture Virtual Server Agent for VMware VMware VADP Virtualization Architecture Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 18 VMware VADP Virtualization Architecture - Virtual Server Agent for VMware

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

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

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees Course Name Format Course Books 5-day instructor led training 735 pg Study Guide fully annotated with slide notes 244 pg Lab Guide with detailed steps for completing all labs vsphere Version Covers uses

More information

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes Use

More information

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation IBM SYSTEM POWER7 PowerVM Jan Kristian Nielsen jankn@dk.ibm.com - +45 28803310 Erik Rex Rex@dk.ibm.com - +45 28803326 PowerVM: Virtualization Without Limits Reduces IT infrastructure costs Improves service

More information

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy [TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy Mounir Chaaban Account Technology Strategist Microsoft Corporation Microsoft s Vision Enabling

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

VMware vcloud Air User's Guide

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

More information

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc.

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc. Potpuna virtualizacija od servera do desktopa Saša Hederić Senior Systems Engineer VMware Inc. VMware ESX: Even More Reliable than a Mainframe! 2 The Problem Where the IT Budget Goes 5% Infrastructure

More information

Private Cloud Database Consolidation Name, Title

Private Cloud Database Consolidation Name, Title Private Cloud Database Consolidation Name, Title Agenda Cloud Introduction Business Drivers Cloud Architectures Enabling Technologies Service Level Expectations Customer Case Studies Conclusions

More information

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0 Storage Considerations for VMware vcloud Director Version 1.0 T e c h n i c a l W H I T E P A P E R Introduction VMware vcloud Director is a new solution that addresses the challenge of rapidly provisioning

More information

VMware, Cisco and EMC The VCE Alliance

VMware, Cisco and EMC The VCE Alliance ware, Cisco and EMC The VCE Alliance Juan Carlos Bonilla ware Luis Pérez Cisco Aarón Sánchez EMC October, 2009 1 The VCE Positioning - Where is the Problem? Source: IDC 2008 2 Where is the Problem? The

More information

IOmark- VM. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC b Test Report Date: 27, April

IOmark- VM. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC b Test Report Date: 27, April IOmark- VM HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC- 150427- b Test Report Date: 27, April 2015 Copyright 2010-2015 Evaluator Group, Inc. All rights reserved. IOmark- VM, IOmark-

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

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

Cloud & Datacenter EGA

Cloud & Datacenter EGA Cloud & Datacenter EGA The Stock Exchange of Thailand Materials excerpt from SET internal presentation and virtualization vendor e.g. vmware For Educational purpose and Internal Use Only SET Virtualization/Cloud

More information

Driving Greater Business Outcomes with Next Gen IT. Prasad Radhakrishnan ASEAN Datacenter Computing Solutions 18 th Jan 2018

Driving Greater Business Outcomes with Next Gen IT. Prasad Radhakrishnan ASEAN Datacenter Computing Solutions 18 th Jan 2018 Driving Greater Business Outcomes with Next Gen IT Prasad Radhakrishnan ASEAN Datacenter Computing Solutions 18 th Jan 2018 Tech from the Star Wars movies are not too far off What has changed in the last

More information

IT Infrastructure: Poised for Change

IT Infrastructure: Poised for Change IT Infrastructure: Poised for Change David Freund Corporate Virtual Architect EMC Corporation October, 2009 Copyright 2009 EMC Corporation. All rights reserved. 1 Things Change The Big Question What s

More information

Functional Testing of SQL Server on Kaminario K2 Storage

Functional Testing of SQL Server on Kaminario K2 Storage Functional Testing of SQL Server on Kaminario K2 Storage September 2016 TABLE OF CONTENTS 2 3 4 11 12 14 Executive Summary Introduction to Kaminario K2 Functionality Tests for SQL Server Summary Appendix:

More information

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

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

More information