From Research To Transfer: User-Controllable Cloud Storage

Size: px
Start display at page:

Download "From Research To Transfer: User-Controllable Cloud Storage"

Transcription

1 Department of Computer Science Institute of Systems Architecture Chair of Computer Networks From Research To Transfer: User-Controllable Cloud Storage Josef Spillner 14th TERENA TF-Storage Meeting February 10-11, 2014, Zurich, Switzerland

2 The Trouble with Cloud Storage proprietary client backup/sync vs. storage quality? trust? institutional utility billing web access only pricing: progressive/ degressive file size limit 3 months limit; tariff choice

3 Taming the Trouble: RAICs, RAOCs proxy cloud controller/ gateway storage targets: services, devices service properties service bundles integration scheduling optimisation auto-selection auto-configuration auto-repair extension backup sync sharing...

4 The Cloud Storage TU Dresden Short history: research prototypical software development 2010 ideas and service modelling 2011 NubiSave storage controller started UCC paper on Cloud storage controllers 2012 Usable software, Debian packaging 2013 NubiVis; π-box personal Cloud VM FGCS article on optimal storage SUCRE summer school tutorial at KIT 2014 NubiGate VM experiments and pilot installations transfer widespread production deployments

5 Research

6 Storage Service Ecosystem Excursus: Service Science -> Bundles -> RAOC functionality super-domain Infrastructure domain 2 domain 1 domain Cloud Storage non-functional properties nfp 1 sub-domain File Storage nfp 2 consumer client SLAs protocol description service interface messages service instance service impl engineer service hosting provider nfp backup

7 Storage Service Descriptions Base Ontology (WSML) concept MeasurementUnit conversionfactor impliestype _double concept SpaceUnit subconceptof MeasurementUnit instance GB memberof SpaceUnit conversionfactor hasvalue Instance Ontology webservice GoogleStorage importsontology { _"urn:ontology:conqo/cloudqos.wsml#" } capability ServiceCapability postcondition definedby?servicetype memberof cloud#cloudstorage. instance PricePerData memberof { cloud#priceperdata, qos#servicespec } qos#value hasvalue 0.17 qos#unit hasvalue qos#euro

8 Storage Service Bundles $$ a Service bundle x replication (k+m) erasure coding s1 s2 s3 s4 s5 s1 secret sharing s6 s1 s2 s3 s4 s5 s6

9 Storage Service Markets

10 Storage Flows sink transport source Storage Targets Data Flow Integration USB stick local directory NFS export WebDAV Commercial (Dropbox) block modifier (compress) Splitter/ Multiplexer File modifier (enc,dedup) local directory block modifier (stego) CIFS proxy Splitter/ Multiplexer Splitter/ Multiplexer file modifier (enc) Splitter/ Multiplexer web application

11 Reconfigurable Storage Flows... alias Software-Defined Storage Modules (i.e. FUSE modules): - Splitter (1:n) - Modifiers (1:1) * encryption * compression *... - Transports * Directory * CIFS, NFS * WebDAV * SSHfs * S3fs *... * CloudFusion - SDS propagation

12 Multi-User Storage Gateways FlexDDPL: Flexible Data Distribution Policy Language scopes applied in contexts (e.g. user database) ~user!negation T:22:00 fragment mime:message/rfc822 rules applied to targets (e.g. storage provider) store control adapt

13 Feature: Algorithms Selection Background secret sharing forward error correction / replication Striping ( RAID0) capacity 1.0, safety 1.0, performance 2.0 Mirroring ( RAID1) capacity 0.5, safety 2.0, performance 1.0 XOR parity ( RAID5, RAID6) 4 disks: capacity 0.75, safety 1.33, performance 1.0 Erasure coding ( RAIDn) n storage targets, k significant, m redundant: capacity k/m, safety 1+m/k (Rotated) Reed-Solomon: maximum-[hamming-]distance separable (MDS) property Cauchy-Reed-Solomon, Vandermonde-Reed-Solomon: practically secure; CRS faster due to XOR operations compared to GF(2w) AONT: information-theoretically secure AONT-RS: blend of AONT with (C)RS; alternative: encrypted fragments

14 Feature: Nested Contexts Configuration Data context»normal«context»private«

15 Feature: Weights Assigning weights to the storage targets to fully utilise the capacity to exploit faster upload connections

16 Feature: Recursion Saving the database which contains all file and fragment metadata... to avoid single point of failure to allow for selective sharing

17 Feature: Streaming (1:x) Continuous operation during read or write of large file buffers on controller device can be kept small improved performance through parallel coding and transmission

18 Feature: Batching (x:1) Encoding speed of different batch sizes 15 nodes Encoding [MBs] M=0 M=4 M=8 M= Filechunk size [KB]

19 Experiments Nubisave Read Performance - 1MB File - UseAllInParallel Read in KB/s Redundancy 70 peacs: Performance and Efficiency Analsis for Cloud Storage Experiment Week Feb Storages 2 1

20 Autonomous Storage Clients Scenario: A robot wants to store some data... Labcast available: watch?v=ndln0fg9okk

21 Autonomous Storage Clients Scenario: Pervasive storage on all devices Credentials may be auto generated

22 Software

23 Comparison of Storage Controllers Prototype Origin Authors Approach Integration Public Availability Dependable Sky ('11) T-Clouds, Univ. of Lisbon Bessani, Correia, Quaresma, André, Sousa data units, byzantine fail, Rabin erasure application library no ('11) HPI, Potsdam Maxim Schnjakin, Christoph Meinel NFPs, propr. platform, Liberation erasure web interface no TrustedSafe ('10) egovcd, Berlin/ FhG FOKUS (no publication) n fragments: one on USB, others remote Windows plugin no Cloud Shredder ('11) Chinese Academy of Sciences Nan Zang, Jiwu Jing, Peng Liu Two fragments: one local, one remote (not yet known) no SecCSIE ('11) T-Systems MMS, Dresden Ronny Seiger, Stephan Groß Cachy ReedSolomon erasure CIFS proxy no RACS ('10) Cornell University Abu-Libdeh, Princehouse, Weatherspoon erasure coding: Zfec ReedSolomon S3 proxy, can be distributed w/ Zookeeper yes ( since 2012, community projects: plus numerous commercial implementations: NetApp StorageGRID, Cleversafe, Trusted Safe etc. Tahoe-LAFS externals, TCD, OpenStack/Intel - PyEC2Lib

24 OpenStack Intermezzo

25 NubiSave Cloud Storage Controller Installation of NubiSave Git repository Debian packages git://nubisave.org/git/nubisave Integrated into π-box or NubiGate VMs

26 NubiSave Storage Flow Editor

27 NubiSave Configuration

28 NubiSave Configuration

29 NubiSave Tools Controller operation Storages and database $ nubisave [<instance>] $ nubisave-status Master script which starts both of the below combined. Lists all splitter instances and storage targets attached to them or as part of any storage flow. $ nubisave headless Starts a new instance of the splitter/dispersion file system. $ nubisave gui Starts the storage flow editor with storage integration configuration. $ nubisave-mounter [<module>] Mounts all splitters and/or storage targets. $ nubisave-unmounter [<module>] Unmounts; inverse of the above. $ nubisave stop $ nubisave-database [...] Stops the splitter. Inspection of storage metadata.

30 Splitter-NG Framework Plugins: Jerasure, JSharing, RAID-1, more coming...

31 Transport Module: CloudFusion

32 Additional Implementations

33 NubiVis: Distributed Data Visualisation

34 NubiVis Map View

35 NubiGate VM: Everything in one Box

36 NubiGate VM: OwnCloud Frontend Our instance RN-Dropbox /owncloud Your instance...?

37 Future Vision

38 Future Work What's next in our lab Software improvements Configuration through the web interface (student thesis) Git-based service registry query Research: MapReduce-like processing over dispersed data Scaling large with more users and storage providers, HA setups etc. Federation between research institutions: reciprocative/collaborative storage resource sharing <-- role of NRENs

39 Publications [SS13] Josef Spillner, Alexander Schill: Orchestration of Distributed Storage Targets through Storage Flows. 5th IEEE International Conference on Cloud Computing Technology and Science (CloudCom), Bristol, UK, December [SQ+13] Josef Spillner, Maximilian Quellmalz, Martin Friedrich, Alexander Schill: peacs - Performance and Efficiency Analysis for Cloud Storage. Workshop on Cloud Storage Optimisation 2nd ESOCC, Málaga, Spain, September [SMS13] Josef Spillner, Johannes Müller, Alexander Schill: Creating Optimal Cloud Storage Systems. Elsevier Future Generation Computer Systems (FGCS), Issue 29(4), p , June DOI /j.future [SS12] Josef Spillner, Alexander Schill: Flexible Data Distribution Policy Language and Gateway Architecture. 1st IEEE Latin American Conference on Cloud Computing and Communications (LatinCloud), Porto Alegre, Rio Grande do Sul, Brazil, November [SP+12] Josef Spillner, Christian Piechnick, Claas Wilke, Uwe Aßmann, Alexander Schill: Autonomous Participation in Cloud Services. 2nd International Workshop on Intelligent Techniques and Architectures for Autonomic Clouds 5th IEEE/ACM UCC, Chicago, Illinois, USA, November [SG+11] Josef Spillner, Gerd Bombach, Steffen Matthischke, Johannes Müller, Rico Tzschichholz, Alexander Schill: Information Dispersion over Redundant Arrays of Optimal Cloud Storage for Desktop Users. 4th IEEE/ACM International Conference on Utility and Cloud Computing (UCC), Melbourne, Australia, December [Best Paper Award]

Safe File Storage and Databases

Safe File Storage and Databases Department of Computer Science Institute of Systems Architecture Chair of Computer Networks Safe File Storage and Databases From Research To Transfer: User-Controllable Cloud Storage Josef Spillner mailto:josef.spillner@tu-dresden.de

More information

FlexCloud: Reliable and Secure Cloud Overlay Infrastructures

FlexCloud: Reliable and Secure Cloud Overlay Infrastructures Department of Computer Science Institute of Systems Architecture Chair of Computer Networks FlexCloud: Reliable and Secure Cloud Overlay Infrastructures Prof. Dr. Alexander Schill 2013 Who we are Internet

More information

peacs - Performance and Efficiency Analysis for Cloud Storage

peacs - Performance and Efficiency Analysis for Cloud Storage peacs - Performance and Efficiency Analysis for Cloud Storage Josef Spillner, Maximilian Quellmalz, Martin Friedrich, Alexander Schill Technische Universität Dresden, Faculty of Computer Science, {josef.spillner,alexander.schill}@tu-dresden.de,

More information

How to Store Data to the Cloud without giving the Cloud anything Jason Resch Cleversafe

How to Store Data to the Cloud without giving the Cloud anything Jason Resch Cleversafe How to Store Data to the Cloud without giving the Cloud anything Jason Resch Cleversafe Topics Barriers to cloud storage adoption Reliability concerns Security concerns Conventional Solutions Replication,

More information

Information Dispersion over Redundant Arrays of Optimal Cloud Storage for Desktop Users

Information Dispersion over Redundant Arrays of Optimal Cloud Storage for Desktop Users Information Dispersion over Redundant Arrays of Optimal Cloud Storage for Desktop Users Josef Spillner, Gerd Bombach, Steffen Matthischke, Johannes Müller, Rico Tzschichholz, Alexander Schill Faculty of

More information

MPSTOR Technology Overview

MPSTOR Technology Overview MPSTOR Technology Overview Delivering operational efficiency to the datacenter through software defined storage enabling data centers generate new higher margin revenue streams via a single programmable

More information

Orchestration of Distributed Storage Targets through Storage Flows

Orchestration of Distributed Storage Targets through Storage Flows Orchestration of Distributed Storage Targets through Storage Flows Josef Spillner, Alexander Schill Faculty of Computer Science Technische Universität Dresden 01062 Dresden, Germany Email: {josef.spillner,alexander.schill}@tu-dresden.de

More information

Flexible Service Ecosystems The serviceplatform.org perspective. Josef Spillner josef.spillner@tu-dresden.de

Flexible Service Ecosystems The serviceplatform.org perspective. Josef Spillner josef.spillner@tu-dresden.de Flexible Service Ecosystems The serviceplatform.org perspective Josef Spillner josef.spillner@tu-dresden.de Competitive SD Infrastructures Open Source Service Platform Research Initiative http://serviceplatform.org

More information

DepSky Dependable and Secure Storage in a Cloud-of-Clouds Alysson Bessani, Miguel Correia, Bruno Quaresma, Fernando André, Paulo Sousa

DepSky Dependable and Secure Storage in a Cloud-of-Clouds Alysson Bessani, Miguel Correia, Bruno Quaresma, Fernando André, Paulo Sousa epsky ependable and Secure Storage in a Cloud-of-Clouds Alysson Bessani, Miguel Correia, Bruno Quaresma, Fernando André, Paulo Sousa University of Lisbon, Faculty of Sciences 1 Moving to Clouds ata is

More information

Secure Cloud Computing with FlexCloud

Secure Cloud Computing with FlexCloud Department of Computer Science Institute of Systems Architecture Chair of Computer Networks Secure Cloud Computing with FlexCloud Dr.-Ing. Anja Strunk DAAD Summer School CTDS 2012 Sousse, Tunisia 07.09.2012

More information

IMPLEMENTING DATA SECURITY IN MULTI CLOUD

IMPLEMENTING DATA SECURITY IN MULTI CLOUD IMPLEMENTING DATA SECURITY IN MULTI CLOUD Ms. Renu Nagendra Shinde Information Technology SKNCOE Pune 41,India renunikhilp@gmail.com Prof. Mrs. Varsha Khandekar Information Technology SKNCOE Pune 41, India

More information

High Performance Computing OpenStack Options. September 22, 2015

High Performance Computing OpenStack Options. September 22, 2015 High Performance Computing OpenStack PRESENTATION TITLE GOES HERE Options September 22, 2015 Today s Presenters Glyn Bowden, SNIA Cloud Storage Initiative Board HP Helion Professional Services Alex McDonald,

More information

The Pros and Cons of Erasure Coding & Replication vs. RAID in Next-Gen Storage Platforms. Abhijith Shenoy Engineer, Hedvig Inc.

The Pros and Cons of Erasure Coding & Replication vs. RAID in Next-Gen Storage Platforms. Abhijith Shenoy Engineer, Hedvig Inc. The Pros and Cons of Erasure Coding & Replication vs. RAID in Next-Gen Storage Platforms Abhijith Shenoy Engineer, Hedvig Inc. @hedviginc The need for new architectures Business innovation Time-to-market

More information

RAIC Integration for Network Storages on Mobile Devices

RAIC Integration for Network Storages on Mobile Devices RAIC Integration for Network Storages on Mobile Devices Andriy Luntovskyy BA Dresden University of Cooperative Education Information Technology Department Dresden, Germany e-mail: Andriy.Luntovskyy@ba-dresden.de

More information

Building low cost disk storage with Ceph and OpenStack Swift

Building low cost disk storage with Ceph and OpenStack Swift Background photo from: http://edelomahony.com/2011/07/25/loving-money-doesnt-bring-you-more/ Building low cost disk storage with Ceph and OpenStack Swift Paweł Woszuk, Maciej Brzeźniak TERENA TF-Storage

More information

Future Generation Computer Systems

Future Generation Computer Systems Future Generation Computer Systems 29 (2013) 1062 1072 Contents lists available at SciVerse ScienceDirect Future Generation Computer Systems journal homepage: www.elsevier.com/locate/fgcs Creating optimal

More information

Gladinet Cloud Backup V3.0 User Guide

Gladinet Cloud Backup V3.0 User Guide Gladinet Cloud Backup V3.0 User Guide Foreword The Gladinet User Guide gives step-by-step instructions for end users. Revision History Gladinet User Guide Date Description Version 8/20/2010 Draft Gladinet

More information

High Performance Computing. Course Notes 2007-2008. High Performance Storage

High Performance Computing. Course Notes 2007-2008. High Performance Storage High Performance Computing Course Notes 2007-2008 2008 High Performance Storage Storage devices Primary storage: register (1 CPU cycle, a few ns) Cache (10-200 cycles, 0.02-0.5us) Main memory Local main

More information

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...

More information

How To Use Attix5 Pro For A Fraction Of The Cost Of A Backup

How To Use Attix5 Pro For A Fraction Of The Cost Of A Backup Service Overview Business Cloud Backup Techgate s Business Cloud Backup service is a secure, fully automated set and forget solution, powered by Attix5, and is ideal for organisations with limited in-house

More information

Introduction to Gluster. Versions 3.0.x

Introduction to Gluster. Versions 3.0.x Introduction to Gluster Versions 3.0.x Table of Contents Table of Contents... 2 Overview... 3 Gluster File System... 3 Gluster Storage Platform... 3 No metadata with the Elastic Hash Algorithm... 4 A Gluster

More information

EMC AVAMAR. Deduplication backup software and system. Copyright 2012 EMC Corporation. All rights reserved.

EMC AVAMAR. Deduplication backup software and system. Copyright 2012 EMC Corporation. All rights reserved. EMC AVAMAR Deduplication backup software and system 1 IT Pressures 2009 2020 0.8 zettabytes 35.2 zettabytes DATA DELUGE BUDGET DILEMMA Transformation INFRASTRUCTURE SHIFT COMPLIANCE and DISCOVERY 2 EMC

More information

Trends in Application Recovery. Andreas Schwegmann, HP

Trends in Application Recovery. Andreas Schwegmann, HP Andreas Schwegmann, HP 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

Exercise 2 : checksums, RAID and erasure coding

Exercise 2 : checksums, RAID and erasure coding Exercise 2 : checksums, RAID and erasure coding Sébastien Ponce May 22, 2015 1 Goals of the exercise Play with checksums and compare efficiency and robustness Use hand written version of RAID systems and

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview owncloud, Inc. 57 Bedford Street, Suite 102 Lexington, MA 02420 United States phone: +1 (877) 394-2030 www.owncloud.com/contact owncloud GmbH Schloßäckerstraße 26a 90443

More information

CERNBox + EOS: Cloud Storage for Science

CERNBox + EOS: Cloud Storage for Science Data & Storage Services CERNBox + EOS: Cloud Storage for Science CERN IT Department CH-1211 Geneva 23 Switzerland www.cern.ch/it Presenter: Luca Masce. Thanks to: Jakub T. Mościcki, Andreas J. Peters,

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

More information

Cloud Gateway. Agenda. Cloud concepts Gateway concepts My work. Monica Stebbins

Cloud Gateway. Agenda. Cloud concepts Gateway concepts My work. Monica Stebbins Approved for Public Release; Distribution Unlimited. Case Number 15 0196 Cloud Gateway Monica Stebbins Agenda 2 Cloud concepts Gateway concepts My work 3 Cloud concepts What is Cloud 4 Similar to hosted

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

Veeam Backup and Replication Architecture and Deployment. Nelson Simao Systems Engineer

Veeam Backup and Replication Architecture and Deployment. Nelson Simao Systems Engineer Veeam Backup and Replication Architecture and Deployment Nelson Simao Systems Engineer Agenda Veeam Backup Server / Proxy Architecture Veeam Backup Server / Backup Proxy Backup Transport Modes Physical

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Trust in your own cloud

Trust in your own cloud TF-MSP meeting 10-11 September 2013 Trondheim, Norway Peter Szegedi Project Development Officer szegedi@terena.org www.terena.org Trust in your own cloud How we concluded the TCD pilot http://www.terena.org/publications/files/terena

More information

HP StorageWorks Automated Storage Manager User Guide

HP StorageWorks Automated Storage Manager User Guide HP StorageWorks Automated Storage Manager User Guide Part Number: 5697 0422 First edition: June 2010 Legal and notice information Copyright 2010, 2010 Hewlett-Packard Development Company, L.P. Confidential

More information

CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY

CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY White Paper CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY DVTel Latitude NVMS performance using EMC Isilon storage arrays Correct sizing for storage in a DVTel Latitude physical security

More information

Cloud File System Gateway & Cloud Data Management Interface (CDMI)

Cloud File System Gateway & Cloud Data Management Interface (CDMI) Cloud File System Gateway & Cloud Data Management Interface (CDMI) Author: Presenter: Imran Khan, Solutions Architect, Calsoft Inc. Parag Kulkarni, VP Engineering, Calsoft Inc. Agenda Cloud Storage Industry

More information

DeployStudio Server Quick Install

DeployStudio Server Quick Install DeployStudio Server Quick Install v1.7.0 The DeployStudio Team info@deploystudio.com Requirements OS X 10.7.5 to 10.11.1 DeployStudioServer_v1.7.x.pkg and later NetBoot based deployment 100 Mb/s switched

More information

Providing an Enterprise File Share and Sync Solution for

Providing an Enterprise File Share and Sync Solution for INVESTOR NEWSLETTER ISSUE N 3 Storage Made Easy Providing an Enterprise File Share and Sync Solution for OpenStack Storage Made Easy Enterprise File Share and Sync Solution for OpenStack The Storage Made

More information

Designing a Cloud Storage System

Designing a Cloud Storage System Designing a Cloud Storage System End to End Cloud Storage When designing a cloud storage system, there is value in decoupling the system s archival capacity (its ability to persistently store large volumes

More information

Module: Business Continuity

Module: Business Continuity Upon completion of this module, you should be able to: Describe business continuity and cloud service availability Describe fault tolerance mechanisms for cloud infrastructure Discuss data protection solutions

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

STRATEGIC PLANNING ASSUMPTION(S)

STRATEGIC PLANNING ASSUMPTION(S) STRATEGIC PLANNING ASSUMPTION(S) By 2016, one-third of organizations will change backup vendors due to frustration over cost, complexity and/or capability. By 2014, 80% of the industry will choose disk-based

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently

More information

Building Storage Service in a Private Cloud

Building Storage Service in a Private Cloud Building Storage Service in a Private Cloud Sateesh Potturu & Deepak Vasudevan Wipro Technologies Abstract Storage in a private cloud is the storage that sits within a particular enterprise security domain

More information

Data Storage Solution Using PL-Grid UNICORE Infrastructure

Data Storage Solution Using PL-Grid UNICORE Infrastructure Domain-oriented services and resources of Polish Infrastructure for Supporting Computational Science in the European Research Space PLGrid Plus Data Storage Solution Using PL-Grid UNICORE Infrastructure

More information

How to use Cloud Solutions by Swisscom for Disaster Recovery. Whitepaper. Fabian Haldimann Stefan Lengacher Thomas Gfeller

How to use Cloud Solutions by Swisscom for Disaster Recovery. Whitepaper. Fabian Haldimann Stefan Lengacher Thomas Gfeller How to use Cloud Solutions by Swisscom for Disaster Recovery Whitepaper Fabian Haldimann Stefan Lengacher Thomas Gfeller Whitepaper Swisscom How to Use Cloud Solutions by Swisscom for Disaster Recovery

More information

ntier Verde Simply Affordable File Storage

ntier Verde Simply Affordable File Storage ntier Verde Simply Affordable File Storage Current Market Problems Data Growth Continues Data Retention Increases By 2020 the Digital Universe will hold 40 Zettabytes The Market is Missing: An easy to

More information

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Table of Contents Introduction.... 3 vsphere Architectural Overview... 4 SAN Backup

More information

Red Hat Storage Server

Red Hat Storage Server Red Hat Storage Server Marcel Hergaarden Solution Architect, Red Hat marcel.hergaarden@redhat.com May 23, 2013 Unstoppable, OpenSource Software-based Storage Solution The Foundation for the Modern Hybrid

More information

A File Storage Service on a Cloud Computing Environment for Digital Libraries

A File Storage Service on a Cloud Computing Environment for Digital Libraries A File Storage Service on a Cloud Computing Environment for Digital Libraries Victor Jesús Sosa-Sosa and Emigdio M. Hernandez-Ramirez ABSTRACT The growing need for digital libraries to manage large amounts

More information

BlueArc unified network storage systems 7th TF-Storage Meeting. Scale Bigger, Store Smarter, Accelerate Everything

BlueArc unified network storage systems 7th TF-Storage Meeting. Scale Bigger, Store Smarter, Accelerate Everything BlueArc unified network storage systems 7th TF-Storage Meeting Scale Bigger, Store Smarter, Accelerate Everything BlueArc s Heritage Private Company, founded in 1998 Headquarters in San Jose, CA Highest

More information

WHITE PAPER. Software Defined Storage Hydrates the Cloud

WHITE PAPER. Software Defined Storage Hydrates the Cloud WHITE PAPER Software Defined Storage Hydrates the Cloud Table of Contents Overview... 2 NexentaStor (Block & File Storage)... 4 Software Defined Data Centers (SDDC)... 5 OpenStack... 5 CloudStack... 6

More information

Service Overview CloudCare Online Backup

Service Overview CloudCare Online Backup Service Overview CloudCare Online Backup CloudCare s Online Backup service is a secure, fully automated set and forget solution, powered by Attix5, and is ideal for organisations with limited in-house

More information

TERENA Trusted Cloud Drive

TERENA Trusted Cloud Drive SUCRE Workshop Open Source Clouds in the public sector 16-17 April, 2013 Poznan, Poland Peter Szegedi Project Development Officer szegedi@terena.org www.terena.org TERENA Trusted Cloud Drive Unleashing

More information

WHITEPAPER: Understanding Pillar Axiom Data Protection Options

WHITEPAPER: Understanding Pillar Axiom Data Protection Options WHITEPAPER: Understanding Pillar Axiom Data Protection Options Introduction This document gives an overview of the Pillar Data System Axiom RAID protection schemas. It does not delve into corner cases

More information

2011 FileTek, Inc. All rights reserved. 1 QUESTION

2011 FileTek, Inc. All rights reserved. 1 QUESTION 2011 FileTek, Inc. All rights reserved. 1 QUESTION 2011 FileTek, Inc. All rights reserved. 2 HSM - ILM - >>> 2011 FileTek, Inc. All rights reserved. 3 W.O.R.S.E. HOW MANY YEARS 2011 FileTek, Inc. All rights

More information

Reliability and Fault Tolerance in Storage

Reliability and Fault Tolerance in Storage Reliability and Fault Tolerance in Storage Dalit Naor/ Dima Sotnikov IBM Haifa Research Storage Systems 1 Advanced Topics on Storage Systems - Spring 2014, Tel-Aviv University http://www.eng.tau.ac.il/semcom

More information

How To Manage Cloud Service Provisioning And Maintenance

How To Manage Cloud Service Provisioning And Maintenance Managing Cloud Service Provisioning and SLA Enforcement via Holistic Monitoring Techniques Vincent C. Emeakaroha Matrikelnr: 0027525 vincent@infosys.tuwien.ac.at Supervisor: Univ.-Prof. Dr. Schahram Dustdar

More information

Practical Data Integrity Protection in Network-Coded Cloud Storage

Practical Data Integrity Protection in Network-Coded Cloud Storage Practical Data Integrity Protection in Network-Coded Cloud Storage Henry C. H. Chen Department of Computer Science and Engineering The Chinese University of Hong Kong Outline Introduction FMSR in NCCloud

More information

Storing Data: Disks and Files

Storing Data: Disks and Files Storing Data: Disks and Files (From Chapter 9 of textbook) Storing and Retrieving Data Database Management Systems need to: Store large volumes of data Store data reliably (so that data is not lost!) Retrieve

More information

Cloud Attached Storage 5.0

Cloud Attached Storage 5.0 Release Notes Cloud Attached Storage 5.0 March 2015 2015 Cloud Attached Storage 5.0 Release Notes 1 1 Release Contents Copyright 2009-2015 CTERA Networks Ltd. All rights reserved. No part of this document

More information

Leveraging BlobSeer to boost up the deployment and execution of Hadoop applications in Nimbus cloud environments on Grid 5000

Leveraging BlobSeer to boost up the deployment and execution of Hadoop applications in Nimbus cloud environments on Grid 5000 Leveraging BlobSeer to boost up the deployment and execution of Hadoop applications in Nimbus cloud environments on Grid 5000 Alexandra Carpen-Amarie Diana Moise Bogdan Nicolae KerData Team, INRIA Outline

More information

Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage

Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage White Paper July, 2011 Deploying Citrix XenDesktop on NexentaStor Open Storage Table of Contents The Challenges of VDI Storage

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

SoftLayer Fundamentals. Storage and Backup. August, 2014

SoftLayer Fundamentals. Storage and Backup. August, 2014 SoftLayer Fundamentals Storage and Backup August, 2014 SoftLayer Fundamentals STORAGE (DISK) 2 Storage Basics SAN Block based NAS File based RAID RAID 0: Striping, no fault tolerance Appears like local

More information

Secure Framework for Data Storage from Single to Multi clouds in Cloud Networking

Secure Framework for Data Storage from Single to Multi clouds in Cloud Networking Secure Framework for Data Storage from Single to Multi clouds in Cloud Networking B.Sujana 1, P.Tejaswini 2, G.Srinivasulu 3, Sk.Karimulla 4 1,2,3,4 QUBA COLLEGE OF ENGINEERING & TECH, NELLORE Abstract:

More information

Implementing a Digital Video Archive Using XenData Software and a Spectra Logic Archive

Implementing a Digital Video Archive Using XenData Software and a Spectra Logic Archive Using XenData Software and a Spectra Logic Archive With the Video Edition of XenData Archive Series software on a Windows server and a Spectra Logic T-Series digital archive, broadcast organizations have

More information

Openstack. Cloud computing with Openstack. Saverio Proto saverio.proto@switch.ch

Openstack. Cloud computing with Openstack. Saverio Proto saverio.proto@switch.ch Openstack Cloud computing with Openstack Saverio Proto saverio.proto@switch.ch Lugano, 23/03/2016 Agenda SWITCH role in Openstack and Cloud Computing What is Virtualization? Why is Cloud computing more

More information

Unitrends Virtual Backup Installation Guide Version 8.0

Unitrends Virtual Backup Installation Guide Version 8.0 Unitrends Virtual Backup Installation Guide Version 8.0 Release June 2014 7 Technology Circle, Suite 100 Columbia, SC 29203 Phone: 803.454.0300 Contents Chapter 1 Getting Started... 1 Version 8 Architecture...

More information

Protecting the Microsoft Data Center with NetBackup 7.6

Protecting the Microsoft Data Center with NetBackup 7.6 Protecting the Microsoft Data Center with NetBackup 7.6 Amit Sinha NetBackup Product Management 1 Major Components of a Microsoft Data Center Software Hardware Servers Disk Tape Networking Server OS Applications

More information

Enterprise Backup and Restore technology and solutions

Enterprise Backup and Restore technology and solutions Enterprise Backup and Restore technology and solutions LESSON VII Veselin Petrunov Backup and Restore team / Deep Technical Support HP Bulgaria Global Delivery Hub Global Operations Center November, 2013

More information

Long term retention and archiving the challenges and the solution

Long term retention and archiving the challenges and the solution Long term retention and archiving the challenges and the solution NAME: Yoel Ben-Ari TITLE: VP Business Development, GH Israel 1 Archive Before Backup EMC recommended practice 2 1 Backup/recovery process

More information

Cloud Storage and Backup

Cloud Storage and Backup Cloud Storage and Backup Cloud Storage and Backup Cloud Storage and Backup services from iomartcloud have been designed to deliver the performance, capacity, security and flexibility needed to address

More information

Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations. Database Solutions Engineering

Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations. Database Solutions Engineering Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations A Dell Technical White Paper Database Solutions Engineering By Sudhansu Sekhar and Raghunatha

More information

Large Scale Storage. Orlando Richards, Information Services orlando.richards@ed.ac.uk. LCFG Users Day, University of Edinburgh 18 th January 2013

Large Scale Storage. Orlando Richards, Information Services orlando.richards@ed.ac.uk. LCFG Users Day, University of Edinburgh 18 th January 2013 Large Scale Storage Orlando Richards, Information Services orlando.richards@ed.ac.uk LCFG Users Day, University of Edinburgh 18 th January 2013 Overview My history of storage services What is (and is not)

More information

The safer, easier way to help you pass any IT exams. Exam : E20-895. Backup Recovery - Avamar Expert Exam for Implementation Engineers.

The safer, easier way to help you pass any IT exams. Exam : E20-895. Backup Recovery - Avamar Expert Exam for Implementation Engineers. http://www.51- pass.com Exam : E20-895 Title : Backup Recovery - Avamar Expert Exam for Implementation Engineers Version : Demo 1 / 7 1.An EMC Avamar customer is currently using a 2 TB Avamar Virtual Edition

More information

Feature and Technical

Feature and Technical BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's

More information

RAID Storage, Network File Systems, and DropBox

RAID Storage, Network File Systems, and DropBox RAID Storage, Network File Systems, and DropBox George Porter CSE 124 February 24, 2015 * Thanks to Dave Patterson and Hong Jiang Announcements Project 2 due by end of today Office hour today 2-3pm in

More information

Object Oriented Storage and the End of File-Level Restores

Object Oriented Storage and the End of File-Level Restores Object Oriented Storage and the End of File-Level Restores Stacy Schwarz-Gardner Spectra Logic Agenda Data Management Challenges Data Protection Data Recovery Data Archive Why Object Based Storage? The

More information

UNDERSTANDING DATA DEDUPLICATION. Thomas Rivera SEPATON

UNDERSTANDING DATA DEDUPLICATION. Thomas Rivera SEPATON UNDERSTANDING DATA DEDUPLICATION Thomas Rivera SEPATON SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material

More information

Aspera Direct-to-Cloud Storage WHITE PAPER

Aspera Direct-to-Cloud Storage WHITE PAPER Transport Direct-to-Cloud Storage and Support for Third Party April 2014 WHITE PAPER TABLE OF CONTENTS OVERVIEW 3 1 - THE PROBLEM 3 2 - A FUNDAMENTAL SOLUTION - ASPERA DIRECT-TO-CLOUD TRANSPORT 5 3 - VALIDATION

More information

Get Success in Passing Your Certification Exam at first attempt!

Get Success in Passing Your Certification Exam at first attempt! Get Success in Passing Your Certification Exam at first attempt! Exam : E22-290 Title : EMC Data Domain Deduplication, Backup and Recovery Exam Version : DEMO 1.A customer has a Data Domain system with

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details System requirements and installation How to get it? 2 What is CC1? The CC1 system is a complete solution

More information

CERN Cloud Storage Evaluation Geoffray Adde, Dirk Duellmann, Maitane Zotes CERN IT

CERN Cloud Storage Evaluation Geoffray Adde, Dirk Duellmann, Maitane Zotes CERN IT SS Data & Storage CERN Cloud Storage Evaluation Geoffray Adde, Dirk Duellmann, Maitane Zotes CERN IT HEPiX Fall 2012 Workshop October 15-19, 2012 Institute of High Energy Physics, Beijing, China SS Outline

More information

Service Level Agreement (SLA) Arcplace Backup Enterprise Service

Service Level Agreement (SLA) Arcplace Backup Enterprise Service (SLA) Arcplace Backup Enterprise Service 1. Introduction This Service Level Agreement ( SLA ) forms an integral part of the Agreement between Arcplace and Customer. This SLA describes the Backup Enterprise

More information

How To Encrypt Data With A Power Of N On A K Disk

How To Encrypt Data With A Power Of N On A K Disk Towards High Security and Fault Tolerant Dispersed Storage System with Optimized Information Dispersal Algorithm I Hrishikesh Lahkar, II Manjunath C R I,II Jain University, School of Engineering and Technology,

More information

e22-290 http://www.gratisexam.com/ Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0

e22-290 http://www.gratisexam.com/ Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 e22-290 Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ EMC E22-290 EMC Data Domain Deduplication, Backup and Recovery Exam Version: 5.1 Exam A QUESTION

More information

A Distributed Storage Architecture based on a Hybrid Cloud Deployment Model

A Distributed Storage Architecture based on a Hybrid Cloud Deployment Model A Distributed Storage Architecture based on a Hybrid Cloud Deployment Model Emigdio M. Hernandez-Ramirez, Victor J. Sosa-Sosa, Ivan Lopez-Arevalo Information Technology Laboratory Center of Research and

More information

ESG Lab Review Symantec NetBackup 5230 Appliance Author: Vinny Choinski, Senior Lab Analyst, and Kerry Dolan, Lab Analyst.

ESG Lab Review Symantec NetBackup 5230 Appliance Author: Vinny Choinski, Senior Lab Analyst, and Kerry Dolan, Lab Analyst. ESG Lab Review Symantec NetBackup 5230 Appliance Author: Vinny Choinski, Senior Lab Analyst, and Kerry Dolan, Lab Analyst Abstract: This ESG Lab review documents hands-on testing of the Symantec NetBackup

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

A Secure And Reliable Storage Above Public Clouds. 14.05.2013 Maxim Schnjakin

A Secure And Reliable Storage Above Public Clouds. 14.05.2013 Maxim Schnjakin A Secure And Reliable Storage Above Public Clouds 14.05.2013 Maxim Schnjakin Outline 2 Motivation Focus and challenges Our approach Cloud storage layer Security and reliability Data distribution Recent

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course

More information

Testing ARES on the GTS framework: lesson learned and open issues. Mauro Femminella University of Perugia mauro.femminella@unipg.

Testing ARES on the GTS framework: lesson learned and open issues. Mauro Femminella University of Perugia mauro.femminella@unipg. Testing ARES on the GTS framework: lesson learned and open issues Mauro Femminella University of Perugia mauro.femminella@unipg.it Outline What is ARES What testing on GTS? Our solution Performance evaluation

More information

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Most data centers routinely utilize virtualization and cloud technology to benefit from the massive cost savings and resource

More information

How To Backup With Ec Avamar

How To Backup With Ec Avamar BACKUP AND RECOVERY FOR MICROSOFT-BASED PRIVATE CLOUDS LEVERAGING THE EMC DATA PROTECTION SUITE A Detailed Review ABSTRACT This white paper highlights how IT environments which are increasingly implementing

More information

Getting performance & scalability on standard platforms, the Object vs Block storage debate. Copyright 2013 MPSTOR LTD. All rights reserved.

Getting performance & scalability on standard platforms, the Object vs Block storage debate. Copyright 2013 MPSTOR LTD. All rights reserved. Getting performance & scalability on standard platforms, the Object vs Block storage debate 1 December Webinar Session Getting performance & scalability on standard platforms, the Object vs Block storage

More information

Peer-to-peer Cooperative Backup System

Peer-to-peer Cooperative Backup System Peer-to-peer Cooperative Backup System Sameh Elnikety Mark Lillibridge Mike Burrows Rice University Compaq SRC Microsoft Research Abstract This paper presents the design and implementation of a novel backup

More information

RAID Overview 91.520

RAID Overview 91.520 RAID Overview 91.520 1 The Motivation for RAID Computing speeds double every 3 years Disk speeds can t keep up Data needs higher MTBF than any component in system IO Performance and Availability Issues!

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

Prototyping a file sharing and synchronisation platform with owncloud

Prototyping a file sharing and synchronisation platform with owncloud Data & Storage Services Prototyping a file sharing and synchronisation platform with owncloud CERN IT Department CH-1211 Geneva 23 Switzerland www.cern.ch/it Jakub T. Moscicki Massimo Lamanna CERN IT-

More information

ADVANCED DEDUPLICATION CONCEPTS. Larry Freeman, NetApp Inc Tom Pearce, Four-Colour IT Solutions

ADVANCED DEDUPLICATION CONCEPTS. Larry Freeman, NetApp Inc Tom Pearce, Four-Colour IT Solutions ADVANCED DEDUPLICATION CONCEPTS Larry Freeman, NetApp Inc Tom Pearce, Four-Colour IT Solutions SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and

More information