The Evolution of File Systems

Size: px
Start display at page:

Download "The Evolution of File Systems"

Transcription

1 Presenter: Thomas Rivera Senior Technical Associate, Hitachi Systems Author: Christian Bandulet Principal Engineer, Oracle

2 SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations and literature under the following conditions: Any slide or slides used must be reproduced without modification The SNIA must be acknowledged as source of any material used in the body of any document containing material from these presentations. This presentation is a project of the SNIA Education Committee. Neither the Author nor the Presenter is an attorney and nothing in this presentation is intended to be nor should be construed as legal advice or opinion. If you need legal advice or legal opinion please contact an attorney. The information presented herein represents the Author's personal opinion and current understanding of the issues involved. The Author, the Presenter, and the SNIA do not assume any responsibility or liability for damages arising out of any reliance on or use of this information. NO WARRANTIES, EXPRESS OR IMPLIED. USE AT YOUR OWN RISK 2

3 Abstract The s Evolution Over time additional file systems appeared focusing on specialized requirements such as: data sharing, remote file access, distributed file access, parallel files access, HPC, archiving, security, etc. Due to the dramatic growth of unstructured data, files as the basic units for data containers are morphing into file objects, providing more semantics and featurerich capabilities for content processing This presentation will: Categorize and explain the basic principles of currently available file system architectures (e.g. Local, Shared, SAN, Clustered, Network, Distributed, Parallel, etc. Explain technologies like Scale-Out NAS, NAS Aggregation, NAS Virtualization, NAS Clustering, Global Namespace, Parallel NFS Review new file system architectures being developed 3

4 Related Tutorials We hope you checked out SNIA Tutorial: Using Protocols for Block-based Storage Workloads Check out SNIA Tutorial: Understanding Enterprise NAS Wednesday, 10:45AM Check out Windows 8 Wednesday, 11:40AM Check out SNIA Tutorial: pnfs and NFS V4.2 Wednesday, 4:10PM 4

5 Why s Have Evolved Scale Megabytes Petabytes Requirements High availability sharing Remote access Performance Archiving others Local System Shared System SAN System Cluster System Network System... Distributed System Object System Parallel System? Time (Not a strict timeline new capabilities are generally incremental) 5

6 Where s Live User and Libraries (ls, mv, rm, cp,...) User space System Calls (open(), close(), read(), write(), ioctl(), mmap(),...) Kernel space *can be bypassed by using direct I/O Cache* Segmap Cache Volume Manager Device Drivers VFS mmap() DMA Memory Mgmt Process Management Scheduler IPC Buffers Machine dependent code Hardware 6

7 What s Do (UNIX example) locators: ( inodes ) locators: (pointers) Inode direct 0 Host : (blocks) Blocks direct direct 2 direct 3 direct 4 direct 5 direct 6 direct 7 direct 8 direct 9 single indirect double indirect triple indirect Owner Type data block data block data block data block data block data block data block data block data block data block data block data block data block Permissions attributes: Last Access. Size # of links 7

8 A Taxonomy Systems Local Shared Network SAN Cluster Distributed Distributed Parallel 8

9 Local Local file system system is co-located in the server with application 9

10 Local Separate islands of data Limitation: no data sharing 10

11 One Way to Share Scale-Up Vertical scaling 11

12 Another Way to Share Scale-Out Horizontal Scaling... Storage Network Shared Device: A multi-lun device shared among clients Each client has exclusive access to a dedicated LUN Shared : A physical device shared among clients Clients access LUNs concurrently Shared 12

13 Access with Shared/Global Separate logical and physical placement Metadata server access is a three-step transaction... Metadata Client Metadata MDS Client Metadata MDS Client Step 1:Request access Step 2: Metadata delivery Step 3: access 13

14 Shared/Global Asymmetric ( SAN ) Client Network e.g. Web e.g. Web e.g. Web e.g. Web e.g. Web Metadata (active) Metadata (passive) Storage Network Shared One active metadata server Typically homogeneous (scaling limited by metadata server capacity) Inter-node distance limited by storage network capability 14

15 Shared/Global Symmetric ( Cluster ) Client Network (e.g. Web ) e.g. Web e.g. Web e.g. Web e.g. Web Metadata (active) Metadata (active) Metadata (active) Metadata (active) Metadata (active) Storage Network Shared Metadata server in each node Typically homogeneous (scaling limited by internal communication, e.g., distributed locking) Inter-node distance limited by storage network capability 15

16 Network s (aka Proxy s) Local Network Client Client Client Client Network Protocol* * e.g. NFS, CIFS, AFP, WebDAV, FTP, HTTP,... Enables sharing of files located on a file server among one or more client computers using a network protocol 16

17 Network Stack (Example: Sun s NFS) SCSI Port SAN NFS Client RPC/XDR TCP/IP Ethernet NIC SCSI HBA SCSI Driver Volume Mgr NFS RPC/XDR TCP/IP Ethernet NIC LAN 17

18 Wide Area Network s Consolidation eases Management Administration Cost Compliance Global file sharing and collaboration Location consolidation and optimization SCSI Port SAN SCSI HBA NFS Client RPC/XDR TCP/IP Ethernet NIC SCSI Driver Volume Mgr NFS RPC/XDR TCP/IP Ethernet NIC WAN But: WAN performance is low compared to LAN/SAN performance 18

19 Improving Wide Area Performance -specific optimizations: , document management, SQL,... Protocol-specific optimizations: HTTP, NFS, CIFS, WebDAV, FTP, TCP/IP,... Transport acceleration: TCP accelerators Intelligent caching: read-ahead, deferred write, coherency,... compression: algorithms, file-aware differencing, data aggregation, I/O clustering, chunk based de-duplication, cross-protocol data reduction,... SCSI Port SAN SCSI HBA NFS/CIFS NFS/CIFS NFS/CIFS Client NFS/CIFS Client NFS Client Client Client RPC/XDR RPC/XDR RPC/XDR RPC/XDR TCP/IP RPC/XDR TCP/IP TCP/IP TCP/IP Ethernet NIC TCP/IP Ethernet NIC Ethernet NIC Ethernet NIC Ethernet NIC Compression Engine TCP/IP Ethernet NIC TCP/IP Ethernet NIC Compression Engine TCP/IP Ethernet NIC TCP/IP Ethernet NIC SCSI Driver Volume Mgr NFS RPC/XDR TCP/IP Ethernet NIC LAN WAN LAN 19

20 Distributed (DFS) Client Network Protocol client view: / /a /b /c /a /b /c A network file system with files distributed among multiple file servers Not a parallel file system Single 20

21 Distributed Parallel Segments of files distributed across storage nodes Enables parallel I/O to individual files (aka file striping) Client Client Client Client Network Protocol Aggregation of Storage s RAIN + RAID (aka Network RAID) Global Namespace 21

22 NAS Aggregation IP Network NAS Router In-Band Solution Sometimes called NAS Router Global Namespace SAN SAN SAN 22

23 NAS Virtualization - Out-of-Band Client Client Client Client Global Namespace IP Network Metadata (MDS) distributed files striped files replicated files _A _G _B _D _F _H _C _E _K_1 _K_2 _K_3 _K_4 _A _B _C _B Individual files / file segments pinned to file servers s can be distributed and/or replicated for parallel access s can be striped for intra-file parallel access Clients must locate the right file server e.g. NFSv4.1 (pnfs), Microsoft s DFS 23

24 NAS Virtualization NFS4.1 pnfs In-Band NAS: Out-of-Band NAS: NFSv4 client NFSv4 client NFSv4 client NFSv4.1 client with pnfs NFSv4.1 client with pnfs NFSv4.1 client with pnfs IP NAS Appliance Storage Protocols: Block: FCP, iscsi, SRP, SAS : NFSv4.1 Object: OSD IP NAS Appliance with NFSv4.1 pnfs extensions SAN SAN path decoupled from control and metadata path 24

25 Toward Storage Grids via NAS Two variants: NFS CIFS HTTP FTP WebDAV Client Client Client IP VIP Address Clustered Services Cluster (Parallel) All nodes serve all files... NFS CIFS Services Local s System Classic r VIP Address NFS CIFS HTTP FTP WebDAV Clustered Services Each file pinned to a single server... 25

26 Cloud: The New Grid NAS Cluster is effectively a storage cloud Clients Clients Clients Storage Cloud Clients 26

27 Segmentation Structured Unstructured Dynamic Media production, ecad, mcad, Office docs Transactional systems, ERP, CRM Fixed Media-archive, DAM, Broadcast, Medical imaging, Media- Internet BI, warehousing, Scientific, Transaction archive 27

28 The New Reality of Segmentation Dynamic Fixed Structured Unstructured Media production, ecad, mcad, Office docs Transactional systems, ERP, CRM Semi Structured* Media-archive, DAM, Broadcast, medical imaging, Media- Internet BI, data warehousing, scientific, transaction archive *Semi-Structured contains dynamic meta-data defined by users and/or applications 28

29 Traditional s Metadata Owner, permissions, type, last modification,... 29

30 Semi-Structured Object ID Methods e.g., Encryption Policies e.g., Replication Attributes User/application defined Metadata Owner, permissions, type, last modification,... 30

31 The Object Model OID OID Object ID Store Retrieve Methods e.g., Encryption Policies e.g., Replication Object Object Attributes User/application defined Metadata Owner, permissions, type, last modification,... Inode Blocks Name OID Object Name OID Object Name OID Object Name OID Object Name OID Object 31

32 Managing Objects objects can be managed like records in a relational database with user data as Binary Large Objects (BLOBs) base Schema Object ID Methods Object ID Methods Object ID Methods Object ID Methods Object ID Methods Object ID Methods Object ID Methods Policies Attributes Metadata Policies Policies Policies Policies Policies Policies Object ID Methods Policies Attributes Metadata Attributes Attributes Attributes Attributes Attributes Attributes Metadata Metadata Metadata Metadata Metadata Metadata Object ID Methods Policies Attributes Metadata Object ID Methods Policies Attributes Metadata Object ID Methods Policies Attributes Metadata Object ID Methods Policies Attributes Metadata 32

33 Managing Objects (Cont.) Object ID Object ID Object ID Object ID Object ID Object ID Methods Methods Methods Methods Methods Methods Policies Policies Policies Policies Policies Policies Attributes Attributes Attributes Attributes Attributes Attributes Metadata Metadata Metadata Metadata Metadata Metadata Indexes constraints/relationships Object search Full text search Join operations Virtual views SQL-like requests Cursors 33

34 Serving Hierarchy 3 Levels of Abstraction may interface with the storage subsystem in any of three layers: Block highest performance and very little meta data high performance and some metadata Object medium performance and rich metadata Object Many to One Many to One Block Platform 34

35 Content Repositories Combination of application, database, data services and pointers into external file system specific A B C D Policies Policies Policies Policies Search Engine Search Engine Search Engine Search Engine Indexes Indexes Indexes Indexes Pointers Pointers Pointers Pointers Blocks Name Name Name Name OID OID OID OID Object Object Object Object 35

36 -Based Content Repositories Combination of files system, database and data services -independent A B C D Blocks Policies Search Engine Name Name OID OID Object Object Indexes Pointers Name Name OID OID Object Object 36

37 s for Clouds Compute Nodes s are morphing into distributed object-based content repositories Object_B Object_A' Object_D'' Compute Nodes Object_A Object_C' Object_F'' Object_C Object_E' Object_B'' Object_F Object_B' Object_E'' Object_D Object_F' Object_A'' Object_E Object_D' Object_C'' Storage Cloud Compute Nodes Availability through file replication Sacrifice performance Locality of data No RAID protection Peer-to-peer Storage grid Mesh topology Flat namespace Geographically dispersed Heterogeneous Spontaneous federations Compute Nodes 37

38 Q&A / Feedback Please send any questions or comments on this presentation to SNIA: tracktutorials@snia.org Christian Bandulet Craig Harmer Paul Massiglia Thomas Rivera Joseph White Many thanks to the following individuals for their contributions to this tutorial. - SNIA Education Committee 38

The File Systems Evolution. Christian Bandulet, Sun Microsystems

The File Systems Evolution. Christian Bandulet, Sun Microsystems The s Evolution Christian Bandulet, Sun Microsystems SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations

More information

The File Systems Evolution

The File Systems Evolution Presenter: Craig Harmer Senior Technologist, Hitachi Systems Author: Christian Bandulet Principal Engineer, Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

The File Systems Evolution. Christian Bandulet Principal Engineer, Sun/Oracle

The File Systems Evolution. Christian Bandulet Principal Engineer, Sun/Oracle Christian Bandulet Principal Engineer, Sun/Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations

More information

Massively Scalable File Storage. Philippe Nicolas, KerStor

Massively Scalable File Storage. Philippe Nicolas, KerStor Philippe Nicolas, KerStor SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations and literature under

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

The Storage Evolution: From Blocks, Files and Objects to Object Storage Systems. Christian Bandulet Sun Microsystems

The Storage Evolution: From Blocks, Files and Objects to Object Storage Systems. Christian Bandulet Sun Microsystems The Storage Evolution: From Blocks, Files and s to Storage Systems Christian Bandulet Sun Microsystems SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

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

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

Tom Sas HP. Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee

Tom Sas HP. Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee Advanced PRESENTATION Data Reduction TITLE GOES HERE Concepts Tom Sas HP Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee SNIA Legal Notice The material contained in this tutorial

More information

pnfs, parallel storage for grid and enterprise computing Joshua Konkle, NetApp, Inc.

pnfs, parallel storage for grid and enterprise computing Joshua Konkle, NetApp, Inc. pnfs, parallel storage for grid and enterprise computing Joshua Konkle, NetApp, Inc. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

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

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG Interoperable Cloud Storage with the CDMI Standard Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member

More information

Virtualization Practices: Providing a Complete Virtual Solution in a Box

Virtualization Practices: Providing a Complete Virtual Solution in a Box PRESENTATION TITLE GOES HERE Virtualization Practices: Providing a Complete Virtual Solution in a Box Jyh-shing Chen / NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

Scaling Data Center Application Infrastructure. Gary Orenstein, Gear6

Scaling Data Center Application Infrastructure. Gary Orenstein, Gear6 Scaling Data Center Application Infrastructure Gary Orenstein, Gear6 SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this

More information

Virtualization Practices:

Virtualization Practices: Virtualization Practices: Providing a Complete Virtual Solution in a Box Jyh-shing Chen, NetApp Author: Jyh-shing Chen, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

PRESENTATION TITLE GOES HERE. Understanding Architectural Trade-offs in Object Storage Technologies

PRESENTATION TITLE GOES HERE. Understanding Architectural Trade-offs in Object Storage Technologies Object Storage 201 PRESENTATION TITLE GOES HERE Understanding Architectural Trade-offs in Object Storage Technologies SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA

More information

Cloud Archive and Long Term Preservation Challenges and Best Practices

Cloud Archive and Long Term Preservation Challenges and Best Practices Cloud Archive and Long Term Preservation Challenges and Best Practices Chad Thibodeau, Cleversafe Inc. Sebastian Zangaro, HP Author: Chad Thibodeau, Cleversafe Inc. SNIA Legal Notice The material contained

More information

Storage Virtualization II Effective Use of Virtualization - focusing on block virtualization -

Storage Virtualization II Effective Use of Virtualization - focusing on block virtualization - Storage Virtualization II Effective Use of Virtualization - focusing on block virtualization - Rob Peglar Xiotech Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

Deploying Public, Private, and Hybrid. Storage Cloud Environments

Deploying Public, Private, and Hybrid. Storage Cloud Environments Deploying Public, Private, and Hybrid PRESENTATION TITLE GOES HERE Storage Cloud Environments Marty Stogsdill, Oracle Greg Kleiman, NetApp SNIA Legal Notice! The material contained in this tutorial is

More information

The Role of WAN Optimization in Cloud Infrastructures. Josh Tseng, Riverbed

The Role of WAN Optimization in Cloud Infrastructures. Josh Tseng, Riverbed The Role of WAN Optimization in Cloud Infrastructures Josh Tseng, Riverbed SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members

More information

Ron Emerick, Oracle Corporation

Ron Emerick, Oracle Corporation PCI Express PRESENTATION Virtualization TITLE GOES HERE Overview Ron Emerick, Oracle Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted.

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

Storage Virtualization II. - focusing on block virtualization -

Storage Virtualization II. - focusing on block virtualization - Storage Virtualization II Effective Use of Virtualization ti - focusing on block virtualization - Rob Peglar Xiotech Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

Felix Xavier CloudByte Inc.

Felix Xavier CloudByte Inc. Storage PRESENTATION Grid TITLE using GOES HERE issi Felix Xavier loudbyte Inc. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Storage Performance Management Overview. Brett Allison, IntelliMagic, Inc.

Storage Performance Management Overview. Brett Allison, IntelliMagic, Inc. Overview Brett Allison, IntelliMagic, Inc. 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

More information

Felix Xavier CloudByte Inc.

Felix Xavier CloudByte Inc. Storage PRESENTATION Grid TITLE using GOES HERE issi Felix Xavier loudbyte Inc. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Co-Chair, SNIA Cloud Storage TWG

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Co-Chair, SNIA Cloud Storage TWG Interoperable Cloud Storage with the CDMI Standard Mark Carlson, SNIA TC and Oracle Co-Chair, SNIA Cloud Storage TWG SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

Restoration Technologies

Restoration Technologies Trends PRESENTATION in Data TITLE Protection GOES HERE and Restoration Technologies Gideon Senderov / NEC Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee SNIA Legal Notice The material

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION 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 material in

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION 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 material in

More information

Expert Insights: Expanding the Data Center with FCoE

Expert Insights: Expanding the Data Center with FCoE Expert Insights: Expanding the Data Center with FCoE PRESENTATION TITLE GOES HERE Joe Kastura, Joe Gervais, Jason Blosil August 20, 2014 Today s Presenters Jason Blosil, SNIA ESF Chair Product Marketing

More information

SRM: Can You Get What You Want? John Webster, Evaluator Group.

SRM: Can You Get What You Want? John Webster, Evaluator Group. SRM: Can You Get What You Want? John Webster, Evaluator Group. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this

More information

Trends in Data Protection and Restoration Technologies. Mike Fishman, EMC 2 Corporation

Trends in Data Protection and Restoration Technologies. Mike Fishman, EMC 2 Corporation Trends in Data Protection and Restoration Technologies Mike Fishman, EMC 2 Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member

More information

An Introduction to Key Management for Secure Storage. Walt Hubis, LSI Corporation

An Introduction to Key Management for Secure Storage. Walt Hubis, LSI Corporation An Introduction to Key Management for Secure Storage Walt Hubis, LSI Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members

More information

A Promise Kept: Understanding the Monetary and Technical Benefits of STaaS Implementation. Mark Kaufman, Iron Mountain

A Promise Kept: Understanding the Monetary and Technical Benefits of STaaS Implementation. Mark Kaufman, Iron Mountain A Promise Kept: Understanding the Monetary and Technical Benefits of STaaS Implementation Mark Kaufman, Iron Mountain SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

SNIA Tutorial 1 A CASE FOR FLASH STORAGE HOW TO CHOOSE FLASH STORAGE FOR YOUR APPLICATIONS

SNIA Tutorial 1 A CASE FOR FLASH STORAGE HOW TO CHOOSE FLASH STORAGE FOR YOUR APPLICATIONS SNIA Tutorial 1 A CASE FOR FLASH STORAGE HOW TO CHOOSE FLASH STORAGE FOR YOUR APPLICATIONS Dejan Kocic, NetApp Flash Memory Storage 2018 Welcome to SNIA Education Afternoon at Flash Memory Summit 2018

More information

WAN Application Infrastructure Fueling Storage Networks

WAN Application Infrastructure Fueling Storage Networks WAN Application Infrastructure Fueling Storage Networks Andrea Chiaffitelli, AT&T Ian Perez-Ponce, Cisco SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

Use Cases for iscsi and FCoE: Where Each Makes Sense

Use Cases for iscsi and FCoE: Where Each Makes Sense Use Cases for iscsi and FCoE: Where Each Makes Sense PRESENTATION TITLE GOES HERE February 18, 2014 Today s Presenters David Fair, SNIA ESF Business Development Chair - Intel Sameh Boujelbene - Director,

More information

Fibre Channel vs. iscsi. January 31, 2018

Fibre Channel vs. iscsi. January 31, 2018 Fibre Channel vs. iscsi January 31, 2018 Today s Presenters Fred Knight NetApp John Kim SNIA ESF Chair Mellanox Alex McDonald SNIA ESF Vice Chair NetApp 2 SNIA-At-A-Glance 3 SNIA Legal Notice The material

More information

Application Recovery. Andreas Schwegmann / HP

Application Recovery. Andreas Schwegmann / HP Intelligent PRESENTATION Architecture TITLE GOES HERE for Application Recovery Andreas Schwegmann / HP SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

Multi-Cloud Storage: Addressing the Need for Portability and Interoperability

Multi-Cloud Storage: Addressing the Need for Portability and Interoperability Multi-Cloud Storage: Addressing the Need for Portability and Interoperability Live Webcast December 12, 2017 12:00 pm PT Today s Presenters John Webster Senior Partner Evaluator Group Mark Carlson SNIA

More information

NFSv4.1 Using pnfs PRESENTATION TITLE GOES HERE. Presented by: Alex McDonald CTO Office, NetApp

NFSv4.1 Using pnfs PRESENTATION TITLE GOES HERE. Presented by: Alex McDonald CTO Office, NetApp NFSv4.1 Using pnfs PRESENTATION TITLE GOES HERE Presented by: Alex McDonald CTO Office, NetApp Webcast Presenter Alex McDonald joined NetApp in 2005, after more than 30 years in a variety of roles with

More information

An Introduction to GPFS

An Introduction to GPFS IBM High Performance Computing July 2006 An Introduction to GPFS gpfsintro072506.doc Page 2 Contents Overview 2 What is GPFS? 3 The file system 3 Application interfaces 4 Performance and scalability 4

More information

in Transition to the Cloud David A. Chapa, CTE EVault, a Seagate Company

in Transition to the Cloud David A. Chapa, CTE EVault, a Seagate Company PRESENTATION Data Protection TITLE GOES HERE in Transition to the Cloud David A. Chapa, CTE EVault, a Seagate Company SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA

More information

Everything You Wanted To Know About Storage (But Were Too Proud To Ask) The Basics

Everything You Wanted To Know About Storage (But Were Too Proud To Ask) The Basics Everything You Wanted To Know About Storage (But Were Too Proud To Ask) The Basics Today s Presenters Bob Plumridge HDS Chief Technology Officer - EMEA Alex McDonald NetApp CTO Office 2 SNIA Legal Notice

More information

Design and Implementations of FCoE for the DataCenter. Mike Frase, Cisco Systems

Design and Implementations of FCoE for the DataCenter. Mike Frase, Cisco Systems Design and Implementations of FCoE for the DataCenter Mike Frase, Cisco Systems SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Storage in combined service/product data infrastructures. Craig Dunwoody CTO, GraphStream Incorporated

Storage in combined service/product data infrastructures. Craig Dunwoody CTO, GraphStream Incorporated Storage in combined service/product data infrastructures Craig Dunwoody CTO, GraphStream Incorporated SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

Mobile and Secure Healthcare: Encrypted Objects and Access Control Delegation

Mobile and Secure Healthcare: Encrypted Objects and Access Control Delegation Mobile and Secure Healthcare: Encrypted Objects and Access Control Delegation PRESENTATION TITLE GOES HERE January 28, 206 SNIA Presenters Alex McDonald Chair - SNIA Cloud Storage NetApp Martin Rosner

More information

SCSI Security Nuts and Bolts. Ralph Weber, ENDL Texas

SCSI Security Nuts and Bolts. Ralph Weber, ENDL Texas SCSI Security Nuts and Bolts Ralph Weber, ENDL Texas SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations

More information

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7 IP storage: A review of iscsi, FCIP, ifcp SNIA IP Storage Forum With the advent of new IP storage products and transport protocol standards iscsi, FCIP,

More information

iscsi : A loss-less Ethernet fabric with DCB Jason Blosil, NetApp Gary Gumanow, Dell

iscsi : A loss-less Ethernet fabric with DCB Jason Blosil, NetApp Gary Gumanow, Dell iscsi : A loss-less Ethernet fabric with DCB Jason Blosil, NetApp Gary Gumanow, Dell SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual

More information

iscsi Technology: A Convergence of Networking and Storage

iscsi Technology: A Convergence of Networking and Storage HP Industry Standard Servers April 2003 iscsi Technology: A Convergence of Networking and Storage technology brief TC030402TB Table of Contents Abstract... 2 Introduction... 2 The Changing Storage Environment...

More information

ASPECTS OF DEDUPLICATION. Dominic Kay, Oracle Mark Maybee, Oracle

ASPECTS OF DEDUPLICATION. Dominic Kay, Oracle Mark Maybee, Oracle ASPECTS OF DEDUPLICATION Dominic Kay, Oracle Mark Maybee, Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this

More information

Trends in Data Protection and Restoration Technologies. Jason Iehl, NetApp

Trends in Data Protection and Restoration Technologies. Jason Iehl, NetApp Trends in Data Protection and Restoration Technologies Jason Iehl, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and

More information

System input-output, performance aspects March 2009 Guy Chesnot

System input-output, performance aspects March 2009 Guy Chesnot Headline in Arial Bold 30pt System input-output, performance aspects March 2009 Guy Chesnot Agenda Data sharing Evolution & current tendencies Performances: obstacles Performances: some results and good

More information

Analysis and Optimization. Carl Waldspurger Irfan Ahmad CloudPhysics, Inc.

Analysis and Optimization. Carl Waldspurger Irfan Ahmad CloudPhysics, Inc. PRESENTATION Practical Online TITLE GOES Cache HERE Analysis and Optimization Carl Waldspurger Irfan Ahmad CloudPhysics, Inc. SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

Trends in Worldwide Media and Entertainment Storage

Trends in Worldwide Media and Entertainment Storage Trends in Worldwide Media and Entertainment Storage A SNIA BrightTalk Webcast https://www.snia.org/news-events/webcasts March 28, 2019 Today s Presenters Tom Coughlin Coughlin Associates www.tomcoughlin.com

More information

The Benefits of Solid State in Enterprise Storage Systems. David Dale, NetApp

The Benefits of Solid State in Enterprise Storage Systems. David Dale, NetApp The Benefits of Solid State in Enterprise Storage Systems David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Planning For Persistent Memory In The Data Center. Sarah Jelinek/Intel Corporation

Planning For Persistent Memory In The Data Center. Sarah Jelinek/Intel Corporation Planning For Persistent Memory In The Data Center Sarah Jelinek/Intel Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Find and Select the Right File Storage for your Applications. Philippe Nicolas, KerStor

Find and Select the Right File Storage for your Applications. Philippe Nicolas, KerStor Find and Select the Right File Storage for your Applications Philippe Nicolas, KerStor SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual

More information

Architectural Principles for Networked Solid State Storage Access

Architectural Principles for Networked Solid State Storage Access Architectural Principles for Networked Solid State Storage Access SNIA Legal Notice! The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted.! Member companies and individual

More information

Advanced iscsi Management April, 2008

Advanced iscsi Management April, 2008 April, 2008 Gene Nagle, istor Networks SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations and

More information

Tutorial. A New Standard for IP Based Drive Management. Mark Carlson SNIA Technical Council Co-Chair

Tutorial. A New Standard for IP Based Drive Management. Mark Carlson SNIA Technical Council Co-Chair Tutorial A New Standard for IP Based Drive Management Mark Carlson SNIA Technical Council Co-Chair About the Instructor Mark A. Carlson, Principal Engineer, Industry Standards at Toshiba, has more than

More information

Lustre A Platform for Intelligent Scale-Out Storage

Lustre A Platform for Intelligent Scale-Out Storage Lustre A Platform for Intelligent Scale-Out Storage Rumi Zahir, rumi. May 2003 rumi.zahir@intel.com Agenda Problem Statement Trends & Current Data Center Storage Architectures The Lustre File System Project

More information

A Crash Course In Wide Area Data Replication. Jacob Farmer, CTO, Cambridge Computer

A Crash Course In Wide Area Data Replication. Jacob Farmer, CTO, Cambridge Computer A Crash Course In Wide Area Data Replication Jacob Farmer, CTO, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information

LTFS Bulk Transfer Standard PRESENTATION TITLE GOES HERE

LTFS Bulk Transfer Standard PRESENTATION TITLE GOES HERE LTFS Bulk Standard PRESENTATION TITLE GOES HERE February 10, 2015 SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual

More information

Notes & Lessons Learned from a Field Engineer. Robert M. Smith, Microsoft

Notes & Lessons Learned from a Field Engineer. Robert M. Smith, Microsoft Notes & Lessons Learned from a Field Engineer Robert M. Smith, Microsoft SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 FLASH 1 ST THE STORAGE STRATEGY FOR THE NEXT DECADE Richard Gordon EMEA FLASH Business Development 2 Information Tipping Point Ahead The Future Will Be Nothing Like The Past 140,000 120,000 100,000 80,000

More information

Jeff Dodson / Avago Technologies

Jeff Dodson / Avago Technologies SNIA PRESENTATION Tutorial: TITLE PCIe GOES Shared HERE I/O Jeff Dodson / Avago Technologies SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted.

More information

SUN ZFS STORAGE 7X20 APPLIANCES

SUN ZFS STORAGE 7X20 APPLIANCES ORACLE SPEC SHEET SUN ZFS STORAGE 7X20 APPLIANCES DELIVERING BEST-IN-CLASS PERFORMANCE, EFFICIENCY, AND ORACLE INTEGRATION KEY FEATURES Advanced, intuitive management tools Hybrid Columnar Compression,

More information

Big Data Processing Technologies. Chentao Wu Associate Professor Dept. of Computer Science and Engineering

Big Data Processing Technologies. Chentao Wu Associate Professor Dept. of Computer Science and Engineering Big Data Processing Technologies Chentao Wu Associate Professor Dept. of Computer Science and Engineering wuct@cs.sjtu.edu.cn Schedule (1) Storage system part (first eight weeks) lec1: Introduction on

More information

Storage Area Network (SAN)

Storage Area Network (SAN) Storage Area Network (SAN) 1 Outline Shared Storage Architecture Direct Access Storage (DAS) SCSI RAID Network Attached Storage (NAS) Storage Area Network (SAN) Fiber Channel and Fiber Channel Switch 2

More information

General Purpose Storage Servers

General Purpose Storage Servers General Purpose Storage Servers Open Storage Servers Art Licht Principal Engineer Sun Microsystems, Inc Art.Licht@sun.com Agenda Industry issues and Economics Platforms Software Architectures Industry

More information

WHAT HAPPENS WHEN THE FLASH INDUSTRY GOES TO TLC? Luanne M. Dauber, Pure Storage

WHAT HAPPENS WHEN THE FLASH INDUSTRY GOES TO TLC? Luanne M. Dauber, Pure Storage WHAT HAPPENS WHEN THE FLASH INDUSTRY GOES TO TLC? Luanne M. Dauber, Pure Storage SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

COSC6376 Cloud Computing Lecture 17: Storage Systems

COSC6376 Cloud Computing Lecture 17: Storage Systems COSC6376 Cloud Computing Lecture 17: Storage Systems Instructor: Weidong Shi (Larry), PhD Computer Science Department University of Houston Storage Area Network and Storage Virtualization Single Disk Drive

More information

pnfs, parallel storage for grid, virtualization and database computing Joshua Konkle, Chair NFS SIG

pnfs, parallel storage for grid, virtualization and database computing Joshua Konkle, Chair NFS SIG pnfs, parallel storage for grid, virtualization and database computing Joshua Konkle, Chair NFS SIG SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

SRM: Can You Get What You Want? John Webster Principal IT Advisor, Illuminata

SRM: Can You Get What You Want? John Webster Principal IT Advisor, Illuminata John Webster Principal IT Advisor, Illuminata SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in presentations

More information

GridNFS: Scaling to Petabyte Grid File Systems. Andy Adamson Center For Information Technology Integration University of Michigan

GridNFS: Scaling to Petabyte Grid File Systems. Andy Adamson Center For Information Technology Integration University of Michigan GridNFS: Scaling to Petabyte Grid File Systems Andy Adamson Center For Information Technology Integration University of Michigan What is GridNFS? GridNFS is a collection of NFS version 4 features and minor

More information

Cloud Computing CS

Cloud Computing CS Cloud Computing CS 15-319 Distributed File Systems and Cloud Storage Part I Lecture 12, Feb 22, 2012 Majd F. Sakr, Mohammad Hammoud and Suhail Rehman 1 Today Last two sessions Pregel, Dryad and GraphLab

More information

Thomas Rivera / Hitachi Data Systems. Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee

Thomas Rivera / Hitachi Data Systems. Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee Protecting PRESENTATION Data in TITLE the Big GOES HERE Data World Thomas Rivera / Hitachi Data Systems Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee SNIA Legal Notice The material

More information

Effective Storage Tiering for Databases

Effective Storage Tiering for Databases Effective Storage Tiering for Databases Murthy V Mamidi Raghu Malige Symantec Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information

NFS Version 4.1. Spencer Shepler, Storspeed Mike Eisler, NetApp Dave Noveck, NetApp

NFS Version 4.1. Spencer Shepler, Storspeed Mike Eisler, NetApp Dave Noveck, NetApp NFS Version 4.1 Spencer Shepler, Storspeed Mike Eisler, NetApp Dave Noveck, NetApp Contents Comparison of NFSv3 and NFSv4.0 NFSv4.1 Fixes and Improvements ACLs Delegation Management Opens Asynchronous

More information

Server and Storage Consolidation with iscsi Arrays. David Dale, NetApp Suzanne Morgan, Microsoft

Server and Storage Consolidation with iscsi Arrays. David Dale, NetApp Suzanne Morgan, Microsoft Server and Storage Consolidation with iscsi Arrays David Dale, NetApp Suzanne Morgan, Microsoft SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and

More information

NFS: What s Next. David L. Black, Ph.D. Senior Technologist EMC Corporation NAS Industry Conference. October 12-14, 2004

NFS: What s Next. David L. Black, Ph.D. Senior Technologist EMC Corporation NAS Industry Conference. October 12-14, 2004 NFS: What s Next David L. Black, Ph.D. Senior Technologist EMC Corporation black_david@emc.com We Briefly Interrupt this Presentation... EMC makes no representation and undertakes no obligations with regard

More information

Adrian Proctor Vice President, Marketing Viking Technology

Adrian Proctor Vice President, Marketing Viking Technology Storage PRESENTATION in the TITLE DIMM GOES HERE Socket Adrian Proctor Vice President, Marketing Viking Technology SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless

More information

OpenStack Manila An Overview of Manila Liberty & Mitaka

OpenStack Manila An Overview of Manila Liberty & Mitaka OpenStack Manila An Overview of Manila Liberty & Mitaka PRESENTATION TITLE GOES HERE October 7, 2015 SNIA Legal Notice! The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

Performance and Innovation of Storage. Advances through SCSI Express

Performance and Innovation of Storage. Advances through SCSI Express Performance and Innovation of Storage PRESENTATION TITLE GOES HERE Advances through SCSI Express Marty Czekalski President, SCSI Trade Association - Emerging Interface and Architecture Program Manager,

More information

Evolution of Fibre Channel. Mark Jones FCIA / Emulex Corporation

Evolution of Fibre Channel. Mark Jones FCIA / Emulex Corporation SNIA PRESENTATION Tutorial: TITLE The GOES Continued HERE Evolution of Fibre Channel Mark Jones FCIA / Emulex Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the

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

FILE STORAGE. Philippe Nicolas, Scality

FILE STORAGE. Philippe Nicolas, Scality PRESENTATION MASSIVELY TITLE SCALABLE GOES HERE FILE STORAGE Philippe Nicolas, Scality SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member

More information

Panzura White Paper Panzura Distributed File Locking

Panzura White Paper Panzura Distributed File Locking Panzura White Paper Panzura Distributed File Locking Panzura s game-changing Freedom Family of Products finally brings the full power and benefits of cloud storage to enterprise customers, helping to break

More information

Deploying Celerra MPFSi in High-Performance Computing Environments

Deploying Celerra MPFSi in High-Performance Computing Environments Deploying Celerra MPFSi in High-Performance Computing Environments Best Practices Planning Abstract This paper describes the EMC Celerra MPFSi approach to scalable high-performance data sharing, with a

More information

SNIA Tutorial 3 EVERYTHING YOU WANTED TO KNOW ABOUT STORAGE: Part Teal Queues, Caches and Buffers

SNIA Tutorial 3 EVERYTHING YOU WANTED TO KNOW ABOUT STORAGE: Part Teal Queues, Caches and Buffers SNIA Tutorial 3 EVERYTHING YOU WANTED TO KNOW ABOUT STORAGE: Part Teal Queues, Caches and Buffers John Kim, Mellanox - @Tier1Storage J Metz, Cisco - @drjmetz 2018 Flash Memory Summit Welcome to SNIA Education

More information

Testing. Michael Ault, IBM Oracle FlashSystem Consulting Manager

Testing. Michael Ault, IBM Oracle FlashSystem Consulting Manager Utilizing PRESENTATION VDBench TITLE to Perform GOES HERE IDC AFA Testing Michael Ault, IBM Oracle FlashSystem Consulting Manager SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

A Vendor Agnostic Overview. Walt Hubis Hubis Technical Associates

A Vendor Agnostic Overview. Walt Hubis Hubis Technical Associates Practical PRESENTATION Secure TITLE GOES Storage: HERE A Vendor Agnostic Overview Walt Hubis Hubis Technical Associates SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA

More information

EI 338: Computer Systems Engineering (Operating Systems & Computer Architecture)

EI 338: Computer Systems Engineering (Operating Systems & Computer Architecture) EI 338: Computer Systems Engineering (Operating Systems & Computer Architecture) Dept. of Computer Science & Engineering Chentao Wu wuct@cs.sjtu.edu.cn Download lectures ftp://public.sjtu.edu.cn User:

More information

EMC VPLEX Geo with Quantum StorNext

EMC VPLEX Geo with Quantum StorNext White Paper Application Enabled Collaboration Abstract The EMC VPLEX Geo storage federation solution, together with Quantum StorNext file system, enables a global clustered File System solution where remote

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

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

Storage Consolidation: Simplifying Storage Infrastructures

Storage Consolidation: Simplifying Storage Infrastructures Storage Consolidation: Simplifying Storage Infrastructures White Paper Tim Rasmussen Senior Product Manager 7-10-02 Table of Contents Abstract...1 Introduction...2 What is storage?...3 Why invest in storage?...5

More information