Cloudian The Storage Evolution to the Cloud.. Cloudian Inc. Pre Sales Engineering

Size: px
Start display at page:

Download "Cloudian The Storage Evolution to the Cloud.. Cloudian Inc. Pre Sales Engineering"

Transcription

1 Cloudian The Storage Evolution to the Cloud.. Cloudian Inc. Pre Sales Engineering

2 Agenda Industry Trends Cloud Storage Evolu4on of Storage Architectures Storage Connec4vity redefined S3 Cloud Storage Use Cases

3 Machine Data Builds 35 Zettabytes in Enterprise Data 2020 DATA VOLUME Machine Generated Data Zettabyte Exabyte Logs, Files Multi- Structured Block & File Perpetual Streaming 1.8 Zettabytes in Enterprise Data Interactions 2011 Petabyte Human Files Terabyte Transactional Data Mainframe PC Internet Mobile Machine Zettabyte = 1,000,000,000,000,000,000,000 Bytes Graph based on IDC and UC Berkeley Data Growth Estimates, Source: IDC & CosmoBC.com:

4 Market Trends Data Explosion & Shrinking Budgets Workloads, IT Budgets and Trends Source: 2014 Company, Gartner, IDC and Wall Street research.

5 Data Classifica>on Structured data Structured data typically refers to data in a database (Oracle, MSFT SQL Server, IBM DB2, SAP Sybase ) Data that resides in a fixed field within a record or file Includes data in a rela4onal database or spreadsheet Easily stored and analyzed Data types include numeric, currency, alphabe4c, name, data, address Unstructured data Generically refers to everything else and typically refers to data in file systems Describes any corporate data not in a database Can include s, presenta4ons, word processing documents, video, audio, photos, webpages Requires use of seman4c search in order to locate informa4on

6 A Cloud Storage plaaorm offers OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT Low cost Designed for PB scale Separa4on from performance 4ers A flat namespace of billions of objects Geo distribu4on, protec4on, & access Analy4cs based on Smart Data User meta data as a first-class en4ty Storage as a revenue source Mul4-tenant access & metering So_ware Defined via RESTful API Amazon S3, Swi_ and CDMI API OBJECT OBJECT 6

7 Cloud Storage Changes the Game.. L.A. BOSTON LONDON L.A. BOSTON LONDON Storage Islands Disparate Systems Mul4ple Administra4on Points Mul4ple Filesystem s need to be managed and replicated Cloud /Object Storage Pool Single System Across Loca4ons Access to One Storage System without provisioning Web Based Administra4on and delivery 18/11/15 Cloudian Confiden4al 7

8 Storage needs are evolving, squeezing the tradi>onal model Scale Up / Tera Byte Flash host/array Tradi>onal SAN/NAS Scalability / Big Data Object Storage Scale Out / Peta Byte Limited by Controllers Transac4on Volume Unlimited by Scale High Price / Proprietary Price / GB Commodity / Low Price High Performance / Low Latency Latency Higher Latency / Archive Local / Locking Access Distributed Limited / Ac>ve-Readonly Robustness / DR Cloudian Confiden4al Durable / Ac>ve-Ac>ve 8

9 Op>mal Storage Architecture Workload Centric Backup & Archive Big Data Analytics Storage As a Service File Web Content Collaboration Storage Tier 1 Storage Scale out All Flash Array Op4mised for $/IOPs to support performance workloads Tier 2 Storage Scale out Cloud/object Storage Op4mised for $/GBs to support capacity workloads 9

10 S3 Simple Storage Service Amazon launched S3, in the US in March 2006/Europe in November 2007 S3 is storage for the Internet. It s a simple storage service that offers so_ware developers a Programmable API using web service interfaces (HTTP). which offers; Highly-scalable Reliable Low-latency Commodity level costs It is designed to be highly flexible: Store any type and amount of data that you want; read the same piece of data a million 4mes or only for emergency disaster recovery *2000 ISVs support for S3 today 10

11 S3 Func>onality A modern storage protocol combining Connec4vity Access control Data management Repor4ng & No4fica4ons Advanced Func4onality Tiering. that can be used across the internet. Encryp4on Billing Monitoring No4fica4ons Replica4on Time limited access Standard Storage Protocols S3 API 11

12 S3 Concepts - Objects S3 is a simple key, value store designed to store as many objects as you want. You store these objects in one or more buckets. An object consists of the following: Key The name that you assign to an object. You use the object key to retrieve the object. Version ID Within a bucket, a key and version ID uniquely iden4fy an object. The version ID is a string that is generated when an object is added to a bucket. Value The content that you are storing. An object value can be any sequence of bytes. Metadata A set of name-value pairs with which you can store informa4on regarding the object. You can assign metadata, referred to as user-defined metadata, to objects. S3 also assigns systemmetadata to these objects, which it uses for managing objects. Access Control Informa>on You can control access to the objects you store with S3, both resource-based access controls, such as ACL s and bucket policies, and user-based access control is supported. 12

13 What is an object? X-Ray image Image file stored as jpg/4f.. File system meta data would include; Image name Date/4me created Image owner Extended meta data for object could include; Pa4ent Name Pa4ent Age Scan details Why scan taken? X-Ray Machine used Machine operator How incident occurred. 13

14 S3 Concepts - Buckets S3 buckets are a virtual storage resource which acts as a data repository (similar to a LUN or file system). Objects are stored in buckets Bucket names are globally unique, even in a mul4-region setup. The account that creates a bucket is the owner and can assign permissions as appropriate S3 supports both virtual-hosted style and path-style URLs to access a bucket. In a virtual-hosted style URL, the bucket name is part of the domain name in the URL. For example: hap://bucket.s3.cloudian.com In a path-style URL, the bucket name is not part of the domain (unless you use a region-specific endpoint). For example: hap://s3.cloudian.com/bucket 14

15 S3 Concepts - Keys Each S3 object has data, a key, and metadata. The Object key (or key name) uniquely iden4fies the object in a bucket. When you create an object, you specify the key name, which is a sequence of Unicode characters whose UTF-8 encoding is at most 1024 bytes long. The following are examples of valid object key names: 4my-organiza4on my.great_photos-2014/jan/myvaca4on.jpg videos/2014/birthday/video1.wmv The S3 data model is a flat structure: you create a bucket, and the bucket stores objects. There is no hierarchy of sub-buckets or subfolders; however, you can infer logical hierarchy using keyname prefixes and delimiters. S3 applica4ons supports a concept of folders. Suppose the bucket (companybucket) has four objects with the following object keys: Development/Projects1.xls Finance/statement1.pdf Private/taxdocument.pdf s3-dg.pdf The console uses the keyname prefixes (Development/, Finance/, and Private/) and delimiter ('/') to present a folder structure as shown: 15

16 What it takes to be 100% S3 Compa>ble Compa4bility View API View Basic Opera4ons Moderately Complex Opera4ons Advance Complex Opera4ons

17 S3 vs.. 17

18 Cloud Storage Use Cases Backup and Archive Enterprise backup & store Backup is the classic applica4on for object storage Tape replacement Object storage is much more reliable than tape Object storage is much faster than tape Automated offsite, mul4-site storage Restore anywhere from anywhere Integra4on with con4nuous data replica4on Enterprise long term archiving More cost effec4ve than typical disk solu4on Far greater reliability than tape Overcome corrup4on risks Greater reliability and far lower cost than duplica4ng on tradi4onal storage 18

19 Cloud Storage Use Cases File Distribu>on and Sharing Enterprise file sync and share Any file from any device from anywhere File access, backup, synchroniza4on Enterprise security and control Distributed users no geographic boundaries Remote office file storage Lower cost remote office file shares Central administra4on and control Remote office backup to central data center Content sharing and collabora4on 19

20 Cloud Storage Use Cases Private Cloud Storage So_ware defined storage runs on commodity hardware Integra4on with Amazon, OpenStack and CloudStack Storage for Virtual Machines Templates, Snapshots and backups Storage infrastructure as a Service 20

21 Cloud Storage Use Cases Analy>cs Consumer Activity (Events, GPS, WiFi) Device Tracking and Logs INTERNET OF THINGS Social Media Result of Analysis Benefits ü Faster time-to-decision Event processing plaaorm BIG DATA Fast Efficient Beaer business decisions ü Analyze more allows for efficient bulk data analysis in place Analytics ü No redundant storage of data ü HyperStore scales out with your data adding nodes for I/O ü Take advantage of multi-core CPUs makes sense for MapReduce Cloudian HyperStore ü Can feed smarter data to subsequent analytic systems 21

22 HyperStore 5.2 Smart Data Storage Technology Partner Ecosystem Smart Data Applica>ons High Value (do more) Backup Media and Content Distribu>on File Services Collabora>on Analy>cs Hybrid Cloud Storage Private, On-Premises Storage: Soiware or Appliances Public Cloud Low Cost (with less) 1 Cent per GB a Month QoS Data Center Management Commodity Servers 22

23 THANK YOU Questions? Cloud Storage for Everyone CLOUDIAN HYPERSTORE USE CASES JAN 2015

Neil Stobart Cloudian Inc. CLOUDIAN HYPERSTORE Smart Data Storage

Neil Stobart Cloudian Inc. CLOUDIAN HYPERSTORE Smart Data Storage Neil Stobart Cloudian Inc. CLOUDIAN HYPERSTORE Smart Data Storage Storage is changing forever Scale Up / Terabytes Flash host/array Tradi/onal SAN/NAS Scalability / Big Data Object Storage Scale Out /

More information

SMART SCALE YOUR STORAGE - Object "Forever Live" Storage - Roberto Castelli EVP Sales & Marketing BCLOUD

SMART SCALE YOUR STORAGE - Object Forever Live Storage - Roberto Castelli EVP Sales & Marketing BCLOUD SMART SCALE YOUR STORAGE - Object "Forever Live" Storage - Roberto Castelli EVP Sales & Marketing BCLOUD 1 BCLOUD at a Glance 4 years constantly growing + 3PBs protected and distributed every day from

More information

Evolution from Big Data to Smart Data

Evolution from Big Data to Smart Data Evolution from Big Data to Smart Data Information is Exploding 120 HOURS VIDEO UPLOADED TO YOUTUBE 50,000 APPS DOWNLOADED 204 MILLION E-MAILS EVERY MINUTE EVERY DAY Intel Corporation 2015 The Data is Changing

More information

Texas Digital Government Summit. Data Analysis Structured vs. Unstructured Data. Presented By: Dave Larson

Texas Digital Government Summit. Data Analysis Structured vs. Unstructured Data. Presented By: Dave Larson Texas Digital Government Summit Data Analysis Structured vs. Unstructured Data Presented By: Dave Larson Speaker Bio Dave Larson Solu6ons Architect with Freeit Data Solu6ons In the IT industry for over

More information

NextGen Infrastructure for Big DATA Analytics.

NextGen Infrastructure for Big DATA Analytics. NextGen Infrastructure for Big DATA Analytics. So What is Big Data? Data that exceeds the processing capacity of conven4onal database systems. The data is too big, moves too fast, or doesn t fit the structures

More information

Growth of Unstructured Data & Object Storage. Marcel Laforce Sr. Director, Object Storage

Growth of Unstructured Data & Object Storage. Marcel Laforce Sr. Director, Object Storage Growth of Unstructured Data & Object Storage Marcel Laforce Sr. Director, Object Storage Agenda Unstructured Data Growth Contrasting approaches: Objects, Files & Blocks The Emerging Object Storage Market

More information

OPTIMIZING PRIMARY STORAGE WHITE PAPER FILE ARCHIVING SOLUTIONS FROM QSTAR AND CLOUDIAN

OPTIMIZING PRIMARY STORAGE WHITE PAPER FILE ARCHIVING SOLUTIONS FROM QSTAR AND CLOUDIAN OPTIMIZING PRIMARY STORAGE WHITE PAPER FILE ARCHIVING SOLUTIONS FROM QSTAR AND CLOUDIAN CONTENTS EXECUTIVE SUMMARY The Challenges of Data Growth SOLUTION OVERVIEW 3 SOLUTION COMPONENTS 4 Cloudian HyperStore

More information

The Convergence of Software Defined Storage and Physical Appliances Hybrid Cloud Storage

The Convergence of Software Defined Storage and Physical Appliances Hybrid Cloud Storage Cloudian S3 Cloud Storage Platform The Convergence of Software Defined Storage and Physical Appliances Hybrid Cloud Storage Paul Turner, CMO Cloudian Inc. Cloudian - Innovating in Storage HyperStore Software

More information

Object Storage A Dell Point of View

Object Storage A Dell Point of View Object Storage A Dell Point of View Dell Product Group 1 THIS POINT OF VIEW PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED

More information

EMC IRODS RESOURCE DRIVERS

EMC IRODS RESOURCE DRIVERS EMC IRODS RESOURCE DRIVERS PATRICK COMBES: PRINCIPAL SOLUTION ARCHITECT, LIFE SCIENCES 1 QUICK AGENDA Intro to Isilon (~2 hours) Isilon resource driver Intro to ECS (~1.5 hours) ECS Resource driver Possibilities

More information

Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore. The Challenge SOLUTION GUIDE

Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore. The Challenge SOLUTION GUIDE Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore COST EFFECTIVE SCALABLE STORAGE PLATFORM FOR CLOUD STORAGE SERVICES SOLUTION GUIDE The Challenge Service providers (MSPs/ISPs/ASPs)

More information

Data Management in the Cloud: Limitations and Opportunities. Annies Ductan

Data Management in the Cloud: Limitations and Opportunities. Annies Ductan Data Management in the Cloud: Limitations and Opportunities Annies Ductan Discussion Outline: Introduc)on Overview Vision of Cloud Compu8ng Managing Data in The Cloud Cloud Characteris8cs Data Management

More information

Cloudian delivers object storage for next generation infrastructures

Cloudian delivers object storage for next generation infrastructures Cloudian delivers object storage for next generation infrastructures Prepared for: Cloudian July 2014 TABLE OF CONTENTS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY 2 INTRODUCTION 3 The challenges 3 Considering

More information

Intro to AWS: Storage Services

Intro to AWS: Storage Services Intro to AWS: Storage Services Matt McClean, AWS Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved AWS storage options Scalable object storage Inexpensive archive

More information

Amazon Cloud Storage Options

Amazon Cloud Storage Options Amazon Cloud Storage Options Table of Contents 1. Overview of AWS Storage Options 02 2. Why you should use the AWS Storage 02 3. How to get Data into the AWS.03 4. Types of AWS Storage Options.03 5. Object

More information

SCALABLE FILE SHARING AND DATA MANAGEMENT FOR INTERNET OF THINGS

SCALABLE FILE SHARING AND DATA MANAGEMENT FOR INTERNET OF THINGS Sean Lee Solution Architect, SDI, IBM Systems SCALABLE FILE SHARING AND DATA MANAGEMENT FOR INTERNET OF THINGS Agenda Converging Technology Forces New Generation Applications Data Management Challenges

More information

Big Data. The Big Picture. Our flexible and efficient Big Data solu9ons open the door to new opportuni9es and new business areas

Big Data. The Big Picture. Our flexible and efficient Big Data solu9ons open the door to new opportuni9es and new business areas Big Data The Big Picture Our flexible and efficient Big Data solu9ons open the door to new opportuni9es and new business areas What is Big Data? Big Data gets its name because that s what it is data that

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

Barracuda Backup Server. Introduction

Barracuda Backup Server. Introduction Barracuda Backup Server Introduction Backup & Recovery Conditions and Trends in the Market Barracuda Networks 2! Business Continuity! Business today operates around the clock Downtime is very costly Disaster

More information

Building Storage-as-a-Service Businesses

Building Storage-as-a-Service Businesses White Paper Service Providers Greatest New Growth Opportunity: Building Storage-as-a-Service Businesses According to 451 Research, Storage as a Service represents a large and rapidly growing market with

More information

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research Introduction to Cloud : Cloud and Cloud Storage Lecture 2 Dr. Dalit Naor IBM Haifa Research Storage Systems 1 Advanced Topics in Storage Systems for Big Data - Spring 2014, Tel-Aviv University http://www.eng.tau.ac.il/semcom

More information

TRANSFORMING DATA PROTECTION

TRANSFORMING DATA PROTECTION TRANSFORMING DATA PROTECTION Moving from Reactive to Proactive Mark Galpin 1 Our Protection Strategy: Best Of Breed Performance LEADER HIGH-END STORAGE VMAX Low Service Level LEADER SCALE-OUT NAS STORAGE

More information

Getting Real with Policies for Software Defined Infrastructure. Manish Dave Principal Engineer, Intel IT

Getting Real with Policies for Software Defined Infrastructure. Manish Dave Principal Engineer, Intel IT Getting Real with Policies for Software Defined Infrastructure Manish Dave Principal Engineer, Intel IT Manish Dave, Principal Engineer, Intel IT Network Security Architect @ Intel IT 15+ years of experience

More information

Understanding Object Storage and How to Use It

Understanding Object Storage and How to Use It SWIFTSTACK WHITEPAPER An IT Expert Guide: Understanding Object Storage and How to Use It November 2014 The explosion of unstructured data is creating a groundswell of interest in object storage, certainly

More information

IBM Information Infrastructure

IBM Information Infrastructure IBM Information Infrastructure Reduce the cost and complexity of storing vast amounts of data Ronan MAUJEAN ronan.maujean@fr.ibm.com Information Infrastructure SME The World is Becoming Smarter Every Day

More information

How To Use Splunk For Android (Windows) With A Mobile App On A Microsoft Tablet (Windows 8) For Free (Windows 7) For A Limited Time (Windows 10) For $99.99) For Two Years (Windows 9

How To Use Splunk For Android (Windows) With A Mobile App On A Microsoft Tablet (Windows 8) For Free (Windows 7) For A Limited Time (Windows 10) For $99.99) For Two Years (Windows 9 Copyright 2014 Splunk Inc. Splunk for Mobile Intelligence Bill Emme< Director, Solu?ons Marke?ng Panos Papadopoulos Director, Product Management Disclaimer During the course of this presenta?on, we may

More information

August 2009. Transforming your Information Infrastructure with IBM s Storage Cloud Solution

August 2009. Transforming your Information Infrastructure with IBM s Storage Cloud Solution August 2009 Transforming your Information Infrastructure with IBM s Storage Cloud Solution Page 2 Table of Contents Executive summary... 3 Introduction... 4 A Story or three for inspiration... 6 Oops,

More information

Data Warehousing. Yeow Wei Choong Anne Laurent

Data Warehousing. Yeow Wei Choong Anne Laurent Data Warehousing Yeow Wei Choong Anne Laurent Databases Databases are developed on the IDEA that DATA is one of the cri>cal materials of the Informa>on Age Informa>on, which is created by data, becomes

More information

Cloud and Big Data initiatives. Mark O Connell, EMC

Cloud and Big Data initiatives. Mark O Connell, EMC Object storage PRESENTATION systems: TITLE GOES the underpinning HERE of Cloud and Big Data initiatives Mark O Connell, EMC SNIA Legal Notice The material contained in this tutorial is copyrighted by the

More information

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage Clodoaldo Barrera Chief Technical Strategist IBM System Storage Making a successful transition to Software Defined Storage Open Server Summit Santa Clara Nov 2014 Data at the core of everything Data is

More information

Data Centric Computing Revisited

Data Centric Computing Revisited Piyush Chaudhary Technical Computing Solutions Data Centric Computing Revisited SPXXL/SCICOMP Summer 2013 Bottom line: It is a time of Powerful Information Data volume is on the rise Dimensions of data

More information

Data Center Evolu.on and the Cloud. Paul A. Strassmann George Mason University November 5, 2008, 7:20 to 10:00 PM

Data Center Evolu.on and the Cloud. Paul A. Strassmann George Mason University November 5, 2008, 7:20 to 10:00 PM Data Center Evolu.on and the Cloud Paul A. Strassmann George Mason University November 5, 2008, 7:20 to 10:00 PM 1 Hardware Evolu.on 2 Where is hardware going? x86 con(nues to move upstream Massive compute

More information

Vodacom Managed Hosted Backups

Vodacom Managed Hosted Backups Vodacom Managed Hosted Backups Robust Data Protection for your Business Critical Data Enterprise class Backup and Recovery and Data Management on Diverse Platforms Vodacom s Managed Hosted Backup offers

More information

Virident HGST Leading the Flash Pla6orm Transforma:on March 2014

Virident HGST Leading the Flash Pla6orm Transforma:on March 2014 Virident HGST Leading the Flash Pla6orm Transforma:on March 2014 www.virident.com Storage Technology Division Hard Drive Division Storage Technology Division www.virident.com ENTERPRISE 2014, Virident

More information

Introduction to NetApp Infinite Volume

Introduction to NetApp Infinite Volume Technical Report Introduction to NetApp Infinite Volume Sandra Moulton, Reena Gupta, NetApp April 2013 TR-4037 Summary This document provides an overview of NetApp Infinite Volume, a new innovation in

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

Version: 1.5 2014 Page 1 of 5

Version: 1.5 2014 Page 1 of 5 Version: 1.5 2014 Page 1 of 5 1.0 Overview A backup policy is similar to an insurance policy it provides the last line of defense against data loss and is sometimes the only way to recover from a hardware

More information

IBM Spectrum Protect in the Cloud

IBM Spectrum Protect in the Cloud IBM Spectrum Protect in the Cloud. Disclaimer IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Information regarding

More information

So What s the Big Deal?

So What s the Big Deal? So What s the Big Deal? Presentation Agenda Introduction What is Big Data? So What is the Big Deal? Big Data Technologies Identifying Big Data Opportunities Conducting a Big Data Proof of Concept Big Data

More information

Overview Copy Cop ri y g ri h g t h 2014 t EM E C Corp M orat C Corp i orat o i n. n. A l A ll l rig ri h g t h s t res s e res rved rv.

Overview Copy Cop ri y g ri h g t h 2014 t EM E C Corp M orat C Corp i orat o i n. n. A l A ll l rig ri h g t h s t res s e res rved rv. Overview 1 What the Heck is an Object anyway? File Object G:\folder1\Dog.jpg File Size ACL Date LAN Access SMB/CIFS/NFS Object ID + Metadata All File info plus: M Lady Beagle Likes Kids LAN/WAN/Mobile

More information

EMC NETWORKER AND DATADOMAIN

EMC NETWORKER AND DATADOMAIN EMC NETWORKER AND DATADOMAIN Capabilities, options and news Madis Pärn Senior Technology Consultant EMC madis.parn@emc.com 1 IT Pressures 2009 0.8 Zettabytes 2020 35.2 Zettabytes DATA DELUGE BUDGET DILEMMA

More information

場次: Track B-2 公司名稱: EMC 主講人: 藍基能

場次: Track B-2 公司名稱: EMC 主講人: 藍基能 場次: Track B-2 公司名稱: EMC 主題: EMC Software-Defined Data Protection 主講人: 藍基能 Three Transformational IT Waves Evolving Backup to Data Protection SERVER CENTRIC BACKUP INFRASTRUCTURE CENTRIC DATA PROTECTION

More information

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved.

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved. Object Storage: A Growing Opportunity for Service Providers Prepared for: White Paper 2012 Neovise, LLC. All Rights Reserved. Introduction For service providers, the rise of cloud computing is both a threat

More information

Technical Brief: Global File Locking

Technical Brief: Global File Locking Nasuni enables collaboration among users of files no matter where users are located Introduction The Nasuni Service combines the availability and scale of cloud storage with the local performance found

More information

Nutanix Solutions for Private Cloud. Kees Baggerman Performance and Solution Engineer

Nutanix Solutions for Private Cloud. Kees Baggerman Performance and Solution Engineer Nutanix Solutions for Private Cloud Kees Baggerman Performance and Solution Engineer Nutanix: Web-Scale Converged Infrastructure ü Founded in 2009 ü Now on fourth generation ü Core team from industry leaders

More information

DPAD Introduction. EMC Data Protection and Availability Division. Copyright 2011 EMC Corporation. All rights reserved.

DPAD Introduction. EMC Data Protection and Availability Division. Copyright 2011 EMC Corporation. All rights reserved. DPAD Introduction EMC Data Protection and Availability Division 1 EMC 的 備 份 與 回 復 的 解 決 方 案 Data Domain Avamar NetWorker Data Protection Advisor 2 EMC 雙 活 資 料 中 心 的 解 決 方 案 移 動 性 ( Mobility ) 可 用 性 ( Availability

More information

www.basho.com Technical Overview Simple, Scalable, Object Storage Software

www.basho.com Technical Overview Simple, Scalable, Object Storage Software www.basho.com Technical Overview Simple, Scalable, Object Storage Software Table of Contents Table of Contents... 1 Introduction & Overview... 1 Architecture... 2 How it Works... 2 APIs and Interfaces...

More information

THE VIRTUAL DATA CENTER OF THE FUTURE

THE VIRTUAL DATA CENTER OF THE FUTURE THE VIRTUAL DATA CENTER OF THE FUTURE An Introduction to VMAX and VPLEX NAME TITLE EMC Petabyte Club Customers with > 1 PB EMC storage 1,000 10 2002 2003 2004 2005 2006 2007 2008 2009 2010 EMC Petabyte

More information

Archiving and Sharing Big Data Digital Repositories, Libraries, Cloud Storage

Archiving and Sharing Big Data Digital Repositories, Libraries, Cloud Storage Archiving and Sharing Big Data Digital Repositories, Libraries, Cloud Storage Cyrus Shahabi, Ph.D. Professor of Computer Science & Electrical Engineering Director, Integrated Media Systems Center (IMSC)

More information

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform Page 1 of 16 Table of Contents Table of Contents... 2 Introduction... 3 NoSQL Databases... 3 CumuLogic NoSQL Database Service...

More information

Diagram 1: Islands of storage across a digital broadcast workflow

Diagram 1: Islands of storage across a digital broadcast workflow XOR MEDIA CLOUD AQUA Big Data and Traditional Storage The era of big data imposes new challenges on the storage technology industry. As companies accumulate massive amounts of data from video, sound, database,

More information

Informa*on Management

Informa*on Management Informa*on Management Deepak Mohan SVP, Informa3on Management Group 1 Symantec Informa*on Management Strategy Protect Completely Dedupe Everywhere Delete Confidently Discover Efficiently Backup, archive

More information

Architecting for Big Data Analytics and Beyond: A New Framework for Business Intelligence and Data Warehousing

Architecting for Big Data Analytics and Beyond: A New Framework for Business Intelligence and Data Warehousing Architecting for Big Data Analytics and Beyond: A New Framework for Business Intelligence and Data Warehousing Wayne W. Eckerson Director of Research, TechTarget Founder, BI Leadership Forum Business Analytics

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

Next Generation Backup Solutions

Next Generation Backup Solutions Next Generation Backup Solutions Aleksandar Antić EMC BRS Territory Sales Adriatic region 1 Data Protection Software Market Appearance Same Players Similar Share Backup to tape No major changes for decades

More information

We look beyond IT. Cloud Offerings

We look beyond IT. Cloud Offerings Cloud Offerings cstor Cloud Offerings As today s fast-moving businesses deal with increasing demands for IT services and decreasing IT budgets, the onset of cloud-ready solutions has provided a forward-thinking

More information

UniFS A True Global File System

UniFS A True Global File System UniFS A True Global File System Introduction The traditional means to protect file data by making copies, combined with the need to provide access to shared data from multiple locations, has created an

More information

CLOUD & BIG DATA. Roger Samdal. Sr. Systems Engineer EMC Norge. Copyright 2012 EMC Corporation. All rights reserved.

CLOUD & BIG DATA. Roger Samdal. Sr. Systems Engineer EMC Norge. Copyright 2012 EMC Corporation. All rights reserved. 1 CLOUD & BIG DATA Roger Samdal Sr. Systems Engineer EMC Norge 2 3 Our world changing Minicomputer PC / Microprocessor Networked/ Distributed Computing Cloud & Big Data Mainframe 4 Our world is changing

More information

Big data Devices Apps

Big data Devices Apps Trends driving IT pressures Cloud Big data Devices Apps Devices: Info Workers Will Erase Boundary Between enterprise And Consumer Technologies. Forrester Research. August 30, 2012 Apps: Gartner: Predicts

More information

Cloud Computing Now and the Future Development of the IaaS

Cloud Computing Now and the Future Development of the IaaS 2010 Cloud Computing Now and the Future Development of the IaaS Quanta Computer Division: CCASD Title: Project Manager Name: Chad Lin Agenda: What is Cloud Computing? Public, Private and Hybrid Cloud.

More information

Driving Datacenter Change

Driving Datacenter Change Driving Datacenter Change Storage Opportunities in the Cloud Mike Cordano President, HGST, a Western Digital company September 13, 2012 SAFE HARBOR Forward Looking Statements These presentations contain

More information

IBM ELASTIC STORAGE SEAN LEE

IBM ELASTIC STORAGE SEAN LEE IBM ELASTIC STORAGE SEAN LEE Solution Architect Platform Computing Division IBM Greater China Group Agenda Challenges in Data Management What is IBM Elastic Storage Key Features Elastic Storage Server

More information

EMC DATA PROTECTION. Backup ed Archivio su cui fare affidamento

EMC DATA PROTECTION. Backup ed Archivio su cui fare affidamento EMC DATA PROTECTION Backup ed Archivio su cui fare affidamento 1 Challenges with Traditional Tape Tightening backup windows Lengthy restores Reliability, security and management issues Inability to meet

More information

SUSE Storage. FUT7537 Software Defined Storage Introduction and Roadmap: Getting your tentacles around data growth. Larry Morris

SUSE Storage. FUT7537 Software Defined Storage Introduction and Roadmap: Getting your tentacles around data growth. Larry Morris SUSE FUT7537 Software Defined Introduction and Roadmap: Getting your tentacles around data growth Larry Morris Sr. Product Manager lmorris@suse.com AGENDA Enterprise Market SUSE Product SUSE Solutions

More information

Backup and Recovery of SAP Systems on Windows / SQL Server

Backup and Recovery of SAP Systems on Windows / SQL Server Backup and Recovery of SAP Systems on Windows / SQL Server Author: Version: Amazon Web Services sap- on- aws@amazon.com 1.1 May 2012 2 Contents About this Guide... 4 What is not included in this guide...

More information

Cloud Compu)ng in Educa)on and Research

Cloud Compu)ng in Educa)on and Research Cloud Compu)ng in Educa)on and Research Dr. Wajdi Loua) Sfax University, Tunisia ESPRIT - December 2014 04/12/14 1 Outline Challenges in Educa)on and Research SaaS, PaaS and IaaS for Educa)on and Research

More information

Data Protection and Retention in the Next Generation Data Center. Chris Powers Vice President, Data Center Development Unit HP Storage

Data Protection and Retention in the Next Generation Data Center. Chris Powers Vice President, Data Center Development Unit HP Storage Data Protection and Retention in the Next Generation Data Center Chris Powers Vice President, Data Center Development Unit HP Storage In 2014 business resiliency is everything The world is changing and

More information

Cloud Models and Platforms

Cloud Models and Platforms Cloud Models and Platforms Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF A Working Definition of Cloud Computing Cloud computing is a model

More information

Archiving On-Premise and in the Cloud. March 2015

Archiving On-Premise and in the Cloud. March 2015 Archiving On-Premise and in the Cloud March 2015 Cloud Storage Storage accessed over a network via web services APIs. http://swift.example.com/v1/account/container/object Source: http://docs.openstack.org/admin-guide-cloud/content/objectstorage_characteristics.html

More information

Merit Member Conference 2015 Does Migra+ng to a Virtualized Data Center Make Sense in Higher Educa+on?

Merit Member Conference 2015 Does Migra+ng to a Virtualized Data Center Make Sense in Higher Educa+on? Merit Member Conference 2015 Does Migra+ng to a Virtualized Data Center Make Sense in Higher Educa+on? is underway with a pilot migra8on from a tradi8onal university data center to a scalable virtualized

More information

HGST Object Storage for a New Generation of IT

HGST Object Storage for a New Generation of IT Enterprise Strategy Group Getting to the bigger truth. SOLUTION SHOWCASE HGST Object Storage for a New Generation of IT Date: October 2015 Author: Scott Sinclair, Storage Analyst Abstract: Under increased

More information

Simple Storage Service (S3)

Simple Storage Service (S3) Simple Storage Service (S3) Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 provides a simple web services interface that can be used

More information

Big + Fast + Safe + Simple = Lowest Technical Risk

Big + Fast + Safe + Simple = Lowest Technical Risk Big + Fast + Safe + Simple = Lowest Technical Risk The Synergy of Greenplum and Isilon Architecture in HP Environments Steffen Thuemmel (Isilon) Andreas Scherbaum (Greenplum) 1 Our problem 2 What is Big

More information

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. OpenStack Orgad Kimchi Principal Software Engineer Oracle ISV Engineering 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline

More information

Clouds and Other Computa1onal Frameworks. Evere7 Toews, Cybera Inc. Todd King, UCLA

Clouds and Other Computa1onal Frameworks. Evere7 Toews, Cybera Inc. Todd King, UCLA Clouds and Other Computa1onal Frameworks Evere7 Toews, Cybera Inc. Todd King, UCLA Presenta1on Overview The cloud can be a great fit for your computa1onal and storage needs Projects overview The cloud

More information

Backing up to the Cloud

Backing up to the Cloud Backing up to the Cloud Sean Lim, Director, Cloud Service Providers, APAC sean.lim@netapp.com @rhipecloud #RCCS15 Agenda Backup & Archive to the Cloud Veeam & Steelstore Cloud Service Provider Partners

More information

NetApp Data Fabric: Secured Backup to Public Cloud. Sonny Afen Senior Technical Consultant NetApp Indonesia

NetApp Data Fabric: Secured Backup to Public Cloud. Sonny Afen Senior Technical Consultant NetApp Indonesia NetApp Data Fabric: Secured Backup to Public Cloud Sonny Afen Senior Technical Consultant NetApp Indonesia Agenda Introduction Solution Overview Solution Technical Overview 2 Introduction 3 Hybrid cloud:

More information

Cloud Service Management

Cloud Service Management Cloud Service Management History, state of the art, and challenges for the future Bryan Stephenson / September 21, 2012 About me Cloud Services Architect of the Software R&D team for HP Enterprise Cloud

More information

AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT

AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT Dalton Cervo Author, Consultant, Management Expert September 2015 This presenta?on contains extracts from books that are: Copyright 2011 John Wiley & Sons,

More information

EMC BACKUP MEETS BIG DATA

EMC BACKUP MEETS BIG DATA EMC BACKUP MEETS BIG DATA Strategies To Protect Greenplum, Isilon And Teradata Systems 1 Agenda Big Data: Overview, Backup and Recovery EMC Big Data Backup Strategy EMC Backup and Recovery Solutions for

More information

X4-2 Exadata announced (well actually around Jan 1) OEM/Grid control 12c R4 just released

X4-2 Exadata announced (well actually around Jan 1) OEM/Grid control 12c R4 just released General announcements In-Memory is available next month http://www.oracle.com/us/corporate/events/dbim/index.html X4-2 Exadata announced (well actually around Jan 1) OEM/Grid control 12c R4 just released

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

HYBRID CLOUD BACKUP 101. Top Five Benefits of Cloud-Connected Appliances

HYBRID CLOUD BACKUP 101. Top Five Benefits of Cloud-Connected Appliances HYBRID CLOUD BACKUP 101 Top Five Benefits of Cloud-Connected Appliances Hybrid cloud backup solutions will grow at a compounded average a growth rate of more than 80%. TANEJA GROUP 02 Introduction Most

More information

How To Grow A Data Center System

How To Grow A Data Center System Zettaset Big Data Ecosystem Discussion Guide Jim Vogt, President & CEO, Zettaset June 20, 2014 The informa,on provided in this document cons,tutes confiden,al and proprietary informa,on of Ze8aset, Inc.

More information

RUBRIK CONVERGED DATA MANAGEMENT. Technology Overview & How It Works

RUBRIK CONVERGED DATA MANAGEMENT. Technology Overview & How It Works RUBRIK CONVERGED DATA MANAGEMENT Technology Overview & How It Works What We Solve Instantaneous application recovery and data delivery remain elusive challenges for any IT organization. Businesses demand

More information

Customized Cloud Solution

Customized Cloud Solution Customized Cloud Solution (Overall Cloud Performance Expectations) Last Updated: June 5, 2012 Prepared by: Polleo Systems, Inc. Notice of Confidentiality: The enclosed material is proprietary to Polleo

More information

Tradi(onal storage models disrupted!

Tradi(onal storage models disrupted! 1 Tradi(onal storage models disrupted! Paul Carpen+er, CTO, Caringo, Inc. Storage Expo Brussels March 24, 2010 May you live in interes(ng (mes! = old Chinese curse! (Curse?? In boring, well- administered

More information

CompTIA Cloud+ 9318; 5 Days, Instructor-led

CompTIA Cloud+ 9318; 5 Days, Instructor-led CompTIA Cloud+ 9318; 5 Days, Instructor-led Course Description The CompTIA Cloud+ certification validates the knowledge and best practices required of IT practitioners working in cloud computing environments,

More information

Building your Big Data Architecture on Amazon Web Services

Building your Big Data Architecture on Amazon Web Services Building your Big Data Architecture on Amazon Web Services Abhishek Sinha @abysinha sinhaar@amazon.com AWS Services Deployment & Administration Application Services Compute Storage Database Networking

More information

Building an Internal Cloud that is ready for the external Cloud

Building an Internal Cloud that is ready for the external Cloud Building an Internal Cloud that is ready for the external Cloud Luca ZERMINIANI, Senior Systems Engineer, VMware Italy Athens, February 2010 2009 VMware Inc. All rights reserved Agenda How virtualization

More information

WOS OBJECT STORAGE PRODUCT BROCHURE DDN.COM 1.800.837.2298. 360 Full Spectrum Object Storage

WOS OBJECT STORAGE PRODUCT BROCHURE DDN.COM 1.800.837.2298. 360 Full Spectrum Object Storage PRODUCT BROCHURE WOS OBJECT STORAGE 360 Full Spectrum Object Storage The promise of object storage is simple: to enable organizations to build highly Performance Scalability Reliability Efficiency Security

More information

Big Data Realities Hadoop in the Enterprise Architecture

Big Data Realities Hadoop in the Enterprise Architecture Big Data Realities Hadoop in the Enterprise Architecture Paul Phillips Director, EMEA, Hortonworks pphillips@hortonworks.com +44 (0)777 444 3857 Hortonworks Inc. 2012 Page 1 Agenda The Growth of Enterprise

More information

CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend:

CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend: CompTIA Cloud+ Length: 5 Days Who Should Attend: Project manager, cloud computing services Cloud engineer Manager, data center SAN Business analyst, cloud computing Summary: The CompTIA Cloud+ certification

More information

Technology Insight Series

Technology Insight Series Data Protection in a Unified Storage Environment John Webster June, 2012 Technology Insight Series Evaluator Group Copyright 2012 Evaluator Group, Inc. All rights reserved. Page 1 of 6 Are traditional

More information

OpenStack Benelux. Dan Chester. Seagate Cloud Systems & Solutions

OpenStack Benelux. Dan Chester. Seagate Cloud Systems & Solutions OpenStack Benelux Dan Chester Seagate Cloud Systems & Solutions Agenda A (brief) introduction to Seagate & the new CSS division The role of storage in the cloud Economics of cloud object storage Conclusions

More information

Optimize Your SharePoint 2010 Content Using Microsoft s New Storage Guidance

Optimize Your SharePoint 2010 Content Using Microsoft s New Storage Guidance Optimize Your SharePoint 2010 Content Using Microsoft s New Storage Guidance By Corey Milliman October 2011 Copyright 2011 Metalogix International GmbH. All rights reserved. Metalogix is a trademark of

More information

UNIFIED, END- TO- END EDISCOVERY

UNIFIED, END- TO- END EDISCOVERY ac.onable informa.on governance Partners Providing Excellence in: UNIFIED, END- TO- END EDISCOVERY 2011 IBM Corpora.on Meet the Presenters Amir Jaibaji Vice President, Product Management StoredIQ Kevin

More information

IBM Global Technology Services November 2009. Successfully implementing a private storage cloud to help reduce total cost of ownership

IBM Global Technology Services November 2009. Successfully implementing a private storage cloud to help reduce total cost of ownership IBM Global Technology Services November 2009 Successfully implementing a private storage cloud to help reduce total cost of ownership Page 2 Contents 2 Executive summary 3 What is a storage cloud? 3 A

More information

Polish National Data Storage. Norbert Meyer, Maciej Brzeźniak, Maciej Stroiński PSNC

Polish National Data Storage. Norbert Meyer, Maciej Brzeźniak, Maciej Stroiński PSNC Polish National Data Storage Norbert Meyer, Maciej Brzeźniak, Maciej Stroiński PSNC Workshop on Big Data and Open Data, Brussels. May 7-8, 2014 Data = value => needs protection! Data is value:! Expensive

More information

Big data management with IBM General Parallel File System

Big data management with IBM General Parallel File System Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers

More information