InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary

Size: px
Start display at page:

Download "InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary"

Transcription

1 InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary v1.0 January 8, 2010

2 Introduction This guide describes the highlights of a data warehouse reference architecture developed jointly between the IBM DB2 development lab and the EMC CLARiiON engineering lab. The intent of the project is to bring together IBM and EMC best practices for deploying a warehouse and to develop a prescriptive approach to integrating the following components: IBM Power 570 and Power 550 servers EMC CLARiiON CX4 storage AIX operating system IBM InfoSphere Warehouse software A full reference guide is available that describes the architecture in detail and provides a racking scheme to help standardize deployments. In addition, software tools for use solely by IBM and EMC field teams have been created and are available to assist in deploying this architecture. A standardized testing approach was used, comprised of performance and stability phases as well as validation of the deployment tools. The intent of this project is to offer prescriptive guidance to customers who wish to deploy a warehouse with IBM servers and software plus EMC storage. This guidance simplifies the deployment process and provides customers with quicker time to value by eliminating the need to design a customized solution. It is important to note that this architecture is a joint reference architecture only and is not offered as a product from either company. IBM and EMC product support for the individual server, storage, and software components still apply. Customers will assume ultimate responsibility for integrating a warehouse solution built using this guide. Technical Details Background This architecture is designed specifically to support the IBM DB2 Database Partitioning Feature (DPF), a feature that provides shared nothing parallel processing. When DPF is used: A system consists of separate processing segments known as database partitions Each database partition has its own private memory, logging, and locking facility Memory and processes are not shared, providing independence and linear scalability 2

3 The IBM best practices extend this implementation into the physical infrastructure by providing for separate servers and dedicated disk, which meets the requirements for a shared nothing parallelism environment. Architecture Component Highlights The following diagram illustrates the architecture. Detailed descriptions of each unit follow. 3

4 Administration unit The function of the administration unit is to house the database catalog and small tables that are not large enough to be partitioned across the data nodes. It also serves as the connection and coordination point for users of the data warehouse. The administration unit consists of a Power 550 server logical partition (LPAR) and an EMC CLARiiON CX4-240 storage device with the following specifications: 1 x administration database partition for the database catalog, small tables, and query coordination 1 x POWER6 dual core processor, 3.5GHz or faster 30GB memory 2 x internal 146GB, 15K RPM disks 2 x 2 port, Gigabit Ethernet cards 1 x 2 port, 4Gbps Fiber host bus adapter (HBA) card An external remote I/O drawer to provide expanded slot capacity 1 x CX4-240 CLARiiON storage device with the following drives: o 5 x 300GB, 15K RPM disks for internal CLARiiON vault and the operating system o 1 x 300GB, 15K RPM hot spare o 9 x 300GB, 15K RPM disks for the database, allocated as follows: 1 x 2+P RAID5 storage device for the database home file system 2 x 2+P RAID5 storage devices for database data, temporary space, small tables, and logging Management unit The function of the management unit is to provide a central server to administrate the cluster of servers that make up the data warehouse. With the addition of external storage, this module can also host the IBM Performance Expert software and database. Performance Expert software allows database administrators and system administrators to track system and database performance. The management unit consists of a Power 550 LPAR on the same server as the administration unit and an optional expansion of the EMC CLARiiON CX4-240 storage device. The unit has the following specifications: Optional Performance Expert repository database 1 x POWER6 dual core processor, 3.5GHz or faster 2GB memory 2 x internal 146GB, 15K RPM disks 2 x 2 port, Gigabit Ethernet cards 1 x 2 port, 4Gbps Fiber HBA card External remote I/O drawer to provide expanded slot capacity shared with the administration unit If Performance Expert will be installed, the following optional drives are added to the external CX4-240 storage device: o 1 x 300GB, 15K RPM hot spare o 9 x 300GB, 15K RPM disks for the database, allocated as follows: 1 x 2+P RAID5 storage device for the database home file system 2 x 2+P RAID5 storage devices for database data, temporary space, and logging 4

5 Data unit The function of the data unit is to house one or more shared nothing database partitions. Testing has determined the recommended number of database partitions per server to be 8 or fewer. For this reference architecture, the most economical use of the Power 570 server is to host 8 database partitions. Individual data rows in tables are distributed across database partitions using a common hash partitioning scheme. The fact that the database tables have been broken into multiple database partitions to facilitate parallel processing is invisible to the application developer or query submitter. The data unit consists of a Power 570 server and an EMC CLARiiON CX4-960 storage device with the following specifications: 8 x database partitions for data 2 x dual core POWER6 processors, 5.0GHz or faster 32GB memory 2 x internal 146GB, 15K RPM disks 2 x 2 port, Gigabit Ethernet cards 2 x 2 port, 4Gbps Fiber HBA cards 1 x CX4-960 storage device with the following drives: o 5 x 300GB, 15K RPM disks for internal CLARiiON vault and the operating system o 4 x 300GB, 15K RPM hot spares o 96 x 300GB, 15K RPM disk drives for data allocated to 8 database partitions as follows: 12 drives per each of the 8 database partitions, configured as 4 x 2+P RAID5 storage devices for database path and data Add-on units The architecture allows for additional optional units to be added to the solution. These units include: ETL (extract, transform, and load) unit This unit can function as an additional coordinator connection node for ETL processing on established ETL servers or actually host ETL software such as IBM Information Server Application unit This unit can host a variety of application software such as the IBM InfoSphere Warehouse Enterprise Edition suite of products or the InfoSphere Warehouse Cubing Services engine. TSM unit This unit hosts IBM Tivoli Storage Manager software for dedicated backup capability. This unit can be configured to support network-based backups by attaching tape drives directly or LAN-free backup by attaching tape drives on the SAN. SAN Fabric Dedicated, redundant SAN switches are a required part of the solution. 4Gbps SAN and Fiber Channel drives are specified throughout. The intent is to deliver the SAN as part of the storage subsystem. Due to the unique processing requirements of shared nothing database parallelism, it is highly recommended that customers planning to implement this reference architecture use the dedicated, private SAN that is delivered as part of the storage subsystem. 5

6 Ethernet Networking This architecture uses 3 physical networks FCM network (DB2 Fast Communication Manager) This network supports inter-partition communication within the parallel database. The FCM network has the most stringent specifications. It must be hosted on a non-blocking switch to ensure that latency is not introduced, because latency would significantly reduce the benefit of the parallel processing. It also is highly recommended that it support jumbo frames to allow for more efficient transfer of large amounts of information. It is recommended that it be a private network on dedicated switches. This network is link aggregated for performance and redundancy. Corporate network The corporate network (sometimes called the external network) allows for connectivity to the company s extended network. It too can carry significant amounts of data, from ETL feeds to outbound query results to backup flows. It is recommended this network also be on a non-blocking switch and be link aggregated for performance and redundancy, allowing a high performance connectivity for any server in the solution that needs to exchange significant amounts of data with the database. A patch panel connection can be used to support connectivity to the regular company network for user and administrator connectivity.. HMC network This network is the standard Power Series Hardware Management Console (HMC) network used to command and control the servers. High Availability High availability capability is available as an option. IBM Tivoli System Automation software is used to support high availability clustering. It is important to note that the base configuration for each server is implemented with no single point of failure. Redundant network and SAN switching is also specified. Two types of HA configurations are supported and can be used throughout the solution to support failover in the event of a server failure: 1. Mutual Failover: In this configuration each pair of data and/or administration units is grouped into a high availability cluster where each server can fail over to the other. The following requirements must be met: a. IBM Tivoli System Automation for Multiplatforms b. Two Fiber Channel SAN switches c. An even number of servers to be clustered 2. HA Group: In this configuration the servers are grouped into high availability groups (HA groups) of up to 10 servers (9 administration and/or data units and 1 standby unit). This configuration has the following requirements: a. IBM Tivoli System Automation for Multiplatforms b. Fiber Channel SAN switches 2 switches for each cluster of 10 or fewer servers in HA group(s) c. One standby server per HA group, configured identically to the server component in a data unit. 6

7 Storage Design Why CLARiiON and Narrow RAID IBM experience with customers has shown that modular, mid-range storage is the most effective storage class to support the DB2 parallel processing model, and that it does so efficiently and in a cost effective manner. EMC also targets the CLARiiON storage device for data warehousing and continues to develop the CLARiiON product to support the requisite I/O workloads. This reference architecture makes use of the latest EMC technology by incorporating products from the new CX4 storage line. The CLARiiON CX4-240 and CX4-960 configurations were thoroughly tested to verify that they satisfy the database requirements for MBs/s for each database partition simultaneously across multiple database partitions while also meeting IOPS requirements. The configurations also provide sufficient usable space to accommodate storing enough database objects so that the resulting database workload fully utilizes both the storage subsystem and the server resources. A narrow or small RAID5 device size of 2 data disks + 1 parity disk was chosen because, in the EMC CLARiiON architecture, it best supports DB2 I/O requirements for processing data warehousing and business intelligence workloads. Because of DB2 data retrieval techniques, the I/O subsystem must support not only synchronous page reads and high IOPS rates for index processing, but also synchronous read ahead for DB2 list prefetch, sequential detection, and table space scans. This RAID device design on CLARiiON storage also provides the right balance of loop and controller loading and an economical number of disk drives. By employing the narrow RAID design, the patented EMC CLARiiON parity rotation scheme was leveraged to keep synchronous page reads small while also allowing asynchronous read ahead to be processed without additional head seek time. The EMC CLARiiON CX4 line of storage devices uses a fixed size 64KB stripe element. However, the system uses a unique scheme of rotating the parity between the drives after multiple full stripes. Host data reads that involve multiple full stripes worth of data are detected and coalesced efficiently by the storage system into reads that pull multiple consecutive pieces of 64KB from each drive as a single request to the drive. Therefore, unlike with other storage systems, there is no need to try to adjust the stripe element size when creating a striped LUN because both large and small reads are efficiently supported. After the head seek is complete, this architecture is able to read as much data as needed to satisfy the host request, which results in the most sustained MB/s of data read rate from the drives. This 2+P configuration supports the DB2 I/O configuration parameters commonly used for data warehousing, including a 16 KB page size, a 256 KB extent size, and a DB2_PARALLEL_IO setting of 4. Additional information is available on the calculations used to determine these settings. Denser 300GB Fiber Channel drives were chosen to enhance performance and to decrease the number of drives required. Tightly packing the data into bigger drives enhances performance by improving the MB/s data read rate from each of the drives because more bits per second rotate under the read head. Additionally, power consumption is improved by the use of fewer, denser drives. 7

8 Storage Array Layouts The following diagrams illustrate the storage layouts used. CX4-240 configuration supporting only the administration unit: In this configuration, only the administration unit is supported in a single disk-array enclosure (DAE) tray. CX4-240 configuration supporting the administration unit and one additional DAE tray: This configuration supports the administration unit and one additional tray for Performance Expert software. 8

9 The CX4-960 configuration supporting the data unit This configuration supplies storage for a single data unit and is repeated for every data unit in the data warehouse solution. Ninety-six data drives arrayed in 32, 2+P, RAID5 devices, each with 530GB usable space, provide the data unit with sufficient I/O for warehouse and business intelligence workloads and 16,960GBs of useable space. 9

10 Racking The architecture calls for an integrated racking design to reduce floor space, cabling, and complexity. It also provides for simplified expansion of the data warehouse solution by adding additional data units, which are contained in a single, EMC 40U rack. The racking design also helps to simplify the delivery of the components from both companies. IBM Power servers and components are mounted in standard EMC CLARiiON racks using a defined railing scheme. The following diagram represents a configuration consisting of an administration unit, a management unit, two data units, and drive space for optional CX4-240 storage for two other optional units, including the Performance Expert software on the management unit. 10

11 Capacities The InfoSphere Warehouse with Power Systems and EMC CLARiiON has the following capacities: Usable space per data unit: 16,960GB Approximate raw user data per data unit: 2TB or greater, depending on user workload Additional Resources To learn more follow these links or contact these individuals: For IBM components: Power 570: Power 550: InfoSphere Warehouse: For EMC components: CX4-240: CX4-960: EMC Navisphere Management Suite: EMC PowerPath : Who to contact to learn more: EMC Sales Bruce Brinson; IBM Technology Alliances Manager brinson_bruce@emc.com Services / Delivery Bruce Kreis Global Practice Manager, CLARiiON kreis_bruce@emc.com IBM Sales Contact your IBM InfoSphere sales representative. 11

12 Notices IBM Corporation and EMC Corporation The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, THIS PUBLICATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. This information could include technical inaccuracies or typographical errors. The information and the products or programs described in this publication are subject to change without notice. Neither IBM nor EMC shall be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from the Authors or their suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in this publication to IBM or EMC products, programs, or services do not imply that they will be available in all countries in which IBM or EMC operate. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM or EMC's sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth, savings or other results. Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on developmentlevel systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment. Trademarks IBM, the IBM logo, ibm.com, AIX, DB2, InfoSphere, Power Series, POWER6, and Tivoli are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at Copyright and trademark information at EMC, CLARiiON, Navisphere, and PowerPath are either registered trademarks or trademarks of EMC Corporation in the United States and/or other countries. Other company, product, or service names may be trademarks or service marks of others. Part number h

EMC CLARiiON CX3 Series FCP

EMC CLARiiON CX3 Series FCP EMC Solutions for Microsoft SQL Server 2005 on Windows 2008 EMC CLARiiON CX3 Series FCP EMC Global Solutions 42 South Street Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com www.emc.com Copyright 2008

More information

vstart 50 VMware vsphere Solution Specification

vstart 50 VMware vsphere Solution Specification vstart 50 VMware vsphere Solution Specification Release 1.3 for 12 th Generation Servers Dell Virtualization Solutions Engineering Revision: A00 March 2012 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

IBM Data Warehousing Balanced Configuration Unit for AIX, V1.1 accelerates development of data warehouse and business intelligence infrastructures

IBM Data Warehousing Balanced Configuration Unit for AIX, V1.1 accelerates development of data warehouse and business intelligence infrastructures Software Announcement IBM Data Warehousing Balanced Configuration Unit for AIX, V1.1 accelerates development of data warehouse and business intelligence infrastructures Overview The Data Warehousing Balanced

More information

IBM SPSS Text Analytics for Surveys

IBM SPSS Text Analytics for Surveys Software Product Compatibility Reports Product IBM SPSS Text Analytics for Surveys 4.0.1.0 Contents Included in this report Operating systems Hypervisors (No hypervisors specified for this product) Prerequisites

More information

DELL Reference Configuration Microsoft SQL Server 2008 Fast Track Data Warehouse

DELL Reference Configuration Microsoft SQL Server 2008 Fast Track Data Warehouse DELL Reference Configuration Microsoft SQL Server 2008 Fast Track Warehouse A Dell Technical Configuration Guide base Solutions Engineering Dell Product Group Anthony Fernandez Jisha J Executive Summary

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (FC/iSCSI) enables SAN tiering Balanced performance well-suited for

More information

Reference Architecture

Reference Architecture EMC Solutions for Microsoft SQL Server 2005 on Windows 2008 in VMware ESX Server EMC CLARiiON CX3 Series FCP EMC Global Solutions 42 South Street Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com www.emc.com

More information

EMC CLARiiON Backup Storage Solutions

EMC CLARiiON Backup Storage Solutions Engineering White Paper Backup-to-Disk Guide with Computer Associates BrightStor ARCserve Backup Abstract This white paper describes how to configure EMC CLARiiON CX series storage systems with Computer

More information

Designing a Reference Architecture for Virtualized Environments Using IBM System Storage N series IBM Redbooks Solution Guide

Designing a Reference Architecture for Virtualized Environments Using IBM System Storage N series IBM Redbooks Solution Guide Designing a Reference Architecture for Virtualized Environments Using IBM System Storage N series IBM Redbooks Solution Guide The IBM System Storage N series Reference Architecture provides deployment

More information

12/04/ Dell Inc. All Rights Reserved. 1

12/04/ Dell Inc. All Rights Reserved. 1 Dell Solution for JD Edwards EnterpriseOne with Windows and Oracle 10g RAC for 200 Users Utilizing Dell PowerEdge Servers Dell EMC Storage Solutions And Dell Services Dell/EMC storage solutions combine

More information

Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System

Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System Best practices Roland Mueller IBM Systems and Technology Group ISV Enablement April 2012 Copyright IBM Corporation, 2012

More information

WebSphere Commerce Developer Professional

WebSphere Commerce Developer Professional Software Product Compatibility Reports Product WebSphere Commerce Developer Professional 8.0.1+ Contents Included in this report Operating systems Glossary Disclaimers Report data as of 2018-03-15 02:04:22

More information

IBM BigFix Lifecycle 9.5

IBM BigFix Lifecycle 9.5 Software Product Compatibility Reports Product IBM BigFix Lifecycle 9.5 Contents Included in this report Operating systems (Section intentionally removed by the report author) Hypervisors (Section intentionally

More information

DS8880 High Performance Flash Enclosure Gen2

DS8880 High Performance Flash Enclosure Gen2 Front cover DS8880 High Performance Flash Enclosure Gen2 Michael Stenson Redpaper DS8880 High Performance Flash Enclosure Gen2 The DS8880 High Performance Flash Enclosure (HPFE) Gen2 is a 2U Redundant

More information

IBM System Storage. Tape Library. A highly scalable, tape solution for System z, IBM Virtualization Engine TS7700 and Open Systems.

IBM System Storage. Tape Library. A highly scalable, tape solution for System z, IBM Virtualization Engine TS7700 and Open Systems. A highly scalable, tape solution for System z, IBM Virtualization Engine TS7700 and Open Systems IBM System Storage TS3500 Tape Library The IBM System Storage TS3500 Tape Library (TS3500 tape library)

More information

Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers

Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers By Todd Muirhead Dell Enterprise Technology Center Dell Enterprise Technology Center dell.com/techcenter

More information

Introduction to the CX700

Introduction to the CX700 Engineering White Paper Introduction to the CX700 Abstract This white paper introduces the full 2 Gb architecture and functionality of the CX700 storage system. It compares the features and capabilities

More information

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays This whitepaper describes Dell Microsoft SQL Server Fast Track reference architecture configurations

More information

Dell Microsoft Reference Configuration Performance Results

Dell Microsoft Reference Configuration Performance Results White Paper Dell Microsoft Reference Configuration Performance Results Performance of Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault

More information

Deploying EMC CLARiiON CX4-240 FC with VMware View. Introduction... 1 Hardware and Software Requirements... 2

Deploying EMC CLARiiON CX4-240 FC with VMware View. Introduction... 1 Hardware and Software Requirements... 2 Deploying EMC CLARiiON CX4-240 FC with View Contents Introduction... 1 Hardware and Software Requirements... 2 Hardware Resources... 2 Software Resources...2 Solution Configuration... 3 Network Architecture...

More information

Dell/EMC CX3 Series Oracle RAC 10g Reference Architecture Guide

Dell/EMC CX3 Series Oracle RAC 10g Reference Architecture Guide White Paper Third-party Information Provided to You Courtesy of Dell Dell/EMC CX3 Series Oracle RAC 10g Reference Architecture Guide Abstract This document provides an overview of the architecture of the

More information

p5 520 server Robust entry system designed for the on demand world Highlights

p5 520 server Robust entry system designed for the on demand world Highlights Robust entry system designed for the on demand world IBM p5 520 server _` p5 520 rack system with I/O drawer Highlights Innovative, powerful, affordable, open and adaptable UNIX and Linux environment system

More information

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning Abstract This white paper describes how to configure the Celerra IP storage system

More information

EMC DMX Disk Arrays with IBM DB2 Universal Database Applied Technology

EMC DMX Disk Arrays with IBM DB2 Universal Database Applied Technology EMC DMX Disk Arrays with IBM DB2 Universal Database Applied Technology Abstract This paper examines the attributes of the IBM DB2 UDB V8.2 database as they relate to optimizing the configuration for the

More information

EMC Backup and Recovery for Microsoft SQL Server

EMC Backup and Recovery for Microsoft SQL Server EMC Backup and Recovery for Microsoft SQL Server Enabled by Microsoft SQL Native Backup Reference Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III [ White Paper Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III Performance of Microsoft SQL Server 2008 BI and D/W Solutions on Dell PowerEdge

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

IBM System Storage DS4800

IBM System Storage DS4800 Scalable, high-performance storage for on demand computing environments IBM System Storage DS4800 Highlights 4 Gbps Fibre Channel interface Includes IBM System Storage technology DS4000 Storage Manager

More information

IBM Storwize V5000 disk system

IBM Storwize V5000 disk system IBM Storwize V5000 disk system Latest addition to IBM Storwize family delivers outstanding benefits with greater flexibility Highlights Simplify management with industryleading graphical user interface

More information

IBM System Storage DCS3700

IBM System Storage DCS3700 IBM System Storage DCS3700 Maximize performance, scalability and storage density at an affordable price Highlights Gain fast, highly dense storage capabilities at an affordable price Deliver simplified

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

IBM SPSS Statistics Desktop

IBM SPSS Statistics Desktop Software Product Compatibility Reports Product IBM SPSS Statistics 26.0.0.0 Operating Systems The Operating sysytems section specifies the that IBM SPSS Statistics 26.0.0.0 supports, organized by operating

More information

Models PDC/O5000 9i W2K Cluster Kit B24

Models PDC/O5000 9i W2K Cluster Kit B24 Overview Models PDC/O5000 9i W2K Cluster Kit 252478-B24 Introduction The HP Parallel Database Clusters (PDC) for Windows are multi-node shared storage clusters, specifically designed, tested and optimized

More information

DS8880 High-Performance Flash Enclosure Gen2

DS8880 High-Performance Flash Enclosure Gen2 DS8880 High-Performance Flash Enclosure Gen2 Bert Dufrasne Kerstin Blum Jeff Cook Peter Kimmel Product Guide DS8880 High-Performance Flash Enclosure Gen2 This IBM Redpaper publication describes the High-Performance

More information

IBM s Data Warehouse Appliance Offerings

IBM s Data Warehouse Appliance Offerings IBM s Data Warehouse Appliance Offerings RChaitanya IBM India Software Labs Agenda 1 IBM Smart Analytics System (D5600) System Overview Technical Architecture Software / Hardware stack details 2 Netezza

More information

IBM Geographically Dispersed Resiliency for Power Systems. Version Release Notes IBM

IBM Geographically Dispersed Resiliency for Power Systems. Version Release Notes IBM IBM Geographically Dispersed Resiliency for Power Systems Version 1.2.0.0 Release Notes IBM IBM Geographically Dispersed Resiliency for Power Systems Version 1.2.0.0 Release Notes IBM Note Before using

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage IBM System Storage DS5020 Express Highlights Next-generation 8 Gbps FC Trusted storage that protects interfaces enable infrastructure

More information

Lenovo RAID Introduction Reference Information

Lenovo RAID Introduction Reference Information Lenovo RAID Introduction Reference Information Using a Redundant Array of Independent Disks (RAID) to store data remains one of the most common and cost-efficient methods to increase server's storage performance,

More information

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange Enabled by MirrorView/S

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange Enabled by MirrorView/S Enterprise Solutions for Microsoft Exchange 2007 EMC CLARiiON CX3-40 Metropolitan Exchange Recovery (MER) for Exchange in a VMware Environment Enabled by MirrorView/S Reference Architecture EMC Global

More information

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange 2007

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange 2007 Enterprise Solutions for Microsoft Exchange 2007 EMC CLARiiON CX3-40 Metropolitan Exchange Recovery (MER) for Exchange Server Enabled by MirrorView/S and Replication Manager Reference Architecture EMC

More information

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Database Solutions Engineering By Raghunatha M, Ravi Ramappa Dell Product Group October 2009 Executive Summary

More information

WebSphere Commerce Professional

WebSphere Commerce Professional Software Product Compatibility Reports Product WebSphere Commerce Professional 8.0.1+ Contents Included in this report Operating systems Glossary Disclaimers Report data as of 2018-03-15 02:04:22 CDT 1

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

IBM FlashSystem V Quick Start Guide IBM GI

IBM FlashSystem V Quick Start Guide IBM GI IBM FlashSystem V9000 7.7 Quick Start Guide IBM GI13-2894-04 Edition notice This edition applies to IBM FlashSystem V9000 7.7 and to all subsequent releases and modifications until otherwise indicated

More information

EMC Backup and Recovery for Microsoft Exchange 2007

EMC Backup and Recovery for Microsoft Exchange 2007 EMC Backup and Recovery for Microsoft Exchange 2007 Enabled by EMC CLARiiON CX4-120, Replication Manager, and Hyper-V on Windows Server 2008 using iscsi Reference Architecture Copyright 2009 EMC Corporation.

More information

DELL TM AX4-5 Application Performance

DELL TM AX4-5 Application Performance DELL TM AX4-5 Application Performance A Comparison of Entry-level Storage Platforms Abstract This paper compares the performance of the Dell AX4-5 with the performance of similarly configured IBM DS3400

More information

PowerVM simplification enhancements. PowerVM simplification enhancements. PowerVM infrastructure overview

PowerVM simplification enhancements. PowerVM simplification enhancements. PowerVM infrastructure overview PowerVM simplification enhancements PowerVM infrastructure overview IBM PowerVM is the virtualization solution that enables workload consolidation for AIX, IBM i, and Linux environments on IBM Power Systems

More information

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 This whitepaper describes the Dell Microsoft SQL Server Fast Track reference architecture configuration

More information

IBM TS7700 grid solutions for business continuity

IBM TS7700 grid solutions for business continuity IBM grid solutions for business continuity Enhance data protection and business continuity for mainframe environments in the cloud era Highlights Help ensure business continuity with advanced features

More information

IBM FlashSystem V MTM 9846-AC3, 9848-AC3, 9846-AE2, 9848-AE2, F, F. Quick Start Guide IBM GI

IBM FlashSystem V MTM 9846-AC3, 9848-AC3, 9846-AE2, 9848-AE2, F, F. Quick Start Guide IBM GI IBM FlashSystem V9000 7.8.0 MTM 9846-AC3, 9848-AC3, 9846-AE2, 9848-AE2, 9846-92F, 9848-92F Quick Start Guide IBM GI13-2894-06 Edition notice This edition applies to IBM FlashSystem V9000 7.8.0 and to all

More information

EMC Tiered Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON CX4 and Enterprise Flash Drives

EMC Tiered Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON CX4 and Enterprise Flash Drives EMC Tiered Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON CX4 and Enterprise Flash Drives A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper demonstrates

More information

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions A comparative analysis with PowerEdge R510 and PERC H700 Global Solutions Engineering Dell Product

More information

White Paper. A System for Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft

White Paper. A System for  Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft White Paper Mimosa Systems, Inc. November 2007 A System for Email Archiving, Recovery, and Storage Optimization Mimosa NearPoint for Microsoft Exchange Server and EqualLogic PS Series Storage Arrays CONTENTS

More information

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo Exam : S10-200 Title : Snia Storage Network Management/Administration Version : Demo 1. A SAN architect is asked to implement an infrastructure for a production and a test environment using Fibre Channel

More information

IBM System p5 570 POWER5+ processor and memory features offer new options

IBM System p5 570 POWER5+ processor and memory features offer new options Hardware Announcement February 14, 2006 IBM System p5 570 POWER5+ processor and memory features offer new options Overview The System p5 570 offers new POWER5+ processor options with 64-bit 1.9 GHz and

More information

IBM Ethernet Switch J08E and IBM Ethernet Switch J16E

IBM Ethernet Switch J08E and IBM Ethernet Switch J16E High-density, high-performance and highly available modular switches for the most demanding data center core environments. IBM Ethernet Switch J08E and IBM Ethernet Switch J16E The IBM Ethernet Switch

More information

Technical Note P/N REV A01 March 29, 2007

Technical Note P/N REV A01 March 29, 2007 EMC Symmetrix DMX-3 Best Practices Technical Note P/N 300-004-800 REV A01 March 29, 2007 This technical note contains information on these topics: Executive summary... 2 Introduction... 2 Tiered storage...

More information

IBM Storwize V7000: For your VMware virtual infrastructure

IBM Storwize V7000: For your VMware virtual infrastructure IBM Storwize V7000: For your VMware virtual infrastructure Innovative midrange disk system leverages integrated storage technologies Highlights Complement server virtualization, extending cost savings

More information

IBM Z servers running Oracle Database 12c on Linux

IBM Z servers running Oracle Database 12c on Linux IBM Z servers running Oracle Database 12c on Linux Put Z to work for you Scale and grow Oracle Database 12c applications and data with confidence Benefit from mission-critical reliability for Oracle Database

More information

IBM System Storage DS6800

IBM System Storage DS6800 Enterprise-class storage in a small, scalable package IBM System Storage DS6800 Highlights Designed to deliver Designed to provide over enterprise-class functionality, 1600 MBps performance for with open

More information

IBM System p5 550 and 550Q Express servers

IBM System p5 550 and 550Q Express servers The right solutions for consolidating multiple applications on a single system IBM System p5 550 and 550Q Express servers Highlights Up to 8-core scalability using Quad-Core Module technology Point, click

More information

EMC Backup and Recovery for Microsoft Exchange 2007 SP1. Enabled by EMC CLARiiON CX4-120, Replication Manager, and VMware ESX Server 3.

EMC Backup and Recovery for Microsoft Exchange 2007 SP1. Enabled by EMC CLARiiON CX4-120, Replication Manager, and VMware ESX Server 3. EMC Backup and Recovery for Microsoft Exchange 2007 SP1 Enabled by EMC CLARiiON CX4-120, Replication Manager, and VMware ESX Server 3.5 using iscsi Reference Architecture Copyright 2009 EMC Corporation.

More information

Dell Solution for JD Edwards EnterpriseOne with Windows and SQL 2000 for 50 Users Utilizing Dell PowerEdge Servers And Dell Services

Dell Solution for JD Edwards EnterpriseOne with Windows and SQL 2000 for 50 Users Utilizing Dell PowerEdge Servers And Dell Services Dell Solution for JD Edwards EnterpriseOne with Windows and SQL 2000 for 50 Users Utilizing Dell PowerEdge Servers And Dell Services Dell server solutions combine Dell s direct customer relationship with

More information

The Deployment of SAS Enterprise Business Intelligence Solution in a large IBM POWER5 Environment

The Deployment of SAS Enterprise Business Intelligence Solution in a large IBM POWER5 Environment February 2006 The Deployment of SAS Enterprise Business Intelligence Solution in a large IBM POWER5 Edward Hayes-Hall Brian Porter Harry Seifert Hsian-Fen Tsao Page 2 Introduction A user of a SAS solution

More information

IBM Proventia Management SiteProtector. Scalability Guidelines Version 2.0, Service Pack 7.0

IBM Proventia Management SiteProtector. Scalability Guidelines Version 2.0, Service Pack 7.0 IBM Proventia Management SiteProtector Scalability Guidelines Version 2.0, Service Pack 7.0 Copyright Statement Copyright IBM Corporation 1994, 2008. IBM Global Services Route 100 Somers, NY 10589 U.S.A.

More information

Speed to Market with Open Source

Speed to Market with Open Source Front cover Speed to Market with Open Source Keith Winnard Kim Betros Steven Dickens Chris Rayns Bill White Point-of-View Highlights Businesses and organizations are expected to deliver up-to-date applications

More information

Vblock Architecture Accelerating Deployment of the Private Cloud

Vblock Architecture Accelerating Deployment of the Private Cloud Vblock Architecture Accelerating Deployment of the Private Cloud René Raeber Technical Solutions Architect Datacenter rraeber@cisco.com 1 Vblock Frequently Asked Questions 2 What is a Vblock? It is a product

More information

IBM TotalStorage Storage Switch L10

IBM TotalStorage Storage Switch L10 Designed to enable affordable, simple-to-use, entry SAN solutions IBM TotalStorage Storage Switch L10 Space-saving design with ten ports in a one-half rack width Highlights Simple-to-use infrastructure

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

EMC CLARiiON CX3-80. Enterprise Solutions for Microsoft SQL Server 2005

EMC CLARiiON CX3-80. Enterprise Solutions for Microsoft SQL Server 2005 Enterprise Solutions for Microsoft SQL Server 2005 EMC CLARiiON CX3-80 EMC Long Distance Recovery for SQL Server 2005 Enabled by Replication Manager and RecoverPoint CRR Reference Architecture EMC Global

More information

IBM System i Model 515 offers new levels of price performance

IBM System i Model 515 offers new levels of price performance IBM Europe Announcement ZG07-0267, dated April 10, 2007 IBM System i Model 515 offers new levels of price performance Description...2 Product positioning... 7 At a glance System i model 515 Express Configurations

More information

WebSphere Commerce Developer Professional 9.0

WebSphere Commerce Developer Professional 9.0 Software Product Compatibility Reports Continuous Delivery Product - Long Term Support Release WebSphere Commerce Developer Professional 9.0 Contents Included in this report Operating systems Hypervisors

More information

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect Vblock Architecture Andrew Smallridge DC Technology Solutions Architect asmallri@cisco.com Vblock Design Governance It s an architecture! Requirements: Pretested Fully Integrated Ready to Go Ready to Grow

More information

Stellar performance for a virtualized world

Stellar performance for a virtualized world IBM Systems and Technology IBM System Storage Stellar performance for a virtualized world IBM storage systems leverage VMware technology 2 Stellar performance for a virtualized world Highlights Leverages

More information

Lenovo Database Configuration

Lenovo Database Configuration Lenovo Database Configuration for Microsoft SQL Server OLTP on Flex System with DS6200 Reduce time to value with pretested hardware configurations - 20TB Database and 3 Million TPM OLTP problem and a solution

More information

IBM High IOPS SSD PCIe Adapters IBM System x at-a-glance guide

IBM High IOPS SSD PCIe Adapters IBM System x at-a-glance guide IBM High IOPS SSD PCIe Adapters IBM System x at-a-glance guide The IBM High IOPS SSD PCIe Adapters provide a new generation of ultra-high-performance storage based on solid state device technology for

More information

Dell Compellent Storage Center and Windows Server 2012/R2 ODX

Dell Compellent Storage Center and Windows Server 2012/R2 ODX Dell Compellent Storage Center and Windows Server 2012/R2 ODX A Dell Technical Overview Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date July 2013 October 2013 Description Initial

More information

Lenovo Database Configuration

Lenovo Database Configuration Lenovo Database Configuration for Microsoft SQL Server Standard Edition DWFT 9TB Reduce time to value with pretested hardware configurations Data Warehouse problem and a solution The rapid growth of technology

More information

IBM TotalStorage Enterprise Storage Server Model 800

IBM TotalStorage Enterprise Storage Server Model 800 A high-performance resilient disk storage solution for systems across the enterprise IBM TotalStorage Enterprise Storage Server Model 800 e-business on demand The move to e-business on demand presents

More information

Exam : Title : High-End Disk for Open Systems V2. Version : DEMO

Exam : Title : High-End Disk for Open Systems V2. Version : DEMO Exam : 000-968 Title : High-End Disk for Open Systems V2 Version : DEMO 1.An international company has a heterogeneous IBM storage environment with two IBM DS8700 systems in a Metro Mirror relationship.

More information

IBM FileNet Content Manager and IBM GPFS

IBM FileNet Content Manager and IBM GPFS IBM FileNet Content Manager support for IBM General Parallel File System (GPFS) September 2014 IBM SWG Enterprise Content Management IBM FileNet Content Manager and IBM GPFS Copyright IBM Corporation 2014

More information

Demartek December 2007

Demartek December 2007 HH:MM Demartek Comparison Test: Storage Vendor Drive Rebuild Times and Application Performance Implications Introduction Today s datacenters are migrating towards virtualized servers and consolidated storage.

More information

Solutions for iseries

Solutions for iseries Innovative solutions for Intel server integration Integrated IBM Solutions for iseries xseries The IBM _` iseries family of servers, including the newest member, IBM _` i5, offers two solutions that provide

More information

IBM Real-time Compression and ProtecTIER Deduplication

IBM Real-time Compression and ProtecTIER Deduplication Compression and ProtecTIER Deduplication Two technologies that work together to increase storage efficiency Highlights Reduce primary storage capacity requirements with Compression Decrease backup data

More information

ServeRAID-BR10il SAS/SATA Controller v2 for IBM System x IBM System x at-a-glance guide

ServeRAID-BR10il SAS/SATA Controller v2 for IBM System x IBM System x at-a-glance guide ServeRAID-BR10il SAS/SATA Controller v2 for IBM System x IBM System x at-a-glance guide The ServeRAID-BR10il SAS/SATA Controller v2 is an ideal solution for servers that need high-speed data transfer in

More information

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage By Dave Jaffe Dell Enterprise Technology Center and Kendra Matthews Dell Storage Marketing Group Dell Enterprise Technology Center delltechcenter.com

More information

SAS workload performance improvements with IBM XIV Storage System Gen3

SAS workload performance improvements with IBM XIV Storage System Gen3 SAS workload performance improvements with IBM XIV Storage System Gen3 Including performance comparison with XIV second-generation model Narayana Pattipati IBM Systems and Technology Group ISV Enablement

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps:// IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 000-208 Title : Open Systems Storage Solutions Version 6 Version : DEMO 1 / 6 1. A customer reports

More information

DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE

DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE Deploying Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault

More information

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_WP_ 20121112 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges... 3 SSD

More information

IBM Shared Disk Clustering. Hardware Reference

IBM Shared Disk Clustering. Hardware Reference IBM Shared Disk Clustering Hardware Reference IBM IBM IBM Shared Disk Clustering Hardware Reference Note Before using this information and the product it supports, be sure to read the general information

More information

Tivoli Storage Manager for Virtual Environments: Data Protection for VMware Solution Design Considerations IBM Redbooks Solution Guide

Tivoli Storage Manager for Virtual Environments: Data Protection for VMware Solution Design Considerations IBM Redbooks Solution Guide Tivoli Storage Manager for Virtual Environments: Data Protection for VMware Solution Design Considerations IBM Redbooks Solution Guide IBM Tivoli Storage Manager for Virtual Environments (referred to as

More information

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP Services Technical data The HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service provides the necessary

More information

Lenovo Enterprise Capacity Solid State Drives Product Guide

Lenovo Enterprise Capacity Solid State Drives Product Guide Lenovo Enterprise Capacity Solid State Drives Product Guide Enterprise Capacity solid-state drives (SSDs) from Lenovo provide high-performance, reliable storage solutions for high-capacity enterprise applications.

More information

Disk Storage Systems. Module 2.5. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Disk Storage Systems - 1

Disk Storage Systems. Module 2.5. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Disk Storage Systems - 1 Disk Storage Systems Module 2.5 2006 EMC Corporation. All rights reserved. Disk Storage Systems - 1 Disk Storage Systems After completing this module, you will be able to: Describe the components of an

More information

Lenovo Database Configuration for Microsoft SQL Server TB

Lenovo Database Configuration for Microsoft SQL Server TB Database Lenovo Database Configuration for Microsoft SQL Server 2016 22TB Data Warehouse Fast Track Solution Data Warehouse problem and a solution The rapid growth of technology means that the amount of

More information

Continuous Availability with the IBM DB2 purescale Feature IBM Redbooks Solution Guide

Continuous Availability with the IBM DB2 purescale Feature IBM Redbooks Solution Guide Continuous Availability with the IBM DB2 purescale Feature IBM Redbooks Solution Guide Designed for organizations that run online transaction processing (OLTP) applications, the IBM DB2 purescale Feature

More information

IBM DB2 Analytics Accelerator for z/os, v2.1 Providing extreme performance for complex business analysis

IBM DB2 Analytics Accelerator for z/os, v2.1 Providing extreme performance for complex business analysis IBM DB2 Analytics Accelerator for z/os, v2.1 Providing extreme performance for complex business analysis Willie Favero IBM Silicon Valley Lab Data Warehousing on System z Swat Team Thursday, March 15,

More information