TECHNICAL GUIDE. DataStream. Benchmarking Guide

Size: px
Start display at page:

Download "TECHNICAL GUIDE. DataStream. Benchmarking Guide"

Transcription

1 TECHNICAL GUIDE DataStream Benchmarking Guide Version February 2017

2 Table of Contents Introduction 3 Why Benchmark? 3 DataStream Architecture 4 Global Namespace (GNS) 4 Built-in Load Balancing 4 Tiering 5 Working Set 6 Scale-out Architecture 7 Benchmarking the DataStream Architecture 8 Benchmarking topologies 8 NFS VMkernel 9 Virtual IPs (VIPs) 9 Introduction to Iometer 10 Topology Panel 10 Disk worker 10 Disk Targets 11 Sectors 11 Starting Sectors 11 # of Outstanding I/Os 12 Access Specifications 12 General Benchmarking Advice 15 Indirect Hosts 15 Resources 16 Coho Data 16 Iometer 16 VMware 16 Other NA DataStream Benchmarking Guide

3 Introduction When considering any storage solution, an evaluation of its performance is going to be a key component. There are a wide variety of benchmarking tools available specifically to stress Enterprise Storage solutions such as the Coho Data DataStream. These tests can be complex to run and interpreting the results isn t always straightforward. This guide aims to provide guidance on selecting the most appropriate tests to run, why you should run such tests, and a brief step-by-step explanation of how to run some fundamental benchmark tests against a DataStream. Why Benchmark? Benchmarking tests are fundamentally designed to put pressure on a system. Tests can be designed to closely resemble genuine workloads, but to provide something which offers a close-enough approximation of a real environment can be extremely challenging. Simple testing of just one aspect of a system s performance is much easier to conduct and interpret, but is likely not realistic of how it would react in its intended role. There are many reasons to run benchmarking tests, and understanding which aspect of the system you are interested in should help guide the type of tests to run and how to configure them. For example, here are just some of the many valid reasons why you might want to run benchmarking tests: Compare to other solutions (for example a Proof of Concept bake-off). Quantify product performance improvement after new firmware/software. Determine if there are improvements after replacing or augmenting hardware. Discover storage system limits. Determine suitability for the current workload demands. Ascertain future growth while maintaining acceptable performance. Test for performance changes during other non-routine operations: component failures, adding capacity, migrating workloads, etc. Observe performance while using a particular feature; for example: a storage feature, such as DataStream SiteProtect site-to-site asynchronous replication, or some other infrastructure change such as a network reconfiguration NA DataStream Benchmarking Guide

4 DataStream Architecture Enterprise storage is not merely a sum of its hardware parts. Like any storage solution, Coho Data s DataStream architecture is unique and therefore behaves differently from other products in any given role. Coho Data has carefully designed its storage to provide outstanding performance, particularly in real-world workload scenarios. For the purpose of this guide, it's important to understand four key parts of the DataStream architecture: 1. Global namespace 2. Built-in load-balancing 3. Tiering 4. Scale-out architecture Global Namespace (GNS) Every DataStream chassis contains two storage controllers. Each controller has an independent namespace (for example, \\microarray1\, \\microarray2\,...). The DataStream global namespace (GNS) merges all the chassis namespaces into a single entity and presents a single virtual IP and MAC address, as well as a root mount point for vsphere clients. As more chassis are added to the cluster, the new controllers automatically become members of the same global namespace. This makes adding performance and capacity seamless. Built-in Load Balancing A key component of the DataStream architecture is the DataStream switch. Each cluster is deployed with a minimum of one (two for redundancy) Arista switch. The switch has two primary functions: 1. It provides a backend fabric for the nodes in a DataStream cluster. NFSD and other file system components use interfaces connected to this fabric to communicate with their counterparts in the cluster. 2. The DataStream switch provides a client-side storage network with a built-in load balancer for incoming NFS client connections. The load balancing aspect is achieved by a Coho Data developed OpenFlow controller. Incoming client connections are mapped to a node in the cluster based on the load and availability of cluster resources. After the initial connection is established, the load balancer steps out of the way and only interjects to rebalance client connects to ensure an even distribution of client loads across the cluster NA DataStream Benchmarking Guide

5 Tiering A common but often overlooked characteristic across all real-world workload types when doing synthetic benchmarking is that, in aggregate, not all data is hot. DataStream storage is specifically designed with this in mind. The DataStream architecture consists of a high performance NVMe (PCIe) flash tier, and a capacity tier consisting of either SATA SSD or SATA HDD; the performance is predominantly derived from the NVMe flash tier. When a new virtual machine is created, the entire virtual machine disk (flat.vmdk) resides in the upper flash tier. As the VM ages, infrequently accessed or cold parts of the flat.vmdk are demoted to the capacity tier in 512K blocks. For example, the figure below shows how a VMDK file might be split across the two tiers in a chassis. A VMDK Being Aged Across Tiers. Tiering ensures the availability of upper flash capacity for new writes and the reads of frequently accessed data. Tiering is also an efficiency-saving feature by holding only the data that requires the fastest flash performance in the the upper tier. By doing so, data with higher $/TB results in a much lower $/IOPS value NA DataStream Benchmarking Guide

6 Working Set The working set of a VM is the part of the flat.vmdk that is frequently read. Coho Data s FlashFit technology shows how much of the working set should be in PCIe flash. The curve of the graph indicates the percentage of the flat.vmdk that is being read from flash. This is called the hit ratio curve (HRC). In the example the hit ratio curve reaches a maximum of 10% of the entire flat.vmdk which is approximately 55 GB. The remaining cold portion of the flat.vmdk will be demoted to the capacity tier. Y axis: Read from flash percentage; X axis: Total size of working set. Benchmarking Impact As performance is derived from the upper flash tier, to generate benchmark results that simulate how real-world workloads would perform on a DataStream cluster, it makes sense to create workloads with real-world working set sizes that test the performance of the PCIe flash tier. Sample Workload Production VM: Win 8 64 Bit 2x 400 GB thin provisioned disks 250 GB used space per disk Total working set of 140 GB Benchmarking VM: Win 8 64 Bit Three disks (one for the OS, two for benchmarking) 2x 70 GB disks (represents working set of production vm) NA DataStream Benchmarking Guide

7 Scale-out Architecture When designing a storage solution, besides capacity planning, architects must also concern themselves with potential controller and fabric bottlenecks. Coho Data architecture is designed to avoid controller and fabric bottlenecks as a the cluster grows. The DataStream architecture is designed to scale without introducing bottlenecks at any level of the storage stack. That means every time a chassis is added, capacity and performance are added in a very linear fashion, at each level: Network Fabric Controller (compute) Performance Tier Capacity Tier Capacity and Performance Scale Linearly. To learn more about the architecture and scale-out capabilities, see the DataStream Architecture White Paper NA DataStream Benchmarking Guide

8 Benchmarking the DataStream Architecture The DataStream architecture is well equipped to handle any workload. The challenge is designing benchmark tests that measure this architecture with workloads that simulate real-world usage as closely as possible. Benchmarking topologies Benchmarks are often run in lab environments that inadequately simulate a production environment. For example: A. The Real-world Workload diagram outlines a real-world topology where read and write requests are coming from multiple guest VMs that are hosted on an ESXi cluster, with mounted NFS DataStream storage. B. The Poorly Designed Benchmarking Workload diagram outlines a typical benchmarking lab. A single VM, usually with a very large VMDK, is attempting to generate a large amount of IOPS. This unrealistic approach is prone to bottlenecks. (A) Real-world Workloads (B) Poorly Designed Benchmarking Workload NA DataStream Benchmarking Guide

9 A more effective solution is to duplicate the production environment as closely as possible: Try to estimate the working set size (files that will be in flash). Use a multiple IOmeter VMs with a sufficient amount of workers and unique disk targets. Use multiple 10 GB uplinks to connect hosts to DataStream switches. If possible, use multiple ESXi hosts or at the very least multiple VMkernel ports. The last two points can be difficult to achieve because most lab environments lack sufficient hardware for testing. If possible, create multiple VMkernel uplinks and additional DataStream VIPs to simulate NFS connections from a cluster of hosts. NFS VMkernel The VMware NFS VMkernel will send and receive traffic on a single uplink at one time. This means that even with multiple uplinks included in the NFS VMkernel port-group, only one uplink will be actively sending and receiving traffic at a given time. To generate more throughput from a single ESXi host as well as emulate an environment with multiple ESXi NFS clients, create additional VMkernel ports on the ESXi host. The VMkernel ports should use the same VLAN ID but be on separate subnets , , Virtual IPs (VIPs) As outlined in this guide, DataStream storage presents a single global IP (VIP) and MAC address through which the entire cluster is mounted by NFS clients. To accept NFS client requests from clients on a different subnets, additional VIPs must be added to the DataStream cluster via the DataStream API. Use the following curl command to view the current VIP: curl -- insecure - X GET - H 'Content-Type: application/json' - u admin :< datastream mgmt password > https : //<datastream-mgmt-ip>/api/mgmt-data/config/network/ grep vips -- VIP: NA DataStream Benchmarking Guide

10 To add additional VIPs: :~ $curl -- insecure - X PUT - H 'Content-Type: application/json' -- data '{"force": true, "vips": [" ", " , ]}' - u admin : <datastream mgmt password> https : //<datastream-mgmt-ip>/api/mgmt-data/config/network/storage/vips/ -- VIPS: , , It s worth noting that although this is useful to create more traffic in a lab, with a low number of hosts running a synthetic test, it s not required in normal usage. When using Coho Data storage, generally the number of ESXi hosts outnumber the number of DataStream nodes. Also, the VMs on each ESXi host are unlikely to generate enough IO to approach saturation on multiple 10 GB cables. Introduction to Iometer Iometer is an open source tool used measure performance under a controlled load. It is treated as an industry standard tool to test storage. For information on how to install and use Iometer see: After installing Iometer there are a few things to note: By default, the Iometer config file is found in C:\iomter\Iomter.icf. Do not run more than one instance of Iometer on a VM at a time. Topology Panel The first screen in Iometer is the topology panel. When Iometer is launched, a manager and a set of workers (threads) are automatically created. By default, Iometer will create one worker for every CPU core available to the virtual machine. All VMDKs added to the virtual machine appear as disk targets. Disk worker This is the thread that runs the actual workload. The number of workers is equal to the number of threads actually creating I/O requests. Each worker should be configured to one unique target. To increase the number of threads generating IO, increase the number of disk workers. The amount of host resources available to the Iometer VM dictates how many disk workers can be run on a VM. Adding too many workers per VM could result in CPU ready times on the guest VM and decreased IO NA DataStream Benchmarking Guide

11 Disk Targets Specifies the disks used by each worker (the actual VMDK). Alternatively, when a logical drive is created, a.tst file is written to the target. It's recommended that use VMDKs as disk targets instead of soft targets (.tst ). For physical disk targets (flat.vmdk), Iometer recognizes 2 volume types ( shown on next page ): Formatted disks (yellow icon with red line through it). Unpartitioned disks (blue icon). Iometer Physical Disk Targets. Use unpartitioned disks, as they can be used to test immediately and do not require a.tst file to be placed on the root directory of the disk. Use a unique disk target for every Worker. Sectors This represents the total target size, in sectors. The default 0 indicates the the entire flat.vmdk will be used. Alternatively you could create a large file (i.e. 100 GB), and calculate how many sectors would equate to a 35 GB working set. Calculation can be done using a unit storage conversion calculator. Starting Sectors This is the offset of the first sector, again this can be left at the default value NA DataStream Benchmarking Guide

12 # of Outstanding I/Os By increasing this number, the guest VM s OS will queue multiple IO requests. This helps saturate the storage and drive more IO. The outstanding number of IOs is typically set between 16 IOs/Target and 32 IOs/Target. Finding the perfect value requires some experimentation. As a general rule, start at 16 and increment by 4 until the total I/O number stops increasing. If the number of outstanding IO is too large, the Windows guest VM may crash. Access Specifications An interesting aspect of benchmarking is the obsession with IOPs. But high IOPS numbers does not necessarily mean high throughput or good performance. IOPS: input/output operations per second. Throughput: The amount of data that can be processed, expressed in MB/s. Latency: The amount of time it takes to complete an operation. Typically high IOPS values are produced by having a large number of clients making very frequent and very small requests to a small file. This is effective in producing hero benchmarking IOPS values but it is not an effective way of simulating a real-world workload. This example workload will produce high IOPS especially when run against PCIe flash. The unfortunate aspect about this workload is that it requires next to no throughput to produce. Kind of an empty win. File size Working Set Transfer Request Size Sequential Random Read Write 5 GB 100% 4 Kbytes Tests can be unintentionally constructed to produce meaningless results. The test below will produce immaterial lops values due to high latency induced by very large unrealistic requests: File size Working Set Transfer Request Size Sequential Random Read Write 100 GB 100% 1024 Kbytes A more real-world workload with a good balance between latency, iops, and throughput will look like the example below: File size Working Set Transfer Request Size Sequential Random Read Write 250 GB 25% 4 Kbytes Besides the preconfigured workloads, IOmeter provides a mechanism to create custom workloads with customizable access specifications NA DataStream Benchmarking Guide

13 Configurable parameters: Transfer request size: The number of bytes in each I/O request. Read/Write pattern: The percentage read vs the pertanage write. Access patterns: sequential vs percentage random. Iometer Access Specifications. Remember, as the transfer request size increases, the amount of time to complete an operation also increases, as a result of increased latency and a reduction in the number of operations performed in one second. It's important to understand this relationship. The tables below outline workload parameters to produce the maximum throughput numbers, maximum IOPs numbers and the lowest latency numbers. When applying these benchmarking parameters remember to size the workload as outlined in the Working Set section of this document. Workloads for maximum throughput Workload Rank (Best to Worst) Transfer Request Size Sequential Random Read Write 1st 64 Kbytes nd 128 Kbytes rd 128 Kbytes Table Outlines Workloads to Produce Highest Possible Throughput Numbers in Order of Effectiveness NA DataStream Benchmarking Guide

14 Workload for maximum IOPS Workload Rank (Best to Worst) Transfer Request Size Sequential Random Read Write 1st 4 Kbytes nd 8 Kbytes rd 16 Kbytes th 4 Kbytes th 8 Kbytes Table Outlines Workloads to Produce Highest Possible IOPS Numbers in Order of Effectiveness. Low Latency workloads Workload Rank (Best to Worst) Transfer Request Size Sequential Random Read Write 1st 4 Kbytes nd 4 Kbytes rd 8 Kbytes th 8 Kbytes Table Outlines Workloads to Produce Low Latency Operations NA DataStream Benchmarking Guide

15 General Benchmarking Advice Use the latest Coho Data DataStream version. Install the Coho Data VAAI plugin on all ESXi hosts that connect to the DataStream storage. Ensure that all ESXi hosts in a vcenter cluster have access to and mount the same storage. Update firmware on all ESXi servers. Use latest version of ESXi and vcenter Follow the advice in vsphere performance guide. Use Cat 6 cables with minimum length of at least 1 meter (4 feet). Indirect Hosts Coho Data strongly advises using the direct connect design for the absolute best performance results. However, this isn t appropriate in certain use-cases; e.g. blade servers. In such cases: Update firmware on any intermediary switch hardware. Follow intermediary switches vendor s best practises. Carefully consider the consolidation ratio. Monitor the port stats during benchmark test to watch for saturated ports. For guidelines on how to deploy intermediary switches see the following deployment guides, see the Resources section. Conducting benchmark tests on working storage will stress the infrastructure and may impact performance and availability of other workloads in the environment; this may include server and networking resources. Coho Data strongly recommends that all benchmark testing is conducted in an isolated lab environment to avoid affecting your working infrastructure NA DataStream Benchmarking Guide

16 Resources Coho Data Log into the Coho Data Customer Portal for the following recommended Coho Data resources: NA - Coho Data Quick Setup Guide NA - Coho Data Install Guide NA - Coho Data User Guide NA - Arista MLAG Reference Architecture NA - Cisco Nexus vpc Reference Architecture NA - Architecting DataStream Network Iometer Iometer documentation VMware VMware Best Practices for vsphere v6.x Other Unit storage conversion calculator. edited by SDC.. B<3 B Coho Data. All rights reserved. The Coho Data logo, DataStream, and MicroArray are trademarks of Coho Data in Canada, United States and other jurisdictions. All other trademarks, service marks, and trade names referenced in this document are those of their respective owners. No part of this document or other Coho Data document assets may be reproduced without the express written consent of Coho Data. Every effort has been made to ensure that the information in this document is accurate; however, errors and/or omissions in content are possible. In no event shall Coho Data be liable for incidental or consequential damages arising from use of this document or the software and hardware described in this document. Content is subject to change without prior notice. edited by SDC edited Shawn Connelly NA DataStream Benchmarking Guide

Reference Architecture. DataStream. UCS Direct Connect. For DataStream OS 2.6 or later Document # NA Version 1.08 April

Reference Architecture. DataStream. UCS Direct Connect. For DataStream OS 2.6 or later Document # NA Version 1.08 April DataStream For DataStream OS 2.6 or later Document # 310-0026NA Version 1.08 April 2017 www.cohodata.com Abstract This reference architecture describes how to connect DataStream switches to Cisco Unified

More information

Reference Architecture. DataStream. Architecting DataStream Network. Document # NA Version 1.03, January

Reference Architecture. DataStream. Architecting DataStream Network. Document # NA Version 1.03, January Reference Architecture DataStream Architecting DataStream Network Document # 317-0026NA Version 1.03, January 2016 www.cohodata.com Abstract This document provides an overview of data center networking

More information

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO)

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) Economic Insight Paper How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) By Eric Slack, Sr. Analyst December 2017 Enabling you to make the best technology

More information

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation Demartek Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage

More information

WHITE PAPER. Optimizing Virtual Platform Disk Performance

WHITE PAPER. Optimizing Virtual Platform Disk Performance WHITE PAPER Optimizing Virtual Platform Disk Performance Optimizing Virtual Platform Disk Performance 1 The intensified demand for IT network efficiency and lower operating costs has been driving the phenomenal

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

Benchmarking Enterprise SSDs

Benchmarking Enterprise SSDs Whitepaper March 2013 Benchmarking Enterprise SSDs When properly structured, benchmark tests enable IT professionals to compare solid-state drives (SSDs) under test with conventional hard disk drives (HDDs)

More information

Data center requirements

Data center requirements Prerequisites, page 1 Data center workflow, page 2 Determine data center requirements, page 2 Gather data for initial data center planning, page 2 Determine the data center deployment model, page 3 Determine

More information

Assessing performance in HP LeftHand SANs

Assessing performance in HP LeftHand SANs Assessing performance in HP LeftHand SANs HP LeftHand Starter, Virtualization, and Multi-Site SANs deliver reliable, scalable, and predictable performance White paper Introduction... 2 The advantages of

More information

NEXGEN N5 PERFORMANCE IN A VIRTUALIZED ENVIRONMENT

NEXGEN N5 PERFORMANCE IN A VIRTUALIZED ENVIRONMENT NEXGEN N5 PERFORMANCE IN A VIRTUALIZED ENVIRONMENT White Paper: NexGen N5 Performance in a Virtualized Environment January 2015 Contents Introduction... 2 Objective... 2 Audience... 2 NexGen N5... 2 Test

More information

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4 W H I T E P A P E R Comparison of Storage Protocol Performance in VMware vsphere 4 Table of Contents Introduction................................................................... 3 Executive Summary............................................................

More information

Performance Report: Multiprotocol Performance Test of VMware ESX 3.5 on NetApp Storage Systems

Performance Report: Multiprotocol Performance Test of VMware ESX 3.5 on NetApp Storage Systems NETAPP TECHNICAL REPORT Performance Report: Multiprotocol Performance Test of VMware ESX 3.5 on NetApp Storage Systems A Performance Comparison Study of FC, iscsi, and NFS Protocols Jack McLeod, NetApp

More information

PowerVault MD3 SSD Cache Overview

PowerVault MD3 SSD Cache Overview PowerVault MD3 SSD Cache Overview A Dell Technical White Paper Dell Storage Engineering October 2015 A Dell Technical White Paper TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED AS IS, WITHOUT EXPRESS

More information

Performance Testing December 16, 2017

Performance Testing December 16, 2017 December 16, 2017 1 1. vsan Performance Testing 1.1.Performance Testing Overview Table of Contents 2 1. vsan Performance Testing Performance Testing 3 1.1 Performance Testing Overview Performance Testing

More information

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage TechTarget Dennis Martin 1 Agenda About Demartek Enterprise Data Center Environments Storage Performance Metrics

More information

AN ALTERNATIVE TO ALL- FLASH ARRAYS: PREDICTIVE STORAGE CACHING

AN ALTERNATIVE TO ALL- FLASH ARRAYS: PREDICTIVE STORAGE CACHING AN ALTERNATIVE TO ALL- FLASH ARRAYS: PREDICTIVE STORAGE CACHING THE EASIEST WAY TO INCREASE PERFORMANCE AND LOWER STORAGE COSTS Bruce Kornfeld, Chief Marketing Officer, StorMagic Luke Pruen, Technical

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

INTEL NEXT GENERATION TECHNOLOGY - POWERING NEW PERFORMANCE LEVELS

INTEL NEXT GENERATION TECHNOLOGY - POWERING NEW PERFORMANCE LEVELS INTEL NEXT GENERATION TECHNOLOGY - POWERING NEW PERFORMANCE LEVELS Russ Fellows Enabling you to make the best technology decisions July 2017 EXECUTIVE OVERVIEW* The new Intel Xeon Scalable platform is

More information

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays Dell EqualLogic Best Practices Series Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays A Dell Technical Whitepaper Jerry Daugherty Storage Infrastructure

More information

Unify Virtual and Physical Networking with Cisco Virtual Interface Card

Unify Virtual and Physical Networking with Cisco Virtual Interface Card White Paper Unify Virtual and Physical Networking with Cisco Virtual Interface Card Simplicity of Cisco VM-FEX technology and Power of VMware VMDirectPath What You Will Learn Server virtualization has

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

Webinar Series: Triangulate your Storage Architecture with SvSAN Caching. Luke Pruen Technical Services Director

Webinar Series: Triangulate your Storage Architecture with SvSAN Caching. Luke Pruen Technical Services Director Webinar Series: Triangulate your Storage Architecture with SvSAN Caching Luke Pruen Technical Services Director What can you expect from this webinar? To answer a simple question How can I create the perfect

More information

IOmark- VDI. IBM IBM FlashSystem V9000 Test Report: VDI a Test Report Date: 5, December

IOmark- VDI. IBM IBM FlashSystem V9000 Test Report: VDI a Test Report Date: 5, December IOmark- VDI IBM IBM FlashSystem V9000 Test Report: VDI- 151205- a Test Report Date: 5, December 2015 Copyright 2010-2015 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VM, VDI- IOmark,

More information

Considerations to Accurately Measure Solid State Storage Systems

Considerations to Accurately Measure Solid State Storage Systems Considerations to Accurately Measure Solid State Storage Systems PRESENTATION TITLE GOES HERE Leah Schoeb Storage Solutions and Performance Manager Intel Landscape for Solid State Storage Greater Performance

More information

IOmark-VM. VMware VSAN Intel Servers + VMware VSAN Storage SW Test Report: VM-HC a Test Report Date: 16, August

IOmark-VM. VMware VSAN Intel Servers + VMware VSAN Storage SW Test Report: VM-HC a Test Report Date: 16, August IOmark-VM VMware VSAN Intel Servers + VMware VSAN Storage SW Test Report: VM-HC-160816-a Test Report Date: 16, August 2016 Copyright 2010-2016 Evaluator Group, Inc. All rights reserved. IOmark-VM, IOmark-VDI,

More information

VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS

VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS A detailed overview of integration points and new storage features of vsphere 5.0 with EMC VNX platforms EMC Solutions

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

EMC XTREMCACHE ACCELERATES ORACLE

EMC XTREMCACHE ACCELERATES ORACLE White Paper EMC XTREMCACHE ACCELERATES ORACLE EMC XtremSF, EMC XtremCache, EMC VNX, EMC FAST Suite, Oracle Database 11g XtremCache extends flash to the server FAST Suite automates storage placement in

More information

Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017

Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017 Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017 1 Table of Contents 1. Executive Summary 1.1.Business Case 1.2.Solution Overview

More information

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation report prepared under contract with Dot Hill August 2015 Executive Summary Solid state

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

SoftNAS Cloud Performance Evaluation on AWS

SoftNAS Cloud Performance Evaluation on AWS SoftNAS Cloud Performance Evaluation on AWS October 25, 2016 Contents SoftNAS Cloud Overview... 3 Introduction... 3 Executive Summary... 4 Key Findings for AWS:... 5 Test Methodology... 6 Performance Summary

More information

VMWare Horizon View 6 VDI Scalability Testing on Cisco 240c M4 HyperFlex Cluster System

VMWare Horizon View 6 VDI Scalability Testing on Cisco 240c M4 HyperFlex Cluster System VMWare Horizon View 6 VDI Scalability Testing on Cisco 240c M4 HyperFlex Cluster System First Published: August 25, 2016 Last Modified: August 31, 2016 Americas Headquarters Cisco Systems, Inc. 170 West

More information

NetApp HCI Network Setup Guide

NetApp HCI Network Setup Guide Technical Report NetApp HCI Network Setup Guide Version 1.2 Aaron Patten, NetApp April 2018 TR-4679 TABLE OF CONTENTS 1 Introduction... 4 2 Hardware... 4 2.1 Node and Chassis Layout... 4 2.2 Node Types...

More information

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN Russ Fellows Enabling you to make the best technology decisions November 2017 EXECUTIVE OVERVIEW* The new Intel Xeon Scalable platform

More information

Virtual Volumes FAQs First Published On: Last Updated On:

Virtual Volumes FAQs First Published On: Last Updated On: First Published On: 03-20-2017 Last Updated On: 07-13-2018 1 Table of Contents 1. FAQs 1.1.Introduction and General Information 1.2.Technical Support 1.3.Requirements and Capabilities 2 1. FAQs Frequently

More information

vsan 6.6 Performance Improvements First Published On: Last Updated On:

vsan 6.6 Performance Improvements First Published On: Last Updated On: vsan 6.6 Performance Improvements First Published On: 07-24-2017 Last Updated On: 07-28-2017 1 Table of Contents 1. Overview 1.1.Executive Summary 1.2.Introduction 2. vsan Testing Configuration and Conditions

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE White Paper EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE EMC XtremSF, EMC XtremCache, EMC Symmetrix VMAX and Symmetrix VMAX 10K, XtremSF and XtremCache dramatically improve Oracle performance Symmetrix

More information

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect Vblock Architecture Andrew Smallridge DC Technology Solutions Architect asmallri@cisco.com Vblock Design Governance It s an architecture! Requirements: Pretested Fully Integrated Ready to Go Ready to Grow

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

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

Cisco HyperFlex Hyperconverged Infrastructure Solution for SAP HANA

Cisco HyperFlex Hyperconverged Infrastructure Solution for SAP HANA Cisco HyperFlex Hyperconverged Infrastructure Solution for SAP HANA Learn best practices for running SAP HANA on the Cisco HyperFlex hyperconverged infrastructure (HCI) solution. 2018 Cisco and/or its

More information

SoftNAS Cloud Performance Evaluation on Microsoft Azure

SoftNAS Cloud Performance Evaluation on Microsoft Azure SoftNAS Cloud Performance Evaluation on Microsoft Azure November 30, 2016 Contents SoftNAS Cloud Overview... 3 Introduction... 3 Executive Summary... 4 Key Findings for Azure:... 5 Test Methodology...

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

PRESENTATION TITLE GOES HERE

PRESENTATION TITLE GOES HERE Enterprise Storage 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

All rights reserved. All trademarks are the property of their respective owners.

All rights reserved. All trademarks are the property of their respective owners. 2017 5nine Software Inc. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

VMware VAAI Integration. VMware vsphere 5.0 VAAI primitive integration and performance validation with Dell Compellent Storage Center 6.

VMware VAAI Integration. VMware vsphere 5.0 VAAI primitive integration and performance validation with Dell Compellent Storage Center 6. VMware vsphere 5.0 VAAI primitive integration and performance validation with Dell Compellent Storage Center 6.0 Document revision Date Revision Comments /9/0 A Initial Draft THIS GUIDE IS FOR INFORMATIONAL

More information

Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware

Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware openbench Labs Executive Briefing: March 13, 2013 Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware Optimizing I/O for Increased Throughput and Reduced

More information

ATTACHMENT A SCOPE OF WORK IMPLEMENTATION SERVICES. Cisco Server and NetApp Storage Implementation

ATTACHMENT A SCOPE OF WORK IMPLEMENTATION SERVICES. Cisco Server and NetApp Storage Implementation ATTACHMENT A SCOPE OF WORK IMPLEMENTATION SERVICES I. Executive Summary Superior Court of California, County of Orange (Court) is in the process of conducting a large enterprise hardware refresh. This

More information

vstart 50 VMware vsphere Solution Specification

vstart 50 VMware vsphere Solution Specification vstart 50 VMware vsphere Solution Specification Release 1.3 for 12 th Generation Servers Dell Virtualization Solutions Engineering Revision: A00 March 2012 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile Tegile Systems 1 Introducing Tegile Company Overview Product Overview Solutions & Use Cases Partnering with Tegile 2 Company Overview Company Overview Te gile - [tey-jile] Tegile = technology + agile Founded

More information

AccelStor All-Flash Array VMWare ESXi 6.0 iscsi Multipath Configuration Guide

AccelStor All-Flash Array VMWare ESXi 6.0 iscsi Multipath Configuration Guide AccelStor All-Flash Array VMWare ESXi 6.0 iscsi Multipath Configuration Guide 1 Table of Contents Introduction... 3 Prerequisites... 3 Hardware Configurations... 4 Storage... 4 VMWare ESXi Server... 4

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Install and Manage Cisco HyperFlex Systems in a Cisco ACI Environment Original Update: January 2017 Updated: March 2018 Note: This document contains material and data

More information

IOmark- VM. IBM IBM FlashSystem V9000 Test Report: VM a Test Report Date: 5, December

IOmark- VM. IBM IBM FlashSystem V9000 Test Report: VM a Test Report Date: 5, December IOmark- VM IBM IBM FlashSystem V9000 Test Report: VM- 151205- a Test Report Date: 5, December 2015 Copyright 2010-2015 Evaluator Group, Inc. All rights reserved. IOmark- VM, IOmark- VDI, VDI- IOmark, and

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

IOmark-VM. Datrium DVX Test Report: VM-HC b Test Report Date: 27, October

IOmark-VM. Datrium DVX Test Report: VM-HC b Test Report Date: 27, October IOmark-VM Datrium DVX Test Report: VM-HC-171024-b Test Report Date: 27, October 2017 Copyright 2010-2017 Evaluator Group, Inc. All rights reserved. IOmark-VM, IOmark-VDI, VDI-IOmark, and IOmark are trademarks

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

Best Practices for SSD Performance Measurement

Best Practices for SSD Performance Measurement Best Practices for SSD Performance Measurement Overview Fast Facts - SSDs require unique performance measurement techniques - SSD performance can change as the drive is written - Accurate, consistent and

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

VCAP5-DCD. Vmware. VMware Certified Advanced Professional 5 - Data Center Design

VCAP5-DCD. Vmware. VMware Certified Advanced Professional 5 - Data Center Design Vmware VCAP5-DCD VMware Certified Advanced Professional 5 - Data Center Design Download Full Version : https://killexams.com/pass4sure/exam-detail/vcap5-dcd QUESTION: 262 A multitier website has an RTO

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

Backup and Recovery Best Practices With Tintri VMstore

Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices with Tintri VMstore TECHNICAL BEST PRACTICES PAPER, Revision 1.0, April 10, 2014 Contents Contents Introduction

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Understanding Data Locality in VMware vsan First Published On: Last Updated On:

Understanding Data Locality in VMware vsan First Published On: Last Updated On: Understanding Data Locality in VMware vsan First Published On: 07-20-2016 Last Updated On: 09-30-2016 1 Table of Contents 1. Understanding Data Locality in VMware vsan 1.1.Introduction 1.2.vSAN Design

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

Storage Replication Adapter for VMware vcenter SRM. April 2017 SL10334 Version 1.5.0

Storage Replication Adapter for VMware vcenter SRM. April 2017 SL10334 Version 1.5.0 Storage Replication Adapter for VMware vcenter SRM April 2017 SL10334 Version 1.5.0 1 Introduction This lab introduces the fundamentals of VMware vcenter Site Recovery Manager on clustered Data ONTAP.

More information

Surveillance Dell EMC Storage with Bosch Video Recording Manager

Surveillance Dell EMC Storage with Bosch Video Recording Manager Surveillance Dell EMC Storage with Bosch Video Recording Manager Sizing and Configuration Guide H13970 REV 2.1 Copyright 2015-2017 Dell Inc. or its subsidiaries. All rights reserved. Published December

More information

Getting it Right: Testing Storage Arrays The Way They ll be Used

Getting it Right: Testing Storage Arrays The Way They ll be Used Getting it Right: Testing Storage Arrays The Way They ll be Used Peter Murray Virtual Instruments Flash Memory Summit 2017 Santa Clara, CA 1 The Journey: How Did we Get Here? Storage testing was black

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

FAST SQL SERVER BACKUP AND RESTORE

FAST SQL SERVER BACKUP AND RESTORE WHITE PAPER FAST SQL SERVER BACKUP AND RESTORE WITH PURE STORAGE TABLE OF CONTENTS EXECUTIVE OVERVIEW... 3 GOALS AND OBJECTIVES... 3 AUDIENCE... 3 PURE STORAGE INTRODUCTION... 4 SOLUTION SUMMARY... 4 FLASHBLADE

More information

vsansparse Tech Note First Published On: Last Updated On:

vsansparse Tech Note First Published On: Last Updated On: First Published On: 02-09-2017 Last Updated On: 02-09-2017 1 Table of Contents 1. Introduction 1.1.Introduction 1.2.Virtual Machine Snapshot Overview 2. Introducing vsansparse Snapshots 2.1.Introducing

More information

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Database Solutions Engineering By Raghunatha M, Ravi Ramappa Dell Product Group October 2009 Executive Summary

More information

StorMagic SvSAN 6.1. Product Announcement Webinar and Live Demonstration. Mark Christie Senior Systems Engineer

StorMagic SvSAN 6.1. Product Announcement Webinar and Live Demonstration. Mark Christie Senior Systems Engineer StorMagic SvSAN 6.1 Product Announcement Webinar and Live Demonstration Mark Christie Senior Systems Engineer Introducing StorMagic What do we do? StorMagic SvSAN eliminates the need for physical SANs

More information

Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment

Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment Case Study Order Number: 334534-002US Ordering Information Contact your local Intel sales representative for ordering

More information

SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON

SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON White Paper SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON Abstract This white paper explains the benefits to the extended enterprise of the on-premise, online file sharing storage

More information

How Flash-Based Storage Performs on Real Applications Session 102-C

How Flash-Based Storage Performs on Real Applications Session 102-C How Flash-Based Storage Performs on Real Applications Session 102-C Dennis Martin, President August 2016 1 Agenda About Demartek Enterprise Datacenter Environments Storage Performance Metrics Synthetic

More information

A Dell Technical White Paper Dell Virtualization Solutions Engineering

A Dell Technical White Paper Dell Virtualization Solutions Engineering Dell vstart 0v and vstart 0v Solution Overview A Dell Technical White Paper Dell Virtualization Solutions Engineering vstart 0v and vstart 0v Solution Overview THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Cisco Virtualized Workload Mobility Introduction

Cisco Virtualized Workload Mobility Introduction CHAPTER 1 The ability to move workloads between physical locations within the virtualized Data Center (one or more physical Data Centers used to share IT assets and resources) has been a goal of progressive

More information

IOmark- VM. HP MSA P2000 Test Report: VM a Test Report Date: 4, March

IOmark- VM. HP MSA P2000 Test Report: VM a Test Report Date: 4, March IOmark- VM HP MSA P2000 Test Report: VM- 140304-2a Test Report Date: 4, March 2014 Copyright 2010-2014 Evaluator Group, Inc. All rights reserved. IOmark- VM, IOmark- VDI, VDI- IOmark, and IOmark are trademarks

More information

Developing a Hyper- Converged Storage Strategy for VMware vcloud Director with VMware vsan

Developing a Hyper- Converged Storage Strategy for VMware vcloud Director with VMware vsan VMware vcloud Architecture Toolkit for Service Providers Developing a Hyper- Converged Storage Strategy for VMware vcloud Director with VMware vsan Version 2.9 January 2018 Martin Hosken 2018 VMware, Inc.

More information

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing.

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing. SUSE OpenStack Cloud Production Deployment Architecture Guide Solution Guide Cloud Computing Table of Contents page Introduction... 2 High Availability Configuration...6 Network Topography...8 Services

More information

The HP 3PAR Get Virtual Guarantee Program

The HP 3PAR Get Virtual Guarantee Program Get Virtual Guarantee Internal White Paper The HP 3PAR Get Virtual Guarantee Program Help your customers increase server virtualization efficiency with HP 3PAR Storage HP Restricted. For HP and Channel

More information

Symantec NetBackup 7 for VMware

Symantec NetBackup 7 for VMware V-Ray visibility into virtual machine protection Overview There s little question that server virtualization is the single biggest game-changing trend in IT today. Budget-strapped IT departments are racing

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems April 2017 215-12035_C0 doccomments@netapp.com Table of Contents 3 Contents Before you create ONTAP Cloud systems... 5 Logging in

More information

On BigFix Performance: Disk is King. How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services

On BigFix Performance: Disk is King. How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services On BigFix Performance: Disk is King How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services Authors: Shaun T. Kelley, Mark Leitch Abstract: Rolling out large

More information

GV STRATUS Virtualized Systems. Alex Lakey November 2016

GV STRATUS Virtualized Systems. Alex Lakey November 2016 GV STRATUS Virtualized Systems Alex Lakey November 2016 Introduction With the introduction of version 4.5 of GV STRATUS, Grass Valley, a Belden Brand, gives users the option of running the GV STRATUS video

More information

vsan Stretched Cluster Bandwidth Sizing First Published On: Last Updated On:

vsan Stretched Cluster Bandwidth Sizing First Published On: Last Updated On: vsan Stretched Cluster Bandwidth Sizing First Published On: 07-20-2016 Last Updated On: 11-22-2017 1 Table of Contents 1. VSAN Stretched Cluster 1.1.Overview 1.2.General Guidelines 1.3.Bandwidth Requirements

More information

NetApp HCI QoS and Mixed Workloads

NetApp HCI QoS and Mixed Workloads Technical Report NetApp HCI QoS and Mixed Workloads Stephen Carl, NetApp October 2017 TR-4632 Abstract This document introduces the NetApp HCI solution to infrastructure administrators and provides important

More information

VMware vsan Ready Nodes

VMware vsan Ready Nodes VMware vsan Ready Nodes Product Brief - August 31, 2017 1 of 7 VMware vsan Ready Nodes Hyperconverged Infrastructure Appliance August 2017 Making the best decisions for Information Management 2017 Evaluator

More information

White paper ETERNUS Extreme Cache Performance and Use

White paper ETERNUS Extreme Cache Performance and Use White paper ETERNUS Extreme Cache Performance and Use The Extreme Cache feature provides the ETERNUS DX500 S3 and DX600 S3 Storage Arrays with an effective flash based performance accelerator for regions

More information

SolidFire and Ceph Architectural Comparison

SolidFire and Ceph Architectural Comparison The All-Flash Array Built for the Next Generation Data Center SolidFire and Ceph Architectural Comparison July 2014 Overview When comparing the architecture for Ceph and SolidFire, it is clear that both

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

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_WP_ 20121112 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges... 3 SSD

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

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

Flex-IO. Upgrade Guide

Flex-IO. Upgrade Guide Flex-IO Upgrade Guide Introduction This guide has been authored by experts at Liquidware Labs in order to provide information and guidance concerning upgrading existing installations of Liquidware Labs

More information

Performance Baseline for Deploying Microsoft SQL Server 2012 OLTP Database Applications Using EqualLogic PS Series Hybrid Storage Arrays

Performance Baseline for Deploying Microsoft SQL Server 2012 OLTP Database Applications Using EqualLogic PS Series Hybrid Storage Arrays Performance Baseline for Deploying Microsoft SQL Server 2012 OLTP Database Applications Using EqualLogic PS Series Hybrid Storage Arrays A Dell EqualLogic Best Practices Technical White Paper Supplemental

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1206BU Interpreting performance metrics in your vsan environment Pete Koehler (@vmpete) Bradley Mott #VMworld #STO1206BU Disclaimer This presentation may contain product features that are currently

More information