HYDRAstor: a Scalable Secondary Storage

Size: px
Start display at page:

Download "HYDRAstor: a Scalable Secondary Storage"

Transcription

1 HYDRAstor: a Scalable Secondary Storage 7th TF-Storage Meeting September 9 th 00 Łukasz Heldt

2 Largest Japanese IT company $4 Billion in annual revenue 4,000 staff Polish R&D company 50 engineers and scientists Owns & sells R&D of critical backend component Scalable disk based storage for backup with global deduplication Started in 00 in NEC Labs by Cezary Dubnicki 007 Product of the year award by SearchStorage.com 008 Product innovation award by Network Products Guide 009/00 FAST conference publication in San Jose Sold in US and Japan since 007 Will be sold in Poland in 0 by 9LivesData in coop. with NEC

3 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC Backup storage Tapes are most common, despite: Sensitive environment requirements Unreliable restore Low performance Manual labor or expensive robots Problematic replication

4 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 4 Backup storage size Usual backup policy 4-+ full backups 7-0+ incremental Majority of data does not change Data compression : Secondary storage size: 5x-0x more than primary storage Includes many copies of the same data Each data chunk stored 5-0+ times

5 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 5 Backup storage size Usual backup policy 4-+ full backups 7-0+ incremental Majority of data does not change Data compression : Secondary storage size: 5x-0x more than primary storage Includes many copies of the same data Each data chunk stored 5-0+ times High potential for the deduplication technology.

6 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 6 Deduplication Save disk space by eliminating duplicates Sample reduction ratio 0: (depends on backup policy) Lowers price of gigabyte Sub-file level deduplication File A File B A A B C D E Only unique blocks are stored Stored blocks A B C D E File A A B C

7 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 7 Global deduplication Prevent silos of deduped data One system to manage Global vs. siloed dedup

8 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 8 HYDRAstor product Provides global deduplication using DataRedux performance, storage scalability and data resiliency using Distributed Resilient Data

9 HYDRAstor deployment 9 Interface: CIFS, NFS, Symantec OST Marker filtering for: Tivoli, Netbackup, Networker, CommVault

10 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 0 HYDRAstor architecture Accelerator Nodes realize performance Storage Nodes realize capacity Accelerator Nodes NFS / CIFS / OST over Ethernet Storage Nodes Internal Network

11 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC HYDRAstor architecture Accelerator Nodes realize performance Storage Nodes realize capacity Accelerator Nodes NFS / CIFS / OST over Ethernet Internal Network Non-disruptive grid expansion Storage Nodes

12 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC HYDRAstor scalability MiniHYDRA single server Storage: TB 40 TB* Performance:. TB / hour AN 4SN Storage: 48 TB 960 TB* Performance:.6 TB / hour 0AN 40SN (4 racks) Storage: 480 TB 9600 TB* Performance: 6 TB / hour * - assuming 0x data reduction through DataRedux

13 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC HYDRAstor scalability Slide from Curtis Preston presentation Curtis Preston is a famous storage analyst owning independent consulting company

14 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 4 HYDRAstor other features Fully automatic/non-disruptive mgmt Recovery of lost data resiliency Periodic data scrubbing Machine and disk failure recovery Configurable redundancy level erasure coding better than RAID6 Optimized replication Smart resource management

15 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 5 HYDRAstor backend design Details of the design:

16 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 6 Programming Model Repository of blocks Content-addressed Immutable Variable-sized hash=0..0

17 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 7 Programming Model Repository of blocks Content-addressed Immutable Variable-sized Exposed pointers to other blocks E 0..0 hash=0..0

18 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 8 Programming Model Repository of blocks Content-addressed hash=00.. Root E Immutable Variable-sized Exposed pointers to other blocks E Trees of blocks E 0..0 hash=0..0

19 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 9 Programming Model Repository of blocks Content-addressed hash=00.. Root E Root E Immutable hash=0..0 Variable-sized Exposed pointers to other blocks Trees of blocks DAGs due to deduplication No cycles possible E E hash=0..0

20 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 0 Programming Model Repository of blocks Content-addressed hash=00.. Root E Root E Immutable hash=0..0 Variable-sized Exposed pointers to other blocks Trees of blocks DAGs due to deduplication No cycles possible E E Deletion of whole trees hash=0..0

21 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC Programming Model Repository of blocks Content-addressed hash=00.. Root E Root E Immutable hash=0..0 Variable-sized Exposed pointers to other blocks Trees of blocks DAGs due to deduplication No cycles possible E E Deletion of whole trees hash=0..0

22 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC Programming Model Repository of blocks Content-addressed hash=00.. Root E Root E Immutable hash=0..0 Variable-sized Exposed pointers to other blocks Trees of blocks DAGs due to deduplication No cycles possible E E Deletion of whole trees hash=0..0

23 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC Programming Model Repository of blocks Content-addressed Root E Immutable hash=0..0 Variable-sized Exposed pointers to other blocks Trees of blocks DAGs due to deduplication No cycles possible E Deletion of whole trees hash=0..0

24 Decode HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 4 Failure tolerance: erasure coding Example: N=8, m=5 Original block Encode Redundant Fragments Original Fragments Any fragments can be lost

25 Decode HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 5 Failure tolerance: erasure coding Example: N=8, m=5 Original block Encode Redundant Fragments Original Fragments Any fragments can be lost Assuming disks array Mirror -copy RAID6 Erasure coding Resiliency Overhead 00% 00% 0% 0% %

26 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 6 Scalability with DHT: data placement Block location: DHT with prefix routing empty prefix

27 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 7 Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix hash=0..0 empty prefix Block

28 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 8 Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix Prefix components Hosted on SNs empty prefix 0 hash=0..0 Block N=4 N components per prefix Node Node Node Node Node 5 Node 6 0

29 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 9 Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix Prefix components Hosted on SNs empty prefix 0 hash=0..0 Block N=4 N components per prefix Node Store fragments Node Node Node Node 5 Node 6 0

30 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 0 Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix Prefix components empty prefix hash=0..0 Block Hosted on SNs 0 N=4 N components per prefix Node Store fragments Node Distributed consensus Node Node 4 Node Node 6 0

31 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix Prefix components empty prefix hash=0..0 Block Hosted on SNs 0 N=4 N components per prefix Node Store fragments Node Distributed consensus Node Node 4 Node Node 6 0

32 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix Prefix components empty prefix hash=0..0 Block Hosted on SNs 0 N=4 N components per prefix Node Store fragments Node Distributed consensus Node Node 4 Node Node 6 0

33 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix Prefix components empty prefix hash=0..0 Block Hosted on SNs 0 N=4 N components per prefix Node Store fragments Node Distributed consensus Node Node 4 Node Node 6 0

34 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 4 Scalability with DHT: data placement Block location: DHT with prefix routing Block mapped to hash prefix Prefix components empty prefix hash=0..0 Block Hosted on SNs 0 N=4 N components per prefix Node Store fragments Node Distributed consensus Load balancing Node Node 4 Node 5 Node

35 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 5 Data organization: synchrun chains A B C D E F G Data stream split to blocks

36 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 6 Data organization: synchrun chains A B C D E F G Data stream split to blocks es of blocks computed

37 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 7 Data organization: synchrun chains A B C D E F G Data stream split to blocks es of blocks computed Routing through DHT

38 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 8 Data organization: synchrun chains A B C D E F G 00 0 Prefix Data stream split to blocks es of blocks computed Routing through DHT

39 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 9 Data organization: synchrun chains A B C D E F G 00 0 Prefix Compression 0 00 Data stream split to blocks es of blocks computed Routing through DHT Erasure Coding

40 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 40 Data organization: synchrun chains 0 A B C D E F G 00 Prefix Compression Erasure Coding 0 00 Data stream split to blocks es of blocks computed Routing through DHT Erasure-coded fragments stored by components

41 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 4 Data organization: synchrun chains A B C D E F G 00 Prefix Compression 0 00 Data stream split to blocks es of blocks computed Routing through DHT 0 Erasure Coding A D F Erasure-coded fragments stored by components A D F A D F A D F

42 Synchrun HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 4 Data organization: synchrun chains A B C D E F G 00 Prefix Compression 0 00 Data stream split to blocks es of blocks computed Routing through DHT 0 Erasure Coding Synchrun Synchrun Synchrun A D F Erasure-coded fragments stored by components Grouped into synchruns A D F A D F A D F

43 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 4 Data organization: synchrun chains A B C D E F G 00 Prefix Compression 0 00 Data stream split to blocks es of blocks computed Routing through DHT 0 Erasure Coding Synchrun Synchrun Synchrun A D F Erasure-coded fragments stored by components Grouped into synchruns A D F A D F Containers stored on disks Fragment metadata separately from data A D F Container Synchrun

44 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 44 Data organization: synchrun chains A B C D E F G 00 Prefix Compression 0 00 Data stream split to blocks es of blocks computed Routing through DHT 0 Erasure Coding Synchrun Synchrun Synchrun A D F Erasure-coded fragments stored by components Grouped into synchruns A D F A D F A D F Containers stored on disks Fragment metadata separately from data Ordered synchrun chains Preserve order & locality Container Synchrun Manageable

45 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 45 Data Services: Identification of data resiliency level Missing fragments 0:0 0: 0: 0:

46 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 46 Data Services: Identification of data resiliency level 0:0 0: 0: 0: Chain scanning

47 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 47 Data Services: Identification of data resiliency level 0:0 0: 0: 0: Chain scanning

48 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 48 Data Services: Identification of data resiliency level 0:0 0: 0: 0: Chain scanning

49 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 49 Data Services: Identification of data resiliency level 0:0 0: 0: 0: Chain scanning

50 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 50 Data services: reconstruction 0:0 0: 0: 0: Sequential read/write of entire Containers Erasure decoding and re-encoding

51 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 5 Data services: reconstruction 0:0 0: 0: 0: Sequential read/write of entire Containers Erasure decoding and re-encoding

52 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 5 Data services: reconstruction 0:0 0: 0: 0: Sequential read/write of entire Containers Erasure decoding and re-encoding

53 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 5 Data services: fast data transfer 0:0 0: 0: 0: Old component 0: Location of new node (DHT)

54 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 54 Data services: fast data transfer 0:0 0: 0: 0: Data transfer Old component 0:

55 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 55 Data services: fast data transfer 0:0 0: 0: 0: Data transfer Old component 0:

56 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 56 Data services: fast data transfer 0:0 0: 0: 0: Data transfer Old component 0:

57 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 57 Data services: fast data transfer 0:0 0: 0: 0: Old component 0:

58 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 58 Data services for deduplication hash=0.. Block 0:0 Choose complete chain 0: 0: 0: Completeness: definitely not a duplicate Deletion interaction: wasn't the block scheduled for deletion?

59 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 59 Data services for deduplication hash=0.. Block 0:0 0: Query 0: 0:

60 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 60 Data services for deduplication hash=0.. Block 0:0 0: 0: 0: Local candidate found

61 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 6 Data services for deduplication hash=0.. Block 0:0 0: 0: Successful dedup 0: Candidate verification

62 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 6 On-demand data deletion Distributed garbage collection Per-block reference counter stored perfragment Failure-tolerant Block reference counter calculated independently on peer Container chains Interference with duplicate elimination: duplicates resurrection after garbage collection space reclamation in background

63 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 6 Resource management Configurable load balancing between: backup/restore background tasks (reconstruction, transfer, etc.) garbage collection Shares depend on system state Assigns priority of tasks automatically e.g. reconstruction before transfer or space reclamation Maximizes resources utilization

64 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 64 Topics for further discussion Features and technical details of HYDRAstor Sales of HYDRAstor in Poland Cooperation with 9LivesData on other projects

65 HYDRAstor: a Scalable Secondary Storage. 9LivesData, LLC 65 Questions? Contact: heldt@9livesdata.com

HYDRAstor: a Scalable Secondary Storage

HYDRAstor: a Scalable Secondary Storage HYDRAstor: a Scalable Secondary Storage 7th USENIX Conference on File and Storage Technologies (FAST '09) February 26 th 2009 C. Dubnicki, L. Gryz, L. Heldt, M. Kaczmarczyk, W. Kilian, P. Strzelczak, J.

More information

Scale-out Object Store for PB/hr Backups and Long Term Archive April 24, 2014

Scale-out Object Store for PB/hr Backups and Long Term Archive April 24, 2014 Scale-out Object Store for PB/hr Backups and Long Term Archive April 24, 2014 Gideon Senderov Director, Advanced Storage Products NEC Corporation of America Long-Term Data in the Data Center (EB) 140 120

More information

White Paper Simplified Backup and Reliable Recovery

White Paper Simplified Backup and Reliable Recovery Simplified Backup and Reliable Recovery NEC Corporation of America necam.com Overview Amanda Enterprise from Zmanda - A Carbonite company, is a backup and recovery solution that offers fast installation,

More information

Scale-out Data Deduplication Architecture

Scale-out Data Deduplication Architecture Scale-out Data Deduplication Architecture Gideon Senderov Product Management & Technical Marketing NEC Corporation of America Outline Data Growth and Retention Deduplication Methods Legacy Architecture

More information

Scale-Out Architectures for Secondary Storage

Scale-Out Architectures for Secondary Storage Technology Insight Paper Scale-Out Architectures for Secondary Storage NEC is a Pioneer with HYDRAstor By Steve Scully, Sr. Analyst February 2018 Scale-Out Architectures for Secondary Storage 1 Scale-Out

More information

Maximizing Data Efficiency: Benefits of Global Deduplication

Maximizing Data Efficiency: Benefits of Global Deduplication Maximizing Data Efficiency: Benefits of Global Deduplication Advanced Storage Products Group Table of Contents 1 Understanding Deduplication 2 Scalability Limitations 4 Scope Limitations 5 Islands of Capacity

More information

HP StoreOnce: reinventing data deduplication

HP StoreOnce: reinventing data deduplication HP : reinventing data deduplication Reduce the impact of explosive data growth with HP StorageWorks D2D Backup Systems Technical white paper Table of contents Executive summary... 2 Introduction to data

More information

HP D2D & STOREONCE OVERVIEW

HP D2D & STOREONCE OVERVIEW HP D2D & STOREONCE OVERVIEW Robert Clifford Pre-Sales Storage Consultant 1 Data loss (Recovery Point Objective) Let s put it in context.. Last Transaction Increased availability Mission critical support

More information

How to solve your backup problems with HP StoreOnce

How to solve your backup problems with HP StoreOnce How to solve your backup problems with HP StoreOnce Andrew Dickerson Senior Manager Backup, Recovery and Archive June 25, 2014 Time is running out for legacy storage Cloud Volume 2005 2010 2012 2015 50X

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report NEC HYDRAstor 30-05-2016 Table of Contents Introduction... 4 Certified Products... 4 Solution Architecture... 5 Topology...

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

Get More Out of Storage with Data Domain Deduplication Storage Systems

Get More Out of Storage with Data Domain Deduplication Storage Systems 1 Get More Out of Storage with Data Domain Deduplication Storage Systems David M. Auslander Sales Director, New England / Eastern Canada 2 EMC Data Domain Dedupe everything without changing anything Simplify

More information

NEC Sets High Bar in Scale-Out Secondary Storage Market

NEC Sets High Bar in Scale-Out Secondary Storage Market WHITE PAPER NEC Sets High Bar in Scale-Out Secondary Storage Market Sponsored by: NEC Eric Burgener August 2015 IDC OPINION Managing the explosive data growth in 3rd Platform computing environments is

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

Deduplication Storage System

Deduplication Storage System Deduplication Storage System Kai Li Charles Fitzmorris Professor, Princeton University & Chief Scientist and Co-Founder, Data Domain, Inc. 03/11/09 The World Is Becoming Data-Centric CERN Tier 0 Business

More information

Data Deduplication Methods for Achieving Data Efficiency

Data Deduplication Methods for Achieving Data Efficiency Data Deduplication Methods for Achieving Data Efficiency Matthew Brisse, Quantum Gideon Senderov, NEC... SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

De-dupe: It s not a question of if, rather where and when! What to Look for and What to Avoid

De-dupe: It s not a question of if, rather where and when! What to Look for and What to Avoid De-dupe: It s not a question of if, rather where and when! What to Look for and What to Avoid By Greg Schulz Founder and Senior Analyst, the StorageIO Group Author The Green and Virtual Data Center (CRC)

More information

Dell DR4100. Disk based Data Protection and Disaster Recovery. April 3, Birger Ferber, Enterprise Technologist Storage EMEA

Dell DR4100. Disk based Data Protection and Disaster Recovery. April 3, Birger Ferber, Enterprise Technologist Storage EMEA Dell DR4100 Disk based Data Protection and Disaster Recovery April 3, 2013 Birger Ferber, Enterprise Technologist Storage EMEA Agenda DR4100 Technical Review DR4100 New Features DR4100 Use Cases DR4100

More information

Veritas NetBackup Appliance Family OVERVIEW BROCHURE

Veritas NetBackup Appliance Family OVERVIEW BROCHURE Veritas NetBackup Appliance Family OVERVIEW BROCHURE Veritas NETBACKUP APPLIANCES Veritas understands the shifting needs of the data center and offers NetBackup Appliances as a way for customers to simplify

More information

Software-defined Storage: Fast, Safe and Efficient

Software-defined Storage: Fast, Safe and Efficient Software-defined Storage: Fast, Safe and Efficient TRY NOW Thanks to Blockchain and Intel Intelligent Storage Acceleration Library Every piece of data is required to be stored somewhere. We all know about

More information

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION?

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION? WHAT IS FALCONSTOR? FAQS FalconStor Optimized Backup and Deduplication is the industry s market-leading virtual tape and LAN-based deduplication solution, unmatched in performance and scalability. With

More information

The World s Fastest Backup Systems

The World s Fastest Backup Systems 3 The World s Fastest Backup Systems Erwin Freisleben BRS Presales Austria 4 EMC Data Domain: Leadership and Innovation A history of industry firsts 2003 2004 2005 2006 2007 2008 2009 2010 2011 First deduplication

More information

The Google File System (GFS)

The Google File System (GFS) 1 The Google File System (GFS) CS60002: Distributed Systems Antonio Bruto da Costa Ph.D. Student, Formal Methods Lab, Dept. of Computer Sc. & Engg., Indian Institute of Technology Kharagpur 2 Design constraints

More information

White paper ETERNUS CS800 Data Deduplication Background

White paper ETERNUS CS800 Data Deduplication Background White paper ETERNUS CS800 - Data Deduplication Background This paper describes the process of Data Deduplication inside of ETERNUS CS800 in detail. The target group consists of presales, administrators,

More information

STOREONCE OVERVIEW. Neil Fleming Mid-Market Storage Development Manager. Copyright 2010 Hewlett-Packard Development Company, L.P.

STOREONCE OVERVIEW. Neil Fleming Mid-Market Storage Development Manager. Copyright 2010 Hewlett-Packard Development Company, L.P. STOREONCE OVERVIEW Neil Fleming Neil.Fleming@HP.com Mid-Market Development Manager 1 DETERMINE YOUR RECOVERY NEEDS Wks Days Hrs Mins Secs Secs Mins Hrs Days Wks TAPE D2D Recovery Point SNAP SNAP Recovery

More information

Setting Up the DR Series System on Veeam

Setting Up the DR Series System on Veeam Setting Up the DR Series System on Veeam Quest Engineering June 2017 A Quest Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

Protect enterprise data, achieve long-term data retention

Protect enterprise data, achieve long-term data retention Technical white paper Protect enterprise data, achieve long-term data retention HP StoreOnce Catalyst and Symantec NetBackup OpenStorage Table of contents Introduction 2 Technology overview 3 HP StoreOnce

More information

Deduplication File System & Course Review

Deduplication File System & Course Review Deduplication File System & Course Review Kai Li 12/13/13 Topics u Deduplication File System u Review 12/13/13 2 Storage Tiers of A Tradi/onal Data Center $$$$ Mirrored storage $$$ Dedicated Fibre Clients

More information

Chapter 7. GridStor Technology. Adding Data Paths. Data Paths for Global Deduplication. Data Path Properties

Chapter 7. GridStor Technology. Adding Data Paths. Data Paths for Global Deduplication. Data Path Properties Chapter 7 GridStor Technology GridStor technology provides the ability to configure multiple data paths to storage within a storage policy copy. Having multiple data paths enables the administrator to

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

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

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

HydraFS: a High-Throughput File System for the HYDRAstor Content-Addressable Storage System

HydraFS: a High-Throughput File System for the HYDRAstor Content-Addressable Storage System HydraFS: a High-Throughput File System for the HYDRAstor Content-Addressable Storage System Cristian Ungureanu, Benjamin Atkin, Akshat Aranya, Salil Gokhale, Steve Rago, Grzegorz Calkowski, Cezary Dubnicki,

More information

EMC Data Domain for Archiving Are You Kidding?

EMC Data Domain for Archiving Are You Kidding? EMC Data Domain for Archiving Are You Kidding? Bill Roth / Bob Spurzem EMC EMC 1 Agenda EMC Introduction Data Domain Enterprise Vault Integration Data Domain NetBackup Integration Q & A EMC 2 EMC Introduction

More information

Data Reduction Meets Reality What to Expect From Data Reduction

Data Reduction Meets Reality What to Expect From Data Reduction Data Reduction Meets Reality What to Expect From Data Reduction Doug Barbian and Martin Murrey Oracle Corporation Thursday August 11, 2011 9961: Data Reduction Meets Reality Introduction Data deduplication

More information

Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection

Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection Executive overview Pure Storage FlashBlade is the industry s first all-flash, scale-out file storage purpose-built for high-performance

More information

HIGH PERFORMANCE STORAGE SOLUTION PRESENTATION All rights reserved RAIDIX

HIGH PERFORMANCE STORAGE SOLUTION PRESENTATION All rights reserved RAIDIX HIGH PERFORMANCE STORAGE SOLUTION PRESENTATION 2017 All rights reserved RAIDIX ABOUT COMPANY RAIDIX is a innovative solution provider and developer of high-performance storage systems. Patented erasure

More information

UCS Invicta: A New Generation of Storage Performance. Mazen Abou Najm DC Consulting Systems Engineer

UCS Invicta: A New Generation of Storage Performance. Mazen Abou Najm DC Consulting Systems Engineer UCS Invicta: A New Generation of Storage Performance Mazen Abou Najm DC Consulting Systems Engineer HDDs Aren t Designed For High Performance Disk 101 Can t spin faster (200 IOPS/Drive) Can t seek faster

More information

Midsize Enterprise Solutions Selling Guide. Sell NetApp s midsize enterprise solutions and take your business and your customers further, faster

Midsize Enterprise Solutions Selling Guide. Sell NetApp s midsize enterprise solutions and take your business and your customers further, faster Midsize Enterprise Solutions Selling Guide Sell NetApp s midsize enterprise solutions and take your business and your customers further, faster Many of your midsize customers might have tried to reduce

More information

Veeam and HP: Meet your backup data protection goals

Veeam and HP: Meet your backup data protection goals Sponsored by Veeam and HP: Meet your backup data protection goals Eric Machabert Сonsultant and virtualization expert Introduction With virtualization systems becoming mainstream in recent years, backups

More information

NEC HYDRAstor Date: September, 2009 Author: Terri McClure, Senior Analyst, and Lauren Whitehouse, Senior Analyst

NEC HYDRAstor Date: September, 2009 Author: Terri McClure, Senior Analyst, and Lauren Whitehouse, Senior Analyst Product Brief NEC HYDRAstor Date: September, 2009 Author: Terri McClure, Senior Analyst, and Lauren Whitehouse, Senior Analyst Abstract: With its latest HYDRAstor release, NEC has rounded out the platform

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

DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE

DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE WHITEPAPER DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE A Detailed Review ABSTRACT While tape has been the dominant storage medium for data protection for decades because of its low cost, it is steadily

More information

Cohesity SpanFS and SnapTree. White Paper

Cohesity SpanFS and SnapTree. White Paper Cohesity SpanFS and SnapTree White Paper Cohesity SpanFS TM and SnapTree TM Web-Scale File System, Designed for Secondary Storage in the Cloud Era Why Do Enterprises Need a New File System? The Enterprise

More information

HP Dynamic Deduplication achieving a 50:1 ratio

HP Dynamic Deduplication achieving a 50:1 ratio HP Dynamic Deduplication achieving a 50:1 ratio Table of contents Introduction... 2 Data deduplication the hottest topic in data protection... 2 The benefits of data deduplication... 2 How does data deduplication

More information

DELL EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE

DELL EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE WHITEPAPER DELL EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE A Detailed Review ABSTRACT This white paper introduces Dell EMC Data Domain Extended Retention software that increases the storage scalability

More information

Business Benefits of Policy Based Data De-Duplication Data Footprint Reduction with Quality of Service (QoS) for Data Protection

Business Benefits of Policy Based Data De-Duplication Data Footprint Reduction with Quality of Service (QoS) for Data Protection Data Footprint Reduction with Quality of Service (QoS) for Data Protection By Greg Schulz Founder and Senior Analyst, the StorageIO Group Author The Green and Virtual Data Center (Auerbach) October 28th,

More information

Quest QoreStor User Guide

Quest QoreStor User Guide Quest QoreStor 5.0.1 User Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

Virtualization Selling with IBM Tape

Virtualization Selling with IBM Tape Virtualization Selling with IBM Tape Thepvitoon Kultumyotin (thepvito@th.ibm.com) Agenda Introduction IBM Tape Portfolio Virtual Tape Virtual Tape Concepts IBM TS7530 Product Overview IBM De-Duplication

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

The Microsoft Large Mailbox Vision

The Microsoft Large Mailbox Vision WHITE PAPER The Microsoft Large Mailbox Vision Giving users large mailboxes without breaking your budget Introduction Giving your users the ability to store more email has many advantages. Large mailboxes

More information

GFS: The Google File System. Dr. Yingwu Zhu

GFS: The Google File System. Dr. Yingwu Zhu GFS: The Google File System Dr. Yingwu Zhu Motivating Application: Google Crawl the whole web Store it all on one big disk Process users searches on one big CPU More storage, CPU required than one PC can

More information

Distributed Filesystem

Distributed Filesystem Distributed Filesystem 1 How do we get data to the workers? NAS Compute Nodes SAN 2 Distributing Code! Don t move data to workers move workers to the data! - Store data on the local disks of nodes in the

More information

EMC DATA DOMAIN OPERATING SYSTEM

EMC DATA DOMAIN OPERATING SYSTEM EMC DATA DOMAIN OPERATING SYSTEM Powering EMC Protection Storage ESSENTIALS High-Speed, Scalable Deduplication Up to 31 TB/hr performance Reduces requirements for backup storage by 10 to 30x and archive

More information

powered by Cloudian and Veritas

powered by Cloudian and Veritas Lenovo Storage DX8200C powered by Cloudian and Veritas On-site data protection for Amazon S3-compliant cloud storage. assistance from Lenovo s world-class support organization, which is rated #1 for overall

More information

Google File System. Arun Sundaram Operating Systems

Google File System. Arun Sundaram Operating Systems Arun Sundaram Operating Systems 1 Assumptions GFS built with commodity hardware GFS stores a modest number of large files A few million files, each typically 100MB or larger (Multi-GB files are common)

More information

COM Verification. PRESENTATION TITLE GOES HERE Alan G. Yoder, Ph.D. SNIA Technical Council Huawei Technologies, LLC

COM Verification. PRESENTATION TITLE GOES HERE Alan G. Yoder, Ph.D. SNIA Technical Council Huawei Technologies, LLC COM Verification PRESENTATION TITLE GOES HERE Alan G. Yoder, Ph.D. SNIA Technical Council Huawei Technologies, LLC Outline COM overview How they work Verifying the COMs SNIA Emerald TM Training ~ June

More information

Offloaded Data Transfers (ODX) Virtual Fibre Channel for Hyper-V. Application storage support through SMB 3.0. Storage Spaces

Offloaded Data Transfers (ODX) Virtual Fibre Channel for Hyper-V. Application storage support through SMB 3.0. Storage Spaces 2 ALWAYS ON, ENTERPRISE-CLASS FEATURES ON LESS EXPENSIVE HARDWARE ALWAYS UP SERVICES IMPROVED PERFORMANCE AND MORE CHOICE THROUGH INDUSTRY INNOVATION Storage Spaces Application storage support through

More information

! Design constraints. " Component failures are the norm. " Files are huge by traditional standards. ! POSIX-like

! Design constraints.  Component failures are the norm.  Files are huge by traditional standards. ! POSIX-like Cloud background Google File System! Warehouse scale systems " 10K-100K nodes " 50MW (1 MW = 1,000 houses) " Power efficient! Located near cheap power! Passive cooling! Power Usage Effectiveness = Total

More information

Vendor: IBM. Exam Code: Exam Name: Storage Sales V2. Version: DEMO

Vendor: IBM. Exam Code: Exam Name: Storage Sales V2. Version: DEMO Vendor: IBM Exam Code: 000-115 Exam Name: Storage Sales V2 Version: DEMO 1.Which of the following customer requirements is the TS7650G Gateway designed to address? A. latency across a long distance network

More information

Quest DR Series Disk Backup Appliances

Quest DR Series Disk Backup Appliances Quest DR Series Disk Backup Appliances Back up more. Store less. Perform better. Keeping up with the volume of data to protect can be complex and time consuming, but managing the storage of that data doesn

More information

TIBX NEXT-GENERATION ARCHIVE FORMAT IN ACRONIS BACKUP CLOUD

TIBX NEXT-GENERATION ARCHIVE FORMAT IN ACRONIS BACKUP CLOUD TIBX NEXT-GENERATION ARCHIVE FORMAT IN ACRONIS BACKUP CLOUD 1 Backup Speed and Reliability Are the Top Data Protection Mandates What are the top data protection mandates from your organization s IT leadership?

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

Cold Storage: The Road to Enterprise Ilya Kuznetsov YADRO

Cold Storage: The Road to Enterprise Ilya Kuznetsov YADRO Cold Storage: The Road to Enterprise Ilya Kuznetsov YADRO Agenda Technical challenge Custom product Growth of aspirations Enterprise requirements Making an enterprise cold storage product 2 Technical Challenge

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1926BU A Day in the Life of a VSAN I/O Diving in to the I/O Flow of vsan John Nicholson (@lost_signal) Pete Koehler (@vmpete) VMworld 2017 Content: Not for publication #VMworld #STO1926BU Disclaimer

More information

Network and storage settings of ES NAS high-availability network storage services

Network and storage settings of ES NAS high-availability network storage services User Guide September 2017 Network and storage settings of ES NAS high-availability network storage services 2017 QNAP Systems, Inc. All Rights Reserved. 1 Before the setup... 3 Purpose... 3 Glossary...

More information

WHITE PAPER. DATA DEDUPLICATION BACKGROUND: A Technical White Paper

WHITE PAPER. DATA DEDUPLICATION BACKGROUND: A Technical White Paper WHITE PAPER DATA DEDUPLICATION BACKGROUND: A Technical White Paper CONTENTS Data Deduplication Multiple Data Sets from a Common Storage Pool.......................3 Fixed-Length Blocks vs. Variable-Length

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps:// IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 000-115 Title : Storage Sales V2 Version : Demo 1 / 5 1.The IBM TS7680 ProtecTIER Deduplication Gateway

More information

Introducing SUSE Enterprise Storage 5

Introducing SUSE Enterprise Storage 5 Introducing SUSE Enterprise Storage 5 1 SUSE Enterprise Storage 5 SUSE Enterprise Storage 5 is the ideal solution for Compliance, Archive, Backup and Large Data. Customers can simplify and scale the storage

More information

Your World is Hybrid: Protecting your VMs with Veeam and HPE Storage. Federico Venier HPE Storage Technical marketing

Your World is Hybrid: Protecting your VMs with Veeam and HPE Storage. Federico Venier HPE Storage Technical marketing Your World is Hybrid: Protecting your s with and HPE Storage Federico Venier HPE Storage Technical marketing federico.venier@hpe.com HPE & : Integration summary SQL Applications HPE + License Reselling

More information

Setting Up the Dell DR Series System on Veeam

Setting Up the Dell DR Series System on Veeam Setting Up the Dell DR Series System on Veeam Dell Engineering April 2016 A Dell Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

ADVANCED DEDUPLICATION CONCEPTS. Thomas Rivera, BlueArc Gene Nagle, Exar

ADVANCED DEDUPLICATION CONCEPTS. Thomas Rivera, BlueArc Gene Nagle, Exar ADVANCED DEDUPLICATION CONCEPTS Thomas Rivera, BlueArc Gene Nagle, Exar SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may

More information

Quest DR Series Disk Backup Appliances

Quest DR Series Disk Backup Appliances Quest DR Series Disk Backup Appliances Back up more. Store less. Perform better. Keeping up with the volume of data to protect can be complex and time consuming, but managing the storage of that data doesn

More information

Chapter 11: File System Implementation. Objectives

Chapter 11: File System Implementation. Objectives Chapter 11: File System Implementation Objectives To describe the details of implementing local file systems and directory structures To describe the implementation of remote file systems To discuss block

More information

Network and storage settings of ES NAS high-availability network storage services

Network and storage settings of ES NAS high-availability network storage services User Guide Jan 2018 Network and storage settings of ES NAS high-availability network storage services 2018 QNAP Systems, Inc. All Rights Reserved. 1 Table of Content Before the Setup... 3 Purpose... 3

More information

HOW DATA DEDUPLICATION WORKS A WHITE PAPER

HOW DATA DEDUPLICATION WORKS A WHITE PAPER HOW DATA DEDUPLICATION WORKS A WHITE PAPER HOW DATA DEDUPLICATION WORKS ABSTRACT IT departments face explosive data growth, driving up costs of storage for backup and disaster recovery (DR). For this reason,

More information

CA485 Ray Walshe Google File System

CA485 Ray Walshe Google File System Google File System Overview Google File System is scalable, distributed file system on inexpensive commodity hardware that provides: Fault Tolerance File system runs on hundreds or thousands of storage

More information

Deduplication and Incremental Accelleration in Bacula with NetApp Technologies. Peter Buschman EMEA PS Consultant September 25th, 2012

Deduplication and Incremental Accelleration in Bacula with NetApp Technologies. Peter Buschman EMEA PS Consultant September 25th, 2012 Deduplication and Incremental Accelleration in Bacula with NetApp Technologies Peter Buschman EMEA PS Consultant September 25th, 2012 1 NetApp and Bacula Systems Bacula Systems became a NetApp Developer

More information

HP Data Protector 9.0 Deduplication

HP Data Protector 9.0 Deduplication Technical white paper HP Data Protector 9.0 Deduplication Introducing Backup to Disk devices and deduplication Table of contents Summary 3 Overview 3 When to use deduplication 4 Advantages of B2D devices

More information

NEC Express5800 R320f Fault Tolerant Servers & NEC ExpressCluster Software

NEC Express5800 R320f Fault Tolerant Servers & NEC ExpressCluster Software NEC Express5800 R320f Fault Tolerant Servers & NEC ExpressCluster Software Downtime Challenges and HA/DR Solutions Undergoing Paradigm Shift with IP Causes of Downtime: Cost of Downtime: HA & DR Solutions:

More information

ActiveScale Erasure Coding and Self Protecting Technologies

ActiveScale Erasure Coding and Self Protecting Technologies WHITE PAPER AUGUST 2018 ActiveScale Erasure Coding and Self Protecting Technologies BitSpread Erasure Coding and BitDynamics Data Integrity and Repair Technologies within The ActiveScale Object Storage

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

HPE Data Protector Deduplication

HPE Data Protector Deduplication Technical white paper HPE Data Protector Deduplication Introducing Backup to Disk devices and deduplication Table of contents Summary 3 Overview 3 When to use deduplication 4 Advantages of B2D devices

More information

Opendedupe & Veritas NetBackup ARCHITECTURE OVERVIEW AND USE CASES

Opendedupe & Veritas NetBackup ARCHITECTURE OVERVIEW AND USE CASES Opendedupe & Veritas NetBackup ARCHITECTURE OVERVIEW AND USE CASES May, 2017 Contents Introduction... 2 Overview... 2 Architecture... 2 SDFS File System Service... 3 Data Writes... 3 Data Reads... 3 De-duplication

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

TechTour. Winning Technology Roadmaps. Sig Knapstad. Cutting Edge

TechTour. Winning Technology Roadmaps. Sig Knapstad. Cutting Edge TechTour Winning Technology Roadmaps Sig Knapstad Cutting Edge sk@ceag.com 1 2 Avid Nexis E5 3 Spectra BlackPearl TechTour 4 Simplified Overview T950 5 6 Winning Technology Roadmaps TechTour What does

More information

Current Topics in OS Research. So, what s hot?

Current Topics in OS Research. So, what s hot? Current Topics in OS Research COMP7840 OSDI Current OS Research 0 So, what s hot? Operating systems have been around for a long time in many forms for different types of devices It is normally general

More information

P R O D U C T I N D E P T H. Evaluating Grid Storage for Enterprise Backup, DR and Archiving: NEC HYDRAstor

P R O D U C T I N D E P T H. Evaluating Grid Storage for Enterprise Backup, DR and Archiving: NEC HYDRAstor Evaluating Grid Storage for Enterprise Backup, DR and Archiving: NEC HYDRAstor September 2008 It s hard to believe that just fifteen years ago, most enterprises were challenged to manage hundreds of gigabytes,

More information

HP Designing and Implementing HP Enterprise Backup Solutions. Download Full Version :

HP Designing and Implementing HP Enterprise Backup Solutions. Download Full Version : HP HP0-771 Designing and Implementing HP Enterprise Backup Solutions Download Full Version : http://killexams.com/pass4sure/exam-detail/hp0-771 A. copy backup B. normal backup C. differential backup D.

More information

Benefits of Storage Capacity Optimization Methods (COMs) And. Performance Optimization Methods (POMs)

Benefits of Storage Capacity Optimization Methods (COMs) And. Performance Optimization Methods (POMs) Benefits of Storage Capacity Optimization Methods (COMs) And Performance Optimization Methods (POMs) Herb Tanzer & Chuck Paridon Storage Product & Storage Performance Architects Hewlett Packard Enterprise

More information

How to Reduce Data Capacity in Objectbased Storage: Dedup and More

How to Reduce Data Capacity in Objectbased Storage: Dedup and More How to Reduce Data Capacity in Objectbased Storage: Dedup and More Dong In Shin G-Cube, Inc. http://g-cube.kr Unstructured Data Explosion A big paradigm shift how to generate and consume data Transactional

More information

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering September 2015 A Dell Technical White Paper Revisions Date June 2015 September 2015 Description Initial

More information

Enterprise Cloud Data Protection With Storage Director and IBM Cloud Object Storage October 24, 2017

Enterprise Cloud Data Protection With Storage Director and IBM Cloud Object Storage October 24, 2017 Storage Director Overview Enterprise Cloud Data Protection With Storage Director and IBM Cloud Object Storage October 24, 2017 Tributary Systems Business Overview Tributary Systems, Inc., founded in 1990,

More information

Veritas Exam VCS-371 Administration of Veritas NetBackup 7.5 for Windows Version: 7.2 [ Total Questions: 207 ]

Veritas Exam VCS-371 Administration of Veritas NetBackup 7.5 for Windows Version: 7.2 [ Total Questions: 207 ] s@lm@n Veritas Exam VCS-371 Administration of Veritas NetBackup 7.5 for Windows Version: 7.2 [ Total Questions: 207 ] Veritas VCS-371 : Practice Test Topic break down Topic No. of Questions Topic 1: Volume

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

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 800-260-690 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training

More information

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days This Exadata Database Machine: 12c Administration Workshop introduces you to Oracle Exadata Database Machine. Explore the various

More information

The Logic of Physical Garbage Collection in Deduplicating Storage

The Logic of Physical Garbage Collection in Deduplicating Storage The Logic of Physical Garbage Collection in Deduplicating Storage Fred Douglis Abhinav Duggal Philip Shilane Tony Wong Dell EMC Shiqin Yan University of Chicago Fabiano Botelho Rubrik 1 Deduplication in

More information

DEMYSTIFYING DATA DEDUPLICATION A WHITE PAPER

DEMYSTIFYING DATA DEDUPLICATION A WHITE PAPER DEMYSTIFYING DATA DEDUPLICATION A WHITE PAPER DEMYSTIFYING DATA DEDUPLICATION ABSTRACT While data redundancy was once an acceptable operational part of the backup process, the rapid growth of digital content

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 00 9714 390 9050 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop

More information