HPC Growing Pains. IT Lessons Learned from the Biomedical Data Deluge

Size: px
Start display at page:

Download "HPC Growing Pains. IT Lessons Learned from the Biomedical Data Deluge"

Transcription

1 HPC Growing Pains IT Lessons Learned from the Biomedical Data Deluge John L. Wofford Center for Computational Biology & Bioinformatics Columbia University

2 What is? Internationally recognized biomedical computing center. Broad range of computational biomedical and biology research, from biophysics to genomics. More than 15 Labs and nearly 200 faculty, staff, students and postdocs across multiple campuses and 8 departments. IT staff of 8, covering everything from desktop to HPC & datacenter. Affiliates

3 HPC Growing Pains Over the past 3 years we have grown our HPC resources by an order of magnitude, driven largely by genomic data and processing demands. Before (2008) After (2012) Total CPU-cores ~500 ~4500 Largest cluster: CPU 400 core ~4000 core Largest cluster: Memory 800 GB 8 TB Annual CPU-hr 2 M CPU-hrs >50 M CPU-hrs Average Daily Active Users Storage capacity 30 TB ~ 1PB Data Center space 800 sq.ft sq.ft.

4 Outline IT Lessons Learned from the Biomedical Data Deluge I. Intro: Biomedical data growth II. Storage challenges II.1. Performance II.2. Capacity II.3. Data integrity III. Conclusions

5 What data deluge? A few stock facts: With a collective 269 petabytes of data, education was among the U.S. economy s top 10 sectors storing the largest amount of data in 2009, according to a McKinsey Global Institute survey. The world will generate 1.8 zettabytes of data this year alone, according to IDC s 2011 Digital Universe survey. Worldwide data volume is growing a minimum of 59% annually, a Gartner report estimates, outrunning Kryder s law for disk capacity per cost growth. Biomedical data primarily driven by gene sequencing is growing dramatically faster than industry average and Kryder s law....not only does that data need to be stored, it needs to be heavily analyzed, demanding both performance and capacity.

6 Sequence data production rates

7 From Kahn S.D. On the future of genomic data. Science 2011;331:

8 3000 C2B2 data growth, June 08 - March 12 Data Usage (TB) Raw capacity Raw requirement (50% overhead) Usage trend 750 Usage (logical) Industry trend (59% annual growth) Months since June 08

9 The challenge: Design a system that can: 1. Perform well enough to analyze the data (i.e. stand up to a top500 supercomputer); 2. Scale from from TeraBytes to PetaBytes (without having to constantly rebuild); 3. Protect important data (from crashes, users and floods);

10 Performance For parallel processes you need parallel file access. We have 4000 CPUs working around the clock on analyzing data; we want to keep them all fed with data all of the time. Our workload is random and not well behaved. It s notoriously difficult to design for this kind of workload. Ideally, we want a solution that can be flexible as our workloads change. The more disks we have spinning in parallel, the better the performance. We re going to need a lot of disks. Using a rough heuristic, 1 disk per compute would mean ~500 disks. But, to make that many disks useful, we re going to need a lot of processing and network capabilities.

11 Traditional NAS Architecture Single NAS head with multiple disk arrays Netapp, Bluearc, EMC... Pro Support: Time-tested architecture with many major, competing vendors. Capacity scaling: relatively easy on modern NAS. Con Performance scaling: is difficult & unpredictable. Management: Storage pools must be managed and tuned. Reliability: NAS head provides single failure point. Traditional NAS Single controller, many arrays NAS Head Processes network file requests (NFS, CIFS, etc). Manage SAN pools. CPU Cache Network SAN or Direct Attached Interconnect (FC,, ) Disk arrays JBODs or RAID... SAN Storage SAN SSDStorage SAN SSDStorage SSD Disk Disk Disk Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,...

12 Clustered NAS architecture Single filesystem distributed across many s. Isilon, Panasas, Gluster,... Pro Capacity scaling: new s automatically integrate. Performance scaling: new s add CPU, Cache and network performance. Reliability: most architectures can survive multiple failures. Con Support: Relatively new technology. Few vendors (but rapidly growing). High speed backend network (transfers data between s). Clustered NAS A single filesystem is presented by multiple s which each process filesystem requests. Clustered NAS CPU Cache Network Disk pool Disk Disk Disk Clustered NAS CPU Cache Network Disk pool Disk Disk Disk Clustered NAS CPU Cache Network Disk pool Disk Disk Disk Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,... Storage client * Cluster, Server, Desktop,...

13 Clustered NAS doesn t solve everything... In late 2009 we had scaled to where we thought we should be, but our system was unresponsive, with constant, very high load. More puzzling, was that the load didn t seem to have anything correlation with the network, disk throughput, or even load on the compute cluster.

14 What we found (With the help of good analytics)

15 Namespace reads Namespace operations consume CPU, and waste I/O capabilities. It s common in biomedical data to have thousands, or millions of small files on a project. We have ~500M files, with an average filesize of less than 8 kb. Many genome databases are directory structures of flat files that get indexed by filename (NCBI, for instance, hosts > 20k files in their databases). Our system was thrashing, and we weren t getting a lot of I/O... the 40% namespace reads were killing our performance. Distribution of Protocol Operations Write 15% Other 13% Read 32% Namespace Read 40%

16 SSD Accelerated Namespace Sold Sate Disks provide fast seek time for namespace reads. Namespace reads are seek intensive (not throughput intensive). SSDs generally have > 40x seek time of spinning disks. We were able to spread our filesystem metadata over SSDs on our s, dramatically increasing namespace performance and decreasing system load. We experienced an immediate, ~8x increase in filesystem responsiveness, and overall system performance increase. Filesystem metadata SSD Accelerated Namespace Namespace data live on SSDs (very low seek time), Ordinary data lives on ordinary disks. SSD Enabled Node Metadata SSD Data SSD Enabled Node Metadata SSD Disk Data SSD Enabled Node Metadata SSD Disk Data Disk Disk Disk Disk

17 Capacity How we scaled a single filesystem from 168 TB to 1 PB 1. While the High-performance Clustered NAS naturally scales capacity as well as performance, it s an expensive way to build capacity. 2. We don t want to have the big filesystem and the fast filesystem. We want everyone to see the same files from everywhere. 3. High-performance systems benefit from uniform hardware. Capacity scaling benefits from being able to use the latest, biggest, densest disks. 4. In fact, typically a clustered NAS is made of entirely uniform hardware, so how do you update without time consuming data migrations?

18 Multi-tiered Clustered NAS Single filesystem distributed across many pools of s. Multiple pools of s share a single filesystem namespace. Different pools can have different performance/capacity, allowing for independent scaling of capacity and performance. New pools can be added, and old removed, allowing seamless upgrades. All pools are active, so s configured for large capacity can still serve data to lowdemand devices. Rule based data migration Multi-tiered Clustered NAS multiple pools, single namespace High-speed pool compute clusters, sequencers, etc.... SSD-accelerated SSD-accelerated SSD SSD-accelerated SSD SSD SSD High-capacity pool infrastructure servers, desktops, etc.... Nearline Nearline SSD Nearline SSD SSD Shared backend network High-Performance Compute Clusters Blade chassis Compute Compute Data generating research equipment (e.g. gene sequencers) Server Infrastructure Server Desktops & Workstations

19 Evolution of a filesystem Q3 1. Merged pools 2. New s (SSD) Cap: 672 TB 2010 Q4 Swap original s for new s Cap: 648 TB 2011 Capacity upgrade (denser s) Cap: 984 TB Raw capacity Q1 new s (separate cluster) 496 TB Requirement new s Cap: 276 TB 2008 inception Cap: 168 TB

20 Caveat: A single namespace has challenges Since the namespace doesn t refresh, it tends to grow and grow. We currently have > 500 Million files in our filesystem. While it s nice to have all of your files in one space, it takes a lot of effort to keep it organized. In initial deployment, spent roughly 30x longer planning filesystem structure than deploying hardware. If you plan your filesystem poorly, it could take a long time to relocate or remove all of those files.

21 Data Integrity How do you protect large-scale, important data from users, glitches & floods? 1. Users: Oops! I didn t mean to delete that! 2. Glitches: Error$mounting:$mount:$ wrong$fs$type,$bad$option,$bad$ superblock$on$/dev/ Floods: Who installed the water main over the data center?!

22 vs. Disk-to-Disk is dead. Right? backup D-t-D NAS File server File server Fast Easy to maintain Reliable Backup server Library Backup server Cheap Low-power Long shelf life Disk-to-disk backup Primary NAS Secondary NAS

23 Neither option is ideal on its own. Using only tape is impractical. LTO5 can write 1TB in ~ 6hr, or 200 TB in 50 days. You can split across drives, but this becomes a management nightmare. Using only disk is cost prohibitive. A complete disk system vs. a complete tape system. Plus: you need to keep disk powered. there s no easy (or safe) way to archive disks. it has to grow faster than primary (if you want historical archives).

24 Our middle ground Snapshots + replication + tape = protection from: Users: frequent snapshots on the source provide easy oops recovery to the user. Glitches: replication provides shortterm rapid recovery. Added snapshots extend replication archives to the mid-term (~6 mo.). Floods: backup provides cheap, reliable archival of data, for largescale disaster recovery (or important files from 06). Leaving backup windows flexible keeps tape manageable. Primary cluster Easy user recovery with short-term snapshots Replication cluster Live replication of critical data, with historical snapshots Replication Replication Replication Library Offsite DR Archival... Storage Storage SSD Storage SSD SSD Frequent replication (daily) Data backup path Disk Disk Disk Lazy archival (~ 6 mo.) 1 copy per year Long-term archival

25 The big picture: Multi-tiered scale-out architecture from HPC Infrastructure to the Desktop High-Performance Compute Clusters Blade chassis Compute Compute Blade chassis Compute Compute 10 Gbps Aggregation network Rule based data migration Primary Storage Cluster multiple pools, single filesystem High-speed pool compute clusters, sequencers, etc.... SSD-accelerated SSD-accelerated SSD SSD-accelerated SSD SSD SSD Nearline pool infrastructure servers, desktops, etc.... Data generating research equipment (e.g. gene sequencers) Server Infrastructure Physical servers Nearline Nearline SSD Nearline SSD SSD Virtualization Infrastructure Backup Infrastructure Long-term archival Library Offsite DR Archival Replication cluster Live replication of critical data Replication Replication Replication Desktops & Workstations

26 The big picture: Multi-tiered scale-out architecture from HPC Infrastructure to the Desktop High-Performance Compute Clusters Blade chassis Compute Compute Blade chassis Compute Compute 10 Gbps Aggregation network Rule based data migration Primary Storage Cluster multiple pools, single filesystem High-speed pool compute clusters, sequencers, etc.... SSD-accelerated SSD-accelerated SSD SSD-accelerated SSD SSD SSD Nearline pool infrastructure servers, desktops, etc.... Data generating research equipment (e.g. gene sequencers) Server Infrastructure Physical servers Nearline Nearline SSD Nearline SSD SSD Virtualization Infrastructure Backup Infrastructure Long-term archival Library Offsite DR Archival Replication cluster Live replication of critical data Replication Replication Replication Desktops & Workstations

27 The big picture: Multi-tiered scale-out architecture from HPC Infrastructure to the Desktop High-Performance Compute Clusters Blade chassis Compute Compute Blade chassis Compute Compute 10 Gbps Aggregation network Rule based data migration Primary Storage Cluster multiple pools, single filesystem High-speed pool compute clusters, sequencers, etc.... SSD-accelerated SSD-accelerated SSD SSD-accelerated SSD SSD SSD Nearline pool infrastructure servers, desktops, etc.... Data generating research equipment (e.g. gene sequencers) Server Infrastructure Physical servers Nearline Nearline SSD Nearline SSD SSD Virtualization Infrastructure Backup Infrastructure Long-term archival Library Offsite DR Archival Replication cluster Live replication of critical data Replication Replication Replication Desktops & Workstations

28 Conclusion Putting it all together. With Clustered NAS and SSD acceleration, we re regularly seeing filesystem throughput in excess of 10 Gbps and IOPs well over 500k without an issue. So far we ve managed to stay ahead of our data-growth curve with multi-tiered. We plan to at least double capacity in the next 6-12 months with no major architectural changes. With combination of snapshots, disk-to-disk replication and tape, we re getting daily backups of all important data as well as longterm archivals. Thank you! Questions?

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon.

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon. THE EMC ISILON STORY Big Data In The Enterprise Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon August, 2012 1 Big Data In The Enterprise Isilon Overview Isilon Technology

More information

EMC ISILON HARDWARE PLATFORM

EMC ISILON HARDWARE PLATFORM EMC ISILON HARDWARE PLATFORM Three flexible product lines that can be combined in a single file system tailored to specific business needs. S-SERIES Purpose-built for highly transactional & IOPSintensive

More information

Isilon: Raising The Bar On Performance & Archive Use Cases. John Har Solutions Product Manager Unstructured Data Storage Team

Isilon: Raising The Bar On Performance & Archive Use Cases. John Har Solutions Product Manager Unstructured Data Storage Team Isilon: Raising The Bar On Performance & Archive Use Cases John Har Solutions Product Manager Unstructured Data Storage Team What we ll cover in this session Isilon Overview Streaming workflows High ops/s

More information

Effective Use of CSAIL Storage

Effective Use of CSAIL Storage Effective Use of CSAIL Storage How to get the most out of your computing infrastructure Garrett Wollman, Jonathan Proulx, and Jay Sekora The Infrastructure Group Introduction Outline of this talk 1. Introductions

More information

Rethink Storage: The Next Generation Of Scale- Out NAS

Rethink Storage: The Next Generation Of Scale- Out NAS Rethink Storage: The Next Generation Of Scale- Out NAS Norbert Funke EMEA Product Marketing Manager, EMC Isilon 1 Agenda EMC Isilon Momentum What Is The Difference? EMC Isilon Versus Traditional Architectures

More information

Got Isilon? Need IOPS? Get Avere.

Got Isilon? Need IOPS? Get Avere. Got Isilon? Need IOPS? Get Avere. Scalable I/O Performance to Complement Any EMC Isilon Environment By: Jeff Tabor, Director of Product Marketing Achieving Performance Scaling Overcoming Random I/O and

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

TCO REPORT. NAS File Tiering. Economic advantages of enterprise file management

TCO REPORT. NAS File Tiering. Economic advantages of enterprise file management TCO REPORT NAS File Tiering Economic advantages of enterprise file management Executive Summary Every organization is under pressure to meet the exponential growth in demand for file storage capacity.

More information

FLASHARRAY//M Business and IT Transformation in 3U

FLASHARRAY//M Business and IT Transformation in 3U FLASHARRAY//M Business and IT Transformation in 3U TRANSFORM IT Who knew that moving to all-flash storage could help reduce the cost of IT? FlashArray//m makes server and workload investments more productive,

More information

Renovating your storage infrastructure for Cloud era

Renovating your storage infrastructure for Cloud era Renovating your storage infrastructure for Cloud era Nguyen Phuc Cuong Software Defined Storage Country Sales Leader Copyright IBM Corporation 2016 2 Business SLAs Challenging Traditional Storage Approaches

More information

Power of the Portfolio. Copyright 2012 EMC Corporation. All rights reserved.

Power of the Portfolio. Copyright 2012 EMC Corporation. All rights reserved. Power of the Portfolio 1 VMAX / VPLEX K-12 School System District seeking system to support rollout of new VDI implementation Customer found Vblock to be superior solutions versus competitor Customer expanded

More information

Next Generation Storage for The Software-Defned World

Next Generation Storage for The Software-Defned World ` Next Generation Storage for The Software-Defned World John Hofer Solution Architect Red Hat, Inc. BUSINESS PAINS DEMAND NEW MODELS CLOUD ARCHITECTURES PROPRIETARY/TRADITIONAL ARCHITECTURES High up-front

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

Dell EMC Isilon All-Flash

Dell EMC Isilon All-Flash Enterprise Strategy Group Getting to the bigger truth. ESG Lab Validation Dell EMC Isilon All-Flash Scale-out All-flash Storage for Demanding Unstructured Data Workloads By Tony Palmer, Senior Lab Analyst

More information

XtreemStore A SCALABLE STORAGE MANAGEMENT SOFTWARE WITHOUT LIMITS YOUR DATA. YOUR CONTROL

XtreemStore A SCALABLE STORAGE MANAGEMENT SOFTWARE WITHOUT LIMITS YOUR DATA. YOUR CONTROL XtreemStore A SCALABLE STORAGE MANAGEMENT SOFTWARE WITHOUT LIMITS YOUR DATA. YOUR CONTROL Software Produkt Portfolio New Products Product Family Scalable sync & share solution for secure data exchange

More information

Company. Intellectual Property. Headquartered in the Silicon Valley

Company. Intellectual Property. Headquartered in the Silicon Valley Headquartered in the Silicon Valley Company Founded in 2012 as a result of more than 5 years of research and development operations Assembled a very skilled and experienced A-class team in engineering

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Storage Innovation at the Core of the Enterprise Robert Klusman Sr. Director Storage North America 2 The following is intended to outline our general product direction. It is intended for information

More information

Introducing Panasas ActiveStor 14

Introducing Panasas ActiveStor 14 Introducing Panasas ActiveStor 14 SUPERIOR PERFORMANCE FOR MIXED FILE SIZE ENVIRONMENTS DEREK BURKE, PANASAS EUROPE INTRODUCTION TO PANASAS Storage that accelerates the world s highest performance and

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

Scality RING on Cisco UCS: Store File, Object, and OpenStack Data at Scale

Scality RING on Cisco UCS: Store File, Object, and OpenStack Data at Scale Scality RING on Cisco UCS: Store File, Object, and OpenStack Data at Scale What You Will Learn Cisco and Scality provide a joint solution for storing and protecting file, object, and OpenStack data at

More information

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple ESSENTIALS Simple storage management designed for ease of use Massive scalability of capacity and performance Unmatched efficiency to

More information

Deep Storage for Exponential Data. Nathan Thompson CEO, Spectra Logic

Deep Storage for Exponential Data. Nathan Thompson CEO, Spectra Logic Deep Storage for Exponential Data Nathan Thompson CEO, Spectra Logic HISTORY Partnered with Fujifilm on a variety of projects HQ in Boulder, 35 years of business Customers in 54 countries Spectra builds

More information

Copyright 2010 EMC Corporation. Do not Copy - All Rights Reserved.

Copyright 2010 EMC Corporation. Do not Copy - All Rights Reserved. 1 Using patented high-speed inline deduplication technology, Data Domain systems identify redundant data as they are being stored, creating a storage foot print that is 10X 30X smaller on average than

More information

Tiered File System without Tiers. Laura Shepard, Isilon

Tiered File System without Tiers. Laura Shepard, Isilon Laura Shepard, Isilon SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

More information

FLASHARRAY//M Smart Storage for Cloud IT

FLASHARRAY//M Smart Storage for Cloud IT FLASHARRAY//M Smart Storage for Cloud IT //M AT A GLANCE PURPOSE-BUILT to power your business: Transactional and analytic databases Virtualization and private cloud Business critical applications Virtual

More information

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage Silverton Consulting, Inc. StorInt Briefing 2017 SILVERTON CONSULTING, INC. ALL RIGHTS RESERVED Page 2 Introduction Unstructured data has

More information

White. Paper. EMC Isilon Scale-out Without Compromise. July, 2012

White. Paper. EMC Isilon Scale-out Without Compromise. July, 2012 White Paper EMC Isilon Scale-out Without Compromise By Terri McClure, Senior Analyst July, 2012 This ESG White Paper was commissioned by EMC and is distributed under license from ESG. 2012, The Enterprise

More information

Emerging Technologies for HPC Storage

Emerging Technologies for HPC Storage Emerging Technologies for HPC Storage Dr. Wolfgang Mertz CTO EMEA Unstructured Data Solutions June 2018 The very definition of HPC is expanding Blazing Fast Speed Accessibility and flexibility 2 Traditional

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

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

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

Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage

Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage O V E R V I E W Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage Modular Hitachi Storage Delivers Enterprise-level Benefits Hitachi Adaptable Modular Storage and Hitachi Workgroup

More information

Dell EMC All-Flash solutions are powered by Intel Xeon processors. Learn more at DellEMC.com/All-Flash

Dell EMC All-Flash solutions are powered by Intel Xeon processors. Learn more at DellEMC.com/All-Flash N O I T A M R O F S N A R T T I L H E S FU FLA A IN Dell EMC All-Flash solutions are powered by Intel Xeon processors. MODERNIZE WITHOUT COMPROMISE I n today s lightning-fast digital world, your IT Transformation

More information

HPC File Systems and Storage. Irena Johnson University of Notre Dame Center for Research Computing

HPC File Systems and Storage. Irena Johnson University of Notre Dame Center for Research Computing HPC File Systems and Storage Irena Johnson University of Notre Dame Center for Research Computing HPC (High Performance Computing) Aggregating computer power for higher performance than that of a typical

More information

An Agile Data Infrastructure to Power Your IT. José Martins Technical Practice

An Agile Data Infrastructure to Power Your IT. José Martins Technical Practice An Agile Data Infrastructure to Power Your IT José Martins Technical Practice Business Velocity IT Infrastructure Inhibitor or Enabler Data Growth Impact on Business Inflection Point Information Becomes

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

Discover the all-flash storage company for the on-demand world

Discover the all-flash storage company for the on-demand world Discover the all-flash storage company for the on-demand world STORAGE FOR WHAT S NEXT The applications we use in our personal lives have raised the level of expectations for the user experience in enterprise

More information

Data, Data, Everywhere. We are now in the Big Data Era.

Data, Data, Everywhere. We are now in the Big Data Era. Data, Data, Everywhere. We are now in the Big Data Era. CONTENTS Background Big Data What is Generating our Big Data Physical Management of Big Data Optimisation in Data Processing Techniques for Handling

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

Solution Brief. Bridging the Infrastructure Gap for Unstructured Data with Object Storage. 89 Fifth Avenue, 7th Floor. New York, NY 10003

Solution Brief. Bridging the Infrastructure Gap for Unstructured Data with Object Storage. 89 Fifth Avenue, 7th Floor. New York, NY 10003 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com @EdisonGroupInc 212.367.7400 Solution Brief Bridging the Infrastructure Gap for Unstructured Data with Object Storage Printed in the United

More information

IBM Storwize V7000 Unified

IBM Storwize V7000 Unified IBM Storwize V7000 Unified Pavel Müller IBM Systems and Technology Group Storwize V7000 Position Enterprise Block DS8000 For clients requiring: Advanced disaster recovery with 3-way mirroring and System

More information

Thinking Different: Simple, Efficient, Affordable, Unified Storage

Thinking Different: Simple, Efficient, Affordable, Unified Storage Thinking Different: Simple, Efficient, Affordable, Unified Storage EMC VNX Family Easy yet Powerful 1 IT Challenges: Tougher than Ever Four central themes facing every decision maker today Overcome flat

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

Storage for High-Performance Computing Gets Enterprise Ready

Storage for High-Performance Computing Gets Enterprise Ready Storage for High-Performance Computing Gets Enterprise Ready by George Crump High-Performance Computing (HPC) is the proving grounds to test a storage system s ability to handle mixed workloads. While

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

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

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

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

More information

IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads

IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com @EdisonGroupInc 212.367.7400 IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads A Competitive Test and Evaluation Report

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

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

RUNNING PETABYTE-SIZED CLUSTERS

RUNNING PETABYTE-SIZED CLUSTERS 1 RUNNING PETABYTE-SIZED CLUSTERS CASE STUDIES FROM THE REAL WORLD 2 GROWTH OF UNSTRUCTURED DATA 80% 74% 67% 2013 2015 2017 37 EB Total Capacity Shipped, Worldwide 71 EB 133 EB Source: IDC Unstructured

More information

CSE 451: Operating Systems Spring Module 12 Secondary Storage. Steve Gribble

CSE 451: Operating Systems Spring Module 12 Secondary Storage. Steve Gribble CSE 451: Operating Systems Spring 2009 Module 12 Secondary Storage Steve Gribble Secondary storage Secondary storage typically: is anything that is outside of primary memory does not permit direct execution

More information

Hitachi Adaptable Modular Storage and Workgroup Modular Storage

Hitachi Adaptable Modular Storage and Workgroup Modular Storage O V E R V I E W Hitachi Adaptable Modular Storage and Workgroup Modular Storage Modular Hitachi Storage Delivers Enterprise-level Benefits Hitachi Data Systems Hitachi Adaptable Modular Storage and Workgroup

More information

Isilon Performance. Name

Isilon Performance. Name 1 Isilon Performance Name 2 Agenda Architecture Overview Next Generation Hardware Performance Caching Performance Streaming Reads Performance Tuning OneFS Architecture Overview Copyright 2014 EMC Corporation.

More information

Your desktop blew up my storage strategy

Your desktop blew up my storage strategy Your desktop blew up my storage strategy Lessons from the VDI front Tommy @StorageTexan Trogden Enterprise Architect t Xiotech Corp A butterfly flaps its wings A storage hurricane is on the way in the

More information

Copyright 2010 EMC Corporation. All rights reserved. CLOUD MEETS BIG DATA. Sujal Patel President, Isilon Storage Division EMC Corporation

Copyright 2010 EMC Corporation. All rights reserved. CLOUD MEETS BIG DATA. Sujal Patel President, Isilon Storage Division EMC Corporation CLOUD MEETS BIG DATA Sujal Patel President, Isilon Storage Division EMC Corporation EMC s Mission To Lead Customers On Their Journey To Cloud Computing And Transforming IT... By Enabling Them To Store,

More information

Nimble Storage Adaptive Flash

Nimble Storage Adaptive Flash Nimble Storage Adaptive Flash Read more Nimble solutions Contact Us 800-544-8877 solutions@microage.com MicroAge.com TECHNOLOGY OVERVIEW Nimble Storage Adaptive Flash Nimble Storage s Adaptive Flash platform

More information

WHITE PAPER Software-Defined Storage IzumoFS with Cisco UCS and Cisco UCS Director Solutions

WHITE PAPER Software-Defined Storage IzumoFS with Cisco UCS and Cisco UCS Director Solutions WHITE PAPER Software-Defined Storage IzumoFS with Cisco UCS and Cisco UCS Director Solutions Introduction While the data handled by companies has an average growth rate of over 50% per annum, growth of

More information

CSE 451: Operating Systems Spring Module 12 Secondary Storage

CSE 451: Operating Systems Spring Module 12 Secondary Storage CSE 451: Operating Systems Spring 2017 Module 12 Secondary Storage John Zahorjan 1 Secondary storage Secondary storage typically: is anything that is outside of primary memory does not permit direct execution

More information

1Z0-433

1Z0-433 1Z0-433 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 What is the function of the samfsdump utility? A. It provides a metadata backup of the file names, directory structure, inode information,

More information

EMC ACADEMIC ALLIANCE

EMC ACADEMIC ALLIANCE EMC ACADEMIC ALLIANCE Preparing the next generation of IT professionals for careers in virtualized and cloud environments. Equip your students with the broad and deep knowledge required in today s complex

More information

Catalogic DPX: Backup Done Right

Catalogic DPX: Backup Done Right Catalogic DPX: Backup Done Right The Backup Alternative You ve Been Waiting For Catalogic DPX Highlights Fast and reliable low-impact backup for physical and virtual environments Direct access to data

More information

The Best Storage for Virtualized Environments

The Best Storage for Virtualized Environments The Best Storage for Virtualized Environments Paul Kessler Asia Pacific Solutions Marketing Alliances, NetApp Nov.4,2008 The Best Storage for Virtualized Environments Paul Kessler Solutions Marketing &

More information

FlashArray//m. Business and IT Transformation in 3U. Transform Your Business. All-Flash Storage for Every Workload.

FlashArray//m. Business and IT Transformation in 3U. Transform Your Business. All-Flash Storage for Every Workload. Business and IT Transfmation in 3U Transfm IT. Who knew that moving to all-flash stage could help reduce the cost of IT? FlashArray//m makes server and wkload investments me productive, while lowering

More information

Cloud Meets Big Data For VMware Environments

Cloud Meets Big Data For VMware Environments Cloud Meets Big Data For VMware Environments

More information

Eliminating the Pain of Migrating Your Unstructured Data

Eliminating the Pain of Migrating Your Unstructured Data This white paper documents a user-transparent pull methodology that minimizes unstructured data movement while maximizing its value. Introduction Unstructured data ranges from 60 to 80% of most organizations

More information

7 Ways Compellent Optimizes VMware Server Virtualization WHITE PAPER FEBRUARY 2009

7 Ways Compellent Optimizes VMware Server Virtualization WHITE PAPER FEBRUARY 2009 7 Ways Compellent Optimizes ware Virtualization WHITE PAPER FEBRUARY 2009 Introduction Increasingly, enterprises are turning to server virtualization to enhance IT flexibility while reducing costs. virtualization

More information

Titan SiliconServer for Oracle 9i

Titan SiliconServer for Oracle 9i Titan SiliconServer for 9i Abstract Challenges facing deployment include the ever-growing size of the database and performance scalability. Enterprise businesses rely heavily on databases for day-to-day

More information

Mostafa Magdy Senior Technology Consultant Saudi Arabia. Copyright 2011 EMC Corporation. All rights reserved.

Mostafa Magdy Senior Technology Consultant Saudi Arabia. Copyright 2011 EMC Corporation. All rights reserved. Mostafa Magdy Senior Technology Consultant Saudi Arabia 1 Thinking Different: Simple, Efficient, Affordable, Unified Storage EMC VNX Family Easy yet Powerful 2 IT Challenges: Tougher than Ever Four central

More information

Accelerate the Journey to 100% Virtualization with EMC Backup and Recovery. Copyright 2010 EMC Corporation. All rights reserved.

Accelerate the Journey to 100% Virtualization with EMC Backup and Recovery. Copyright 2010 EMC Corporation. All rights reserved. Accelerate the Journey to 100% Virtualization with EMC Backup and Recovery 1 Exabytes Today s Data Protection Challenges Unabated Data Growth Backup typically represents a factor of 4 to 30 times production

More information

BIG DATA READY WITH ISILON JEUDI 19 NOVEMBRE Bertrand OUNANIAN: Advisory System Engineer

BIG DATA READY WITH ISILON JEUDI 19 NOVEMBRE Bertrand OUNANIAN: Advisory System Engineer BIG DATA READY WITH ISILON JEUDI 19 NOVEMBRE 2015 Bertrand OUNANIAN: Advisory System Engineer Unstructured Data Growth Total Capacity Shipped Worldwide % of Unstructured Data 67% 74% 80% 2013 37 EB 2015

More information

50 TB. Traditional Storage + Data Protection Architecture. StorSimple Cloud-integrated Storage. Traditional CapEx: $375K Support: $75K per Year

50 TB. Traditional Storage + Data Protection Architecture. StorSimple Cloud-integrated Storage. Traditional CapEx: $375K Support: $75K per Year Compelling Economics: Traditional Storage vs. StorSimple Traditional Storage + Data Protection Architecture StorSimple Cloud-integrated Storage Servers Servers Primary Volume Disk Array ($100K; Double

More information

Key metrics for effective storage performance and capacity reporting

Key metrics for effective storage performance and capacity reporting Key metrics for effective storage performance and capacity reporting Key Metrics for Effective Storage Performance and Capacity Reporting Objectives This white paper will cover the key metrics in storage

More information

Video Surveillance EMC Storage with LENSEC Perspective VMS

Video Surveillance EMC Storage with LENSEC Perspective VMS Video Surveillance EMC Storage with LENSEC Perspective VMS Sizing Guide H14768 01 Copyright 2016 EMC Corporation. All rights reserved. Published in the USA. Published March, 2016 EMC believes the information

More information

IBM řešení pro větší efektivitu ve správě dat - Store more with less

IBM řešení pro větší efektivitu ve správě dat - Store more with less IBM řešení pro větší efektivitu ve správě dat - Store more with less IDG StorageWorld 2012 Rudolf Hruška Information Infrastructure Leader IBM Systems & Technology Group rudolf_hruska@cz.ibm.com IBM Agenda

More information

HPE MSA 2042 Storage. Data sheet

HPE MSA 2042 Storage. Data sheet HPE MSA 2042 Storage HPE MSA 2042 Storage offers an entry storage platform with built-in hybrid flash for application acceleration and high performance. It is ideal for performance-hungry applications

More information

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

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

More information

Next-Generation NVMe-Native Parallel Filesystem for Accelerating HPC Workloads

Next-Generation NVMe-Native Parallel Filesystem for Accelerating HPC Workloads Next-Generation NVMe-Native Parallel Filesystem for Accelerating HPC Workloads Liran Zvibel CEO, Co-founder WekaIO @liranzvibel 1 WekaIO Matrix: Full-featured and Flexible Public or Private S3 Compatible

More information

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

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

More information

<Insert Picture Here> Oracle Storage

<Insert Picture Here> Oracle Storage Oracle Storage Jennifer Feng Principal Product Manager IT Challenges Have Not Slowed Increasing Demand for Storage Capacity and Performance 2010 New Digital Data ( Replicated (¼ Created,

More information

Surveillance Dell EMC Storage with Milestone XProtect Corporate

Surveillance Dell EMC Storage with Milestone XProtect Corporate Surveillance Dell EMC Storage with Milestone XProtect Corporate Sizing Guide H14502 REV 1.5 Copyright 2014-2018 Dell Inc. or its subsidiaries. All rights reserved. Published January 2018 Dell believes

More information

Virtual Desktop Infrastructure (VDI) Bassam Jbara

Virtual Desktop Infrastructure (VDI) Bassam Jbara Virtual Desktop Infrastructure (VDI) Bassam Jbara 1 VDI Historical Overview Desktop virtualization is a software technology that separates the desktop environment and associated application software from

More information

Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical

Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical Headquarters in San Jose, CA Global operations and support Over 700 employees NYSE: NMBL Rapidly growing installed base of over 3,750 customers

More information

5 Fundamental Strategies for Building a Data-centered Data Center

5 Fundamental Strategies for Building a Data-centered Data Center 5 Fundamental Strategies for Building a Data-centered Data Center June 3, 2014 Ken Krupa, Chief Field Architect Gary Vidal, Solutions Specialist Last generation Reference Data Unstructured OLTP Warehouse

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

1 Quantum Corporation 1

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

More information

Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape

Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape Tom Clark IBM Distinguished Engineer, Chief Architect Software 1 Data growth is continuing to explode Sensors & Devices

More information

Identifying Workloads for the Cloud

Identifying Workloads for the Cloud Identifying Workloads for the Cloud 1 This brief is based on a webinar in RightScale s I m in the Cloud Now What? series. Browse our entire library for webinars on cloud computing management. Meet our

More information

SCS Distributed File System Service Proposal

SCS Distributed File System Service Proposal SCS Distributed File System Service Proposal Project Charter: To cost effectively build a Distributed networked File Service (DFS) that can grow to Petabyte scale, customized to the size and performance

More information

IBM Storage Software Strategy

IBM Storage Software Strategy IBM Storage Software Strategy Hakan Turgut 1 Just how fast is the data growing? 128 GB/ person The World s total data per person No Problem I I think I can do this We have a problem 24 GB/ person 0.8 GB/

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

A Robust, Flexible Platform for Expanding Your Storage without Limits

A Robust, Flexible Platform for Expanding Your Storage without Limits White Paper SUSE Enterprise A Robust, Flexible Platform for Expanding Your without Limits White Paper A Robust, Flexible Platform for Expanding Your without Limits Unlimited Scalability That s Cost-Effective

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1 Copyright 2011, 2012 EMC Corporation. All rights reserved. Published March, 2012 EMC believes the information in this publication

More information

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE Luanne Dauber, Pure Storage Author: Matt Kixmoeller, Pure Storage SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless

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

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

VxRail: Level Up with New Capabilities and Powers GLOBAL SPONSORS

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

More information

Surveillance Dell EMC Storage with Verint Nextiva

Surveillance Dell EMC Storage with Verint Nextiva Surveillance Dell EMC Storage with Verint Nextiva Sizing Guide H14897 REV 1.3 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published September 2017 Dell believes the information

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

Trends in Data Protection CDP and VTL

Trends in Data Protection CDP and VTL Trends in Data Protection CDP and VTL Agnes Lamont, TimeSpring Jason Iehl, Network Appliance SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information