Panzura White Paper Panzura Distributed File Locking

Size: px
Start display at page:

Download "Panzura White Paper Panzura Distributed File Locking"

Transcription

1 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 the unending on-site storage expansion cycle while eliminating islands of storage that inhibit cross-site user interaction and productivity and real-time data protection. Panzura s Distributed File Locking enables applications that were developed for the LAN, such as CAD, PDM, and PLM, to work just as well for the WAN. This white paper explains how

2 Executive Summary From its inception, Panzura has understood that distributed file locking is critical to delivering local NAS features from globally-distributed storage. Storage companies are discovering that providing an elegant, seamless, and robust globalized cloud storage solution that closely mimics a local NAS user experience is far from trivial, especially if trying to retrofit systems not designed for cloud storage. To date, no other enterprise-class global storage platform can match Panzura s distributed file locking technology. The ability to provide global storage with local NAS attributes requires deep integration of locking into the very fabric of the distributed cloud file system and global namespace. The result of this integration into the Panzura Freedom Product Family is outlined in this paper and can be used as a guide to understand the dynamics of Panzura s seamless distributed file locking system. This paper is moderately technical and meant to give an overview of Panzura Freedom Product Family distributed file locking technology. A more in-depth technical exploration of this technology is also available from Panzura. The Panzura Architecture Panzura Software drives a highly-scalable, high-performance global file system that delivers a distributed file sharing architecture. This global file system aggregates many core technologies designed by Panzura that are all natively integrated and tightly coupled. These technologies are: 128-bit transactional object file system Distributed cloud file system snapshots Decoupled metadata and data Global Data Asymmetry Referencing Global namespace Integrated SMB and NFS file locking semantics Distributed file locking engine Panzura Flash Cache appliances Scalable global deduplication The Panzura Freedom Family utilizes unique and proven technologies to ensure that files within Freedom View the distributed cloud file system can be reliably locked with guaranteed data consistency while honoring write-order fidelity and preserving precision of data/metadata file states. These core Panzura Freedom Panzura Freedom Flash Cache Flash Cache operating attributes are attained globally with high performance. The Panzura Distributed Cloud File System allows clients from multiple locations to view and lock files with a global namespace that spans many Panzura Freedom systems. Each Panzura Freedom instance can lock any file locally for writing or modifying. The architecture, fundamental mechanisms and core methods of the Panzura Distributed Cloud File System utilizes mature technologies in unique ways that extended them beyond their original design and implementations. /cc-01 Locally Owned Active File System cc-01 cc-02 cc-03 /FreedomView /FreedomView /FreedomView Panzura Freedom Flash Cache /cc-02 /cc-03 /cc-02 /cc-01 /cc-03 /cc-03 /cc-01 /cc-02 Locally Owned Active File System Remote File Systems (Active Clone Meta-Instances) Global Active File System & Global Namespace (GNS) (All File System Instances are Active & Locally Writable) Locally Owned Active File System Logical GNS View Physical GNS View at Each Freedom Flash Cache 2

3 Panzura Global Namespace At the highest level, the Panzura global namespace is an in-band file system fabric that integrates multiple physical file systems into a single space and is mounted locally on each node. The entire global namespace has the root label of the distributed cloud file system. As an example, the following 2 global namespace paths point to the same directory (\projects\team20) and are visible from both nodes as well as locally on nodes cc1-ca (California) and cc1-hi (Hawaii). H:\ -> \\cc1-ca\cloudfs\cc1-ca\projects\team20 J:\ -> \\cc1-hi\cloudfs\cc1-ca\projects\team20 It is important to note some fundamental differences between the Panzura global namespace fabric and conventional global namespace (GNS) concepts. Unlike Panzura s global namespace, conventional GNS architectures require a database process on each storage system (either in-band or side-band on a separate dedicated GNS system). These distributed databases own and manage all file system metadata transactions. File operations are intercepted in-band, processed and acted on by the distributed database instances before each file operation is allowed to complete. Changes to file metadata anywhere within the GNS require complex out-of-band distributed database replication, synchronization, arbitration and resolution while simultaneously attempting to provide real-time access to the file with guaranteed consistency. The reliance on multiple distributed database processes could introduce complexities, in-band latencies and operation challenges that fail to scale at global multi-site levels. Examples of conventional GNS solutions are Microsoft DFS, F5 ARX and EMC Rainfinity. Additionally, these GNS architectures are somewhat limited in their ability to offer capabilities like global snapshots. The Panzura global namespace has no reliance on underlying distributed databases and avoids common GNS limitations (e.g. speed, transactional data coherence, write order fidelity, open files, precision, in-band operation, global snapshots). At a fundamental level, the file system fabric is the namespace engine. s Overview At the very core of Panzura s distributed file locking architecture is Panzura s innovative global snapshot technology. The Panzura Freedom Family actively takes file system snapshots for a multitude of functional requirements. The snapshot kernel is extremely dynamic, operating without any I/O overhead, and is massively scalable. Some key points are: s can occur at the granularity of 1/second, indefinitely s are virtually unlimited in data address space and number of entities User data state, individual file system state, and total system data are all captured and managed by snapshots s are independent and can be transmitted between Freedom systems transmission is native to, and integrated into, the file system, not a separate replication process System snapshots capture the state of the distributed cloud file system address-space in a single operation with guaranteed data coherence at bytelevel granularity. replication is a bulk data transfer mechanism among Freedom systems. The default system snapshot replication interval is 60 seconds but can vary depending on system activity. Time Metadata Data Block AA Block AB Block AC Block BE Block CB 3

4 s Mechanism Within the Panzura Distributed Cloud File System, data blocks are fundamentally never overwritten. If a new data block is written, then the next snapshot that is created contains a pointer to the new block. If an existing block is modified, this transaction also results in a new block being written and referenced both in the active file system state and in the next snapshot; while the old block is retained untouched within the active file system and referenced in the previous snapshot. This results in no I/O latency. A file exists and its data is referenced by 3 blocks. Block AA, AB, AC. s points to these blocks. New data is written to the file and is stored in the new block BE is triggered and now points to 4 blocks. AA, AB, AC & BE. Existing data within the file is modified (data existed in block AC). The new modified data is written to new block CB now points to blocks AA, AB, BE & CB. Data is deleted from the file (relating to block AB) now points to blocks AA, BE & CB. A snapshot metadata image is generated on each Panzura Freedom Flash Cache and contains an aggregate of the all file information and state, including creation time, modification time, size, access control lists (ACLs), extended attributes, streams and i-node structure. In addition to this, it also contains native information about file locks and lock states. This has two distinct benefits: The operation of updating metadata is global and does not depend upon the number of file changes being tracked by the snapshot or a database. All file locks & lock state information are carried with the snapshot into the cloud. This is critical for consistency for applications that write real-time lock state into the file system. s are transmitted using an efficient delta-differencing scheme where only the deltas between 2 snapshots are streamed over the network, providing optimized bandwidth usage and performance. Data Flow After each snapshot is completed, its metadata and data are immediately sent to the cloud. Each Panzura Freedom system maintains a private region in the cloud that holds its own instance of metadata and data for its locally writable file system. No other node except the owner may write into the private region of a node, but all Freedom systems can read from all Origin private regions. This dynamic snapshot flow from the cloud to each Freedom instance ensures that Panzura Freedom systems always get the latest versions of metadata and data from the cloud; but Freedom systems will communicate peer-topeer to receive the most recent data-block updates for an individual file that have not yet been synched to the cloud. This transaction only happens on an individual file basis for remote writes, as needed. This process is managed by the data asymmetry resolution engine. cc-02 DAR cc-01 Meta Owner DAR Data Owner OPLock DAR cc-03 OPLock 4

5 The following are the main types of communications protocols among Panzura Freedom Flash Cache appliances: 1. Heartbeat (to see if controllers in the Panzura Global File System are alive and addressable) 2. Data ownership (request data ownership to apply a localized write lock) 3. Resolution of incremental block data deltas since the last snapshot whenever data ownership is being transitioned Global Locking The below diagram is used to discuss the lower level details and concepts of data ownership, data mobility and global locking. The following core concepts and symbols are used to describe the locking flow: The Origin the node where the file was originally created. The Data Owner Freedom Flash Cache grants ownership of the data by the Origin. The payload is built on this system and the authoritative data instance is managed from here. Ownership Metadata (OM) the metadata showing the Data Owner (DO) state. The Authoritative Write Node the Freedom system where locks for a data write operation are executed. This will normally be the DO. Writes here always happen at LAN speed. Traditional File Lock a lock issued against a file by a file system, a server or an application. This lock may consist of extensive application specific meta-information and be written into part(s) of the file payload and/or its file system metadata. File Coherency Locks these are file system locks that are issued by applications in order to arbitrate guaranteed consistency between applications writing/reading to a single file. An example is: Microsoft Office Application locks. Opportunistic Caching Locks a delegated right issued by a file server protocol engine for a remote client to cache a file locally to increase client-side performance. This is not necessarily a guaranteed write lock. This delegation may be revoked by a file server at anytime. An example is: Microsoft CIFS OPLOCKS. Data Asymmetry Resolution (DAR) Panzura technology that efficiently resolves differences between remote sets of files and transports the required blocks to the DO. Data Ownership, Data Locking and Data Mobility The Panzura Distributed File System was designed so that data and User 1 User 2 User 3 pz-cc1 pz-cc2 pz-cc3 Cloud metadata are physically New York This decoupling enables the file Create file.doc system to be highly flexible in User 1 Creates file.doc GNS Origin + MO + DO Defined Meta + Data referencing which physical blocks are used to construct a file. Global Meta- distributed file locking leverages this flexibility by assigning a DO Open file.doc for Write User 2 Writes to all files. This DO state is held to file.doc Request Origin within the OM of each file and is MO Updates DO = pz-cc2 Data Locked Locally easily transported via snapshots. A Grant DO Freedom system that wants to be Compute & Read Non-Local Blocks Only Compute Block Asymmetry the new DO communicates with the with last DO Origin, whose location is defined Stream Unsynched Block Deltas Grant File Open, Grant OPLock, LAN Speed I/O Global Consistency by a unique unified namespace Checkpoint path for each file when the file was originally created. 5

6 Within distributed file locking, DO states naturally flow from node-to-node. DO transitions are frequent events and are negotiated via small real-time peer-to-peer communications among Freedom systems. As the DO flows to a new node, that new node instantly becomes the authoritative write node. All new writes to the file will now happen at the new DO node at full LAN Speed. Note: The Origin is never involved in the I/O data-path during a write operation once the DO successfully migrates. The final step in assimilating blocks after a DO transition is to resolve any data asymmetry. This involves a direct peer-topeer communication between the Origin and the new DO, and possibly the current DO (which might not be the Origin). Within this peer-to-peer stream the OM computes a final delta list of real-time changes that may have occurred since the DO changed. This list, which can be as small as a single file system block, is streamed directly to the new DO via a secure optimized data channel. The new DO processes all remaining blocks deltas, making the file current and consistent. All file reads and writes from that Freedom system now happen as local I/O operations on the new DO. The DO retains full read/write ownership until a new DO transition occurs. Below are two diagrams that describe two scenarios showing the transactional details of the distributed file locking architecture detailed above. User Paris User London User New York pz-cc1 pz-cc2 pz-cc3 Cloud A 2-User Transaction In this transaction two users will open the same file for write, from one unique global namespace path. Each user will experience LAN speed I/O for the read and write operations as well as 100% data consistency via the data-ownership locking and datablock mobility. User 1 Creates file.doc User 2 Writes to file.doc Create file.doc Meta- Open file.doc for Write MO Updates DO = pz-cc2 GNS Origin + MO + DO Defined Meta + Data Request Origin Data Locked Locally Grant DO Compute & Read Non-Local Blocks Only User 1 is in Paris and creates a new file called File. Compute Block Asymmetry with last DO doc on the Paris node. This transaction defines the file Origin because it assigns the unique global namespace path to a new file. The metadata is updated and DO is assigned as pz-cc1 in Paris. Grant File Open, Grant OPLock, LAN Speed I/O Meta- Stream Unsynched Block Deltas Global Consistency Checkpoint The Paris node will eventually write the metadata and payload for File.doc to the cloud. This will happen independently of the original write. All nodes in the Panzura Distributed Cloud File System global namespace will independently read from the cloud the metadata of all other nodes from their private regions and update their file systems and namespace view. Later in the sequence, User 2 (in London) tried to write to the same file by accessing the unique global namespace path on his local system in London (pzcc2). This is the start of the global read-write locking transaction. Controller pz-cc2 will request DO from Open file.doc for Write User 3 Writes to file.doc Request Origin DO! = Origin Origin Arbitrates New DO Origin Updates MO with New DO Data Locked Locally Grant DO Compute & Read Non-Local Blocks Only Compute Block Asymmetry with Last DO Stream Unsynced Block Deltas Grant File Open, Grant OPLock, LAN Speed I/O Global Consistency Checkpoint Meta- the Origin. The Origin evaluates the OM state and discovers that it itself is the current DO. Controller pz-cc2 is granted DO and the OM is updated by the Origin. 6

7 From here, pz-cc2 will resolve the location of all blocks. Some may come from the local file system instance and some may be transported in from the cloud. As a final consistency state check, pz-cc2 asks the previous DO if it holds any in-flight data blocks that have not yet been synced to the cloud. This resolves any data asymmetry. The processes occur in parallel to all other block reads and results in the entire state of the file being fabricated on pz-cc2 with guaranteed data consistency. At this point pz-cc2 will serve the file to the client at local LAN speeds. All other nodes are updated via the normal snapshot process. A 3-User Transaction In this transaction three users will open the same file for write, from one unique unified namespace path. Each user will experience LAN speed I/O for the read and write operations as well as 100% data consistency via the data ownership locking and data block mobility. User 3 is in New York and wants to write to File.doc. His application opens the path in the global namespace via his local view, which is consistent. During the initial local file open operation, the New York Panzura Freedom Flash Cache (pz-cc3) evaluates the global namespace path and identifies the Paris Freedom Flash Cache (pz-cc1) as the Origin. The New York Freedom Flash Cache will contact the Paris appliance and request DO. Paris evaluates the OM state and discovers that New York is not the current DO; the London appliance is (pz-cc2). Paris will now arbitrate a DO transition. As London relinquishes the DO, Paris updates the OM with a new DO of New York and advises New York that it is now the new DO. At all times, New York knew that Paris was not the DO and that London was the last DO but in order to enforce consistency, the Origin was leveraged as the authoritative arbiter of the transition since it must also update the OM. New York is now the new authoritative DO and will compute any missing blocks that are not localized in the New York file system. These blocks can come from multiple locations in parallel. As part of this process, pz-cc3 will communicate directly with London (pz-cc2) to compute any in-flight blocks not yet in the cloud from the last Authoritative Write Node (i.e. the previous DO which was pz-cc2, London). Any in-flight blocks are peer-2-peer streamed directly between London and New York to resolve data asymmetry. The result is that the full block structure in New York (pz-cc3) has guaranteed data consistency. At this point pz-cc2 will serve the file to the client at local LAN speeds. All other Freedom systems are updated via the normal snapshot process. Summary This paper provided a high-level overview of the robust, high-performance distributed file locking technology developed by Panzura. Such technology is required in order to have a consistent, responsive, and enterprise-class global collaboration and sharing platform. Yet no one else is able to provide the seamless, distributed file locking capability of Panzura. For a more indepth discussion of our distributed file locking system, please contact Panzura and request a briefing. How to Learn More Please visit or contact us at or sales@panzura.com. Additional detail on how the Panzura Freedom Flash Cache operates in conjunction with a cloud environment is available in Inherent Data Protection How the Panzura System Protects Information without Backups. This white paper explores how the Panzura System can be deployed in conjunction with cloud storage to provide world-class levels of data protection without the need to perform traditional backups. Panzura, Inc. 695 Campbell Technology Pkwy #225, Campbell, CA, USA 855-PANZURA Copyright 2017 Panzura, Inc. All rights reserved. Panzura is a registered trademark or trademark of Panzura, Inc. in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies. WP-Distributed-File-Locking b

Hybrid Cloud NAS for On-Premise and In-Cloud File Services with Panzura and Google Cloud Storage

Hybrid Cloud NAS for On-Premise and In-Cloud File Services with Panzura and Google Cloud Storage Panzura White Paper Hybrid Cloud NAS for On-Premise and In-Cloud File Services with Panzura and Google Cloud Storage By: Rich Weber, Product Management at Panzura This article describes how Panzura works

More information

Panzura White Paper CAD Theory of Operation & Best Practices

Panzura White Paper CAD Theory of Operation & Best Practices Panzura White Paper CAD Theory of Operation & Best Practices Panzura s game-changing Distributed Cloud File System technology finally brings the full power and benefits of cloud storage to enterprise customers,

More information

Storage Performance Validation for Panzura

Storage Performance Validation for Panzura Storage Performance Validation for Panzura Ensuring seamless cloud storage performance for Panzura s Quicksilver Product Suite WHITEPAPER Table of Contents Background on Panzura...3 Storage Performance

More information

Panzura White Paper Panzura Distributed Cloud File System

Panzura White Paper Panzura Distributed Cloud File System Panzura White Paper Panzura Distributed Cloud File System Panzura s game-changing Distributed Cloud File System finally brings the full power and benefits of cloud storage to enterprise customers, helping

More information

ORACLE RMAN DESIGN BEST PRACTICES WITH PANZURA QUICKSILVER CLOUD STORAGE CONTROLLERS

ORACLE RMAN DESIGN BEST PRACTICES WITH PANZURA QUICKSILVER CLOUD STORAGE CONTROLLERS WHITE PAPER ORACLE RMAN DESIGN BEST PRACTICES WITH PANZURA QUICKSILVER CLOUD STORAGE CONTROLLERS Oracle is the de facto standard in the enterprise world when it comes to mission critical databases. Panzura

More information

BEST PRACTICE GUIDE USING THE PANZURA GFS TO ACCELERATE AUTODESK VAULT. Created in conjunction with

BEST PRACTICE GUIDE USING THE PANZURA GFS TO ACCELERATE AUTODESK VAULT. Created in conjunction with BEST PRACTICE GUIDE USING THE PANZURA GFS TO ACCELERATE AUTODESK VAULT This document provides recommended configurations for running Autodesk Vault Professional Server with the Panzura Global File System

More information

Distributed Systems. Hajussüsteemid MTAT Distributed File Systems. (slides: adopted from Meelis Roos DS12 course) 1/25

Distributed Systems. Hajussüsteemid MTAT Distributed File Systems. (slides: adopted from Meelis Roos DS12 course) 1/25 Hajussüsteemid MTAT.08.024 Distributed Systems Distributed File Systems (slides: adopted from Meelis Roos DS12 course) 1/25 Examples AFS NFS SMB/CIFS Coda Intermezzo HDFS WebDAV 9P 2/25 Andrew File System

More information

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 ABSTRACT This introductory white paper provides a technical overview of the new and improved enterprise grade features introduced

More information

CDMI Support to Object Storage in Cloud K.M. Padmavathy Wipro Technologies

CDMI Support to Object Storage in Cloud K.M. Padmavathy Wipro Technologies CDMI Support to Object Storage in Cloud K.M. Padmavathy Wipro Technologies Abstract Object storage, a leading emerging technology is mainly intended to handle exponential growth of unstructured data. Unlike

More information

Optimizing and Managing File Storage in Windows Environments

Optimizing and Managing File Storage in Windows Environments Optimizing and Managing File Storage in Windows Environments A Powerful Solution Based on Microsoft DFS and Virtual File Manager September 2006 TR-3511 Abstract The Microsoft Distributed File System (DFS)

More information

INTRODUCTION TO XTREMIO METADATA-AWARE REPLICATION

INTRODUCTION TO XTREMIO METADATA-AWARE REPLICATION Installing and Configuring the DM-MPIO WHITE PAPER INTRODUCTION TO XTREMIO METADATA-AWARE REPLICATION Abstract This white paper introduces XtremIO replication on X2 platforms. XtremIO replication leverages

More information

Nasuni for Oil & Gas. The Challenge: Managing the Global Flow of File Data to Improve Time to Market and Profitability

Nasuni for Oil & Gas. The Challenge: Managing the Global Flow of File Data to Improve Time to Market and Profitability Solution Brief Highlights Optimize collaboration processes for geophysicists with high performance global file sharing. Support a dynamic business environment with easy integration of new acquisitions.

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

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

Dell EMC Isilon with Cohesity DataProtect

Dell EMC Isilon with Cohesity DataProtect Dell EMC Isilon with Cohesity DataProtect Abstract This guide outlines the Cohesity DataProtect deployment guide for Dell EMC Isilon Data Protection. Table of Contents About This Guide...2 Intended Audience...2

More information

Features. HDX WAN optimization. QoS

Features. HDX WAN optimization. QoS May 2013 Citrix CloudBridge Accelerates, controls and optimizes applications to all locations: datacenter, branch offices, public and private clouds and mobile users Citrix CloudBridge provides a unified

More information

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

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

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD EBOOK NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD NetApp ONTAP Cloud for Microsoft Azure The ONTAP Cloud Advantage 3 Enterprise-Class Data Management 5 How ONTAP Cloud

More information

Protecting Your Data from Data Loss

Protecting Your Data from Data Loss Protecting Your Data from Data Loss Sean R. Barry Flash Memory Summit 2012 Santa Clara, CA 1 Where Does Data Loss Start? Disasters Flood Storm Storage Risks Failures Human Error Mistakes Human Error -

More information

Infinite Volumes Management Guide

Infinite Volumes Management Guide ONTAP 9 Infinite Volumes Management Guide September 2016 215-11160_B0 doccomments@netapp.com Visit the new ONTAP 9 Documentation Center: docs.netapp.com/ontap-9/index.jsp Table of Contents 3 Contents

More information

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide TECHNICAL DEPLOYMENT GUIDE StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneBlox, compliments Veeam to create a differentiated diskbased

More information

Rio-2 Hybrid Backup Server

Rio-2 Hybrid Backup Server A Revolution in Data Storage for Today s Enterprise March 2018 Notices This white paper provides information about the as of the date of issue of the white paper. Processes and general practices are subject

More information

Peer Software and Scality - A Distributed File System Approach to Scale-out Storage

Peer Software and Scality - A Distributed File System Approach to Scale-out Storage Peer Software and Scality - A Distributed File System Approach to Scale-out Storage Contents Introduction - What We All Want........................... 2 Why Cloud Gateways................................

More information

Nasuni UniFS a True Global File System

Nasuni UniFS a True Global File System Nasuni UniFS a True Global File System File systems are the time-proven way to store, share, and protect unstructured data. But traditional device-based file systems no longer meet the needs of the modern

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

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

SOLUTION BRIEF Enterprise WAN Agility, Simplicity and Performance with Software-Defined WAN

SOLUTION BRIEF Enterprise WAN Agility, Simplicity and Performance with Software-Defined WAN S O L U T I O N O V E R V I E W SOLUTION BRIEF Enterprise WAN Agility, Simplicity and Performance with Software-Defined WAN Today s branch office users are consuming more wide area network (WAN) bandwidth

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

SONAS Best Practices and options for CIFS Scalability

SONAS Best Practices and options for CIFS Scalability COMMON INTERNET FILE SYSTEM (CIFS) FILE SERVING...2 MAXIMUM NUMBER OF ACTIVE CONCURRENT CIFS CONNECTIONS...2 SONAS SYSTEM CONFIGURATION...4 SONAS Best Practices and options for CIFS Scalability A guide

More information

SnapServer Family (XSD & XSR)

SnapServer Family (XSD & XSR) SnapServer Family (XSD & XSR) Simple, expandable enterprise storage for high-performing resilient environments SnapServer family offers enterprise class unified block and file storage that is workload

More information

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

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

More information

SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON

SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON White Paper SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON Abstract This white paper explains the benefits to the extended enterprise of the on-premise, online file sharing storage

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD Louaye Rachidi Technology Consultant 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support

More information

SOLUTION BRIEF Fulfill the promise of the cloud

SOLUTION BRIEF Fulfill the promise of the cloud SOLUTION BRIEF Fulfill the promise of the cloud NetApp Solutions for Amazon Web Services Fulfill the promise of the cloud NetApp Cloud Volumes Service for AWS: Move and manage more workloads faster Many

More information

See what s new: Data Domain Global Deduplication Array, DD Boost and more. Copyright 2010 EMC Corporation. All rights reserved.

See what s new: Data Domain Global Deduplication Array, DD Boost and more. Copyright 2010 EMC Corporation. All rights reserved. See what s new: Data Domain Global Deduplication Array, DD Boost and more 2010 1 EMC Backup Recovery Systems (BRS) Division EMC Competitor Competitor Competitor Competitor Competitor Competitor Competitor

More information

W H I T E P A P E R : O P E N. V P N C L O U D. Implementing A Secure OpenVPN Cloud

W H I T E P A P E R : O P E N. V P N C L O U D. Implementing A Secure OpenVPN Cloud W H I T E P A P E R : O P E N. V P N C L O U D Implementing A Secure OpenVPN Cloud Platform White Paper: OpenVPN Cloud Platform Implementing OpenVPN Cloud Platform Content Introduction... 3 The Problems...

More information

VMWARE PROTECTION WITH DELL EMC NETWORKER 9

VMWARE PROTECTION WITH DELL EMC NETWORKER 9 VMWARE PROTECTION WITH DELL EMC NETWORKER 9 Solution Overview ABSTRACT This white paper describes the integration of Dell EMC NetWorker with VMware vcenter. It also includes details on the NetWorker architecture

More information

HPE 3PAR File Persona on HPE 3PAR StoreServ Storage with Veritas Enterprise Vault

HPE 3PAR File Persona on HPE 3PAR StoreServ Storage with Veritas Enterprise Vault HPE 3PAR File Persona on HPE 3PAR StoreServ Storage with Veritas Enterprise Vault Solution overview and best practices for data preservation with Veritas Enterprise Vault Technical white paper Technical

More information

Riverbed Granite Use Cases

Riverbed Granite Use Cases WHITE PAPER Riverbed Granite Use Cases Riverbed Technical Marketing Purpose The following whitepaper outlines the use cases addressed by Riverbed Granite. Audience This whitepaper is intended for Riverbed

More information

EMC VPLEX with Quantum Stornext

EMC VPLEX with Quantum Stornext White Paper Application Enabled Collaboration Abstract The EMC VPLEX storage federation solution together with Quantum StorNext file system enables a stretched cluster solution where hosts has simultaneous

More information

Using the F5 ARX Solution for Automated Storage Tiering

Using the F5 ARX Solution for Automated Storage Tiering F5 White Paper Using the F5 ARX Solution for Automated Storage Tiering Storage tiering can help organizations reduce costs and optimize their storage environments by automatically matching files with the

More information

Storage Made Easy. Mirantis

Storage Made Easy. Mirantis Storage Made Easy Providing an Enterprise File Fabric for Mirantis STORAGE MADE EASY ENTERPRISE FILE FABRIC FOR MIRANTIS The File Fabric is a comprehensive multi-cloud data security solution built on top

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

Integrating Macs with Microsoft DFS A Technical Best Practices Whitepaper

Integrating Macs with Microsoft DFS A Technical Best Practices Whitepaper Integrating Macs with Microsoft DFS A Technical Best Practices Whitepaper Microsoft DFS Background DFS is a powerful set of technologies used to present a single virtual namespace to a collection of file

More information

Storage Made Easy. SoftLayer

Storage Made Easy. SoftLayer Storage Made Easy Providing an Enterprise File Fabric for SoftLayer STORAGE MADE EASY ENTERPRISE FILE FABRIC FOR SOFTLAYER The File Fabric is a comprehensive multi-cloud data security solution built on

More information

Storage Made Easy. Providing an Enterprise File Fabric for INVESTOR NEWSLETTER ISSUE N 3

Storage Made Easy. Providing an Enterprise File Fabric for INVESTOR NEWSLETTER ISSUE N 3 INVESTOR NEWSLETTER ISSUE N 3 Storage Made Easy Providing an Enterprise File Fabric for STORAGE MADE EASY ENTERPRISE FILE FABRIC FOR OPENIO Storage Made Easy (SME) File Fabric is a comprehensive Enterprise

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

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Multiprotocol Locking and Lock Failover in OneFS Aravind Srinivasan EMC, Isilon Storage Division

Multiprotocol Locking and Lock Failover in OneFS Aravind Srinivasan EMC, Isilon Storage Division Multiprotocol Locking and Lock Failover in OneFS Aravind Srinivasan EMC, Isilon Storage Division 2013 Storage Developer Conference. Insert Your Company Name. All Rights Reserved. Agenda Overview OneFS

More information

Synology High Availability (SHA)

Synology High Availability (SHA) Synology High Availability (SHA) Based on DSM 5.1 Synology Inc. Synology_SHAWP_ 20141106 Table of Contents Chapter 1: Introduction... 3 Chapter 2: High-Availability Clustering... 4 2.1 Synology High-Availability

More information

Providing an Enterprise File Share and Sync Solution for

Providing an Enterprise File Share and Sync Solution for Storage Made Easy Providing an Enterprise File Share and Sync Solution for Microsoft Azure Storage Storage Made Easy Enterprise File Share and Sync Solution for Microsoft Azure The Storage Made Easy (SME)

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide June, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

A Thorough Introduction to 64-Bit Aggregates

A Thorough Introduction to 64-Bit Aggregates Technical Report A Thorough Introduction to 64-Bit Aggregates Shree Reddy, NetApp September 2011 TR-3786 CREATING AND MANAGING LARGER-SIZED AGGREGATES The NetApp Data ONTAP 8.0 operating system operating

More information

Deep Dive: Cluster File System 6.0 new Features & Capabilities

Deep Dive: Cluster File System 6.0 new Features & Capabilities Deep Dive: Cluster File System 6.0 new Features & Capabilities Carlos Carrero Technical Product Manager SA B13 1 Agenda 1 Storage Foundation Cluster File System Architecture 2 Producer-Consumer Workload

More information

Deduplication and Its Application to Corporate Data

Deduplication and Its Application to Corporate Data White Paper Deduplication and Its Application to Corporate Data Lorem ipsum ganus metronique elit quesal norit parique et salomin taren ilat mugatoque This whitepaper explains deduplication techniques

More information

Discover the all-new CacheMount

Discover the all-new CacheMount Discover the all-new CacheMount 1 2 3 4 5 Why CacheMount and what are its problem solving abilities Cache function makes the hybrid cloud more efficient The key of CacheMount: Cache Volume User manual

More information

EMC Documentum xdb. High-performance native XML database optimized for storing and querying large volumes of XML content

EMC Documentum xdb. High-performance native XML database optimized for storing and querying large volumes of XML content DATA SHEET EMC Documentum xdb High-performance native XML database optimized for storing and querying large volumes of XML content The Big Picture Ideal for content-oriented applications like dynamic publishing

More information

Panzura Freedom Filer Administration Guide. Release 7.0

Panzura Freedom Filer Administration Guide. Release 7.0 Panzura Freedom Filer Administration Guide Release 7.0 June 02, 2018 Copyright 2018 Panzura, Inc. All rights reserved. The information in this manual is subject to change without notice. Originated in

More information

Server Fault Protection with NetApp Data ONTAP Edge-T

Server Fault Protection with NetApp Data ONTAP Edge-T Technical Report Server Fault Protection with NetApp Data ONTAP Edge-T Jeff Whitaker, NetApp March 2013 TR-4154 TABLE OF CONTENTS 1 Introduction... 3 2 Backup and Disaster Recovery Technology... 4 2.1

More information

VERITAS Volume Replicator. Successful Replication and Disaster Recovery

VERITAS Volume Replicator. Successful Replication and Disaster Recovery VERITAS Volume Replicator Successful Replication and Disaster Recovery V E R I T A S W H I T E P A P E R Table of Contents Introduction.................................................................................1

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

IBM Active Cloud Engine centralized data protection

IBM Active Cloud Engine centralized data protection IBM Active Cloud Engine centralized data protection Best practices guide Sanjay Sudam IBM Systems and Technology Group ISV Enablement December 2013 Copyright IBM Corporation, 2013 Table of contents Abstract...

More information

The Actifio Glossary A B C D E F G H I-K L M N-O P-Q R S T U V W-Z

The Actifio Glossary A B C D E F G H I-K L M N-O P-Q R S T U V W-Z The Actifio Glossary A B C D E F G H I-K L M N-O P-Q R S T U V W-Z A Actifio CDS Actifio Connector Actifio Desktop Actifio Global Manager Actifio Sky for AWS Actifio Sky AGM App or Application Appliance

More information

DATA PROTECTION IN A ROBO ENVIRONMENT

DATA PROTECTION IN A ROBO ENVIRONMENT Reference Architecture DATA PROTECTION IN A ROBO ENVIRONMENT EMC VNX Series EMC VNXe Series EMC Solutions Group April 2012 Copyright 2012 EMC Corporation. All Rights Reserved. EMC believes the information

More information

Virtualization with Protection for SMBs Using the ReadyDATA 5200

Virtualization with Protection for SMBs Using the ReadyDATA 5200 Virtualization with Protection for SMBs Using the ReadyDATA WHITE PAPER For most small-to-medium size businesses, building a virtualization solution that provides scalability, reliability, and data protection

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

MAPR TECHNOLOGIES, INC. TECHNICAL BRIEF APRIL 2017 MAPR SNAPSHOTS

MAPR TECHNOLOGIES, INC. TECHNICAL BRIEF APRIL 2017 MAPR SNAPSHOTS MAPR TECHNOLOGIES, INC. TECHNICAL BRIEF APRIL 2017 MAPR SNAPSHOTS INTRODUCTION The ability to create and manage snapshots is an essential feature expected from enterprise-grade storage systems. This capability

More information

Table of Contents. Introduction 3

Table of Contents. Introduction 3 1 Table of Contents Introduction 3 Data Protection Technologies 4 Btrfs File System Snapshot Technology How shared folders snapshot works Custom Scripting for Snapshot Retention Policy Self-Service Recovery

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

SCALITY ZENKO. Freedom & control across Hybrid IT and Multi-Cloud

SCALITY ZENKO. Freedom & control across Hybrid IT and Multi-Cloud SCALITY Freedom & control across Hybrid IT and Multi-Cloud A Scality White Paper September 2018 SCALITY Hybrid IT and Multi-Cloud Storage Platform I. Introduction: Hybrid IT and Multi-Cloud Storage 3 II.

More information

A Thorough Introduction to 64-Bit Aggregates

A Thorough Introduction to 64-Bit Aggregates TECHNICAL REPORT A Thorough Introduction to 64-Bit egates Uday Boppana, NetApp March 2010 TR-3786 CREATING AND MANAGING LARGER-SIZED AGGREGATES NetApp Data ONTAP 8.0 7-Mode supports a new aggregate type

More information

Dell DR4000 Replication Overview

Dell DR4000 Replication Overview Dell DR4000 Replication Overview Contents Introduction... 1 Challenges with Data Disaster Recovery... 1 The Dell DR4000 Solution A Replication Overview... 2 Advantages of using DR4000 replication for disaster

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

Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision

Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision At-A-Glance Unified Computing Realized Today, IT organizations assemble their data center environments from individual components.

More information

EMC Isilon. Cisco UCS Director Support for EMC Isilon

EMC Isilon. Cisco UCS Director Support for EMC Isilon Cisco UCS Director Support for, page 1 Adding an Account, page 2 Storage Pool Tiers, page 3 Storage Node Pools, page 4 SMB Shares, page 5 Creating an NFS Export, page 7 Quotas, page 9 Configuring a space

More information

SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility

SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility Control Any Data. Any Cloud. Anywhere. SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility Understanding SoftNAS Cloud SoftNAS, Inc. is the #1 software-defined

More information

Tintri Cloud Connector

Tintri Cloud Connector TECHNICAL WHITE PAPER Tintri Cloud Connector Technology Primer & Deployment Guide www.tintri.com Revision History Version Date Description Author 1.0 12/15/2017 Initial Release Bill Roth Table 1 - Revision

More information

Citrix SD-WAN for Optimal Office 365 Connectivity and Performance

Citrix SD-WAN for Optimal Office 365 Connectivity and Performance Solution Brief Citrix SD-WAN for Optimal Office 365 Connectivity and Performance Evolving Needs for WAN Network Architecture Enterprise networks have historically been architected to provide users access

More information

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0 Storage Considerations for VMware vcloud Director Version 1.0 T e c h n i c a l W H I T E P A P E R Introduction VMware vcloud Director is a new solution that addresses the challenge of rapidly provisioning

More information

Delivering Nexenta Software-Based File Services to Cisco HyperFlex

Delivering Nexenta Software-Based File Services to Cisco HyperFlex Delivering Nexenta Software-Based File White Paper March 2019 1 Copyright 2019 Nexenta Systems, ALL RIGHTS RESERVED Notice: No part of this publication may be reproduced or transmitted in any form or by

More information

Glossary of Terms Used in Actifio Products

Glossary of Terms Used in Actifio Products Glossary of s Used in Actifio Products A B C D E F G H I-K L M N-O P-Q R S T U V W-Y Z A Actifio CDS Actifio Connector Actifio Desktop Actifio Global Manager Actifio Sky for AWS Actifio Sky AGM App or

More information

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

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

More information

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg Zero Data Loss Recovery Appliance Frank Schneede, Sebastian Solbach Systemberater, BU Database, Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product

More information

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

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

More information

EMC VNXe3200 Unified Snapshots

EMC VNXe3200 Unified Snapshots White Paper Abstract This white paper reviews and explains the various operations, limitations, and best practices supported by the Unified Snapshots feature on the VNXe3200 system. July 2015 Copyright

More information

EMC DATA DOMAIN PRODUCT OvERvIEW

EMC DATA DOMAIN PRODUCT OvERvIEW EMC DATA DOMAIN PRODUCT OvERvIEW Deduplication storage for next-generation backup and archive Essentials Scalable Deduplication Fast, inline deduplication Provides up to 65 PBs of logical storage for long-term

More information

Introduction to iscsi

Introduction to iscsi Introduction to iscsi As Ethernet begins to enter into the Storage world a new protocol has been getting a lot of attention. The Internet Small Computer Systems Interface or iscsi, is an end-to-end protocol

More information

EMC VNX2 Deduplication and Compression

EMC VNX2 Deduplication and Compression White Paper VNX5200, VNX5400, VNX5600, VNX5800, VNX7600, & VNX8000 Maximizing effective capacity utilization Abstract This white paper discusses the capacity optimization technologies delivered in the

More information

EMC Celerra CNS with CLARiiON Storage

EMC Celerra CNS with CLARiiON Storage DATA SHEET EMC Celerra CNS with CLARiiON Storage Reach new heights of availability and scalability with EMC Celerra Clustered Network Server (CNS) and CLARiiON storage Consolidating and sharing information

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

EMC Celerra Replicator V2 with Silver Peak WAN Optimization

EMC Celerra Replicator V2 with Silver Peak WAN Optimization EMC Celerra Replicator V2 with Silver Peak WAN Optimization Applied Technology Abstract This white paper discusses the interoperability and performance of EMC Celerra Replicator V2 with Silver Peak s WAN

More information

ECS ARCHITECTURE DEEP DIVE #EMCECS. Copyright 2015 EMC Corporation. All rights reserved.

ECS ARCHITECTURE DEEP DIVE #EMCECS. Copyright 2015 EMC Corporation. All rights reserved. ECS ARCHITECTURE DEEP DIVE 1 BOOKING HOTEL IN 1960 2 TODAY! 3 MODERN APPS ARE CHANGING INDUSTRIES 4 @scale unstructured global accessible web many devices 5 MODERN APPS ARE CHANGING INDUSTRIES 6 MODERN

More information

Active Archive and the State of the Industry

Active Archive and the State of the Industry Active Archive and the State of the Industry Taking Data Archiving to the Next Level Abstract This report describes the state of the active archive market. New Applications Fuel Digital Archive Market

More information

Citrix CloudBridge Product Overview

Citrix CloudBridge Product Overview Product Overview Product Overview Businesses rely on branch offices to serve customers, to be near partners and suppliers and to expand into new markets. As server and desktop virtualization increase and

More information

FOUR WAYS TO LOWER THE COST OF REPLICATION

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

More information

The Google File System

The Google File System The Google File System Sanjay Ghemawat, Howard Gobioff and Shun Tak Leung Google* Shivesh Kumar Sharma fl4164@wayne.edu Fall 2015 004395771 Overview Google file system is a scalable distributed file system

More information

EMC SourceOne for File Systems

EMC SourceOne for File Systems EMC SourceOne for File Systems Version 7.2 Administration Guide 302-000-958 REV 02 Copyright 2005-2015 EMC Corporation. All rights reserved. Published in the USA. Published December 9, 2015 EMC believes

More information

5 OAuth Essentials for API Access Control

5 OAuth Essentials for API Access Control 5 OAuth Essentials for API Access Control Introduction: How a Web Standard Enters the Enterprise OAuth s Roots in the Social Web OAuth puts the user in control of delegating access to an API. This allows

More information