Storage Design for High Capacity and Long Term Storage. DLF Spring Forum, Raleigh, NC May 6, Balancing Cost, Complexity, and Fault Tolerance
|
|
|
- Ada Marshall
- 10 years ago
- Views:
Transcription
1 Storage Design for High Capacity and Long Term Storage Balancing Cost, Complexity, and Fault Tolerance DLF Spring Forum, Raleigh, NC May 6, 2009 Lecturer: Jacob Farmer, CTO Cambridge Computer Copyright 2009, Cambridge Computer Services, Inc. All Rights Reserved
2 My Background 20+ years experience working with data protection, archiving, and storage technologies CTO of Cambridge Computer since 1991 Cambridge Computer provides consulting and a variety of services with a focus on data storage. 25% of my time is spent circulating in the industry, meeting with vendors, and researching trends 75% of my time is end-user facing My work is across all industries. About 50% of my business is higher education Often get involved in projects with the libraries Plenty of other industries struggle to store and manage digital objects Lecturer for Usenix 2
3 My Contact Info Jacob Farmer, CTO Cambridge Computer 271 Waverley Oaks Road Waltham, MA Twitter: JacobAFarmer 3
4 A Little Plug for Usenix I volunteer my time to lecture for the Usenix Association Usenix is a nonprofit whose mission is the advancement of information technology. Usenix on the Road A free program that brings Usenix storage technology tutorials to college campuses. Topics include: Tiered Storage and Archiving: Best Practices for Life Cycle Management and Digital Preservation Next Generation Storage Networking: Beyond Conventional SAN & NAS Eliminating Backup System Bottlenecks 4
5 Pain Points for Long Term Storage Conventional file storage technology does not scale up gracefully. Disk-based file systems are limited in capacity and as they grow they become more prone to failure and corruption. The bigger they are the harder they fall. Corruption is hard to detect and harder to fix once you detect it. Conventional backups do not scale. When your disk capacity doubles, you have to double both the capacity AND the performance of the backup system. Unconventional storage technology tends to be expensive. Not just acquisition cost, but total cost of ownership 5
6 Saving Graces Enterprise SAN and NAS systems are not necessarily the solution. These products are designed to handle the complexity and diversity of a large data center. They might have some useful properties, but you can find their essential value elsewhere. Save your money! Fixed content is easier to manage than dynamic content. Files that do not change are easier to back up and replicate. 6
7 Cost = Not Just Acquisition Cost Maintenance Is it affordable. What if you opt not to pay it? Upgrades How much do they cost relative to acquisition cost? Opportunity costs As storage gets cheaper and cheaper, does your system allow you to take advantage of the declining costs? Product life cycle Are you forced to replace your equipment at an inopportune time? What costs are associated with replacing it? Data Migration? Environmental Power, cooling, physical space Operational costs 7
8 What Do We Care About Other than Costs? Fault tolerance Uptime Data Protection / Redundancy Data Integrity Assurance Performance But maybe we have a high performance version of the file that is separate from the preservation format Operational Efficiency / Ease of Use Environmental Rack space, power, and cooling 8
9 Storage 101 w w w. C a m b r I d g e C o m p u t e r. c o m 9
10 Files v. Blocks Blocks Least common denominator in conventional storage technologies. A block is a unit of data storage. Hard drives and RAID arrays serve requests for blocks. Files Objects consisting of multiple blocks. Blocks are organized into files by file systems, which are like databases of all of the files, their attributes and records of the blocks that make up the files. 10
11 The Storage I/O Path Application Operating System File System Storage has a layered architecture, very much like a network stack. Disk drives store data in blocks. Each block has a unique numerical address. Disk devices (hard drives, RAID systems, etc.) are like block servers, meaning you ask them to perform operations on specific blocks. 11
12 Network File Services CIFS or NFS Client File Server Application LAN Server Other Apps Operating System LAN Operating System File System LAN Client File System Disk Disk 12
13 NAS = Fancy Word for File Server NAS = Network Attached Storage Marketing term to refer to a file server appliance. Appliance Marketing term to describe a turnkey product based on hardware and software. Typically, the software and the hardware are inextricable. When you refresh the hardware, you replace the software. When you want to replace the software, you dump the hardware. 13
14 File Systems and Their Limitations Conventional file systems do not scale very well. Microsoft NTFS can address up to 256TB of capacity in a single file system. But no one in their right mind would ever do this. Leading NAS products typically do not offer more than a few TB in a single volume. Large file systems can become corrupt and it is very difficult to identify and root out corruption. Backing up large file systems takes forever. Restore takes even longer! 14
15 Block-Level Abstraction Abstraction of the physical disk. File system asks for specific block addresses and volume manager fulfills request from the disks. Software RAID Hard Drive Fault Tolerance Spindle Aggregation Host-based mirroring Volume-level snapshots Volume-level replication Application Operating System File System Volume Manager Disk Disk Disk 15
16 RAID Arrays = Hardware-Enabled Block Abstraction External Array Application Operating System File System Volume Manager Internal Array Application Operating System File System Volume Manager DISK CONTROLLER RAID CARD 16
17 SAN Array = Centralized, External Abstraction Application Operating System File System Volume Manager Application Operating System File System Volume Manager Application Operating System File System Volume Manager SAN DISK CONTROLLER 17
18 LUNS Logical Hard Drives Carved Out of a Disk Array LUN = Logical Unit Number Subset of the SCSI ID SCSI ID = Street Address LUN = Apartment Number 6TB Stripe LUN 0 LUN 1 LUN 2 SPARE SPARE SPARE 18
19 The Layers Web Server Web Server Asset Management File System File System LUN LUN LUN LUN LUN LUN LUN 19
20 Another 3-Letter Acronym - CAS CAS Originally coined by EMC to describe their Centera Product CAS = Content Addressable Storage The file is addressed by a unique number that is derived by hashing the file. New meaning Content Aware Storage All this means is that the storage sub-system knows that it is holding a bunch of objects and the management logic is tailored to object management. Other than that, there is no official industry definition. 20
21 Reducing the Size of the Redundancy Unit Clustered Object Storage Normal Operation Drive Failture Small units are stored redundantly across the pool of drives and cabinets. Recovery from a failed drive is highly parallel. 21
22 Properties Associated with Content- Aware Storage Self healing Immutability (write once) Single instance storage a/k/a deduplication File integrity checking If redundant copies are stored, corrupt files might be automatically replaced with a non-corrupt file Many CAS systems offer a gateway that emulates a conventional file system. 22
23 File System Gateway in Front of Replicated CAS File System Gateway LAN WAN LAN 23
24 Storage Logic Can Live Pretty Much Anywhere LAN Application Operating System File System Volume Manager SAN 24
25 Three Ways to Grow Big Monoliths, Aggregates, and Federations w w w. C a m b r I d g e C o m p u t e r. c o m 25
26 Monoliths Monoliths are single systems that meet all of your foreseeable needs. Monoliths are relatively easy, very reliable, and some scale pretty big (1-2PB) As monoliths get really big, you encounter some problems. Might be expensive Replacement at end of life cycle can be painful Much harder to extract a wisdom tooth than an incisor If they break, it can be really messy The moment you outgrow your monolith, you lose the benefits of having a monolith. 26
27 A Simple Monolithic File Server Single File System SPARE SPARE SPARE 27
28 Replication and Backup of a Monolithic File Server Replication Replication can be as simple as a file copy. Once a day, copy all files that were added since yesterday. Alternatively, there are directory synchronization solutions on the market that are very inexpensive. Backups Since the files do not change, there is no need to do full backups once a week. Only back up unique files. 28
29 Using Archival File System (or CAS) as Backup Target for a Large File Server LAN High performance file system or NAS Tiered Archival File System 29
30 Aggregates Aggregates are systems built of individual components that together behave like a monolithic system. No one piece of the system can work by itself. The challenge with aggregates is that if any one component fails, the whole system could be compromised The more components you have, the higher the probability of failure Aggregates require some kind of redundancy model 30
31 What Happens When You Outgrow the Monolith SPARE SPARE SPARE SPARE SPARE SPARE SPARE SPARE SPARE The more pieces you have, the more likely you are to have a piece fail. 31
32 Aggregated File System with Parity Protection Data is striped across members of the aggregate with a parity scheme that allows one or more boxes to fail. Usable capacity is N-1. Some systems allows N-2, N-3, etc. 32
33 Aggregated System with 1:1 Redundancy You lose 50% of your capacity. Maybe you go 3- way redundancy and lose 66% 33
34 1:1 Redundancy Between Sites HA, Fault Tolerance, and DR in One LAN, MAN, WAN 34
35 N-Way Redundancy Mirroring Between Disk and Tape LAN/MAN LAN/MAN Meta Data and Device Management Meta Data and Device Management 35
36 Federations A logical grouping of independent systems that behave as one global file system. Different from aggregates in that each member of the federation is a free-standing element. If the federations were to dissolve or melt down, data is still intact and accessible from the individual members. Some federated solutions allow you to interact directly with the members. This is particularly useful when federating with high performance file systems. Members of a federation can have very different properties. 36
37 In-Band File System Federation In-band Virtualization Appliance or Switch File Servers / NAS 37
38 Out-of-Band File System Federation Virtual File System Server File Servers / NAS 38
39 Life Cycle Management with Federated Virtual File Systems Most virtual file systems offer some kind of integrated tiering logic Might work on the directory level or the file level. Policy engines will vary in capabilities Sophisticated features: Write staging new data is written into high performance pool. Transparent download to local disk for faster processing Management of files across a wide area Web portal Caching and management of local copies 39
40 Content Classification with Federated, Virtual File Systems Extensible metadata The central database can typically be customized to serve as a catalog of all files in the file system. Users can annotate their files and directories. Metadata can be associated with files as they are created and used. Tags from embedded file metadata can be ingested into the file system catalog TIFF images, DICOM, etc. Virtual directories can be created with a SQL query. 40
41 Other Useful Features of Federated File Systems Federated user directories Share files between different institutions with a single signon. File access auditing Backup Maintain backup copies locally or in other sites Self service delegation of file access privileges Users can easily grant access to their files to other users and groups. 41
Scalable Storage for Life Sciences
Scalable Storage for Life Sciences Presented By: Jacob Farmer, CTO Cambridge Cputer Copyright 2009, Cambridge Cputer Services, Inc. All Rights Reserved 781-250-3000 About Your Lecturer Jacob Farmer, CTO,
Alternatives to Big Backup
Alternatives to Big Backup Life Cycle Management, Object- Based Storage, and Self- Protecting Storage Systems Presented by: Chris Robertson Solution Architect Cambridge Computer Copyright 2010-2011, Cambridge
Object Storage, Cloud Storage, and High Capacity File Systems
A Primer on Object Storage, Cloud Storage, and High Capacity File Presented by: Chris Robertson Sr. Solution Architect Cambridge Computer Copyright 2010-2011, Cambridge Computer Services, Inc. All Rights
BlueArc unified network storage systems 7th TF-Storage Meeting. Scale Bigger, Store Smarter, Accelerate Everything
BlueArc unified network storage systems 7th TF-Storage Meeting Scale Bigger, Store Smarter, Accelerate Everything BlueArc s Heritage Private Company, founded in 1998 Headquarters in San Jose, CA Highest
Optimizing Large Arrays with StoneFly Storage Concentrators
Optimizing Large Arrays with StoneFly Storage Concentrators All trademark names are the property of their respective companies. This publication contains opinions of which are subject to change from time
Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation
Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly
WHITEPAPER: Understanding Pillar Axiom Data Protection Options
WHITEPAPER: Understanding Pillar Axiom Data Protection Options Introduction This document gives an overview of the Pillar Data System Axiom RAID protection schemas. It does not delve into corner cases
List of Figures and Tables
List of Figures and Tables FIGURES 1.1 Server-Centric IT architecture 2 1.2 Inflexible allocation of free storage capacity 3 1.3 Storage-Centric IT architecture 4 1.4 Server upgrade: preparation of a new
June 2009. Blade.org 2009 ALL RIGHTS RESERVED
Contributions for this vendor neutral technology paper have been provided by Blade.org members including NetApp, BLADE Network Technologies, and Double-Take Software. June 2009 Blade.org 2009 ALL RIGHTS
How To Protect Data On Network Attached Storage (Nas) From Disaster
White Paper EMC FOR NETWORK ATTACHED STORAGE (NAS) BACKUP AND RECOVERY Abstract This white paper provides an overview of EMC s industry leading backup and recovery solutions for NAS systems. It also explains
Accelerating Applications and File Systems with Solid State Storage. Jacob Farmer, Cambridge Computer
Accelerating Applications and File Systems with Solid State Storage Jacob Farmer, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise
technology brief RAID Levels March 1997 Introduction Characteristics of RAID Levels
technology brief RAID Levels March 1997 Introduction RAID is an acronym for Redundant Array of Independent Disks (originally Redundant Array of Inexpensive Disks) coined in a 1987 University of California
Object Storage: Out of the Shadows and into the Spotlight
Technology Insight Paper Object Storage: Out of the Shadows and into the Spotlight By John Webster December 12, 2012 Enabling you to make the best technology decisions Object Storage: Out of the Shadows
Get Success in Passing Your Certification Exam at first attempt!
Get Success in Passing Your Certification Exam at first attempt! Exam : E22-290 Title : EMC Data Domain Deduplication, Backup and Recovery Exam Version : DEMO 1.A customer has a Data Domain system with
The safer, easier way to help you pass any IT exams. Exam : 000-115. Storage Sales V2. Title : Version : Demo 1 / 5
Exam : 000-115 Title : Storage Sales V2 Version : Demo 1 / 5 1.The IBM TS7680 ProtecTIER Deduplication Gateway for System z solution is designed to provide all of the following EXCEPT: A. ESCON attach
Eliminating Backup System Bottlenecks: Taking Your Existing Backup System to the Next Level. Jacob Farmer, CTO, Cambridge Computer
: Taking Your Existing Backup System to the Next Level Jacob Farmer, CTO, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL
How to choose the right RAID for your Dedicated Server
Overview of RAID Let's first address, "What is RAID and what does RAID stand for?" RAID, an acronym for "Redundant Array of Independent Disks, is a storage technology that links or combines multiple hard
Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation
: Backup to Tape, Disk and Beyond Michael Fishman, EMC Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use
an introduction to networked storage
an introduction to networked storage How networked storage can simplify your data management The key differences between SAN, DAS, and NAS The business benefits of networked storage Introduction Historical
IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE
White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores
E20-005. http://www.gratisexam.com/ Number: E20-005 Passing Score: 800 Time Limit: 120 min
E20-005 Number: E20-005 Passing Score: 800 Time Limit: 120 min http://www.gratisexam.com/ www.yesuse.com Exam A QUESTION 1 Which statement defines retention period? A. Amount of time available for restoring
EMC arhiviranje. Lilijana Pelko Primož Golob. Sarajevo, 16.10.2008. Copyright 2008 EMC Corporation. All rights reserved.
EMC arhiviranje Lilijana Pelko Primož Golob Sarajevo, 16.10.2008 1 Agenda EMC Today Reasons to archive EMC Centera EMC EmailXtender EMC DiskXtender Use cases 2 EMC Strategic Acquisitions: Strengthen and
Real-time Compression: Achieving storage efficiency throughout the data lifecycle
Real-time Compression: Achieving storage efficiency throughout the data lifecycle By Deni Connor, founding analyst Patrick Corrigan, senior analyst July 2011 F or many companies the growth in the volume
EMC Invista: The Easy to Use Storage Manager
EMC s Invista SAN Virtualization System Tested Feb. 2006 Page 1 of 13 EMC Invista: The Easy to Use Storage Manager Invista delivers centrally managed LUN Virtualization, Data Mobility, and Copy Services
Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation
Introduction to Data Protection: Backup to Tape, Disk and Beyond Michael Fishman, EMC Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies
Long term retention and archiving the challenges and the solution
Long term retention and archiving the challenges and the solution NAME: Yoel Ben-Ari TITLE: VP Business Development, GH Israel 1 Archive Before Backup EMC recommended practice 2 1 Backup/recovery process
PASIG May 12, 2012. Jacob Farmer, CTO Cambridge Computer
Adding Intelligence to Conventional NAS and File Systems: Metadata, Backups, and Data Life Cycle Management PASIG May 12, 2012 Presented by: Jacob Farmer, CTO Cambridge Computer Copyright 2009-2011, Cambridge
HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper
HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper Mimosa NearPoint for Microsoft Exchange Server and HP StorageWorks 1510i Modular Smart Array Executive
Building Storage Service in a Private Cloud
Building Storage Service in a Private Cloud Sateesh Potturu & Deepak Vasudevan Wipro Technologies Abstract Storage in a private cloud is the storage that sits within a particular enterprise security domain
How To Virtualize A Storage Area Network (San) With Virtualization
A New Method of SAN Storage Virtualization Table of Contents 1 - ABSTRACT 2 - THE NEED FOR STORAGE VIRTUALIZATION 3 - EXISTING STORAGE VIRTUALIZATION METHODS 4 - A NEW METHOD OF VIRTUALIZATION: Storage
A Deduplication File System & Course Review
A Deduplication File System & Course Review Kai Li 12/13/12 Topics A Deduplication File System Review 12/13/12 2 Traditional Data Center Storage Hierarchy Clients Network Server SAN Storage Remote mirror
Breaking the Storage Array Lifecycle with Cloud Storage
Breaking the Storage Array Lifecycle with Cloud Storage 2011 TwinStrata, Inc. The Storage Array Lifecycle Anyone who purchases storage arrays is familiar with the many advantages of modular storage systems
INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT
INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT UNPRECEDENTED OBSERVABILITY, COST-SAVING PERFORMANCE ACCELERATION, AND SUPERIOR DATA PROTECTION KEY FEATURES Unprecedented observability
Traditionally, a typical SAN topology uses fibre channel switch wiring while a typical NAS topology uses TCP/IP protocol over common networking
Network Storage for Business Continuity and Disaster Recovery and Home Media White Paper Abstract Network storage is a complex IT discipline that includes a multitude of concepts and technologies, like
Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006
Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of
Snapshot Technology: Improving Data Availability and Redundancy
Snapshot Technology: Improving Data Availability and Redundancy. All rights reserved. Table of Contents Introduction...3 Snapshot Overview...3 Functional Description...6 Creating Snapshots...7 Other Snapshot
Efficient Backup with Data Deduplication Which Strategy is Right for You?
Efficient Backup with Data Deduplication Which Strategy is Right for You? Rob Emsley Senior Director, Product Marketing CPU Utilization CPU Utilization Exabytes Why So Much Interest in Data Deduplication?
Making the Move to Desktop Virtualization No More Reasons to Delay
Enabling the Always-On Enterprise Making the Move to Desktop Virtualization No More Reasons to Delay By Andrew Melmed Director of Enterprise Solutions, Sanbolic Inc. April 2012 Introduction It s a well-known
The Modern Virtualized Data Center
WHITEPAPER The Modern Virtualized Data Center Data center resources have traditionally been underutilized while drawing enormous amounts of power and taking up valuable floorspace. Virtualization has been
Server and Storage Virtualization with IP Storage. David Dale, NetApp
Server and Storage Virtualization with IP Storage David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this
(Scale Out NAS System)
For Unlimited Capacity & Performance Clustered NAS System (Scale Out NAS System) Copyright 2010 by Netclips, Ltd. All rights reserved -0- 1 2 3 4 5 NAS Storage Trend Scale-Out NAS Solution Scaleway Advantages
DAS (Direct Attached Storage)
Data Storage 101 Data Storage 101 In this guide, we will explain the differences between:» DAS (Direct Attached Storage)» JBOD (Just a Bunch Of Drives)» NAS (Network Attached Storage)» SAN (Storage Area
HP ProLiant Storage Server family. Radically simple storage
HP ProLiant Storage Server family Radically simple storage The HP ProLiant Storage Server family delivers affordable, easy-to-use network attached storage (NAS) solutions that simplify storage management
NETWORK ATTACHED STORAGE DIFFERENT FROM TRADITIONAL FILE SERVERS & IMPLEMENTATION OF WINDOWS BASED NAS
INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology (IJCET), ENGINEERING ISSN 0976-6367(Print), ISSN 0976 & 6375(Online) TECHNOLOGY Volume 4, Issue (IJCET) 3,
Scalable NAS for Oracle: Gateway to the (NFS) future
Scalable NAS for Oracle: Gateway to the (NFS) future Dr. Draško Tomić ESS technical consultant, HP EEM 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change
Scalable Windows Server File Serving Clusters Using Sanbolic s Melio File System and DFS
Scalable Windows Server File Serving Clusters Using Sanbolic s Melio File System and DFS (A step-by-step guide) www.sanbolic.com Software to Simplify and Share SAN Storage Introduction Viewed by many as
Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.
Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance
VERITAS Volume Manager Delivering High Availability Storage Management Tools for Microsoft Windows
VERITAS Volume Manager Delivering High Availability Storage Management Tools for Microsoft Windows Bob Brencic, Director of Windows Marketing Foundations Group VERITAS Software Corporation Agenda Common
Distributed File System Choices: Red Hat Storage, GFS2 & pnfs
Distributed File System Choices: Red Hat Storage, GFS2 & pnfs Ric Wheeler Architect & Senior Manager, Red Hat June 27, 2012 Overview Distributed file system basics Red Hat distributed file systems Performance
Best Practices for Managing Storage in the Most Challenging Environments
Best Practices for Managing Storage in the Most Challenging Environments Sanjay Srivastava Senior Product Manager, Symantec The Typical Virtualization Adoption Path Today, 20-25% of server workloads are
Contingency Planning and Disaster Recovery
Contingency Planning and Disaster Recovery Best Practices Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive
High Availability with Windows Server 2012 Release Candidate
High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions
Introduction to Data Protection: Backup to Tape, Disk and Beyond
Introduction to Data Protection: Backup to Tape, Disk and Beyond Frank Holliman, NetApp Author: Jason Iehl, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless
Brian LaGoe, Systems Administrator Benjamin Jellema, Systems Administrator Eastern Michigan University
Brian LaGoe, Systems Administrator Benjamin Jellema, Systems Administrator Eastern Michigan University 1 Backup & Recovery Goals and Challenges Traditional/EMU s Old Environment Avamar Key Features EMU
Uncompromised business agility with Oracle, NetApp and VMware
Tag line, tag line Uncompromised business agility with Oracle, NetApp and VMware HroUG Conference, Rovinj Pavel Korcán Sr. Manager Alliances South & North-East EMEA Using NetApp Simplicity to Deliver Value
Library Recovery Center
Library Recovery Center Ever since libraries began storing bibliographic information on magnetic disks back in the 70 s, the challenge of creating useful back-ups and preparing for a disaster recovery
SAN & NAS Virtualization. Yakov Cohen Regional Technology Consultant, AMESA EMC
SAN & NAS Virtualization Yakov Cohen Regional Technology Consultant, AMESA EMC EMC Invista Network-based Storage Virtualization (SAN) The Network is the Right Place for Virtualization Appliance and Controller
Symantec Enterprise Vault And NetApp Better Together
Symantec Enterprise Vault And NetApp Better Together John Martin, Consulting Systems Engineer Information Archival with Symantec and NetApp Today s Customer Headaches Data is growing exponentially Scaling
Cost Effective Backup with Deduplication. Copyright 2009 EMC Corporation. All rights reserved.
Cost Effective Backup with Deduplication Agenda Today s Backup Challenges Benefits of Deduplication Source and Target Deduplication Introduction to EMC Backup Solutions Avamar, Disk Library, and NetWorker
Dell PowerVault DL2200 & BE 2010 Power Suite. Owen Que. Channel Systems Consultant Dell
Dell PowerVault DL2200 & BE 2010 Power Suite Owen Que Channel Systems Consultant Dell Dell PowerVault DL2200 powered by Symantec Backup Exec 2010 1 Replace Tape with Deduplication Customer Storage Challenge
Network Attached Storage. Jinfeng Yang Oct/19/2015
Network Attached Storage Jinfeng Yang Oct/19/2015 Outline Part A 1. What is the Network Attached Storage (NAS)? 2. What are the applications of NAS? 3. The benefits of NAS. 4. NAS s performance (Reliability
nexsan NAS just got faster, easier and more affordable.
nexsan E5000 STORAGE SYSTEMS NAS just got faster, easier and more affordable. Overview The Nexsan E5000 TM, a part of Nexsan s Flexible Storage Platform TM, is Nexsan s family of NAS storage systems that
Technical Note. Dell PowerVault Solutions for Microsoft SQL Server 2005 Always On Technologies. Abstract
Technical Note Dell PowerVault Solutions for Microsoft SQL Server 2005 Always On Technologies Abstract This technical note provides information on the Dell PowerVault storage solutions, based on the Microsoft
How To Back Up A Computer To A Backup On A Hard Drive On A Microsoft Macbook (Or Ipad) With A Backup From A Flash Drive To A Flash Memory (Or A Flash) On A Flash (Or Macbook) On
Solutions with Open-E Data Storage Software (DSS V6) Software Version: DSS ver. 6.00 up40 Presentation updated: September 2010 Different s opportunities using Open-E DSS The storage market is still growing
Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software
Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication September 2002 IBM Storage Products Division Raleigh, NC http://www.storage.ibm.com Table of contents Introduction... 3 Key
StoneFly SCVM TM for ESXi
StoneFly TM for ESXi Add StoneFly Storage Concentrator Virtual Machine () to your VMware ESXi Server and the possibilities are endless! Reduce your CapEx and OpEx by optimized utilization of servers and
Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric
Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric 2001 San Diego Gas and Electric. All copyright and trademark rights reserved. Importance
Energy Efficient Storage - Multi- Tier Strategies For Retaining Data
Energy and Space Efficient Storage: Multi-tier Strategies for Protecting and Retaining Data NOTICE This White Paper may contain proprietary information protected by copyright. Information in this White
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 e mail has many advantages. Large mailboxes
GPFS Storage Server. Concepts and Setup in Lemanicus BG/Q system" Christian Clémençon (EPFL-DIT)" " 4 April 2013"
GPFS Storage Server Concepts and Setup in Lemanicus BG/Q system" Christian Clémençon (EPFL-DIT)" " Agenda" GPFS Overview" Classical versus GSS I/O Solution" GPFS Storage Server (GSS)" GPFS Native RAID
PIONEER RESEARCH & DEVELOPMENT GROUP
SURVEY ON RAID Aishwarya Airen 1, Aarsh Pandit 2, Anshul Sogani 3 1,2,3 A.I.T.R, Indore. Abstract RAID stands for Redundant Array of Independent Disk that is a concept which provides an efficient way for
WHITE PAPER. Dedupe-Centric Storage. Hugo Patterson, Chief Architect, Data Domain. Storage. Deduplication. September 2007
WHITE PAPER Dedupe-Centric Storage Hugo Patterson, Chief Architect, Data Domain Deduplication Storage September 2007 w w w. d a t a d o m a i n. c o m - 2 0 0 7 1 DATA DOMAIN I Contents INTRODUCTION................................
Quantum DXi6500 Family of Network-Attached Disk Backup Appliances with Deduplication
PRODUCT BRIEF Quantum DXi6500 Family of Network-Attached Disk Backup Appliances with Deduplication NOTICE This Product Brief contains proprietary information protected by copyright. Information in this
Enhancements of ETERNUS DX / SF
shaping tomorrow with you ETERNUS - Business-centric Storage Enhancements of ETERNUS DX / SF Global Product Marketing Storage ETERNUS Business-centric Storage Agenda: 1 Overview of the top 3 innovations
Storage Technologies for Video Surveillance
The surveillance industry continues to transition from analog to digital. This transition is taking place on two fronts how the images are captured and how they are stored. The way surveillance images
Storage Virtualization
Section 2 : Storage Networking Technologies and Virtualization Storage Virtualization Chapter 10 EMC Proven Professional The #1 Certification Program in the information storage and management industry
How Does the ECASD Network Work?
Slide 1 How Does the ECASD Network Work? Jim Blodgett, Network Engineer Slide 2 Network Overview The ECASD Network has 3500 computers, 350 switches, 100 servers and 13000 users spread over 22 different
<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures
1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage
Technology Insight Series
Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary
EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS
SOLUTION PROFILE EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS MAY 2012 Backups are essential for short-term data recovery
White. Paper. Improving Backup Effectiveness and Cost-Efficiency with Deduplication. October, 2010
White Paper Improving Backup Effectiveness and Cost-Efficiency with Deduplication By Lauren Whitehouse October, 2010 This ESG White Paper was commissioned by Fujitsu and is distributed under license from
Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide
WHITE Deployment PAPERGuide Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide An Acronis White Paper Copyright Acronis, Inc., 2000 2011 Deployment Guide Table of contents About
Cisco Small Business NAS Storage
Cisco Small Business NAS Storage [email protected] Session number:208 070 400 Bezplatné číslo (volanie cez Skype): +1 866 432 9903 Lokálny tel. pre Česko: +420 221 435 100 Lokálny tel. pre Slovensko:
Understanding Storage Virtualization of Infortrend ESVA
Understanding Storage Virtualization of Infortrend ESVA White paper Abstract This white paper introduces different ways of implementing storage virtualization and illustrates how the virtualization technology
Reliability and Fault Tolerance in Storage
Reliability and Fault Tolerance in Storage Dalit Naor/ Dima Sotnikov IBM Haifa Research Storage Systems 1 Advanced Topics on Storage Systems - Spring 2014, Tel-Aviv University http://www.eng.tau.ac.il/semcom
CASS COUNTY GOVERNMENT. Data Storage Project Request for Proposal
CASS COUNTY GOVERNMENT Data Storage Project Request for Proposal Contents I. PROJECT OVERVIEW... 3 II. INSTRUCTIONS FOR RFP S... 5 1 VENDOR... 7 2 PROPOSED SOLUTION ARCHITECTURE... 9 3 DATA PROTECTION...
Created By: 2009 Windows Server Security Best Practices Committee. Revised By: 2014 Windows Server Security Best Practices Committee
Windows Server Security Best Practices Initial Document Created By: 2009 Windows Server Security Best Practices Committee Document Creation Date: August 21, 2009 Revision Revised By: 2014 Windows Server
SAN Conceptual and Design Basics
TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer
Storage Switzerland White Paper Storage Infrastructures for Big Data Workflows
Storage Switzerland White Paper Storage Infrastructures for Big Data Workflows Sponsored by: Prepared by: Eric Slack, Sr. Analyst May 2012 Storage Infrastructures for Big Data Workflows Introduction Big
Module: Business Continuity
Upon completion of this module, you should be able to: Describe business continuity and cloud service availability Describe fault tolerance mechanisms for cloud infrastructure Discuss data protection solutions
EMC DATA DOMAIN OPERATING SYSTEM
ESSENTIALS HIGH-SPEED, SCALABLE DEDUPLICATION Up to 58.7 TB/hr performance Reduces protection storage requirements by 10 to 30x CPU-centric scalability DATA INVULNERABILITY ARCHITECTURE Inline write/read
UniFS A True Global File System
UniFS A True Global File System Introduction The traditional means to protect file data by making copies, combined with the need to provide access to shared data from multiple locations, has created an
VERITAS Backup Exec 9.0 for Windows Servers
WHITE PAPER Data Protection Solutions for Network Attached Storage VERITAS Backup Exec 9.0 for Windows Servers VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Background...3 Why Use a NAS
