Turning Object. Storage into Virtual Machine Storage. White Papers

Size: px
Start display at page:

Download "Turning Object. Storage into Virtual Machine Storage. White Papers"

Transcription

1 Turning Object Open vstorage is the World s fastest Distributed Block Store that spans across different Datacenter. It combines ultrahigh performance and low latency connections with a data integrity that has no comparison. Data is distributed across datacenters using both Replication and Erasure Coding. Joining Performance and Integrity is not a simple bolt-on solution and requires a from-the-ground-up approach. Disk Failures, Node Failures and even Datacenter Failures do not present data loss and hence do not threaten any of your Data Integrity. You have been lead to believe that in order to have a 100% Data Loss Protection you have to compromise on Performance. While this might sound logical and acceptable, in is time to step out of the box and demand a noncompromise Storage Platform. With Open vstorage you can have your cake and eat it too! Storage into Virtual Machine Storage Object Storage is today the standard to build scale-out storage. But due to technical hurdles it is impossible to run Virtual Machines directly from an Object Store. Open vstorage is the layer between the hypervisor and Object Store and turns the Object Store into a high performance, distributed, VM-centric storage platform. Antwerpse Steenweg 19, 9080 Lochristi Belgium Phone: Mail: Info@openvstorage.com

2 The Features of Swift Highly Scalable Introduction Object Storage became mainstream over the last year. Amazon S3 started the Object Storage momentum but today other players such as Scality, Ceph, OpenStack (Swift) and many other on-site Object Storage Solutions are taking over. The adoption for general file storage use of this scale-out, costeffective storage systems are no longer to be stopped. Using Object Storage as primary storage for Virtual Machines on the other hand has not taken off due to many technical hurdles. With Open vstorage these hurdles are lifted and any Object Store can be turned into high performance, VM Centric Virtual Machine storage. The Rise of Object Storage Object Storage, a storage architecture that stores data as objects identified by a unique key, is fast becoming the standard way to store data. IDC1 estimates that the market for File- and Object-Based Storage will experience an annual growth rate of 27% through 2017, reaching $21.7 billion. This estimate might even be modest considering the amount of funding Object Storage companies have received over the last few years2:

3 The benefits of Object Storage are immense: It allows Service Providers to build scale-out storage solutions that offer the flexibility to scaleas-you-grow by adding more disks and standard x86 servers to the storage repository. Reliability is offered by duplicating data across multiple hosts or by even more advanced erasure coding algorithms. This makes it virtually impossible to lose data. Ease of management by taking away administrative low level functions such as managing logical volumes and raids. Standardized APIs as almost all Object Storage Solutions offer support for the Amazon Simple Storage Service (S3) API while traditional storage solutions each have their own proprietary API. This standardized Object Storage API significantly reduces vendor lock-in and makes migration between different Object Storage Solutions easy. Cost-effective as different storage tiers can easily be created by mixing fast storage with large capacity slow storage. Let s have a look on the traditional way of setting up Virtual Machine environments. Virtual Machines require block storage. But block level storage such as a SAN is hard to manage, hard to scale and is expensive. What is needed is a technology whereby Virtual Machines can use Object Stores instead of a SAN and get the benefits of the low cost and scale-out capabilities of Object Stores. However, there are a number of challenges in doing this, which are described below. Open vstorage is a "Grid Storage Router" that on one side connects the hypervisor and on the other side an Object Store to create a high performance, ultra reliable VM-centric and scale-out storage system.

4 The Object Storage Challenges Eventual Consistency Object Storage solutions are designed to be scale-out by simply adding more x86 servers, nodes to the Object Store. All these nodes work together to form a distributed, high available storage repository. Due to this distributed nature of Object Storage, it is subject to Brewer s CAP Theorem3. This theorem states that it is impossible for a distributed system to simultaneously provide Consistency (all nodes see the same data at the same time), Availability (a guarantee that every request receives a response about whether it was successful or failed) and Partition Tolerance (the system continues to operate despite failure of part of the system) at the same time. Object Stores can offer two but never all three. So a trade-off has to be made. For Object Storage the trade-off is eventual consistency. Eventual consistency means that in case data objects are stored and receive no new updates, that eventually all nodes with access to these data objects will return the last updated value. Eventual consistency has been proposed so Object Stores can offer an acceptable performance. Introducing eventual consistency has a big impact on the correctness of data. If you retrieve data from an Object Store, you are never sure that you actually received the latest data. By introducing eventual consistency we have allowed possible data corruption in order to have an acceptable performance. 3

5 But rest assured, this doesn t mean that your data on the Object Store is possibly corrupt. It means that applications accessing data on the Object Store need to be aware and detect that data might be outdated. Upon this detection, the application can retrieve the data again and in many cases the subsequent call will return the correct data. Latency and performance Virtual Machines and especially IOPS devouring applications require low storage latency and high performance storage. Each Virtual Machine requires for its disks almost immediate access to the underlying storage. As latency and IOPS issues became a flood tide in larger Virtual Machine environments, faster and more expensive hardware was developed to bring the latency down. SAS disks, fiber channel, infiniband and All-Flash Arrays were introduced to offer the necessary bandwidth and an acceptable latency. Object Storage is developed and optimized to contain a massive amount of data. To maximize the amount of storage capacity per node in the Object Storage Cluster, large SATA disks are selected as these provide the best price per GB. By selecting these large disks, you can t achieve the IOPS and storage performance needed by Virtual Machines. This fact isn t jaw dropping as for years SANs have been fitted with fast, but small SAS drives. One could of course not try to maximize the amount the storage per node and select smaller, more expensive SSD disks, but this makes the price per GB stored data skyrocket. Having expensive, fast disks also does not remove the additional latency introduced by having the hypervisor connect over the local LAN to the Object Store. Fetching data across the network will never be faster than fetching it local even with infiniband or 40 GbE technologies. With converged and hyperconverged infrastructure, the trend towards bringing storage closer to the application layer is irreversibly started. Different Management Paradigms Object Stores understand objects, while hypervisors understand Virtual Machines. What is needed is a software layer that plugs into the hypervisor such that the system administrator doesn't need to understand LUNs, RAID groups, etc but can just manage Virtual Machines. This software layer has to translate a VM paradigm into an Object Store paradigm.

6 Why a (distributed) file system does not work for Virtual Machines Virtual Machines need block level storage, a block of storage they can control like a hard drive. File systems have over time been adjusted to emulate block storage behavior. For example copy-on-write file systems, where every write requires a read and 2 write actions, were developed to support blocklevel snapshots. It is clear that in case multiple Virtual Machines are writing at the same time, these write actions, which are very expensive IO actions, become a limitation for the performance. Virtualized environments demand the same file system to be available on all Hosts in the virtualization cluster. This requires a distributed file system or dedicated, expensive hardware like SANs. These distributed file systems are not designed for Virtual Machines, as they need to balance Consistency, Availability and Partition tolerance, which means their performance, is fundamentally limited and hence are not suited for virtualized environments. To conclude, none of the file systems today have been designed to link Virtual Machines and Object Storage. For example copy-on-write file systems struggle with eventual consistency as for every write they first need a read to safeguard the latest data and with eventual consistency you never know for sure you have the latest data. Turning Object Storage into Virtual Machine Storage To turn Object Storage into primary storage for hypervisors, the solution must be especially designed for Virtual Machines and take a radical different approach compared to existing storage technologies. Open vstorage takes this different approach and is designed from the ground up with Virtual Machines and their performance requirements in mind. It uses a well-considered architecture, which allows Object Storage to be turned into block storage for Virtual Machines and avoids pitfalls such as seen with distributed file systems linked to Object Storage. Open vstorage creates a unified namespace for the Virtual Machines across multiple Hosts. But in that namespace not all data gets treated the same way. The actual data of the Virtual Machine, the bits which make up the volume, are separated from all other files. Each created volume will be stored as a separate block device in a different bucket on the Object Store. Every new write on the Virtual Machine volume will result in a new 4k block that will be added to a Storage Container Object (SCO). Once a SCO is full, typically when it contains 4MB, it is pushed at a

7 slower pace to the back-end, an Object Store like Openstack Swift. As this second layer of storage is also a Time Based storage implementation, eventual consistency is no longer an issue. Let s say a Storage Container Object is pushed to the Object Store and later retrieved. Due to the fact that data is always appended and not overwritten, the Object Store can due to the eventual consistency rule give 2 answers, the actual data or no answer at all. But under no circumstances the hypervisor will receive outdated, incorrect data. Another big difference compared with traditional distributed file systems is that a volume of Virtual Machine is only available on one Host and not on all Hosts. Each Virtual Machine with the Open vstorage software has its own NFS server and exports a different file system instance. Nevertheless each Host is tricked into believing that it accesses a single unified namespace shared across all these Virtual Machines running the Open vstorage software. The non-volume files are treated completely different. Depending on their size and role, they are stored in a distributed database or Virtual File Server. For example VMware Virtual Machine configuration files (vmx files) need to be available on all Hosts so there are stored in the distributed database. By having the mission critical files stored in a distributed a database, Open vstorage supports VMware vmotion as the offered storage presented to each Hosts look like shared storage. ISO files, on the other hand, are not mission critical and are routed to a Virtual File Server stored on the Object Store. In case the Virtual File Server is down, it can easily be restarted on another Host.

8 Open vstorage features Open vstorage, as only solution in the market, turns Object Storage into usable, high performance storage for Virtual Machines with following features: Scale-out Open vstorage offers scalability both in performance and storage. Adding more Virtual Machines running the Open vstorage software will linearly scale the performance. This guarantees that storage performance will never be a bottleneck in the virtualized environment. Open vstorage allows adding multiple Object Stores to a single virtualized environment. Start with an Object Store and when available storage space becomes an issue, take a decision. Buy new hardware to enlarge the existing storage pool or invest into a new Object Store. Mixing and matching Object Stores as primary storage for Virtual Machines is something only Open vstorage offers. VM-Centric The flexibility of Open vstorage doesn t only appear in the possibility to mix different Object Stores but Open vstorage also allows to carefully designing your storage tiers. On one and the same Object Storage Solution you could for example have a test tier and a highly redundant tier. The highly redundant tier could for example make 3 copies of the data while the test tier saves the data only once. Both these storage tiers can be made available in Open vstorage as primary storage for Virtual Machines. Splitting up the Virtual Machine volumes into separately manageable buckets and objects turns Open vstorage into a VM-centric storage platform, which allows for storage actions like snapshotting, cloning or replication at the Virtual Machine level. Gone are the days of selecting a single retention policy across all Virtual Machines on the LUN. With Open vstorage, administrators can easily select only the most important Virtual Machines for replication4. On top, Open vstorage supports thin provisioning as only data that has been written to the Virtual Machine disk will be stored. Having VM-centric functionality lowers the management overhead as for example bulk provisioning of hundreds of Virtual Machines comes out of the box. These Virtual Machines are nearly instant provisioned as only metadata needs to be copied for each Virtual Machine. A snapshot is merely a reference to the correct metadata. Taking snapshots imposes thus no overhead as no data needs to be copied. 4 Planned for Q1 2015

9 High Performing To eliminate the typical VM I/O blender effect, circumvent the eventual consistency issue of Object Storage and boost storage performance, Open vstorage uses a write cache, which works as a transaction log, on fast Flash or SSD in the Host. These Storage Containers Objects (SCO s) are sequentially filled with each new 4k blocks that is written by a Virtual Machine. This basically turns any random write I/O behavior into a sequential write operation. The transaction log immediately confirms the write to the hypervisor for fast response times. During each write, the address of the 4k blocks, the hash, the SCO number and the offset are stored as metadata. Open vstorage uses a Paxos distributed database to provide redundancy and immediate access to the metadata in case the volume is moved or failed over to another Host. To provide redundancy all writes are mirrored to a Fail-Over Cache (FOC) on a second Host. The size of this Fail-Over Cache can be very small (couple of Mbytes per volumes) because there is only a need to protect data that is not yet stored on the Object Store. To improve the read performance Open vstorage uses a deduplicated read cache across all volumes hosted on the same hypervisor. If a read request is done, Open vstorage looks up the hash in the metadata and if it exists in the cache it will serve the data directly from SSD or flash storage, resulting in very fast read operations. When thin clones are made, for example when multiple Virtual Machines are cloned from a master template, the same 4k blocks will have the same hash and will be stored only once in the read cache (dedupe), while the hypervisor will see them all as individual and independent volumes. Conclusion In the past year on-site Object Stores (Ceph, Openstack Swift, ) have left the niche status and is becoming fast the de facto standard for scale-out, redundant storage. Running Virtual Machines on this type of storage does not come out of the box due to issues such as eventual consistency, high latency and limited bandwidth. Open vstorage is the solution to run Virtual Machines on top of these Object Stores. By using an architecture with caching on fast Flash or SSD drives close to the hypervisor, transaction logs and isolating Virtual Machine volumes from other Virtual Machine files, Open vstorage turns an Object Store into a high performance, distributed, VM-centric storage platform which lowers the management overhead and offers features such as zero-copy snapshots, thin provisioning, bulk provisioning and quick restores.

Open vstorage RedHat Ceph Architectural Comparison

Open vstorage RedHat Ceph Architectural Comparison Open vstorage RedHat Ceph Architectural Comparison Open vstorage is the World s fastest Distributed Block Store that spans across different Datacenter. It combines ultrahigh performance and low latency

More information

Open vstorage EMC SCALEIO Architectural Comparison

Open vstorage EMC SCALEIO Architectural Comparison Open vstorage EMC SCALEIO Architectural Comparison Open vstorage is the World s fastest Distributed Block Store that spans across different Datacenter. It combines ultrahigh performance and low latency

More information

A product by CloudFounders. Wim Provoost Open vstorage

A product by CloudFounders. Wim Provoost Open vstorage A product by CloudFounders Wim Provoost (@wimpers_be) Open vstorage (@openvstorage) http://www.openvstorage.com CloudFounders vrun Converged infrastructure that combines the benefits of the hyperconverged

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

Why Datrium DVX is Best for VDI

Why Datrium DVX is Best for VDI Why Datrium DVX is Best for VDI 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction Managing a robust and growing virtual desktop infrastructure in current

More information

VMware Virtual SAN Technology

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

More information

Evaluating Cloud Storage Strategies. James Bottomley; CTO, Server Virtualization

Evaluating Cloud Storage Strategies. James Bottomley; CTO, Server Virtualization Evaluating Cloud Storage Strategies James Bottomley; CTO, Server Virtualization Introduction to Storage Attachments: - Local (Direct cheap) SAS, SATA - Remote (SAN, NAS expensive) FC net Types - Block

More information

HCI: Hyper-Converged Infrastructure

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

More information

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9 PRODUCT CATALOG THE SUMMARY CLUSTER SERIES - pg. 3 ULTRA SERIES - pg. 5 EXTREME SERIES - pg. 9 CLUSTER SERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP When downtime is not an option Downtime is

More information

The storage challenges of virtualized environments

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

More information

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

The Data-Protection Playbook for All-flash Storage KEY CONSIDERATIONS FOR FLASH-OPTIMIZED DATA PROTECTION

The Data-Protection Playbook for All-flash Storage KEY CONSIDERATIONS FOR FLASH-OPTIMIZED DATA PROTECTION The Data-Protection Playbook for All-flash Storage KEY CONSIDERATIONS FOR FLASH-OPTIMIZED DATA PROTECTION The future of storage is flash The all-flash datacenter is a viable alternative You ve heard it

More information

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer &

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer & Provisioning with SUSE Enterprise Storage Nyers Gábor Trainer & Consultant @Trebut gnyers@trebut.com Managing storage growth and costs of the software-defined datacenter PRESENT Easily scale and manage

More information

UNLEASH YOUR APPLICATIONS

UNLEASH YOUR APPLICATIONS UNLEASH YOUR APPLICATIONS Meet the 100% Flash Scale-Out Enterprise Storage Array from XtremIO Opportunities to truly innovate are rare. Yet today, flash technology has created the opportunity to not only

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

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

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

More information

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

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

More information

Solution Brief: Commvault HyperScale Software

Solution Brief: Commvault HyperScale Software Solution Brief: Commvault HyperScale Software ENTERPRISE IT SHIFTS Enterprise IT is being transformed with the maturing of public cloud providers that offer compute, storage and application services with

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

FOUR WAYS TO LOWER THE COST OF REPLICATION

FOUR WAYS TO LOWER THE COST OF REPLICATION WHITE PAPER I JANUARY 2010 FOUR WAYS TO LOWER THE COST OF REPLICATION How an Ultra-Efficient, Virtualized Storage Platform Brings Disaster Recovery within Reach for Any Organization FOUR WAYS TO LOWER

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

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

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

FOCUS ON THE FACTS: SOFTWARE-DEFINED STORAGE

FOCUS ON THE FACTS: SOFTWARE-DEFINED STORAGE FOCUS ON THE FACTS: SOFTWARE-DEFINED STORAGE Table of Contents CHAPTER 1: UNRAVELING THE SDS HYPE CHAPTER 2: CRITICAL ATTRIBUTES OF SDS CHAPTER 3: THE FUTURE IS NOW CHAPTER 4: CUTTING THE HARDWARE CORD

More information

Modern hyperconverged infrastructure. Karel Rudišar Systems Engineer, Vmware Inc.

Modern hyperconverged infrastructure. Karel Rudišar Systems Engineer, Vmware Inc. Modern hyperconverged infrastructure Karel Rudišar Systems Engineer, Vmware Inc. 2 What Is Hyper-Converged Infrastructure? - The Ideal Architecture for SDDC Management SDDC Compute Networking Storage Simplicity

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

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

Introduction to Atlantis HyperScale

Introduction to Atlantis HyperScale Introduction to Atlantis HyperScale Seth Knox, VP of Product Marketing, Atlantis seth@atlantiscomputing.com Twitter: @Seth_Knox #GoHyperScale #AtlantisConnectEMEA Hyper-Convergence er SAN Server Network

More information

Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it

Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it Matteo Montuori Systems Engineer, VMware mmontuori@vmware.com 2010 VMware Inc. All rights reserved

More information

White Paper Features and Benefits of Fujitsu All-Flash Arrays for Virtualization and Consolidation ETERNUS AF S2 series

White Paper Features and Benefits of Fujitsu All-Flash Arrays for Virtualization and Consolidation ETERNUS AF S2 series White Paper Features and Benefits of Fujitsu All-Flash Arrays for Virtualization and Consolidation Fujitsu All-Flash Arrays are extremely effective tools when virtualization is used for server consolidation.

More information

SurFS Product Description

SurFS Product Description SurFS Product Description 1. ABSTRACT SurFS An innovative technology is evolving the distributed storage ecosystem. SurFS is designed for cloud storage with extreme performance at a price that is significantly

More information

EMC Backup and Recovery for Microsoft Exchange 2007 SP1. Enabled by EMC CLARiiON CX4-120, Replication Manager, and VMware ESX Server 3.

EMC Backup and Recovery for Microsoft Exchange 2007 SP1. Enabled by EMC CLARiiON CX4-120, Replication Manager, and VMware ESX Server 3. EMC Backup and Recovery for Microsoft Exchange 2007 SP1 Enabled by EMC CLARiiON CX4-120, Replication Manager, and VMware ESX Server 3.5 using iscsi Reference Architecture Copyright 2009 EMC Corporation.

More information

Dell EMC ScaleIO Ready Node

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

More information

SOFTWARE-DEFINED BLOCK STORAGE FOR HYPERSCALE APPLICATIONS

SOFTWARE-DEFINED BLOCK STORAGE FOR HYPERSCALE APPLICATIONS SOFTWARE-DEFINED BLOCK STORAGE FOR HYPERSCALE APPLICATIONS SCALE-OUT SERVER SAN WITH DISTRIBUTED NVME, POWERED BY HIGH-PERFORMANCE NETWORK TECHNOLOGY INTRODUCTION The evolution in data-centric applications,

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

Storage Solutions for VMware: InfiniBox. White Paper

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

More information

Condusiv s V-locity VM Boosts Virtual Machine Performance Over 50% Without Additional Hardware

Condusiv s V-locity VM Boosts Virtual Machine Performance Over 50% Without Additional Hardware openbench Labs Executive Briefing: December 5, 2012 Condusiv s V-locity VM Boosts Virtual Machine Performance Over 50% Without Additional Hardware Improving Storage Efficiency by Increasing I/O Throughput

More information

Executive Summary. The Need for Shared Storage. The Shared Storage Dilemma for the SMB. The SMB Answer - DroboElite. Enhancing your VMware Environment

Executive Summary. The Need for Shared Storage. The Shared Storage Dilemma for the SMB. The SMB Answer - DroboElite. Enhancing your VMware Environment Executive Summary The Need for Shared Storage The Shared Storage Dilemma for the SMB The SMB Answer - DroboElite Enhancing your VMware Environment Ideal for Virtualized SMB Conclusion Executive Summary

More information

vsan Mixed Workloads First Published On: Last Updated On:

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

More information

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

WHITE PAPER PernixData FVP

WHITE PAPER PernixData FVP WHITE PAPER PernixData FVP Technical White Paper 1 EXECUTIVE SUMMARY The last decade has seen virtualization become a mainstay in the enterprise data center. Enterprises are now looking to virtualize their

More information

Software Defined Storage

Software Defined Storage Software Defined Storage Riyadh Forum 2016 By: Ayman El Marazky Sr. System Engineer software defined solutions The CIO Dilemma IT Budget $ By 2020, the digital universe of data will go to 44 ZB Modern

More information

The Fastest And Most Efficient Block Storage Software (SDS)

The Fastest And Most Efficient Block Storage Software (SDS) The Fastest And Most Efficient Block Storage Software (SDS) StorPool: Product Summary 1. Advanced Block-level Software Defined Storage, SDS (SDS 2.0) Fully distributed, scale-out, online changes of everything,

More information

Ten things hyperconvergence can do for you

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

More information

Backup and archiving need not to create headaches new pain relievers are around

Backup and archiving need not to create headaches new pain relievers are around Backup and archiving need not to create headaches new pain relievers are around Frank Reichart Senior Director Product Marketing Storage Copyright 2012 FUJITSU Hot Spots in Data Protection 1 Copyright

More information

Nutanix White Paper. Hyper-Converged Infrastructure for Enterprise Applications. Version 1.0 March Enterprise Applications on Nutanix

Nutanix White Paper. Hyper-Converged Infrastructure for Enterprise Applications. Version 1.0 March Enterprise Applications on Nutanix Nutanix White Paper Hyper-Converged Infrastructure for Enterprise Applications Version 1.0 March 2015 1 The Journey to Hyper-Converged Infrastructure The combination of hyper-convergence and web-scale

More information

Today s trends in the storage world. Jacint Juhasz Storage Infrastructure Architect

Today s trends in the storage world. Jacint Juhasz Storage Infrastructure Architect Today s trends in the storage world Jacint Juhasz Storage Infrastructure Architect NetApp storage portfolio All-Flash Arrays for highest performance All-Flash SolidFire Data ONTAP-v for public cloud All

More information

How To Get The Most Out Of Flash Deployments

How To Get The Most Out Of Flash Deployments How To Get The Most Out Of Flash Deployments PRESENTATION TITLE GOES HERE Eric Burgener Research Director, Storage Practice IDC Flash: A Must Have Storage performance req ts very different in virtual infrastructure

More information

Virtuozzo Containers

Virtuozzo Containers Parallels Virtuozzo Containers White Paper An Introduction to Operating System Virtualization and Parallels Containers www.parallels.com Table of Contents Introduction... 3 Hardware Virtualization... 3

More information

StorPool Distributed Storage Software Technical Overview

StorPool Distributed Storage Software Technical Overview StorPool Distributed Storage Software Technical Overview StorPool 2018 Page 1 of 9 StorPool Overview StorPool is distributed storage software. It pools the attached storage (hard disks or SSDs) of standard

More information

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights IBM Spectrum NAS Easy-to-manage software-defined file storage for the enterprise Highlights Reduce capital expenditures with storage software on commodity servers Improve efficiency by consolidating all

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

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

RED HAT CEPH STORAGE ROADMAP. Cesar Pinto Account Manager, Red Hat Norway

RED HAT CEPH STORAGE ROADMAP. Cesar Pinto Account Manager, Red Hat Norway RED HAT CEPH STORAGE ROADMAP Cesar Pinto Account Manager, Red Hat Norway cpinto@redhat.com THE RED HAT STORAGE MISSION To offer a unified, open software-defined storage portfolio that delivers a range

More information

Warsaw. 11 th September 2018

Warsaw. 11 th September 2018 Warsaw 11 th September 2018 Dell EMC Unity & SC Series Midrange Storage Portfolio Overview Bartosz Charliński Senior System Engineer, Dell EMC The Dell EMC Midrange Family SC7020F SC5020F SC9000 SC5020

More information

Quobyte The Data Center File System QUOBYTE INC.

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

More information

Take control of storage performance

Take control of storage performance Take control of storage performance Transition From Speed To Management SSD + RAID 2008-2011 Reduce time to market Inherent bottlenecks Re-architect for better performance NVMe, SCSI Express Reads & Writes

More information

The Oracle Database Appliance I/O and Performance Architecture

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

More information

Cloud-Oriented Converged Storage

Cloud-Oriented Converged Storage Cloud-Oriented Converged Storage 5600, and 5800 V3 mid-range storage systems are next-generation unified storage products specifically designed for enterprise-class applications. Employing a storage operating

More information

Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware

Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware Deploying Microsoft Exchange Server 2010 in a virtualized environment that leverages VMware virtualization and NetApp unified storage

More information

THESUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9

THESUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9 PRODUCT CATALOG THESUMMARY ARKSERIES - pg. 3 ULTRASERIES - pg. 5 EXTREMESERIES - pg. 9 ARKSERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP Unlimited scalability Painless Disaster Recovery The ARK

More information

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA Boost your data protection with NetApp + Veeam Schahin Golshani Technical Partner Enablement Manager, MENA NetApp Product Strategy Market-leading innovations, that are NetApp Confidential Limited Use 3

More information

VMware vsphere: Taking Virtualization to the Next Level

VMware vsphere: Taking Virtualization to the Next Level About this research note: Product Evaluation notes provide an analysis of the market position of a specific product and its vendor through an in-depth exploration of their relative capabilities. VMware

More information

Deploying Software Defined Storage for the Enterprise with Ceph. PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu

Deploying Software Defined Storage for the Enterprise with Ceph. PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu Deploying Software Defined Storage for the Enterprise with Ceph PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu Agenda Yet another attempt to define SDS Quick Overview of Ceph from a SDS perspective

More information

The next step in Software-Defined Storage with Virtual SAN

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

More information

Why Scale-Out Big Data Apps Need A New Scale- Out Storage

Why Scale-Out Big Data Apps Need A New Scale- Out Storage Why Scale-Out Big Data Apps Need A New Scale- Out Storage Modern storage for modern business Rob Whiteley, VP, Marketing, Hedvig April 9, 2015 Big data pressures on storage infrastructure The rise of elastic

More information

Virtualization of the MS Exchange Server Environment

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

More information

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS By George Crump Economical, Storage Purpose-Built for the Emerging Data Centers Most small, growing businesses start as a collection of laptops

More information

Automated Storage Tiering on Infortrend s ESVA Storage Systems

Automated Storage Tiering on Infortrend s ESVA Storage Systems Automated Storage Tiering on Infortrend s ESVA Storage Systems White paper Abstract This white paper introduces automated storage tiering on Infortrend s ESVA storage arrays. Storage tiering can generate

More information

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication CDS and Sky Tech Brief Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication Actifio recommends using Dedup-Async Replication (DAR) for RPO of 4 hours or more and using StreamSnap for

More information

Virtual Security Server

Virtual Security Server Data Sheet VSS Virtual Security Server Security clients anytime, anywhere, any device CENTRALIZED CLIENT MANAGEMENT UP TO 50% LESS BANDWIDTH UP TO 80 VIDEO STREAMS MOBILE ACCESS INTEGRATED SECURITY SYSTEMS

More information

White Paper. EonStor GS Family Best Practices Guide. Version: 1.1 Updated: Apr., 2018

White Paper. EonStor GS Family Best Practices Guide. Version: 1.1 Updated: Apr., 2018 EonStor GS Family Best Practices Guide White Paper Version: 1.1 Updated: Apr., 2018 Abstract: This guide provides recommendations of best practices for installation and configuration to meet customer performance

More information

New HPE 3PAR StoreServ 8000 and series Optimized for Flash

New HPE 3PAR StoreServ 8000 and series Optimized for Flash New HPE 3PAR StoreServ 8000 and 20000 series Optimized for Flash AGENDA HPE 3PAR StoreServ architecture fundamentals HPE 3PAR Flash optimizations HPE 3PAR portfolio overview HPE 3PAR Flash example from

More information

Technical White Paper: IntelliFlash Architecture

Technical White Paper: IntelliFlash Architecture Executive Summary... 2 IntelliFlash OS... 3 Achieving High Performance & High Capacity... 3 Write Cache... 4 Read Cache... 5 Metadata Acceleration... 5 Data Reduction... 6 Enterprise Resiliency & Capabilities...

More information

THE ZADARA CLOUD. An overview of the Zadara Storage Cloud and VPSA Storage Array technology WHITE PAPER

THE ZADARA CLOUD. An overview of the Zadara Storage Cloud and VPSA Storage Array technology WHITE PAPER WHITE PAPER THE ZADARA CLOUD An overview of the Zadara Storage Cloud and VPSA Storage Array technology Zadara 6 Venture, Suite 140, Irvine, CA 92618, USA www.zadarastorage.com EXECUTIVE SUMMARY The IT

More information

MODERNISE WITH ALL-FLASH. Intel Inside. Powerful Data Centre Outside.

MODERNISE WITH ALL-FLASH. Intel Inside. Powerful Data Centre Outside. MODERNISE WITH ALL-FLASH Intel Inside. Powerful Data Centre Outside. MODERNISE WITHOUT COMPROMISE In today s lightning-fast digital world, it s critical for businesses to make their move to the Modern

More information

Stellar performance for a virtualized world

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

More information

Chapter 10 Protecting Virtual Environments

Chapter 10 Protecting Virtual Environments Chapter 10 Protecting Virtual Environments 164 - Protecting Virtual Environments As more datacenters move to virtualize their environments and the number of virtual machines and the physical hosts they

More information

Introduction to Distributed Data Systems

Introduction to Distributed Data Systems Introduction to Distributed Data Systems Serge Abiteboul Ioana Manolescu Philippe Rigaux Marie-Christine Rousset Pierre Senellart Web Data Management and Distribution http://webdam.inria.fr/textbook January

More information

Hyperconvergence and Medical Imaging

Hyperconvergence and Medical Imaging Hyperconvergence and Medical Imaging A recent survey found the top three challenges facing medical IT departments with regard to data storage are: 1. Lack of flexibility Requirements for dedicated hardware

More information

Cloud-Oriented Converged Storage

Cloud-Oriented Converged Storage 5600, and 500 V3 Storage Systems Cloud-Oriented Converged Storage 5600, and 500 V3 mid-range storage systems are next-generation unified storage products specifically designed for enterprise-class applications.

More information

VEXATA FOR ORACLE. Digital Business Demands Performance and Scale. Solution Brief

VEXATA FOR ORACLE. Digital Business Demands Performance and Scale. Solution Brief Digital Business Demands Performance and Scale As enterprises shift to online and softwaredriven business models, Oracle infrastructure is being pushed to run at exponentially higher scale and performance.

More information

EMC Backup and Recovery for Microsoft Exchange 2007

EMC Backup and Recovery for Microsoft Exchange 2007 EMC Backup and Recovery for Microsoft Exchange 2007 Enabled by EMC CLARiiON CX4-120, Replication Manager, and Hyper-V on Windows Server 2008 using iscsi Reference Architecture Copyright 2009 EMC Corporation.

More information

The Google File System

The Google File System October 13, 2010 Based on: S. Ghemawat, H. Gobioff, and S.-T. Leung: The Google file system, in Proceedings ACM SOSP 2003, Lake George, NY, USA, October 2003. 1 Assumptions Interface Architecture Single

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

OceanStor 5300F&5500F& 5600F&5800F V5 All-Flash Storage Systems

OceanStor 5300F&5500F& 5600F&5800F V5 All-Flash Storage Systems OceanStor 5300F&5500F& 5600F&5800F V5 Huawei mid-range all-flash storage systems (OceanStor F V5 mid-range storage for short) deliver the high performance, low latency, and high scalability that are required

More information

Fully Converged Cloud Storage

Fully Converged Cloud Storage Highlights Fully Converged Cloud Storage Massive scale-out storage designed for cloud architectures On-demand provisioning of block, file, and object storage on one appliance Scale out to performance and

More information

HPE Synergy HPE SimpliVity 380

HPE Synergy HPE SimpliVity 380 HPE Synergy HPE SimpliVity 0 Pascal.Moens@hpe.com, Solutions Architect Technical Partner Lead February 0 HPE Synergy Composable infrastructure at HPE CPU Memory Local Storage LAN I/O SAN I/O Power Cooling

More information

With Hyperconverged Infrastructure

With Hyperconverged Infrastructure Getting More out of Oracle With Hyperconverged Infrastructure WHITE PAPER When it comes to enterprise databases, there is no bigger player than Oracle. For more than three decades, Oracle has been synonymous

More information

StarWind Storage Appliance

StarWind Storage Appliance #1 HyperConverged Appliance for SMB and ROBO StarWind Storage Appliance Value Proposition For SMBs and Enterprises who are looking for high performance primary storage for server virtualization, VDI, database

More information

New Approach to Unstructured Data

New Approach to Unstructured Data Innovations in All-Flash Storage Deliver a New Approach to Unstructured Data Table of Contents Developing a new approach to unstructured data...2 Designing a new storage architecture...2 Understanding

More information

VMworld 2013 Overview

VMworld 2013 Overview VMworld 2013 Overview Dennis Bray ENS, Inc. 2011 VMware Inc. All rights reserved VMworld 2013: Attendance August 25: Hands on Labs & Welcome Reception August 26 9: Conference 22,500 attendees October 15

More information

NetVault Backup Client and Server Sizing Guide 2.1

NetVault Backup Client and Server Sizing Guide 2.1 NetVault Backup Client and Server Sizing Guide 2.1 Recommended hardware and storage configurations for NetVault Backup 10.x and 11.x September, 2017 Page 1 Table of Contents 1. Abstract... 3 2. Introduction...

More information

StarWind Virtual SAN Free

StarWind Virtual SAN Free #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Free Value Proposition For virtualization admins, IT geeks, bloggers, students or those who look to build and maintain virtualization infrastructure

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T T h e S h i f t t o I / O Optimization to Boost Virtual a n d P h ys i c a l S e r ve r P e r formance May 2013 Adapted from Scale-Out Meets Virtualization by

More information

Storage + VDI: the results speak for themselves at Nuance Communications

Storage + VDI: the results speak for themselves at Nuance Communications Storage + VDI: the results speak for themselves at Nuance Communications HPE 3PAR StoreServ All-Flash helps Nuance Communications build the right storage solution for a demanding high-performance computing

More information

Understanding Primary Storage Optimization Options Jered Floyd Permabit Technology Corp.

Understanding Primary Storage Optimization Options Jered Floyd Permabit Technology Corp. Understanding Primary Storage Optimization Options Jered Floyd Permabit Technology Corp. Primary Storage Optimization Technologies that let you store more data on the same storage Thin provisioning Copy-on-write

More information

SolidFire. Petr Slačík Systems Engineer NetApp NetApp, Inc. All rights reserved.

SolidFire. Petr Slačík Systems Engineer NetApp NetApp, Inc. All rights reserved. SolidFire Petr Slačík Systems Engineer NetApp petr.slacik@netapp.com 27.3.2017 1 2017 NetApp, Inc. All rights reserved. 1 SolidFire Introduction 2 Element OS Scale-out Guaranteed Performance Automated

More information

Cisco HyperConverged Infrastructure

Cisco HyperConverged Infrastructure Cisco HyperFlex Cisco HyperConverged Infrastructure Bjarne Madsen, CSE HyperConverged Solutions. 2015 Cisco and/or its affiliates. All rights reserved. 2 Agenda 1. What is HyperConverged, and why 2. Cisco

More information

ADVANCED DATA REDUCTION CONCEPTS

ADVANCED DATA REDUCTION CONCEPTS ADVANCED DATA REDUCTION CONCEPTS Thomas Rivera, Hitachi Data Systems Gene Nagle, BridgeSTOR Author: Thomas Rivera, Hitachi Data Systems Author: Gene Nagle, BridgeSTOR SNIA Legal Notice The material contained

More information