EMC s Enterprise Hadoop Solution. By Julie Lockner, Senior Analyst, and Terri McClure, Senior Analyst

Size: px
Start display at page:

Download "EMC s Enterprise Hadoop Solution. By Julie Lockner, Senior Analyst, and Terri McClure, Senior Analyst"

Transcription

1 White Paper EMC s Enterprise Hadoop Solution Isilon Scale-out NAS and Greenplum HD By Julie Lockner, Senior Analyst, and Terri McClure, Senior Analyst February 2012 This ESG White Paper was commissioned by EMC Corporation and is distributed under license from ESG.

2 White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 2 Contents Introduction... 3 Market Trends for Big Data Analytics Needs... 3 Leveraging Hadoop for Big Data Analytics... 4 Utilizing Scale-out NAS for Big Data Analytics... 5 Completing the Package: EMC s Isilon and Greenplum HD Consolidated Platform... 7 The Bigger Truth... 9 All trademark names are property of their respective companies. Information contained in this publication has been obtained by sources The Enterprise Strategy Group (ESG) considers to be reliable but is not warranted by ESG. This publication may contain opinions of ESG, which are subject to change from time to time. This publication is copyrighted by The Enterprise Strategy Group, Inc. Any reproduction or redistribution of this publication, in whole or in part, whether in hard-copy format, electronically, or otherwise to persons not authorized to receive it, without the express consent of The Enterprise Strategy Group, Inc., is in violation of U.S. copyright law and will be subject to an action for civil damages and, if applicable, criminal prosecution. Should you have any questions, please contact ESG Client Relations at

3 Introduction White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 3 As organizations focus on taking full advantage of the value contained in their information assets, they are finding collecting that data to be a double-edged sword. In fact, faced with the challenge of managing data that is growing at an almost overwhelming rate Facebook alone now collects more than 100 terabytes of data per day most organizations regard managing data growth, provisioning storage, and performing fast, reliable big data analytics as their top priorities. ESG defines big data analytics as the practice of analyzing entire data sets at a time not limited by how the data is structured using purpose-built technology to complete simple-to-complex data analytics tasks in a timely, cost-effective manner. In a recent ESG survey conducted with more than 100 organizations, ESG found that these organizations as they race to keep up with data growth rates consistently pinpointed data management and data storage as key challenges and key obstacles to developing refined data analytics capabilities within their organizations. All agreed that, while definitely adding intrinsic value to their organizations wealth of knowledge, big data is also placing their current IT infrastructures under extreme stress, and many are frantically searching for a means of developing a scalable infrastructure within their data centers. So what exactly are these organizations looking for? With their traditional platforms severely limited in their ability to support big data analytics, more and more companies are researching new solutions to address these challenges, and are concluding that their solution must be a consolidated, scalable platform that can support big data applications with enterprise-class service. An emerging MapReduce platform layered on a distributed file system Hadoop and HDFS is one of the solutions more recently being selected by companies to address their big data analytics needs. It is a solution specifically designed to scale out, allowing it to maintain consistent performance levels as the data set to be processed/analyzed grows. Market Trends for Big Data Analytics Needs According to ESG s latest data management survey, more than half (55%) of respondent organizations identified improved business agility as the main benefit they expected from deploying a new data analytics solution (see Figure 1). 1 Following at a close second was the ability to complete analytics in a shorter period of time. With both the need for speed and agility serving as key factors in the selection process, organizations are looking at the tools and technology that will support and grow with them as they struggle under the information onslaught and analytical platforms based on MapReduce and Apache Hadoop seem to be the frontrunners in the field. In fact, Apache Hadoop has rapidly taken the lead as the preferred solution for big data analytics across unstructured data, and Hadoop-based batch processing of unstructured and structured data at massive levels has led to a drastic change in the way organizations approach big data analytics. 1 Source: ESG Research Report, The Impact of Big Data on Data Analytics, September 2011.

4 White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 4 Figure 1. Top Expected Benefits from Deploying a New Analytics Platform Which of the following benefits does your organization expect to derive from deploying a new data analytics solution? (Percent of respondents, N=102, multiple responses accepted) Improved business agility Ability to complete analytics in a shorter period of time Easier to manage 44% 43% 55% Ability to complete analytics on larger data sets Reduced deployment time and cost Ability to leverage existing resources (i.e., staff) Reduced infrastructure costs Simplified data integration Ability to accommodate new data types 34% 34% 30% 26% 26% 22% Leveraging Hadoop for Big Data Analytics 0% 10% 20% 30% 40% 50% 60% Source: Enterprise Strategy Group, Why are so many organizations leveraging Hadoop in their analytics processing? For one thing, Hadoop gives organizations the ability to store and analyze large volumes of data independent of whether the data is structured, unstructured, relational, or non-relational. Hadoop acts as a compliment to traditional data analytics platforms such as relational databases. It augments their ability to perform interactive SQL analysis on data sources that were difficult or impossible to access or process due to constraints the data placed on current platforms. Hadoop combines a MapReduce framework with the Hadoop Distributed File System (HDFS) and supports data processing and analytics tasks that are equally suited for relational and non-relationally structured data (e.g., text-based data, log files, machine-generated data, or web traffic details). As with any emerging technology, Hadoop still has some innate issues to overcome. For example: The Apache open source Hadoop distribution offers a single point of failure with the NameNode managing file metadata stored in HDFS. The NameNode is the centerpiece of an HDFS file system. It keeps the directory tree of all files in the file system, and serves as the tracking device that indicates where, across the cluster, data resides. Client applications leverage the NameNode when they wish to locate, add, copy, move, or delete a file. The NameNode responds to these requests by presenting a list of servers where the data resides. However, there is a distinct danger with this approach: when the NameNode goes down, the file system goes offline. This is an area that the Hadoop open source community is looking to address, but in the meantime, it is a concern to many organizations looking for a high availability component to their big data analytics platform. Hadoop currently lacks enterprise-class data protection features. Developers must manually set the data replication parameter for HDFS (default is 3) to identify the number of copies HDFS should make of each file

5 White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 5 for data protection, rather than leverage RAID. Relying on developers to determine the number of copies to make could lead to very inefficient use of storage. Hadoop requires an incremental investment in people who are knowledgeable and skilled at Hadoop. Traditional Hadoop deployments may not be easily integrated into existing enterprise applications. Data is accessed via Hadoop and HDFS protocols or via a SQL interface, requiring the development of programming interfaces. Hadoop requires an investment in building dedicated compute clusters, which often produce isolated storage/compute resources and poor utilization of storage or CPU resources, depending on which resource you need. In a common Hadoop reference architecture, the compute cluster leverages direct attached storage (DAS) that is not easily shareable with other applications. Organizations must either deploy the Hadoop compute cluster for high compute requirements and/or high storage capacity requirements during initial deployment. In fact, in the common DAS storage model, organizations cannot easily change the ratio of compute-to-storage after the cluster is deployed. Organizations that want to use Hadoop for different types of workloads will need to deploy multiple Hadoop clusters to align with their needs. For organizations that would like to have a tiered storage layout to optimize the cost of data residing in a Hadoop cluster, administrators would need to manually configure clusters and HDFS folders to align with the tiers, and Hadoop developers would need to develop programs to migrate data between tiers. For organizations that require a data protection strategy with a disaster recovery (DR) plan, developers would need to coordinate with administrators to build in backup processes at the HDFS layer. For DR, developers typically write data sets to two separate co-located Hadoop clusters. This may pose a challenge for organizations that want to incorporate existing data protection and DR policies to data residing in a Hadoop cluster. While strong in many areas, Hadoop deployments may represent serious challenges to already-overworked IT teams based on these tenets. Utilizing Scale-out NAS for Big Data Analytics Enter scale-out network attached storage (NAS). NAS systems are easy to install and deploy, are affordable, and are reliable, keeping support time to a minimum. Scale-out NAS is a good match for big data analytics environments. ESG defines big data in general as using data sets that exceed the boundaries and sizes of normal processing capabilities, forcing you to take a non-traditional approach. Scale-out NAS is that non-traditional approach from an external networked storage standpoint. It is designed to scale beyond the limits of traditional scale-up systems while maintaining performance and availability as the data set grows something traditional storage systems just can t match. In fact, when using a shared networked storage system for supporting big data analytics, a scale-out architecture is a core requirement. Scale-out NAS offers ease of capacity expansion and ease of administration. Recent ESG research revealed that 86% of midmarket organizations and 84% of enterprise organizations are using NAS for some tier of storage. 2 As shown in Figure 2, the capacity of NAS storage (45% of respondents total disk storage capacity) outweighs storage area network (SAN) storage (36%) and direct attached storage (DAS) (31%). 3 SAN systems transfer data over the network in the form of disk blocks, while NAS systems transfer file data. SAN and NAS systems are networked, while DAS is dedicated to the server to which it is attached. 2 Source: ESG Research Report, Scale-out Storage Market Trends, December Ibid.

6 White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 6 Figure 2. Enterprise Storage Capacity, by Storage Type Approximately what percentage of your organization s total disk-based storage capacity would you say is associated with each storage type? (Mean, N=306) 100% 90% 80% 70% Storage area network (SAN), 36% 60% 50% 40% 30% 20% 10% 0% Network-attached storage (NAS), 45% Direct-attached storage (DAS), 19% Source: Enterprise Strategy Group, Scale-out NAS systems can scale horizontally across nodes and in front-end processing power while delivering backend capacity via newly-added processor or capacity nodes. Scale-out storage platforms can increase performance, capacity, or throughput by adding resources (e.g., processors, memory, host interfaces) as loosely coupled systems composed of nodes that work side-by-side, in parallel. Scale-out NAS systems are designed to scale performance and capacity independently, allowing users to maintain performance in rapid data growth file environments that require handling of very large file sizes without the performance or management limitations associated with scaleup storage systems. Benefits include better performance, higher availability, higher storage utilization, easier overall management, and the need for fewer administrators (see Figure 3). Commonalities between Hadoop and Scale-out NAS offer an obvious opportunity for convergence into a solution that can ensure organizations will be able to: Take advantage of enterprise data protection features such as snapshots, replication, and backup with the shared storage model applied to Hadoop analytic processing Achieve higher utilization from storage and compute resources Leverage Hadoop storage resources for additional applications and data center operations

7 White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 7 Figure 3. Benefits Realized in Scale-out Storage Deployments Which of the following benefits has your organization realized as the result of deploying scale-out storage? (Percent of respondents, N=56, multiple responses accepted) Improved scalability 57% Improved performance (I/Os) 45% Improved performance (throughput) Improved data availability Faster deployments/provisioning times 36% 34% 39% Improved storage hardware utilization Reduced operational expenditures Ability to more effectively support specific applications Improved data management Ability to manage more storage capacity with fewer administrator resources Reduced capital expenditures Reduced training time/costs 14% 18% 29% 27% 27% 27% 25% 0% 10% 20% 30% 40% 50% 60% Source: Enterprise Strategy Group, Completing the Package: EMC s Isilon and Greenplum HD Consolidated Platform EMC, in response to the growing adoption of Hadoop, is addressing a market need for a Hadoop platform that provides enterprise data protection and management features on purpose-built infrastructure. EMC is delivering HDFS protocol support for its Isilon scale-out NAS storage platform. In addition to supporting the HDFS protocol on Isilon s enterprise storage platform, EMC s solution includes testing and certification with Greenplum s distribution of Apache Hadoop to provide computation capabilities for the data stored in Isilon. EMC is offering a single vendor support model for Hadoop via Isilon s Scale-Out NAS storage infrastructure, Greenplum HD s analytics capabilities (including parallel data access to the Greenplum database), and EMC consulting, configuration, training, and support services. The consolidated platform combines EMC Isilon s native storage support of the HDFS protocol integrated with Greenplum HD s data processing and analytics framework; organizations can take advantage of multiple benefits over Hadoop deployments based on the direct attached storage reference architecture. High availability to support a wide range of use cases: Isilon s high availability OneFS operating system essentially eliminates the NameNode as a single point of failure in the HDFS storage layer of Hadoop. Because the metadata is distributed across the Isilon cluster, every Isilon node acts as a NameNode. This expands the addressable use cases for Hadoop big data analytics to allow support for business and missioncritical applications that require higher levels of availability than a standard Hadoop configuration using DAS can provide.

8 White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 8 Improved Data Access and Loading: Isilon OneFS supports HDFS as well as industry standard protocols such as NFS and CIFS, among others. That improves the painful and resource-intensive data staging and loading process inherent to traditional Apache Hadoop deployments that just use HDFS, and eliminates the need for excess copies of files. Organizational big data is loaded onto Isilon s OneFS storage layer via industry standard protocols like NFS, CIFS, HTTP, or FTP, but Hadoop applications can directly access that data via HDFS without having to copy or move the original source of data into a different file system. OneFS then manages the protection of the information, eliminating the need for developers and administrators to be responsible for properly configuring the performance and protection parameters. Ease-of-use and deployment: By providing an integrated Hadoop platform delivered on purpose-built infrastructure, the Greenplum HD and Isilon solution will be faster and easier to deploy than the DIY hardware and software configuration process required of traditional Hadoop deployments, which can be time-consuming and resource-intensive. Scale and efficiency: EMC s segmented Hadoop storage and compute solution enables higher storage and CPU utilization rates in comparison to traditional DAS deployments of Hadoop by enabling customers to independently scale performance or capacity as needed and create separate storage pools that meet varying performance requirements within a single system. If the customer s analytics needs require a more compute-intensive configuration versus a more capacity-driven configuration, both can be satisfied by the combined implementation of Greenplum HD and Isilon OneFS. Storage efficiencies are further extended through the use of Isilon and its SmartPool s policy-based automated tiering. By matching the value and performance requirements of data to the appropriate performance tier of storage (rather than leaving all of it on relatively expensive primary storage in a traditional DAS model), costs are reduced. Thanks to the ease of deploying Isilon Scale-out NAS, extending that simplicity to Hadoop eliminates the need to develop applications via programming file I/O interfaces to store and analyze massive data volumes. It enables organizations to deploy an enterprise-class NAS storage platform that can scale with the volumes, but is also general purpose so that organizations can store data only once and support other business users and workloads.

9 The Bigger Truth White Paper: EMC s Enterprise Hadoop Solution: Isilon Scale-out NAS and Greenplum HD 9 As Hadoop continues to evolve, organizations are quickly discovering how it can be used to create a substantial competitive advantage by using its capabilities to access and mine valuable big data. However, along with its power and massive capabilities, Hadoop also introduces issues commonly found in any new and evolving technology. Companies are, therefore, looking for a consolidated, scalable platform that can support big data applications with enterprise-class service attributes. With EMC s delivery of its Isilon scale-out NAS storage platform and its support for the HDFS protocol, organizations now have an option that addresses the Hadoop issues while fully supporting its innate capabilities. But that is just the first step. The second step is leveraging HDFS support to deliver a fully integrated and tested solution. Playing upon the virtues of Hadoop, EMC s Isilon and GreenPlum HD solution adds the capabilities of simple data loading and access using a native network file system interface, end-to-end manageability including simple cluster deployment, automatic failure detection and notification, multi-site management, and rolling upgrades. Finally, with the commitment to fully supporting the entire stack, EMC offers a single vendor support model for each component including hardware: storage, compute, and network and software: Greenplum HD and Greenplum database for comprehensive data analytics. EMC s Isilon and GreenPlum HD solution seems destined to become a viable option for enterprise-class Hadoop-based deployments for any organization harvesting big data and seeking to deploy big data analytics applications to support more mission-critical business processes.

10 20 Asylum Street Milford, MA Tel: Fax:

White. Paper. EMC Isilon: A Scalable Storage Platform for Big Data. April 2014

White. Paper. EMC Isilon: A Scalable Storage Platform for Big Data. April 2014 White Paper EMC Isilon: A Scalable Storage Platform for Big Data By Nik Rouda, Senior Analyst and Terri McClure, Senior Analyst April 2014 This ESG White Paper was commissioned by EMC Isilon and is distributed

More information

EMC ISILON OneFS OPERATING SYSTEM Powering scale-out storage for the new world of Big Data in the enterprise

EMC ISILON OneFS OPERATING SYSTEM Powering scale-out storage for the new world of Big Data in the enterprise EMC ISILON OneFS OPERATING SYSTEM Powering scale-out storage for the new world of Big Data in the enterprise ESSENTIALS Easy-to-use, single volume, single file system architecture Highly scalable with

More information

HADOOP SOLUTION USING EMC ISILON AND CLOUDERA ENTERPRISE Efficient, Flexible In-Place Hadoop Analytics

HADOOP SOLUTION USING EMC ISILON AND CLOUDERA ENTERPRISE Efficient, Flexible In-Place Hadoop Analytics HADOOP SOLUTION USING EMC ISILON AND CLOUDERA ENTERPRISE Efficient, Flexible In-Place Hadoop Analytics ESSENTIALS EMC ISILON Use the industry's first and only scale-out NAS solution with native Hadoop

More information

Research Report. Abstract: Scale-out Storage Market Forecast 2010-2015. February 2011. By Terri McClure

Research Report. Abstract: Scale-out Storage Market Forecast 2010-2015. February 2011. By Terri McClure Research Report Abstract: Scale-out Storage Market Forecast 2010-2015 By Terri McClure February 2011 2011 Enterprise Strategy Group, Inc. All Rights Reserved. Market Forecast Overview Forecast Scope Designed

More information

White. Paper. Closing the Storage Virtualization Gap with EMC Isilon. May, 2011

White. Paper. Closing the Storage Virtualization Gap with EMC Isilon. May, 2011 White Paper Closing the Storage Virtualization Gap with EMC Isilon By Terri McClure May, 2011 This ESG White Paper was commissioned by Isilon and is distributed under license from ESG. 2011, Enterprise

More information

White. Paper. Benefiting from Server Virtualization. Beyond Initial Workload Consolidation. June, 2010

White. Paper. Benefiting from Server Virtualization. Beyond Initial Workload Consolidation. June, 2010 White Paper Benefiting from Server Virtualization Beyond Initial Workload Consolidation By Mark Bowker June, 2010 This ESG White Paper was commissioned by VMware and is distributed under license from ESG.

More information

EMC Isilon: Data Lake 2.0

EMC Isilon: Data Lake 2.0 ` ESG Solution Showcase EMC Isilon: Data Lake 2.0 Date: November 2015 Author: Scott Sinclair, Analyst Abstract: With the rise of new workloads such as big data analytics and the Internet of Things, data

More information

Integrated Grid Solutions. and Greenplum

Integrated Grid Solutions. and Greenplum EMC Perspective Integrated Grid Solutions from SAS, EMC Isilon and Greenplum Introduction Intensifying competitive pressure and vast growth in the capabilities of analytic computing platforms are driving

More information

WHITE PAPER. www.fusionstorm.com. Get Ready for Big Data:

WHITE PAPER. www.fusionstorm.com. Get Ready for Big Data: WHitE PaPER: Easing the Way to the cloud: 1 WHITE PAPER Get Ready for Big Data: How Scale-Out NaS Delivers the Scalability, Performance, Resilience and manageability that Big Data Environments Demand 2

More information

The BIG Data Era has. your storage! Bratislava, Slovakia, 21st March 2013

The BIG Data Era has. your storage! Bratislava, Slovakia, 21st March 2013 The BIG Data Era has arrived Re-invent your storage! Bratislava, Slovakia, 21st March 2013 Luka Topic Regional Manager East Europe EMC Isilon Storage Division luka.topic@emc.com 1 What is Big Data? 2 EXABYTES

More information

Protecting Big Data Data Protection Solutions for the Business Data Lake

Protecting Big Data Data Protection Solutions for the Business Data Lake White Paper Protecting Big Data Data Protection Solutions for the Business Data Lake Abstract Big Data use cases are maturing and customers are using Big Data to improve top and bottom line revenues. With

More information

White. Paper. Extracting the Value of Big Data with HP StoreAll Storage and Autonomy. December 2012

White. Paper. Extracting the Value of Big Data with HP StoreAll Storage and Autonomy. December 2012 White Paper Extracting the Value of Big Data with HP StoreAll Storage and Autonomy By Terri McClure, Senior Analyst and Katey Wood, Analyst December 2012 This ESG White Paper was commissioned by HP and

More information

TRANSFORM YOUR BUSINESS: BIG DATA AND ANALYTICS WITH VCE AND EMC

TRANSFORM YOUR BUSINESS: BIG DATA AND ANALYTICS WITH VCE AND EMC TRANSFORM YOUR BUSINESS: BIG DATA AND ANALYTICS WITH VCE AND EMC Vision Big data and analytic initiatives within enterprises have been rapidly maturing from experimental efforts to production-ready deployments.

More information

BIG DATA-AS-A-SERVICE

BIG DATA-AS-A-SERVICE White Paper BIG DATA-AS-A-SERVICE What Big Data is about What service providers can do with Big Data What EMC can do to help EMC Solutions Group Abstract This white paper looks at what service providers

More information

THE EMC ISILON STORY. Big Data In The Enterprise. Copyright 2012 EMC Corporation. All rights reserved.

THE EMC ISILON STORY. Big Data In The Enterprise. Copyright 2012 EMC Corporation. All rights reserved. THE EMC ISILON STORY Big Data In The Enterprise 2012 1 Big Data In The Enterprise Isilon Overview Isilon Technology Summary 2 What is Big Data? 3 The Big Data Challenge File Shares 90 and Archives 80 Bioinformatics

More information

Overview executive SUMMArY

Overview executive SUMMArY EMC Isilon TCO Benefits for Large-Scale Home Directories Overview EMC Isilon scale-out network-attached storage (NAS) has rapidly gained popularity over the past several years, successfully moving from

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

White. Paper. Addressing NAS Backup and Recovery Challenges. February 2012

White. Paper. Addressing NAS Backup and Recovery Challenges. February 2012 White Paper Addressing NAS Backup and Recovery Challenges By Terri McClure and Jason Buffington February 2012 This ESG White Paper was commissioned by EMC and is distributed under license from ESG. 2012,

More information

I D C T E C H N O L O G Y S P O T L I G H T. T i m e t o S c ale Out, Not Scale Up

I D C T E C H N O L O G Y S P O T L I G H T. T i m e t o S c ale Out, Not Scale Up I D C T E C H N O L O G Y S P O T L I G H T M a naging the Explosion of Enterprise Data: T i m e t o S c ale Out, Not Scale Up July 2014 Adapted from Scale-Out Meets Virtualization by Ashish Nadkarni,

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

Integrated Computing Platforms: Infrastructure Builds for Tomorrow s Data Center

Integrated Computing Platforms: Infrastructure Builds for Tomorrow s Data Center White Paper Integrated Computing Platforms: Infrastructure Builds for Tomorrow s Data Center By Mark Bowker, Senior Analyst, and Perry Laberis, Senior Research Associate March 2013 This ESG White Paper

More information

A Storage Network Architecture for Highly Dynamic Virtualized and Cloud Computing Environments

A Storage Network Architecture for Highly Dynamic Virtualized and Cloud Computing Environments White Paper A Storage Network Architecture for Highly Dynamic Virtualized and Cloud Computing Environments Juniper s QFabric Solution for EMC Storage Environments By Bob Laliberte, Senior Analyst May 2013

More information

The Challenge. ESG Case Study

The Challenge. ESG Case Study ESG Case Study Primatics Financial Delivers SaaS-based Solution Excellence Using EMC s XtremIO Date: March 2015 Authors: Mark Peters, Senior Analyst; Adam DeMattia, Market Research Analyst; and Monya Keane,

More information

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand.

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand. IBM Global Technology Services September 2007 NAS systems scale out to meet Page 2 Contents 2 Introduction 2 Understanding the traditional NAS role 3 Gaining NAS benefits 4 NAS shortcomings in enterprise

More information

The Data Center of the Future

The Data Center of the Future 2010, Enterprise Strategy Group, Inc. All Rights Reserved White Paper The Data Center of the Future By Mark Bowker and Lauren Whitehouse March, 2010 This ESG White Paper was commissioned by Veeam and is

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

Direct Scale-out Flash Storage: Data Path Evolution for the Flash Storage Era

Direct Scale-out Flash Storage: Data Path Evolution for the Flash Storage Era Enterprise Strategy Group Getting to the bigger truth. White Paper Direct Scale-out Flash Storage: Data Path Evolution for the Flash Storage Era Apeiron introduces NVMe-based storage innovation designed

More information

Enabling Small and Midsize Businesses to Acquire and Retain Customers in an Evolving Digital World

Enabling Small and Midsize Businesses to Acquire and Retain Customers in an Evolving Digital World White Paper Enabling Small and Midsize Businesses to Acquire and Retain Customers in an Evolving Digital World By Scott Sinclair, Analyst, Mark Peters, Senior Analyst, and Monya Keane, Research Analyst

More information

AUTOMATED DATA RETENTION WITH EMC ISILON SMARTLOCK

AUTOMATED DATA RETENTION WITH EMC ISILON SMARTLOCK White Paper AUTOMATED DATA RETENTION WITH EMC ISILON SMARTLOCK Abstract EMC Isilon SmartLock protects critical data against accidental, malicious or premature deletion or alteration. Whether you need to

More information

Next Generation NAS: A market perspective on the recently introduced Snap Server 500 Series

Next Generation NAS: A market perspective on the recently introduced Snap Server 500 Series Next Generation NAS: A market perspective on the recently introduced Snap Server 500 Series ABSTRACT In February 2006, Snap Server announced the 500 Series of Networked Attached Storage systems as well

More information

Enterprise-class Backup Performance with Dell DR6000 Date: May 2014 Author: Kerry Dolan, Lab Analyst and Vinny Choinski, Senior Lab Analyst

Enterprise-class Backup Performance with Dell DR6000 Date: May 2014 Author: Kerry Dolan, Lab Analyst and Vinny Choinski, Senior Lab Analyst ESG Lab Review Enterprise-class Backup Performance with Dell DR6000 Date: May 2014 Author: Kerry Dolan, Lab Analyst and Vinny Choinski, Senior Lab Analyst Abstract: This ESG Lab review documents hands-on

More information

Driving IBM BigInsights Performance Over GPFS Using InfiniBand+RDMA

Driving IBM BigInsights Performance Over GPFS Using InfiniBand+RDMA WHITE PAPER April 2014 Driving IBM BigInsights Performance Over GPFS Using InfiniBand+RDMA Executive Summary...1 Background...2 File Systems Architecture...2 Network Architecture...3 IBM BigInsights...5

More information

By Jason Buffington, Senior Analyst, and Monya Keane, Research Analyst

By Jason Buffington, Senior Analyst, and Monya Keane, Research Analyst White Paper How to Accelerate IT Resiliency Through Virtualization By Jason Buffington, Senior Analyst, and Monya Keane, Research Analyst August 2015 This ESG White Paper was commissioned by Axcient and

More information

MULTI VENDOR ANALYSIS

MULTI VENDOR ANALYSIS MULTI VENDOR ANALYSIS Taming the Impact of Server Virtualization on Networked Storage With Citrix, Microsoft, and NetApp By Mark Bowker June, 2009 Table of Contents ESG WHITE PAPER Table of Contents...

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

How To Understand The Needs Of The Network

How To Understand The Needs Of The Network White Paper The Modern Network Monitoring Mandate By Bob Laliberte, Senior Analyst April 2014 This ESG White Paper was commissioned by Emulex and is distributed under license from ESG. White Paper: The

More information

Consolidate and Virtualize Your Windows Environment with NetApp and VMware

Consolidate and Virtualize Your Windows Environment with NetApp and VMware White Paper Consolidate and Virtualize Your Windows Environment with NetApp and VMware Sachin Chheda, NetApp and Gaetan Castelein, VMware October 2009 WP-7086-1009 TABLE OF CONTENTS 1 EXECUTIVE SUMMARY...

More information

Can Storage Fix Hadoop

Can Storage Fix Hadoop Can Storage Fix Hadoop John Webster, Senior Partner 9/18/2013 1 Agenda What is the Internet Data Center and how is it different from Enterprise Data Center? How is the Apache Software Foundation (ASF)

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

Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack

Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack HIGHLIGHTS Real-Time Results Elasticsearch on Cisco UCS enables a deeper

More information

How To Manage A Single Volume Of Data On A Single Disk (Isilon)

How To Manage A Single Volume Of Data On A Single Disk (Isilon) 1 ISILON SCALE-OUT NAS OVERVIEW AND FUTURE DIRECTIONS PHIL BULLINGER, SVP, EMC ISILON 2 ROADMAP INFORMATION DISCLAIMER EMC makes no representation and undertakes no obligations with regard to product planning

More information

Proact whitepaper on Big Data

Proact whitepaper on Big Data Proact whitepaper on Big Data Summary Big Data is not a definite term. Even if it sounds like just another buzz word, it manifests some interesting opportunities for organisations with the skill, resources

More information

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Reference Architecture EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Optimize scalability and performance of FAST Search Server 2010 for SharePoint Validate virtualization

More information

Managing the Unmanageable: A Better Way to Manage Storage

Managing the Unmanageable: A Better Way to Manage Storage Managing the Unmanageable: A Better Way to Manage Storage Storage growth is unending, but there is a way to meet the challenge, without worries about scalability or availability. October 2010 ISILON SYSTEMS

More information

CONVERGE APPLICATIONS, ANALYTICS, AND DATA WITH VCE AND PIVOTAL

CONVERGE APPLICATIONS, ANALYTICS, AND DATA WITH VCE AND PIVOTAL CONVERGE APPLICATIONS, ANALYTICS, AND DATA WITH VCE AND PIVOTAL Vision In today s volatile economy, an organization s ability to exploit IT to speed time-to-results, control cost and risk, and drive differentiation

More information

This ESG White Paper was commissioned by DH2i and is distributed under license from ESG.

This ESG White Paper was commissioned by DH2i and is distributed under license from ESG. White Paper Application Virtualization: An Opportunity for IT to do More with Much Less By Mark Bowker, Senior Analyst November 2012 This ESG White Paper was commissioned by DH2i and is distributed under

More information

Field Audit Report. Asigra. Hybrid Cloud Backup and Recovery Solutions. May, 2009. By Brian Garrett with Tony Palmer

Field Audit Report. Asigra. Hybrid Cloud Backup and Recovery Solutions. May, 2009. By Brian Garrett with Tony Palmer Field Audit Report Asigra Hybrid Cloud Backup and Recovery Solutions By Brian Garrett with Tony Palmer May, 2009 Field Audit: Asigra Hybrid Cloud Backup and Recovery Solutions 2 Contents Introduction...

More information

I/O Considerations in Big Data Analytics

I/O Considerations in Big Data Analytics Library of Congress I/O Considerations in Big Data Analytics 26 September 2011 Marshall Presser Federal Field CTO EMC, Data Computing Division 1 Paradigms in Big Data Structured (relational) data Very

More information

DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization

DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization New Drivers in Information Storage Data is unquestionably the lifeblood of today s digital organization. Storage solutions remain

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

EMC ISILON SCALE-OUT STORAGE PRODUCT FAMILY

EMC ISILON SCALE-OUT STORAGE PRODUCT FAMILY SCALE-OUT STORAGE PRODUCT FAMILY Storage made simple ESSENTIALS Simple storage designed for ease of use Massive scalability with easy, grow-as-you-go flexibility World s fastest-performing NAS Unmatched

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

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information

Lab Validation Report

Lab Validation Report Lab Validation Report Catalogic DPX Copy Data Services Designed for Intelligent Data Protection and Access By Vinny Choinski, Senior Lab Analyst ant Tony Palmer, Senior Lab Analyst September 2014 Lab Validation:

More information

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager An Oracle White Paper November 2010 Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager Introduction...2 Oracle Backup and Recovery Solution Overview...3 Oracle Recovery

More information

CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY

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

More information

Actifio Big Data Director. Virtual Data Pipeline for Unstructured Data

Actifio Big Data Director. Virtual Data Pipeline for Unstructured Data Actifio Big Data Director Virtual Data Pipeline for Unstructured Data Contact Actifio Support As an Actifio customer, you can get support for all Actifio products through the Support Portal at http://support.actifio.com/.

More information

Enabling High performance Big Data platform with RDMA

Enabling High performance Big Data platform with RDMA Enabling High performance Big Data platform with RDMA Tong Liu HPC Advisory Council Oct 7 th, 2014 Shortcomings of Hadoop Administration tooling Performance Reliability SQL support Backup and recovery

More information

A Comparative TCO Study: VTLs and Physical Tape. With a Focus on Deduplication and LTO-5 Technology

A Comparative TCO Study: VTLs and Physical Tape. With a Focus on Deduplication and LTO-5 Technology White Paper A Comparative TCO Study: VTLs and Physical Tape With a Focus on Deduplication and LTO-5 Technology By Mark Peters February, 2011 This ESG White Paper is distributed under license from ESG.

More information

DIGITAL STORAGE CONCERNS AND CONSIDERATIONS

DIGITAL STORAGE CONCERNS AND CONSIDERATIONS DIGITAL STORAGE CONCERNS AND CONSIDERATIONS JOE HEWES, EMC OEM Copyright 2015 EMC Corporation. All rights reserved. 1 DIGITAL STORAGE & ARCHIVING FOR NDT BUSINESS DRIVERS WHY DO THIS? Improve Product Safety

More information

White. Paper. Improving Backup Effectiveness and Cost-Efficiency with Deduplication. October, 2010

White. Paper. Improving Backup Effectiveness and Cost-Efficiency with Deduplication. October, 2010 White Paper Improving Backup Effectiveness and Cost-Efficiency with Deduplication By Lauren Whitehouse October, 2010 This ESG White Paper was commissioned by Fujitsu and is distributed under license from

More information

System Requirements Version 8.0 July 25, 2013

System Requirements Version 8.0 July 25, 2013 System Requirements Version 8.0 July 25, 2013 For the most recent version of this document, visit our documentation website. Table of Contents 1 System requirements 3 2 Scalable infrastructure example

More information

Storage made simple. Essentials. Expand it... Simply

Storage made simple. Essentials. Expand it... Simply EMC ISILON SCALE-OUT STORAGE PRODUCT FAMILY Storage made simple Essentials Simple storage management, designed for ease of use Massive scalability with easy, grow-as-you-go flexibility World s fastest

More information

The Convergence of Big Data Processing and Integrated Infrastructure

The Convergence of Big Data Processing and Integrated Infrastructure Research Report Abstract: The Convergence of Big Data Processing and Integrated Infrastructure By Evan Quinn, Senior Principal Analyst and Bill Lundell, Senior Research Analyst With Brian Babineau, Vice

More information

Big Data Analytics. with EMC Greenplum and Hadoop. Big Data Analytics. Ofir Manor Pre Sales Technical Architect EMC Greenplum

Big Data Analytics. with EMC Greenplum and Hadoop. Big Data Analytics. Ofir Manor Pre Sales Technical Architect EMC Greenplum Big Data Analytics with EMC Greenplum and Hadoop Big Data Analytics with EMC Greenplum and Hadoop Ofir Manor Pre Sales Technical Architect EMC Greenplum 1 Big Data and the Data Warehouse Potential All

More information

Lab Validation Report

Lab Validation Report Lab Validation Report EMC Avamar 6.0 Next Generation Backup & Recovery By Vinny Choinski with David Chapa June 2011 Lab Validation: EMC Avamar 6.0 2 Contents Introduction... 3 Background... 3 EMC Avamar

More information

Trends in Private Cloud Infrastructure

Trends in Private Cloud Infrastructure Research Report Abstract: Trends in Private Cloud Infrastructure By Mark Bowker, Senior Analyst and Bill Lundell, Senior Research Analyst With Jennifer Gahm, Senior Project Manager April 2014 Introduction

More information

NetApp Big Content Solutions: Agile Infrastructure for Big Data

NetApp Big Content Solutions: Agile Infrastructure for Big Data White Paper NetApp Big Content Solutions: Agile Infrastructure for Big Data Ingo Fuchs, NetApp April 2012 WP-7161 Executive Summary Enterprises are entering a new era of scale, in which the amount of data

More information

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Clear the way for new business opportunities. Unlock the power of data. Overcoming storage limitations Unpredictable data growth

More information

White. Paper. Big Data Advisory Service. September, 2011

White. Paper. Big Data Advisory Service. September, 2011 White Paper Big Data Advisory Service By Julie Lockner& Tom Kornegay September, 2011 This ESG White Paper was commissioned by EMC Corporation and is distributed under license from ESG. 2011, Enterprise

More information

Virtualizing Apache Hadoop. June, 2012

Virtualizing Apache Hadoop. June, 2012 June, 2012 Table of Contents EXECUTIVE SUMMARY... 3 INTRODUCTION... 3 VIRTUALIZING APACHE HADOOP... 4 INTRODUCTION TO VSPHERE TM... 4 USE CASES AND ADVANTAGES OF VIRTUALIZING HADOOP... 4 MYTHS ABOUT RUNNING

More information

White. Paper. Data Management and Analysis. Cisco and Microsoft: Optimal Infrastructure Strategies. February 2015

White. Paper. Data Management and Analysis. Cisco and Microsoft: Optimal Infrastructure Strategies. February 2015 White Paper Data Management and Analysis Cisco and Microsoft: Optimal Infrastructure Strategies By Mark Bowker, Senior Analyst February 2015 This ESG White Paper was commissioned by Cisco and is distributed

More information

THE EMC ISILON SCALE-OUT DATA LAKE

THE EMC ISILON SCALE-OUT DATA LAKE THE EMC ISILON SCALE-OUT DATA LAKE Key capabilities ABSTRACT This white paper provides an introduction to the EMC Isilon scale-out data lake as the key enabler to store, manage, and protect unstructured

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

White. Paper. EMC Personalized Support Services: A Focus on Keeping IT Healthy. November 2012

White. Paper. EMC Personalized Support Services: A Focus on Keeping IT Healthy. November 2012 White Paper EMC Personalized Support Services: A Focus on Keeping IT Healthy By Terri McClure, Senior Analyst November 2012 This ESG White Paper was commissioned by EMC and is distributed under license

More information

Lab Validation Report

Lab Validation Report Lab Validation Report Unified Windows Storage Consolidation NetApp Windows Consolidation in Virtual Server Environments By Brian Garrett August 2010 Lab Validation: Unified Windows Storage Consolidation

More information

Symantec OpenStorage Date: February 2010 Author: Tony Palmer, Senior ESG Lab Engineer

Symantec OpenStorage Date: February 2010 Author: Tony Palmer, Senior ESG Lab Engineer ESG Lab Review Symantec OpenStorage Date: February 2010 Author: Tony Palmer, Senior ESG Lab Engineer Abstract: This ESG Lab review documents hands-on testing of consolidated management and automated data

More information

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010 Flash Memory Arrays Enabling the Virtualized Data Center July 2010 2 Flash Memory Arrays Enabling the Virtualized Data Center This White Paper describes a new product category, the flash Memory Array,

More information

Making the Move to Desktop Virtualization No More Reasons to Delay

Making the Move to Desktop Virtualization No More Reasons to Delay Enabling the Always-On Enterprise Making the Move to Desktop Virtualization No More Reasons to Delay By Andrew Melmed Director of Enterprise Solutions, Sanbolic Inc. April 2012 Introduction It s a well-known

More information

Cisco Unified Data Center: The Foundation for Private Cloud Infrastructure

Cisco Unified Data Center: The Foundation for Private Cloud Infrastructure White Paper Cisco Unified Data Center: The Foundation for Private Cloud Infrastructure Providing Agile and Efficient Service Delivery for Sustainable Business Advantage What You Will Learn Enterprises

More information

How To Protect Data On Network Attached Storage (Nas) From Disaster

How To Protect Data On Network Attached Storage (Nas) From Disaster White Paper EMC FOR NETWORK ATTACHED STORAGE (NAS) BACKUP AND RECOVERY Abstract This white paper provides an overview of EMC s industry leading backup and recovery solutions for NAS systems. It also explains

More information

Cisco Unified Data Center Solutions for MapR: Deliver Automated, High-Performance Hadoop Workloads

Cisco Unified Data Center Solutions for MapR: Deliver Automated, High-Performance Hadoop Workloads Solution Overview Cisco Unified Data Center Solutions for MapR: Deliver Automated, High-Performance Hadoop Workloads What You Will Learn MapR Hadoop clusters on Cisco Unified Computing System (Cisco UCS

More information

BIG DATA TRENDS AND TECHNOLOGIES

BIG DATA TRENDS AND TECHNOLOGIES BIG DATA TRENDS AND TECHNOLOGIES THE WORLD OF DATA IS CHANGING Cloud WHAT IS BIG DATA? Big data are datasets that grow so large that they become awkward to work with using onhand database management tools.

More information

Dell Cloudera Syncsort Data Warehouse Optimization ETL Offload

Dell Cloudera Syncsort Data Warehouse Optimization ETL Offload Dell Cloudera Syncsort Data Warehouse Optimization ETL Offload Drive operational efficiency and lower data transformation costs with a Reference Architecture for an end-to-end optimization and offload

More information

EXPLORATION TECHNOLOGY REQUIRES A RADICAL CHANGE IN DATA ANALYSIS

EXPLORATION TECHNOLOGY REQUIRES A RADICAL CHANGE IN DATA ANALYSIS EXPLORATION TECHNOLOGY REQUIRES A RADICAL CHANGE IN DATA ANALYSIS EMC Isilon solutions for oil and gas EMC PERSPECTIVE TABLE OF CONTENTS INTRODUCTION: THE HUNT FOR MORE RESOURCES... 3 KEEPING PACE WITH

More information

EMC ISILON ONEFS OPERATING SYSTEM

EMC ISILON ONEFS OPERATING SYSTEM EMC ISILON ONEFS OPERATING SYSTEM Powering scale-out storage for the Big Data and Object workloads of today and tomorrow ESSENTIALS Easy-to-use, single volume, single file system architecture Highly scalable

More information

ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP

ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP Virtualization, in particular VMware, has changed the way companies look at how they deploy not only their servers,

More information

CloudByte ElastiStor Date: February 2014 Author: Tony Palmer, Senior Lab Analyst

CloudByte ElastiStor Date: February 2014 Author: Tony Palmer, Senior Lab Analyst ESG Lab Review CloudByte ElastiStor Date: February 2014 Author: Tony Palmer, Senior Lab Analyst Abstract: This ESG Lab review documents the hands-on evaluation of CloudByte ElastiStor unified storage on

More information

OPTIMIZING SERVER VIRTUALIZATION

OPTIMIZING SERVER VIRTUALIZATION OPTIMIZING SERVER VIRTUALIZATION HP MULTI-PORT SERVER ADAPTERS BASED ON INTEL ETHERNET TECHNOLOGY As enterprise-class server infrastructures adopt virtualization to improve total cost of ownership (TCO)

More information

Technology Insight Series

Technology Insight Series Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary

More information

Application Brief: Using Titan for MS SQL

Application Brief: Using Titan for MS SQL Application Brief: Using Titan for MS Abstract Businesses rely heavily on databases for day-today transactions and for business decision systems. In today s information age, databases form the critical

More information

SunGard Enterprise Cloud Services Date: March 2012 Author: Mark Bowker, Senior Analyst

SunGard Enterprise Cloud Services Date: March 2012 Author: Mark Bowker, Senior Analyst Cloud Services Brief SunGard Enterprise Cloud Services Date: March 2012 Author: Mark Bowker, Senior Analyst Abstract: Long-time managed services and disaster recovery specialist SunGard is raising its

More information

Enterprise Big Data, Business Intelligence, and Analytics Trends

Enterprise Big Data, Business Intelligence, and Analytics Trends Research Report Abstract: Enterprise Big Data, Business Intelligence, and Analytics Trends By Nik Rouda, Senior Analyst With Bill Lundell, Senior Research Analyst, and Jennifer Gahm, Senior Project Manager

More information

Getting on the Road to SDN. Attacking DMZ Security Issues with Advanced Networking Solutions

Getting on the Road to SDN. Attacking DMZ Security Issues with Advanced Networking Solutions White Paper Getting on the Road to SDN Attacking DMZ Security Issues with Advanced Networking Solutions By Bob Laliberte, Senior Analyst March 2014 This ESG White Paper was commissioned by NEC and is distributed

More information

How to Manage Critical Data Stored in Microsoft Exchange Server 2010. By Hitachi Data Systems

How to Manage Critical Data Stored in Microsoft Exchange Server 2010. By Hitachi Data Systems W H I T E P A P E R How to Manage Critical Data Stored in Microsoft Exchange Server 2010 By Hitachi Data Systems April 2012 2 Table of Contents Executive Summary and Introduction 3 Mission-critical Microsoft

More information

Backup and Archiving Convergence Trends

Backup and Archiving Convergence Trends Research Report Abstract: Backup and Archiving Convergence Trends By Jason Buffington, Senior Analyst and Bill Lundell, Senior Research Analyst With Jennifer Gahm, Senior Project Manager April 2014 Introduction

More information

Online File Sharing and Collaboration: Deployment Model Trends

Online File Sharing and Collaboration: Deployment Model Trends Research Report Abstract: Online File Sharing and Collaboration: Deployment Model Trends By Terri McClure, Senior Analyst and Bill Lundell, Senior Research Analyst With Jennifer Gahm, Senior Project Manager

More information

EMC Unified Storage for Microsoft SQL Server 2008

EMC Unified Storage for Microsoft SQL Server 2008 EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information

More information