StorReduce Technical White Paper Cloud-based Data Deduplication

Size: px
Start display at page:

Download "StorReduce Technical White Paper Cloud-based Data Deduplication"

Transcription

1 StorReduce Technical White Paper Cloud-based Data Deduplication See also at storreduce.com/docs StorReduce Quick Start Guide StorReduce FAQ StorReduce Solution Brief, and StorReduce Blog at storreduce.com/blog Published March 2015

2 INTRODUCTION StorReduce is a specialized cloud deduplication solution, designed to meet the unique requirements of companies using cloud storage for large volumes of data. StorReduce sits between your applications and cloud storage, transparently deduplicating data inline at speeds of up to 600 MB/s, reducing storage costs and freeing your data for use in the cloud. StorReduce Dashboard Admin Interface Backup Software client Raw Data File System Gateway client StorReduce Server Deduplicated Data Cloud Storage (Amazon ) Cloud Services client interface interface SSD Diagram 1: StorReduce Architecture STORREDUCE KEY CHARACTERISTICS Reduces cloud storage costs typically by 50-95% Fast: Up to 600 megabytes per second, for both reads and writes, adding under 50ms of latency. Always On: Capable of throughput 24/7, 365 p.a. Scalable: Up to 10 petabytes (10,000,000 gigabytes) of data per virtual server. Cloud-native: Deduplicated data is immediately accessible to cloud services via StorReduce s REST API. Software-only solution: No hardware required, free from cost and lock-in. Public, Private or Hybrid Cloud: Works on any public cloud, hybrid or private cloud that has object storage with an or SWIFT interface. 2

3 Data Management / Backup Software Integration: Works with existing data management or backup software that is compatible with Amazon. Secure User Account and Key Management: Users or servers can be given individual user accounts within StorReduce, allowing data access to be restricted. Multiple access keys can be created and managed as needed for each user account. Secure Policy-based Access Control: Enterprise security policies can be expressed using StorReduce policy engine, using Amazon s IAM policy language. STORREDUCE ARCHITECTURE The StorReduce Server sits between client programs (wanting to store and retrieve data) and the Cloud Storage service they are using. It transparently provides best-of-class data deduplication and throughput speeds. The StorReduce server provides similar functionality to Amazon, including object storage, user accounts, access keys, access control policies and a Web-based management interface (the StorReduce Dashboard). CLIENT SOFTWARE StorReduce works with client software that supports Amazon s REST interface for storage. This includes on-premises backups and data analysis software, as well as custom software written to use the REST interface. Cloud-based services designed to work with Amazon can also be used with StorReduce - these also act as clients. Client software is configured to talk to the StorReduce server instead of directly to Cloud Storage, using access keys provided by the StorReduce server. Other interfaces can be supported via gateway software that exposes these interfaces and converts requests into calls to Amazon s interface. StorReduce may natively support file-system based interfaces like CIFS and NFS in the future. 3

4 STORREDUCE SERVER The StorReduce server runs on its own physical or virtual machine, with local SSD storage recommended. Each StorReduce server is able to handle up to 10 Petabytes (10,000,000 Gigabytes) of raw data, depending on the deduplication ratio achieved and the amount of SSD storage available for index information. StorReduce supports the creation of multiple storage buckets, with global deduplication performed across all buckets. For public cloud the StorReduce server runs very effectively on an Amazon EC2 instance. An Amazon AMI is available with the server pre-installed, allowing quick and easy setup. StorReduce can also easily be installed on any Cloud-based Linux virtual machine, using rpm. For migration of on-premises data to the cloud, or for private cloud deployments, the StorReduce server can be run on-premises on a physical or virtual machine. The architecture is designed to allow multiple StorReduce servers to be run against the same back-end Cloud Storage service, for redundancy, load-sharing and increased storage volume. For example, an on-premises StorReduce server might be used to deduplicate and upload backup data, with a second in-cloud StorReduce server providing immediate access to this data for cloud services as the data is uploaded. Interface: The StorReduce server exposes an -compatible REST interface for object storage. This interface is designed to be highly scalable, and supports most interface calls including: Object GET/PUT/POST/DELETE (including multiple-object delete) Multipart uploads (including listing and deleting uploads) Digital signature verification Bucket create/delete/rename Setting/reading bucket policies for access control. Admin Interface: A separate REST interface is exposed for use by the Web-based dashboard. This admin API is served on a separate port to allow firewalls to restrict network-level access, and can optionally also be served over HTTP on port 443. The admin API is available for use by other client applications as well as the StorReduce dashboard, and supports manipulation of user accounts, access policies, index snapshots as well as providing a replica of the API for use by management tools. 4

5 LOCAL SSD STORAGE Each StorReduce server requires fast local storage to maintain index information. The amount of raw data a StorReduce server can handle depends on the amount of SSD storage available and the deduplication ratio achieved for the data. Local SSD storage is treated as ephemeral by the StorReduce server. All information stored in local SSD storage can be recovered from Cloud Storage if required (see later section). CLOUD STORAGE The StorReduce server uses Cloud Storage for all persistent data. It acts as an client, making use of the Amazon REST API to store all its data in a single bucket. This means StorReduce may be used with any -compatible Cloud Storage solution, including Amazon itself. For private cloud deployments StorReduce can talk to any -compatible data store. StorReduce may natively support other Cloud Storage solutions in the future. The StorReduce server makes use of Cloud Storage to store the following types of data: Deduplicated user data: Raw data is deduplicated using state-of-the-art algorithms and then compressed. Typically this requires only 5% to 40% of the Cloud Storage space the raw data would have required, depending on the type of data being stored. System Data: Information about buckets, users, access control policies and access keys is also stored in back-end cloud storage, making it available to all StorReduce servers in a given deployment. Index snapshots: Data for rapidly reconstructing index information on local SSD storage can also be stored in the back-end cloud storage (see later section). PERFORMANCE The StorReduce server is optimized for scalability, high throughput and low latency. The internal architecture and code are highly optimized for data deduplication, and to ensure that performance is maintained even when running in a public cloud environment. 5

6 A single StorReduce server is capable of sustained speeds of 600 Megabytes per second, for both reads and writes. This is close to saturating a 10Gb/s network connection. StorReduce tested this using a single server on an AWS EC2 instance, loading up the server by feeding data from multiple other EC2 instances. Details on how to achieve 600 MB/s throughput are set out at storreduce.com/blog. Running a StorReduce on-premises can significantly speed up throughput and decrease transfer bandwidth to cloud-based storage by deduplicating data prior to sending it into the cloud, and by reading deduplicated data from the cloud and reconstituting it locally. StorReduce s fast throughput reduces migration times from years to weeks and greatly reduces the cost. See direct independent comparison of StorReduce vs a well known migration vendor at Latency is kept to a minimum, typically only around 50ms of additional latency even when StorReduce is running in the cloud. For most situations this makes no difference at all to end users, and does not affect throughput at all. See Diagrams 2 and 3 below which show that the initial migration of tapes or disk-based backup to the cloud (also known as ingestion ) can be done using an on-premises StorReduce server together with existing backup software: ON PREMISES AWS VPC Tapes Backup Software StorReduce Virtual Machine Glacier Diagram 2: On-premise tape to cloud migration Subsequent access to the data can be managed entirely on-cloud, and the on-premises StorReduce server can be removed. The data s index remains on the cloud with a interface that enables any Cloud Services to natively access all of the migrated data: 6

7 AWS VPC StorReduce Virtual Machine on EC2 Glacier The deduplication index is now in the AWS Cloud, not locked in on-premise software or hardware. The data is easily accessible via an compatible API. Diagram 3: After migration reinstate StorReduce server in the cloud INDEX DATA StorReduce maintains an index of user data on fast local storage. Each StorReduce server keeps its own independent index. All index data can be rebuilt from the log of transactions stored in Cloud Storage. For large data sets it can take a long time to rebuild the index from scratch. To speed this up, the server periodically takes a snapshot of the index and stores this in Cloud Storage. When a StorReduce server starts up, if an index needs to be rebuilt then the server will: 1. Load the last index snapshot from Cloud Storage 2. Replay subsequent transactions to bring the index up to date. Note: When stopping a StorReduce Server running on Amazon EC2, Amazon will delete all data on that machine s SSD instance storage. When the machine is started again the index must be rebuilt as described above. For this reason it is recommended to leave production StorReduce servers running rather than stopping and starting them. Note that when restarting an EC2 instance the instance storage is preserved. 7

8 MULTIPLE STORREDUCE SERVERS Because StorReduce maintains a log of all transactions on Cloud Storage, multiple servers will be able to watch this transaction log to keep their independent indices up to date. This will allow the same content to be fetched from multiple StorReduce servers in different locations - in particular both on-premises and on-cloud. StorReduce high-availability clustering will also makes use of this property to provide load-sharing and failover within a cluster of StorReduce servers. For any given object there will be one primary write server, but other servers will be able to read and serve up the data. By sharding data among multiple StorReduce primary servers it will be possible to support very large data sets (larger than 10PB) with failover and redundancy. In the current version of StorReduce new servers can be set up to talk to an existing Cloud Storage service and they automatically populate their local index data from Cloud Storage. SECURITY Security is extremely important for any cloud storage solution. As well as leveraging the security of your underlying Cloud Storage service, StorReduce provides the following specific security-related capabilities: User Account Management: StorReduce maintains a set of user accounts for each StorReduce deployment. User accounts can be used to provide people with limited access to the StorReduce dashboard, or to provide people or programs with limited access to the API. Individual user accounts can be revoked to instantaneously cut off access. Access Keys: Each user account can have multiple access keys, used for accessing the API. These work in the same way as access keys managed by Amazon s IAM service. Individual access keys can be revoked using the StorReduce dashboard. Digital Signatures: All requests from clients must be digitally signed using a secret access key tied to a StorReduce user account. Data Segregation: StorReduce supports the creation of multiple storage buckets for data segregation, with different access rights for each bucket. Policy-Based Access Control: Enterprise security policies can be expressed using StorReduce policy engine, supporting Amazon s IAM policy language. Access control can be applied to buckets using bucket policies (compatible with Amazon IAM bucket policies). 8

9 HTTPS encryption and Certificates: The StorReduce server by default requires HTTPS encryption for dashboard requests, and can be configured to require HTTPS encryption for all API requests. Server certificates can be uploaded and set through the StorReduce dashboard. Amazon AWS Role Credentials: A StorReduce server running in an EC2 instance can make use of AWS roles to securely obtain credentials for accessing its underlying Cloud Storage, enabling automatic key rotation. USE CASES BACKUP / TAPE MIGRATION StorReduce makes cloud a more affordable storage medium than tape when it achieves a deduplication ratio of 50%+. This is the case even factoring in migration costs as it greatly reduces the cost for transmission bandwidth and on-cloud storage - StorReduce typically achieves 95% deduplication on backup data. StorReduce software can be installed on-premise for a CAPEX-free, very fast migration of an enterprise s large tape archive data onto the Cloud. Installing StorReduce on-premise minimizes bandwidth during the transfer (see diagrams 2 and 3 above). After the transfer is completed, the on-premise StorReduce software can be removed and reinstated in the cloud. The index is now on the cloud and combined with StorReduce s interface, this enables the migrated data to be seamlessly accessed by cloud services, like data mining, search and more. The data is now out of the on-premise silo and is affordable and accessible in a pooled Data Lake on cloud. LARGE DATA SETS ON-CLOUD: BIG DATA Companies storing large data sets onto Cloud Storage typically have a data growth rate of hundreds of percent per annum. Despite AWS s repeated storage price drops, this translates to rapidly increasing storage costs. Many of these companies use Hadoop or AWS Elastic MapReduce to data mine this information, so they need to keep their storage on Cloud Storage s hottest more expensive tier. Compounding their escalating data volume is the fact that often this big data is copied and stored on Cloud Storage multiple times to enable analysis, QA and testing by multiple employees. This can become prohibitively expensive, forcing choices to be made about which data to store and what subsets to test on. 9

10 Where multiple sets of the same data feeds are stored onto Cloud Storage, StorReduce can remove redundant blocks of data inline as the data pours in. This greatly reduces the volume and cost of storage, often by over 50%. StorReduce s scalability for large data sets and its very fast throughput make it an ideal solution for on-cloud big data companies wanting to decrease their cloud storage and also use data mining services like EMR or Hadoop in real time. AWS VPC CLIENT S VIRTUAL PRIVATE CLOUD Client Applications Data from mobiles, wearable, big data, etc StorReduce Virtual Machine on EC2 Glacier (optional) On-premise backups, tape archives & unstructured data API, so data is seamlessly accessible by: - EC2 - Elastic MapReduce - CloudSearch Diagram 4: StorReduce inline on-cloud deduplication UNSTRUCTURED DATA StorReduce can be used to move general unstructured data to the cloud, such as data from corporate file servers, in the same way that it migrates tape and backup data to cloud. Most data contains duplicate information and StorReduce should deliver cost savings of 50-80% on such data. (See Diagram 4 above.) PRIVATE CLOUD StorReduce can be inserted into any private cloud with an object store and an or OpenStack Swift interface. It inserts in the same manner as in Diagram 4 for a public cloud. It will reduce the amount of infrastructure required for storage of unstructured data by the amount of deduplication benefit it provides. 10

11 YOUR CLOUD DATA LAKE Deduplicating your on-cloud data and migrating your tape and backup archive data with StorReduce moves your data into an extremely affordable and scalable Data Lake that sits on cloud. Your data is now unlocked by StorReduce s native cloud interface, so that any cloud services can seamlessly work across all of your data to maximize its business benefit! ON-PREMISE DATA SILOS - LOCKED DATA: Backup Hardware Tape Archives Structured Big Data Unstructured Corporate Data Data Migration via StorReduce StorReduce API for Cloud Access to Data DATA LAKE Powered by StorReduce Scalable PBs of data, up to 600MB/s throughput Affordable Storage reduced by 50-95% Agile No Silos. One API. API. Natively use any cloud service From Internet: Mobile, Social, IoT Data Move Data Easily Reduce bandwith up to 95% when moving data to other Regions or hybrid cloud. Scalable DR Recover thousands of VMs instantly Index & Search Free data that was not previously visible Data Analysis Hadoop, EMR, other cloud services Diagram 5: StorReduce as an Enabler for Your Cloud Data Lake 11

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

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

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

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES TABLE OF CONTENTS Introduction... 3 Overview: Delphix Virtual Data Platform... 4 Delphix for AWS... 5 Decrease the

More information

Understanding AWS Storage Options

Understanding AWS Storage Options Understanding AWS Storage Options Ian Massingham, Technical Evangelist @IanMmmm ianmas@amazon.com 30 April 2014 2014 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified,

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

Acronis Storage Gateway

Acronis Storage Gateway Acronis Storage Gateway DEPLOYMENT GUIDE Revision: 12/30/2015 Table of contents 1 Introducing Acronis Storage Gateway...3 1.1 Supported storage backends... 3 1.2 Architecture and network diagram... 4 1.3

More information

A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief

A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief With the massive growth of unstructured data in today s enterprise environments, storage IT administrators are constantly

More information

Financial Services Grid Computing on Amazon Web Services January 2013 Ian Meyers

Financial Services Grid Computing on Amazon Web Services January 2013 Ian Meyers Financial Services Grid Computing on Amazon Web Services January 2013 Ian Meyers (Please consult http://aws.amazon.com/whitepapers for the latest version of this paper) Page 1 of 15 Contents Abstract...

More information

HIGH-SPEED BRIDGE TO CLOUD STORAGE

HIGH-SPEED BRIDGE TO CLOUD STORAGE HIGH-SPEED BRIDGE TO CLOUD STORAGE Addressing throughput bottlenecks with Signiant s SkyDrop 2 The heart of the Internet is a pulsing movement of data circulating among billions of devices worldwide between

More information

Big Data on AWS. Services Overview. Bernie Nallamotu Principle Solutions Architect

Big Data on AWS. Services Overview. Bernie Nallamotu Principle Solutions Architect on AWS Services Overview Bernie Nallamotu Principle Solutions Architect \ So what is it? When your data sets become so large that you have to start innovating around how to collect, store, organize, analyze

More information

Amazon EC2 Product Details Page 1 of 5

Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Functionality Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of

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

Riverbed Whitewater/Amazon Glacier ROI for Backup and Archiving

Riverbed Whitewater/Amazon Glacier ROI for Backup and Archiving Riverbed Whitewater/Amazon Glacier ROI for Backup and Archiving November, 2013 Saqib Jang Abstract This white paper demonstrates how to increase profitability by reducing the operating costs of backup

More information

Leveraging Public Cloud for Affordable VMware Disaster Recovery & Business Continuity

Leveraging Public Cloud for Affordable VMware Disaster Recovery & Business Continuity White Paper White Paper Managing Public Cloud Computing in the Enterprise Leveraging Public Cloud for Affordable VMware Disaster Recovery & Business Continuity A Quick Start Guide By Edward Haletky Principal

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

Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture

Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture Reference Architecture Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture 2015 Cisco and/or its affiliates. All rights reserved.

More information

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Use case Figure 1: Company C Architecture (Before Migration) Company C is an automobile insurance claim processing company with

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

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

Netop Environment Security. Unified security to all Netop products while leveraging the benefits of cloud computing

Netop Environment Security. Unified security to all Netop products while leveraging the benefits of cloud computing Netop Environment Security Unified security to all Netop products while leveraging the benefits of cloud computing Contents Introduction... 2 AWS Infrastructure Security... 3 Standards - Compliancy...

More information

TECHNOLOGY WHITE PAPER Jan 2016

TECHNOLOGY WHITE PAPER Jan 2016 TECHNOLOGY WHITE PAPER Jan 2016 Technology Stack C# PHP Amazon Web Services (AWS) Route 53 Elastic Load Balancing (ELB) Elastic Compute Cloud (EC2) Amazon RDS Amazon S3 Elasticache CloudWatch Paypal Overview

More information

SwiftStack Filesystem Gateway Architecture

SwiftStack Filesystem Gateway Architecture WHITEPAPER SwiftStack Filesystem Gateway Architecture March 2015 by Amanda Plimpton Executive Summary SwiftStack s Filesystem Gateway expands the functionality of an organization s SwiftStack deployment

More information

SteelFusion with AWS Hybrid Cloud Storage

SteelFusion with AWS Hybrid Cloud Storage Solution Guide SteelFusion with AWS Hybrid Cloud Storage March 2016 The Challenge According to IDC, to meet the demands of global customer and global talent requirements, companies have to maintain remote

More information

Leveraging Cloud Object Storage for Cost Savings, Scale and Reliability. Avere Systems Adds Cloud Storage as a NAS Tier

Leveraging Cloud Object Storage for Cost Savings, Scale and Reliability. Avere Systems Adds Cloud Storage as a NAS Tier Leveraging Cloud Object Storage for Cost Savings, Scale and Reliability Avere Systems Adds Cloud Storage as a NAS Tier Solution 2012 Neovise, LLC. All Assessment Rights Reserved. Published February 24,

More information

CTERA Cloud Storage Platform Architecture

CTERA Cloud Storage Platform Architecture CTERA Cloud Storage Platform Architecture Whitepaper by CTERA Networks Highlights How unstructured data growth drives cloud storage adoption The killer apps of cloud storage reviewed Putting cloud storage

More information

DLT Solutions and Amazon Web Services

DLT Solutions and Amazon Web Services DLT Solutions and Amazon Web Services For a seamless, cost-effective migration to the cloud PREMIER CONSULTING PARTNER DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Duane Thorpe Phone:

More information

ZADARA STORAGE. Managed, hybrid storage EXECUTIVE SUMMARY. Research Brief

ZADARA STORAGE. Managed, hybrid storage EXECUTIVE SUMMARY. Research Brief ZADARA STORAGE Managed, hybrid storage Research Brief EXECUTIVE SUMMARY In 2013, Neuralytix first documented Zadara s rise to prominence in the then, fledgling integrated on-premise and in-cloud storage

More information

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE Hadoop Storage-as-a-Service ABSTRACT This White Paper illustrates how EMC Elastic Cloud Storage (ECS ) can be used to streamline the Hadoop data analytics

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

RED HAT STORAGE PORTFOLIO OVERVIEW

RED HAT STORAGE PORTFOLIO OVERVIEW RED HAT STORAGE PORTFOLIO OVERVIEW Andrew Hatfield Practice Lead Cloud Storage and Big Data MILCIS November 2015 THE RED HAT STORAGE MISSION To offer a unified, open software-defined storage portfolio

More information

TECHNOLOGY WHITE PAPER Jun 2012

TECHNOLOGY WHITE PAPER Jun 2012 TECHNOLOGY WHITE PAPER Jun 2012 Technology Stack C# Windows Server 2008 PHP Amazon Web Services (AWS) Route 53 Elastic Load Balancing (ELB) Elastic Compute Cloud (EC2) Amazon RDS Amazon S3 Elasticache

More information

Backup Exec Private Cloud Services. Planning and Deployment Guide

Backup Exec Private Cloud Services. Planning and Deployment Guide Backup Exec Private Cloud Services Planning and Deployment Guide Chapter 1 Introducing Backup Exec Private Cloud Services This chapter includes the following topics: About Backup Exec Private Cloud Services

More information

An Introduction to Cloud Computing Concepts

An Introduction to Cloud Computing Concepts Software Engineering Competence Center TUTORIAL An Introduction to Cloud Computing Concepts Practical Steps for Using Amazon EC2 IaaS Technology Ahmed Mohamed Gamaleldin Senior R&D Engineer-SECC ahmed.gamal.eldin@itida.gov.eg

More information

Service Organization Controls 3 Report

Service Organization Controls 3 Report Service Organization Controls 3 Report Report on the Amazon Web Services System Relevant to Security For the Period April 1, 2013 March 31, 2014 Ernst & Young LLP Suite 1600 560 Mission Street San Francisco,

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

Technology Enablement

Technology Enablement SOLUTION OVERVIEW 1 ABOUT TECHMILEAGE Founded in 2008 / Tempe, Arizona Over 100 engagements Full range of business & technology services Software Development, Big Data, Cloud/AWS, BI, Advanced Analytics

More information

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

More information

Running Oracle Applications on AWS

Running Oracle Applications on AWS Running Oracle Applications on AWS Bharath Terala Sr. Principal Consultant Apps Associates LLC June 09, 2014 Copyright 2014. Apps Associates LLC. 1 Agenda About the Presenter About Apps Associates LLC

More information

AVLOR SERVER CLOUD RECOVERY

AVLOR SERVER CLOUD RECOVERY AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties

More information

RemoteApp Publishing on AWS

RemoteApp Publishing on AWS RemoteApp Publishing on AWS WWW.CORPINFO.COM Kevin Epstein & Stephen Garden Santa Monica, California November 2014 TABLE OF CONTENTS TABLE OF CONTENTS... 2 ABSTRACT... 3 INTRODUCTION... 3 WHAT WE LL COVER...

More information

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION?

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION? WHAT IS FALCONSTOR? FalconStor Optimized Backup and Deduplication is the industry s market-leading virtual tape and LAN-based deduplication solution, unmatched in performance and scalability. With virtual

More information

DataCentred Cloud Storage

DataCentred Cloud Storage Service Description DataCentred Michigan Park Michigan Avenue Salford Quays M50 2GY United Kingdom Tel: 0161 870 3981 enquiries@datacentred.co.uk www.datacentred.co.uk Contents Service Description... 2

More information

EMC SOLUTION FOR SPLUNK

EMC SOLUTION FOR SPLUNK EMC SOLUTION FOR SPLUNK Splunk validation using all-flash EMC XtremIO and EMC Isilon scale-out NAS ABSTRACT This white paper provides details on the validation of functionality and performance of Splunk

More information

How AWS Pricing Works May 2015

How AWS Pricing Works May 2015 How AWS Pricing Works May 2015 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 15 Table of Contents Table of Contents... 2 Abstract... 3 Introduction...

More information

Networking Configurations for NetApp Cloud ONTAP TM for AWS

Networking Configurations for NetApp Cloud ONTAP TM for AWS Technical Report Networking Configurations for NetApp Cloud ONTAP TM for AWS Kris Lippe, NetApp November 2014 TR-4352 TABLE OF CONTENTS 1 Introduction...3 1.1 Glossary of Terms:...3 1.2 Overview...4 1.3

More information

Web Application Hosting Cloud Architecture

Web Application Hosting Cloud Architecture Web Application Hosting Cloud Architecture Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural elements described

More information

Maginatics Cloud Storage Platform Feature Primer

Maginatics Cloud Storage Platform Feature Primer Maginatics Cloud Storage Platform Feature Primer Feature Function Benefit Admin Features REST API Orchestration Multi-cloud Vendor Support Deploy and manage MCSP components from within your own code. Maginatics

More information

How To Use Netbackup For Business

How To Use Netbackup For Business Enterprise Cloud Backup and Recovery with Symantec NetBackup Data Sheet: Backup and Disaster Recovery Overview of Symantec NetBackup As the established market leader, Symantec NetBackup delivers reliable

More information

Powerful Management of Financial Big Data

Powerful Management of Financial Big Data Powerful Management of Financial Big Data TickSmith s solutions are the first to apply the processing power, speed, and capacity of cutting-edge Big Data technology to financial data. We combine open source

More information

A STORAGE SYSTEM JUST LIKE THE ONE YOU HAVE TODAY A STORAGE SYSTEM NOTHING LIKE THE ONE YOU HAVE TODAY.

A STORAGE SYSTEM JUST LIKE THE ONE YOU HAVE TODAY A STORAGE SYSTEM NOTHING LIKE THE ONE YOU HAVE TODAY. C L O U D STO R A G E C O NTR O L L E R S A STORAGE SYSTEM JUST LIKE THE ONE YOU HAVE TODAY A STORAGE SYSTEM NOTHING LIKE THE ONE YOU HAVE TODAY. Cirtas makes Cloud Storage work like Enterprise Storage

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

HyperQ DR Replication White Paper. The Easy Way to Protect Your Data

HyperQ DR Replication White Paper. The Easy Way to Protect Your Data HyperQ DR Replication White Paper The Easy Way to Protect Your Data Parsec Labs, LLC 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

More information

Zadara Storage Cloud A whitepaper. @ZadaraStorage

Zadara Storage Cloud A whitepaper. @ZadaraStorage Zadara Storage Cloud A whitepaper @ZadaraStorage Zadara delivers two solutions to its customers: On- premises storage arrays Storage as a service from 31 locations globally (and counting) Some Zadara customers

More information

Microsoft Azure Cloud on your terms. Start your cloud journey.

Microsoft Azure Cloud on your terms. Start your cloud journey. Microsoft Azure Cloud on your terms. Start your cloud journey. Subscribe, Deploy, Migrate and Get Finance and Support for your Hybrid and/or Cloud Data Center. Never pay huge upfront Cost. How can Azure

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

How AWS Pricing Works

How AWS Pricing Works How AWS Pricing Works (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 15 Table of Contents Table of Contents... 2 Abstract... 3 Introduction... 3 Fundamental

More information

Background on Elastic Compute Cloud (EC2) AMI s to choose from including servers hosted on different Linux distros

Background on Elastic Compute Cloud (EC2) AMI s to choose from including servers hosted on different Linux distros David Moses January 2014 Paper on Cloud Computing I Background on Tools and Technologies in Amazon Web Services (AWS) In this paper I will highlight the technologies from the AWS cloud which enable you

More information

Introduction to Red Hat Storage. January, 2012

Introduction to Red Hat Storage. January, 2012 Introduction to Red Hat Storage January, 2012 1 Today s Speakers 2 Heather Wellington Tom Trainer Storage Program Marketing Manager Storage Product Marketing Manager Red Hat Acquisition of Gluster What

More information

Alfresco Enterprise on AWS: Reference Architecture

Alfresco Enterprise on AWS: Reference Architecture Alfresco Enterprise on AWS: Reference Architecture October 2013 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 13 Abstract Amazon Web Services (AWS)

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

CTERA Enterprise File Services Platform Architecture for HP Helion Content Depot

CTERA Enterprise File Services Platform Architecture for HP Helion Content Depot CTERA Enterprise File Services Platform Architecture for HP Helion Content Depot Whitepaper by CTERA Networks Highlights How unstructured data growth drives cloud storage adoption Putting cloud storage

More information

Things You Need to Know About Cloud Backup

Things You Need to Know About Cloud Backup Things You Need to Know About Cloud Backup Over the last decade, cloud backup, recovery and restore (BURR) options have emerged as a secure, cost-effective and reliable method of safeguarding the increasing

More information

Introducing ScienceCloud

Introducing ScienceCloud Zentrale Informatik Introducing ScienceCloud Sergio Maffioletti IS/Cloud S3IT: Service and Support for Science IT Zurich, 10.03.2015 What are we going to talk about today? 1. Why are we building ScienceCloud?

More information

CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA

CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA AWS Introduction Why are enterprises choosing AWS? What are enterprises using AWS for? How are enterprise getting

More information

Hitachi NAS Platform and Hitachi Content Platform with ESRI Image

Hitachi NAS Platform and Hitachi Content Platform with ESRI Image W H I T E P A P E R Hitachi NAS Platform and Hitachi Content Platform with ESRI Image Aciduisismodo Extension to ArcGIS Dolore Server Eolore for Dionseq Geographic Uatummy Information Odolorem Systems

More information

Business white paper. environments. The top 5 challenges and solutions for backup and recovery

Business white paper. environments. The top 5 challenges and solutions for backup and recovery Business white paper Protecting missioncritical application environments The top 5 challenges and solutions for backup and recovery Table of contents 3 Executive summary 3 Key facts about mission-critical

More information

OnCommand Cloud Manager 2.2 Storage System Management Guide

OnCommand Cloud Manager 2.2 Storage System Management Guide OnCommand Cloud Manager 2.2 Storage System Management Guide March 2016 215-10912_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this guide... 5 Product overview... 6 Cloud

More information

Oracle Database Backup Service. Secure Backup in the Oracle Cloud

Oracle Database Backup Service. Secure Backup in the Oracle Cloud Oracle Database Backup Service Secure Backup in the Oracle Cloud Today s organizations are increasingly adopting cloud-based IT solutions and migrating on-premises workloads to public clouds. The motivation

More information

Amazon Web Services and Maginatics Solution Brief

Amazon Web Services and Maginatics Solution Brief Amazon Web Services and Maginatics Solution Brief Today, enterprise IT organizations are faced with unprecedented challenges when it comes to storing unstructured data both cost-effectively and securely

More information

HyperQ Storage Tiering White Paper

HyperQ Storage Tiering White Paper HyperQ Storage Tiering White Paper An Easy Way to Deal with Data Growth Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

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

Evaluation of Cloud ONTAP and AltaVault using AWS

Evaluation of Cloud ONTAP and AltaVault using AWS Evaluation of Cloud ONTAP and AltaVault using AWS July September 2015 Author: Michael Weisz Supervisor: Miroslav Potocky CERN Summer Student Report 2015 Table of Contents 1 Introduction... 2 2 NetApp Cloud

More information

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN Whitepaper NexentaConnect for VMware Virtual SAN Full Featured File services for Virtual SAN Table of Contents Introduction... 1 Next Generation Storage and Compute... 1 VMware Virtual SAN... 2 Highlights

More information

SMB in the Cloud David Disseldorp

SMB in the Cloud David Disseldorp SMB in the Cloud David Disseldorp Samba Team / SUSE ddiss@suse.de Agenda Cloud storage Common types Interfaces Applications Cloud file servers Microsoft Azure File Service Demonstration Amazon Elastic

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

Creating a Cloud Backup Service. Deon George

Creating a Cloud Backup Service. Deon George Creating a Cloud Backup Service Deon George Agenda TSM Cloud Service features Cloud Service Customer, providing a internal backup service Internal Backup Cloud Service Service Provider, providing a backup

More information

How to Unlock Agility by Backing up to, from, and in the Cloud

How to Unlock Agility by Backing up to, from, and in the Cloud WHITE PAPER: HOW TO UNLOCK AGILITY BY BACKING UP TO, FROM,....... AND.... IN.. THE.... CLOUD....................... How to Unlock Agility by Backing up to, from, and in the Cloud Who should read this paper

More information

StorPool Distributed Storage Software Technical Overview

StorPool Distributed Storage Software Technical Overview StorPool Distributed Storage Software Technical Overview StorPool 2015 Page 1 of 8 StorPool Overview StorPool is distributed storage software. It pools the attached storage (hard disks or SSDs) of standard

More information

319 MANAGED HOSTING TECHNICAL DETAILS

319 MANAGED HOSTING TECHNICAL DETAILS 319 MANAGED HOSTING TECHNICAL DETAILS 319 NetWorks www.319networks.com Table of Contents Architecture... 4 319 Platform... 5 319 Applications... 5 319 Network Stack... 5 319 Cloud Hosting Technical Details...

More information

Replication Overview

Replication Overview W H I T E P A P E R b y F r a n k M u s a c c h i a Taking control of your finances. PHD Virtual & Replication: Replication Overview Unmatched Value for Your Virtual World WWW.PHDVIRTUAL.COM PHD Virtual

More information

Hadoop in the Hybrid Cloud

Hadoop in the Hybrid Cloud Presented by Hortonworks and Microsoft Introduction An increasing number of enterprises are either currently using or are planning to use cloud deployment models to expand their IT infrastructure. Big

More information

How To Use An Npm On A Network Device

How To Use An Npm On A Network Device WHITE PAPER: CA ARCserve Backup Network Data Management Protocol (NDMP) Network Attached Storage (NAS) Option: Integrated Protection for Heterogeneous NAS Environments CA ARCserve Backup: Protecting heterogeneous

More information

Cloud OS Vision. Modern platform for the world s apps

Cloud OS Vision. Modern platform for the world s apps Cloud OS Vision Modern platform for the world s apps transforms the datacenter unlocks insights on any data empowers people-centric IT enables modern business apps Development Management Identity Data

More information

EMC CLOUDARRAY PRODUCT DESCRIPTION GUIDE

EMC CLOUDARRAY PRODUCT DESCRIPTION GUIDE EMC CLOUDARRAY PRODUCT DESCRIPTION GUIDE INTRODUCTION IT organizations today grapple with two critical data storage challenges: the exponential growth of data and an increasing need to keep more data for

More information

GPFS Cloud ILM. IBM Research - Zurich. Storage Research Technology Outlook

GPFS Cloud ILM. IBM Research - Zurich. Storage Research Technology Outlook IBM Research - Zurich GPFS Cloud ILM Storage Research Technology Outlook Dr. Thomas Weigold (twe@zurich.ibm.com) Manager Cloud Storage & Security IBM Research Zurich Why Cloud Storage? Economics! Lower

More information

Why back up the Cloud?

Why back up the Cloud? Why back up the Cloud? The CloudBerry Lab Whitepaper The introduction Always backup your data, even if it is in the cloud. The 3-2-1 rule of data protection says keep three copies of your data, on two

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

Harnessing the Power of the Microsoft Cloud for Deep Data Analytics

Harnessing the Power of the Microsoft Cloud for Deep Data Analytics 1 Harnessing the Power of the Microsoft Cloud for Deep Data Analytics Today's Focus How you can operate your business more efficiently and effectively by tapping into Cloud based data analytics solutions

More information

OpenStack IaaS. Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013

OpenStack IaaS. Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013 OpenStack IaaS 1 Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013 Disclaimer The information provided within this presentation is for educational purposes only and was prepared for a community

More information

Hadoop & Spark Using Amazon EMR

Hadoop & Spark Using Amazon EMR Hadoop & Spark Using Amazon EMR Michael Hanisch, AWS Solutions Architecture 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda Why did we build Amazon EMR? What is Amazon EMR?

More information

Recovery-Series, Purpose-built Backup Appliances from Unitrends Date: June 2015 Author: Vinny Choinski, Senior Lab Analyst

Recovery-Series, Purpose-built Backup Appliances from Unitrends Date: June 2015 Author: Vinny Choinski, Senior Lab Analyst ESG Lab Review Recovery-Series, Purpose-built Backup Appliances from Unitrends Date: June 2015 Author: Vinny Choinski, Senior Lab Analyst Abstract: This ESG Lab review documents hands-on testing of the

More information

VMware Software-Defined Storage Vision

VMware Software-Defined Storage Vision VMware Software-Defined Storage Vision Lee Dilworth (@leedilworth) Principal Systems Engineer 2014 VMware Inc. All rights reserved. The Software-Defined Data Center Expand virtual compute to all applications

More information

The Porticor Virtual Private Data solution includes two or three major components:

The Porticor Virtual Private Data solution includes two or three major components: Architecture The Porticor solution offers a rich variety of cloud encryption capabilities. Your project s needs and characteristics will determine the right choices for your application. The Porticor Virtual

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

Building Storage as a Service with OpenStack. Greg Elkinbard Senior Technical Director

Building Storage as a Service with OpenStack. Greg Elkinbard Senior Technical Director Building Storage as a Service with OpenStack Greg Elkinbard Senior Technical Director MIRANTIS 2012 PAGE 1 About the Presenter Greg Elkinbard Senior Technical Director at Mirantis Builds on demand IaaS

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

Managed Hosting is a managed service provided by MN.IT. It is structured to help customers meet:

Managed Hosting is a managed service provided by MN.IT. It is structured to help customers meet: Managed Hosting Service Description Version 1.10 Effective Date: 3/3/2015 Purpose This Service Description is applicable to Managed Hosting services (MH) offered by MN.IT Services (MN.IT) and described

More information