Oracle Database 10g. Several architectural enhancements have been introduced. Best Practices for. Automatic Storage Management on Dell/EMC Storage

Size: px
Start display at page:

Download "Oracle Database 10g. Several architectural enhancements have been introduced. Best Practices for. Automatic Storage Management on Dell/EMC Storage"

Transcription

1 Best Practices for Oracle Database 10g Automatic Storage Management on Dell/EMC Storage A highly available and scalable storage system forms the heart of data centers running Oracle databases This article reflects the cumulative storage design and tuning recommendations from Dell and Oracle teams on Oracle Database 10g solutions using Dell PowerEdge servers, Dell/EMC Fibre Channel storage, and Oracle Automatic Storage Management on the Red Hat Linux operating system BY PAUL RAD, RAMESH RAJAGOPALAN, TESFAMARIAM MICHAEL, AND JAY KOZAK Several architectural enhancements have been introduced in Oracle Database 10g that can benefit administrators tasked with deploying and managing an Oracle database solution The enhanced techniques and methods supported by Oracle Database 10g either automate or greatly simplify the process of configuring, monitoring, and managing an Oracle database, and can assist organizations with implementing the degree of availability and performance that best meets their service-level objectives Key techniques include: Automatic Storage Management (ASM): For optimal layout of database files Automatic Workload Repository (AWR): For gathering performance data Automatic Database Diagnostics Monitor (ADDM): For analyzing performance issues Automatic Workload Management (AWM): For managing and controlling processing resources required for applications Virtualization and provisioning: For efficient, on-demand usage of processing resources ASM addresses one of the major challenges faced by database administrators: the storage management process, which involves creating and tuning a storage layout for database files, identifying hot spots, monitoring I/O distribution among the physical disks, and monitoring overall storage capacity (see Figure 1) As the database grows in size, this often-daunting storage management process needs to be repeated Moreover, many of the associated administrative tasks require taking the database offline, which can reduce availability to a level that may not be acceptable ASM can help to improve the storage management process and to reduce total cost of ownership (TCO) by allowing storage to grow as needed without requiring up-front investments that account for future growth Before ASM, raw devices and the Oracle Cluster File System (OCFS) were the available storage management options for an Oracle database running on the Linux operating system However, these methods are subject to the following limitations: Data file management on raw devices can be difficult with respect to name space mapping and backup schemes wwwdellcom/powersolutions Reprinted from Dell Power Solutions, October 2004 Copyright 2004 Dell Inc All rights reserved POWER SOLUTIONS 91

2 Create and tune storage layout Monitor disk I/O distribution and storage capacity Configuring the private network for more information) Primary communication among the cluster nodes takes place over the private network Clients and other application servers access the database over the public network Figure 1 Managing storage for a database Identify hot spots Storage must be allocated for both raw devices and OCFS with future growth in mind resulting in significant initial costs A storage solution is not scalable if storage allocation is based only on short-term requirements Expanding the storage for a data file requires creating a larger data file, exporting the data from the existing data file, and importing the data into the larger data file During these operations, the database is not available Both raw devices and OCFS abstract the organization (RAID level) of the physical disk group Consequently, an application such as a database server cannot take advantage of physical properties host bus adapters (s), SCSI adapters, bus speeds, disk spindles, and so forth to balance I/O or redistribute data as the data file grows Dell/EMC storage systems The modular Dell/EMC CX series of Fibre Channel storage systems incorporates RAID, multipath I/O, and on-demand storage expansion capabilities to help provide cost-effective, continuous availability for critical business environments through either SAN or direct attach configurations (see Figure 3 for representative entry-level, midrange, and enterprise-class models) A SAN architecture allows administrators to increase storage incrementally and add servers as business demands grow Key features of Dell/EMC CX series storage systems include the following: High availability: Modular, redundant hardware architecture, combined with switches, creates multiple paths to the storage to help provide business continuance Scalability and capacity: Up to 35 TB of storage can be supported using Fibre Channel 2 (FC2) drives Disks and enclosures can be added as needed, resulting in efficient utilization of storage Manageability: EMC Navisphere and VisualSAN software help provide simple, powerful storage management capabilities, including nondisruptive software upgrades This article provides an overview of Oracle Real Application Clusters (RAC) 10g running over a storage area network (SAN) that comprises Dell servers and Dell/EMC storage It also describes how Dell/EMC storage systems and ASM can help improve database performance and availability Public network Dedicated network Private network (bonded NICs) Private network (bonded NICs) Implementing Oracle RAC 10g on Dell clusters Dell and Oracle have developed a RAC configuration that is based on a SAN comprising up to eight Dell PowerEdge server nodes, a Dell/EMC CX series Fibre Channel storage enclosure, a Fibre Channel network, a private network, and a public network (see Figure 2) The storage enclosure can be connected to the nodes directly or through Fibre Channel switches The PowerEdge server nodes run the Red Hat Enterprise Linux AS 3 operating system with Update 2 or higher and Oracle Database 10g Enterprise Edition database software 1 An Oracle RAC 10g cluster requires a private network and a public network The private network uses two Gigabit 2 Ethernet network interface cards (NICs) that are bonded together using the Red Hat Enterprise Linux network bonding feature (see the sidebar Fibre Channel switch Public network Fibre Channel network Private network Dell PowerEdge servers Dell/EMC Fibre Channel storage Figure 2 Architecture of Oracle RAC 10g cluster with Dell/EMC Fibre Channel storage Fibre Channel switch 1 To review the latest Dell and Oracle supported configurations on Dell PowerEdge servers, visit 2 This term does not connote an actual operating speed of 1 Gbps For high-speed transmission, connection to a Gigabit Ethernet server and network infrastructure is required 92 POWER SOLUTIONS October 2004

3 Dell/EMC Maximum Maximum storage number storage capacity system of disks with FC2 drives Specifications CX in 1 disk processor 88 TB Entry-level array enclosure (DPE) and Bandwidth: 680 MB/sec; 3 disk array enclosures 50,000 I/Os per second (IOPS) (DAEs) RAID levels: 0, 1, 3, 5, and 10 2 GB cache 2 Gbps DPE2 Multipath I/O CX in 1 DPE 175 TB Midrange array and 7 DAEs Bandwidth: 780 MB/sec; 120,000 IOPS RAID levels: 0, 1, 3, 5, and 10 4 GB cache 2 Gbps DPE2 Multipath I/O CX in 16 DAEs 35 TB Enterprise-class array Bandwidth: 1520 MB/sec; 200,000 IOPS Figure 3 Specifications for Dell/EMC storage system enclosures RAID levels: 0, 1, 3, 5, and 10 8 GB cache Storage processor enclosure (SPE) Multipath I/O RAID technology The Dell/EMC CX series storage systems use RAID technology RAID technology groups separate inexpensive disks into one logical unit number (LUN) to help improve reliability, performance, or both This approach spreads data across all disks, which are partitioned into units called stripe elements Depending on the RAID level, the storage-system hardware can read from and write to multiple disks simultaneously and independently Because this approach enables several read/write heads to work on the same task at once, RAID can enhance performance The chunk data size read from or written to each disk at a time makes up the stripe element size Figure 4 shows an example six-disk RAID-10 configuration in which each primary disk is first striped and then mirrored to another disk To set up network bonding for Broadcom or Intel NICs and to configure the private network, perform the following steps on each cluster node: 1 Log in as root CONFIGURING THE PRIVATE NETWORK 2 Add the following line to the /etc/modulesconf file: alias bond0 bonding 3 For high availability, edit the /etc/modulesconf file and set the option for link monitoring The default value for miimon is 0, which disables link monitoring Change the value to 100 milliseconds initially, and adjust it as needed to improve performance: options bonding miimon=100 4 In the /etc/sysconfig/network-scripts/ directory, edit the ifcfg-bondn configuration file for bond number n For example, the configuration file ifcfg-bond0 for the first bond (bond0) would appear as follows: DEVICE=bond0 IPADDR= ONBOOT=yes BOOTPROTO=none USERCTL=no 5 To use the virtual bonding device (such as bond0), all members of bond0 must be configured so that MASTER=bond0 and SLAVE=yes For each member of the specified bonding device, edit its respective configuration file ifcfg-ethn in /etc/sysconfig/ network-scripts/ as follows: DEVICE=ethn HWADDR=MAC ADDRESS ONBOOT=yes Disk 1 primary Disk 1 mirror TYPE=Ethernet USERCTL=no MASTER=bond0 Stripe size Disk 2 primary Disk 2 mirror SLAVE=yes BOOTPROTO=none Disk 3 primary Enter the following command: Disk 3 mirror service network restart Figure 4 RAID-10 with six disks wwwdellcom/powersolutions POWER SOLUTIONS 93

4 Multipath I/O The Dell/EMC CX series storage systems are designed to support multipath routing between SAN switches 3 In a typical topology, a node has multiple Fibre Channel s, each of which is connected to the ASM enables database same SAN, resulting in multiple paths to the same storage system administrators to manage devices Redundant paths in a SAN help provide failover capability when any component in the a small number of disk data path fails Multiple paths can groups and automatically also enhance efficiency, allowing administrators to load balance SAN traffic by distributing manages the placement I/O across all available paths of data files within This approach can enable the SAN to take advantage of the those disk groups additional bandwidth provided by each physical connection EMC PowerPath software is designed to work with Dell/EMC storage systems to help create efficient I/O path management PowerPath also helps enhance the high-availability capabilities of Dell/EMC storage systems because it is designed to automatically detect and recover from server-to-storage path failures ASM ASM is an Oracle database specific file system and volume manager that is built into the Oracle Database 10g kernel 4 ASM is designed to allow Oracle Database 10g to directly manage raw disks and help eliminate the need for a file system and volume manager to manage Oracle files including data files, log files, archive logs, control files, and recovery manager backup sets Database administrators can manage the creation of storage pools by using new SQL commands, Oracle Enterprise Manager 10g, or Oracle Database Creation Assistant ASM virtualizes storage into disk groups, which serve as repositories for Oracle database files A disk group is a logical grouping of several individual disks in a storage array or several RAID LUNs ASM enables database administrators to manage a small number of disk groups and automatically manages the placement of data files within those disk groups ASM helps provide the following features and functions, which can be critical for an enterprise database environment: Dynamic provisioning: Dynamically scales storage capacity without affecting database availability I/O balancing: Automatically balances I/O across all available disks defined in the storage environment Also helps prevent hot spots and maximize performance by adjusting rapidly to changing data-access patterns High availability: Provides options for fault tolerance and high availability by creating data redundancy through software when hardware RAID is not available In ASM, software redundancy is called internal redundancy, whereas redundancy created through hardware RAID is known as external redundancy Setting up ASM on Dell/EMC storage Oracle has many file types such as data, log, temp, archive, undo, system, control, and backup each characterized by different I/O behavior In addition, the Oracle I/O workload is application dependent Understanding the I/O workload for each database file used by an application can be difficult, and a new or unfamiliar application can make this task daunting This section provides an overview of various ASM techniques that can be used to configure a Dell/EMC CX series storage system for optimal performance with Oracle Database 10g Implementing hardware mirroring Through hardware mirroring, ASM can be configured with external redundancy, which typically performs better than internal redundancy because the server Because ASM offers the does not need to consume CPU cycles for managing redundancy capability to implement Instead, these cycles are available for the database or for other host-based striping, using operating system related operations The simplest way to help ASM with storage-system ensure that data is not lost is to implement mirroring at the RAID striping such as storage subsystem level Generally, the most straightforward RAID-10 can generate an approach is to implement hardware mirroring at the disk or partition level and then implement optimal, double-striped striping on top of the mirrored (a stripe on a stripe) layout disks Mirrored data can be lost only when multiple disk failures for spreading I/O across occur and the probability that multiple disk drive failures will occur at the same time is relatively multiple disk spindles 3 For more information, see Building a Highly Scalable and Available Data Environment for Oracle9i RAC by Zafar Mahmood, Paul Rad, and Robert Nadon in Dell Power Solutions, November For more information about ASM, see Enabling a Highly Scalable and Available Storage Environment Using Oracle Automatic Storage Management by Zafar Mahmood, Joel Borellis, Mahmoud Ahmadian, and Paul Rad in Dell Power Solutions, June POWER SOLUTIONS October 2004

5 USING ASM TO CREATE A DISK GROUP This sidebar describes how to set up shared storage on Dell/EMC CX series storage systems using ASM to create a disk group with nine raw partitions: 1 Log in as root 2 Enter the following commands to change the names of the raw devices: mv /dev/raw/raw1 /dev/raw/asm1 mv /dev/raw/raw2 /dev/raw/asm2 mv /dev/raw/raw8 /dev/raw/asm8 mv /dev/raw/raw9 /dev/raw/asm9 3 Enter the following commands to set ownership of the devices to user oracle of group dba: chown oracledba /dev/raw/asm1 chown oracledba /dev/raw/asm2 chown oracledba /dev/raw/asm8 chown oracledba /dev/raw/asm9 4 Edit the /etc/sysconfig/rawdevices file and add the following lines: /dev/raw/asm1 /dev/emcpowerb /dev/raw/asm2 /dev/emcpowerc /dev/raw/asm8 /dev/emcpoweri /dev/raw/asm9 /dev/emcpowerj 5 Enter the command: service rawdevices restart 6 Create the initasmora file containing the following line: INSTANCE_TYPE = +ASM 7 Connect to the Oracle SQL*Plus command-line interface as SYSDBA for SID=ASM 8 Enter the following commands: STARTUP NOMOUNT PFILE=initASMora CREATE SPFILE FROM PFILE=initASMora CREATE DISKGROUP dgroup1 EXTERNAL REDUNDANCY DISK '/dev/raw/asm1','/dev/raw/asm2','/dev/raw/asm3', '/dev/raw/asm4','/dev/raw/asm5','/dev/raw/asm6', '/dev/raw/asm7','/dev/raw/asm8','/dev/raw/asm9' 9 Create the initasmdbora file containing the lines: INSTANCE_TYPE = RDBMS DB_CREATE_FILE_DEST = '+dgasm' 10 Connect to SQL*Plus as SYSDBA for SID=ASMDB 11 Enter the following command: STARTUP NOMOUNT PFILE=initASMDBora small given the highly reliable nature of current disk drives Also, many systems allow a spare drive to be configured so that repairs can be performed automatically after a RAID drive failure Using a hot spare A required component of an enterprise storage setup, the hot spare is a dedicated replacement disk on which end-user applications cannot store information Instead, the hot spare is reserved as a global replacement: if any disk in a RAID-5 group, RAID-1 mirrored pair, or RAID-10 group fails, the storage processor (SP) automatically rebuilds the failed disk s structure on the hot spare When the SP finishes rebuilding the hot spare, the disk group functions as usual, using the hot spare instead of the failed disk When the failed disk is replaced, the SP copies the data from the hot spare onto the replacement disk Establishing a double-striped layout Striping is a technique available on Dell/EMC storage systems that can enhance performance by spreading the I/O load across multiple disk spindles Striping all files across all disks can help ensure that the full bandwidth of all disk drives is available for any operation To optimize disk bandwidth and use all available disks, the data to be accessed must be spread across as many disks as possible so that every disk in the disk farm has roughly equivalent utilization Any disk that is used more than the other disks could become a performance bottleneck Striping all files across all disks can help wwwdellcom/powersolutions POWER SOLUTIONS 95

6 equalize the load across disk drives and help eliminate hot spots This process is also designed to improve response time by shortening disk queues Because ASM offers the capability to implement host-based striping, using ASM with storage-system RAID striping such as RAID-10 can generate an optimal, double-striped (a stripe on a The simplest way to stripe) layout for spreading I/O across multiple disk spindles help ensure that data is Figure 5 shows a sample configuration in which each LUN in not lost is to implement the storage array with multiple disk array enclosures (/dev/raw/ mirroring at the storage ASM1, /dev/raw/asm2, and so on) is configured as RAID-10 subsystem level When the LUNs are specified to ASM as physical devices, ASM can perform another level of striping among the LUNs to generate a double-striped layout The sidebar Using ASM to create a disk group provides more information about setting up the nine partitions shown in Figure 5 Simplifying the management of database files Kept and maintained by the Oracle kernel, ASM is a file system created specifically for Oracle data files on top of raw devices ASM is designed to distribute I/O on top of ASM disk groups, which comprise one or more raw disks that are mirrored by the storage system The disk group is used for creating files, and 1 MB files can be extended across the available disks The more spindles that are used within a disk group, the more flexibility the Oracle Database 10g server has to spread the I/O among disks, which can help increase performance and improve data redundancy ASM is designed to help simplify file management in an Oracle database By using this Oracle Database 10g feature, database administrators can easily create a highly scalable storage solution from a set of disks ASM provides the necessary tool set to free database administrators from the mundane tasks of adding, shifting, and removing disks helping to improve availability and response time while contributing to reduced TCO Paul Rad is a senior software engineer in the Dell Database and Application Engineering Department of the Dell Product Group Paul has master s degrees in both Computer Science and Computer Engineering from The University of Texas at San Antonio Ramesh Rajagopalan is a lead software engineer in the Dell Database and Application Engineering Department of the Dell Product Group His current areas of focus include Oracle RAC solutions and performance analysis of Dell cluster solutions Ramesh has a Bachelor of Engineering in Computer Science from the Indian Institute of Science, Bangalore Node 1 Oracle Database 10g ASM PowerPath Private NIC Node 2 Oracle Database 10g ASM PowerPath Request Request Request Request ASM disk group using nine LUNs (data files) ASM disk group using nine LUNs (flashback recovery) Tesfamariam Michael is a software engineer in the Dell Database and Application Engineering Department of the Dell Product Group Tesfamariam has an MS in Computer Science and a BS in Mathematics from Clark Atlanta University, and a BS in Electrical Engineering from Georgia Institute of Technology Jay Kozak has been with Oracle since 1996 and is currently a technical business development manager in the Server Technologies organization Recently, Jay has been primarily focused on the joint Oracle and Dell engineering initiatives Jay graduated from Northern Illinois University with a BS in Finance in 1989 and has done post-graduate computer science work at the Illinois Institute of Technology Fibre Channel switches /dev/raw/asm1 /dev/raw/asm2 /dev/raw/asm3 /dev/raw/asm4 /dev/raw/asm5 /dev/raw/asm6 /dev/raw/asm7 /dev/raw/asm8 /dev/raw/asm9 Dell/EMC CX700 Figure 5 Using ASM to implement double striping on a Dell/EMC CX700 with multiple disk array enclosures configured as RAID-10 FOR MORE INFORMATION Oracle Automatic Storage Management: Dell and Oracle supported configurations: Dell/EMC storage: 96 POWER SOLUTIONS October 2004

White Paper. Dell Reference Configuration

White Paper. Dell Reference Configuration White Paper Dell Reference Configuration Deploying Oracle Database 11g R1 Enterprise Edition Real Application Clusters with Red Hat Enterprise Linux 5.1 and Oracle Enterprise Linux 5.1 On Dell PowerEdge

More information

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Applied Technology Abstract This white paper investigates configuration and replication choices for Oracle Database deployment with EMC

More information

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

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

More information

Microsoft Exchange Server 2003 Deployment Considerations

Microsoft Exchange Server 2003 Deployment Considerations Microsoft Exchange Server 3 Deployment Considerations for Small and Medium Businesses A Dell PowerEdge server can provide an effective platform for Microsoft Exchange Server 3. A team of Dell engineers

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V Copyright 2011 EMC Corporation. All rights reserved. Published February, 2011 EMC believes the information

More information

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver

More information

Oracle Database 10g: Performance Tuning 12-1

Oracle Database 10g: Performance Tuning 12-1 Oracle Database 10g: Performance Tuning 12-1 Oracle Database 10g: Performance Tuning 12-2 I/O Architecture The Oracle database uses a logical storage container called a tablespace to store all permanent

More information

High Availability Databases based on Oracle 10g RAC on Linux

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

More information

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

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Optimizing Large Arrays with StoneFly Storage Concentrators

Optimizing Large Arrays with StoneFly Storage Concentrators Optimizing Large Arrays with StoneFly Storage Concentrators All trademark names are the property of their respective companies. This publication contains opinions of which are subject to change from time

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

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

RAID technology and IBM TotalStorage NAS products

RAID technology and IBM TotalStorage NAS products IBM TotalStorage Network Attached Storage October 2001 RAID technology and IBM TotalStorage NAS products By Janet Anglin and Chris Durham Storage Networking Architecture, SSG Page No.1 Contents 2 RAID

More information

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Highlights a Brocade-EMC solution with EMC CLARiiON, EMC Atmos, Brocade Fibre Channel (FC) switches, Brocade FC HBAs, and Brocade

More information

Using Multipathing Technology to Achieve a High Availability Solution

Using Multipathing Technology to Achieve a High Availability Solution Using Multipathing Technology to Achieve a High Availability Solution Table of Contents Introduction...3 Multipathing Technology...3 Multipathing I/O Implementations...5 Storage Redundancy...5 Infortrend

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Table of Contents 0 Introduction 1 The Test Environment 1 Best

More information

Microsoft SQL Server 2005 on Windows Server 2003

Microsoft SQL Server 2005 on Windows Server 2003 EMC Backup and Recovery for SAP Microsoft SQL Server 2005 on Windows Server 2003 Enabled by EMC CLARiiON CX3, EMC Disk Library, EMC Replication Manager, EMC NetWorker, and Symantec Veritas NetBackup Reference

More information

Scalable NAS for Oracle: Gateway to the (NFS) future

Scalable NAS for Oracle: Gateway to the (NFS) future Scalable NAS for Oracle: Gateway to the (NFS) future Dr. Draško Tomić ESS technical consultant, HP EEM 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

AX4 5 Series Software Overview

AX4 5 Series Software Overview AX4 5 Series Software Overview March 6, 2008 This document presents an overview of all software you need to configure and monitor any AX4 5 series storage system running the Navisphere Express management

More information

Deployment Guide: Oracle on Microsoft Windows and Dell PowerEdge Servers, a White Paper sponsored by Dell, Oracle and Microsoft

Deployment Guide: Oracle on Microsoft Windows and Dell PowerEdge Servers, a White Paper sponsored by Dell, Oracle and Microsoft Deployment Guide: Oracle on Microsoft Windows and Dell PowerEdge Servers, a White Paper sponsored by Dell, Oracle and Microsoft By Brian Thomas and Larry Pedigo, Performance Tuning Corporation December

More information

Virtualized Exchange 2007 Local Continuous Replication

Virtualized Exchange 2007 Local Continuous Replication EMC Solutions for Microsoft Exchange 2007 Virtualized Exchange 2007 Local Continuous Replication EMC Commercial Solutions Group Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

Dell Exchange 2013 Reference Architecture for 500 to 20,000 Microsoft Users. 1 Overview. Reliable and affordable storage for your business

Dell Exchange 2013 Reference Architecture for 500 to 20,000 Microsoft Users. 1 Overview. Reliable and affordable storage for your business Technical Report Dell Exchange 2013 Reference Architecture for 500 to 20,000 Microsoft Users Reliable and affordable storage for your business Table of Contents 1 Overview... 1 2 Introduction... 2 3 Infrastructure

More information

Database Solutions Engineering. Deployment of Oracle Optimized Warehouse On Dell TM PowerEdge TM Servers and Dell/EMC Storage

Database Solutions Engineering. Deployment of Oracle Optimized Warehouse On Dell TM PowerEdge TM Servers and Dell/EMC Storage Deployment of Oracle Optimized Warehouse On Dell TM PowerEdge TM Servers and Dell/EMC Storage A Dell Technical White Paper Database Solutions Engineering By David Mar and Naveen Iyengar Dell Solutions

More information

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Applied Technology Abstract This white paper introduces EMC s latest groundbreaking technologies,

More information

Configuring Linux to Enable Multipath I/O

Configuring Linux to Enable Multipath I/O Configuring Linux to Enable Multipath I/O Storage is an essential data center component, and storage area networks can provide an excellent way to help ensure high availability and load balancing over

More information

PARALLELS CLOUD STORAGE

PARALLELS CLOUD STORAGE PARALLELS CLOUD STORAGE Performance Benchmark Results 1 Table of Contents Executive Summary... Error! Bookmark not defined. Architecture Overview... 3 Key Features... 5 No Special Hardware Requirements...

More information

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance. Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance

More information

EMC Virtual Infrastructure for Microsoft SQL Server

EMC Virtual Infrastructure for Microsoft SQL Server Microsoft SQL Server Enabled by EMC Celerra and Microsoft Hyper-V Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information in this publication is accurate

More information

VTrak 15200 SATA RAID Storage System

VTrak 15200 SATA RAID Storage System Page 1 15-Drive Supports over 5 TB of reliable, low-cost, high performance storage 15200 Product Highlights First to deliver a full HW iscsi solution with SATA drives - Lower CPU utilization - Higher data

More information

Windows Server Performance Monitoring

Windows Server Performance Monitoring Spot server problems before they are noticed The system s really slow today! How often have you heard that? Finding the solution isn t so easy. The obvious questions to ask are why is it running slowly

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Database Solutions Engineering By Murali Krishnan.K Dell Product Group October 2009

More information

DELL RAID PRIMER DELL PERC RAID CONTROLLERS. Joe H. Trickey III. Dell Storage RAID Product Marketing. John Seward. Dell Storage RAID Engineering

DELL RAID PRIMER DELL PERC RAID CONTROLLERS. Joe H. Trickey III. Dell Storage RAID Product Marketing. John Seward. Dell Storage RAID Engineering DELL RAID PRIMER DELL PERC RAID CONTROLLERS Joe H. Trickey III Dell Storage RAID Product Marketing John Seward Dell Storage RAID Engineering http://www.dell.com/content/topics/topic.aspx/global/products/pvaul/top

More information

WHITEPAPER: Understanding Pillar Axiom Data Protection Options

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

More information

Cisco Unified Computing System and EMC VNX5300 Unified Storage Platform

Cisco Unified Computing System and EMC VNX5300 Unified Storage Platform Cisco Unified Computing System and EMC VNX5300 Unified Storage Platform Implementing an Oracle Data Warehouse Test Workload White Paper January 2011, Revision 1.0 Contents Executive Summary... 3 Cisco

More information

Pivot3 Reference Architecture for VMware View Version 1.03

Pivot3 Reference Architecture for VMware View Version 1.03 Pivot3 Reference Architecture for VMware View Version 1.03 January 2012 Table of Contents Test and Document History... 2 Test Goals... 3 Reference Architecture Design... 4 Design Overview... 4 The Pivot3

More information

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC Symmetrix VMAX, Virtual Improve storage space utilization Simplify storage management with Virtual Provisioning Designed for enterprise customers EMC Solutions

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed

More information

EMC CLARiiON CX3 Series FCP

EMC CLARiiON CX3 Series FCP EMC Solutions for Microsoft SQL Server 2005 on Windows 2003 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

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

More information

HP reference configuration for entry-level SAS Grid Manager solutions

HP reference configuration for entry-level SAS Grid Manager solutions HP reference configuration for entry-level SAS Grid Manager solutions Up to 864 simultaneous SAS jobs and more than 3 GB/s I/O throughput Technical white paper Table of contents Executive summary... 2

More information

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book About the Author p. xv About the Technical Contributors p. xvi About the Technical Reviewers p. xvi Acknowledgments p. xix Preface p. xxiii About This Book p. xxiii How to Use This Book p. xxiv Appendices

More information

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER STORAGE CENTER DATASHEET STORAGE CENTER Go Beyond the Boundaries of Traditional Storage Systems Today s storage vendors promise to reduce the amount of time and money companies spend on storage but instead

More information

The functionality and advantages of a high-availability file server system

The functionality and advantages of a high-availability file server system The functionality and advantages of a high-availability file server system This paper discusses the benefits of deploying a JMR SHARE High-Availability File Server System. Hardware and performance considerations

More information

Optimized Storage Solution for Enterprise Scale Hyper-V Deployments

Optimized Storage Solution for Enterprise Scale Hyper-V Deployments Optimized Storage Solution for Enterprise Scale Hyper-V Deployments End-to-End Storage Solution Enabled by Sanbolic Melio FS and LaScala Software and EMC SAN Solutions Proof of Concept Published: March

More information

REMOTE SITE RECOVERY OF ORACLE ENTERPRISE DATA WAREHOUSE USING EMC DATA DOMAIN

REMOTE SITE RECOVERY OF ORACLE ENTERPRISE DATA WAREHOUSE USING EMC DATA DOMAIN White Paper REMOTE SITE RECOVERY OF ORACLE ENTERPRISE DATA WAREHOUSE USING EMC DATA DOMAIN EMC SOLUTIONS GROUP Abstract This white paper describes how a 12 TB Oracle data warehouse was transported from

More information

EMC Storage Administrator for Exchange SMB Edition

EMC Storage Administrator for Exchange SMB Edition EMC White Paper EMC Storage Administrator for Exchange SMB Edition Product Overview Abstract: This white paper examines the storage management technologies available with EMC Storage Administrator for

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

More information

Avid ISIS 7000. www.avid.com

Avid ISIS 7000. www.avid.com Avid ISIS 7000 www.avid.com Table of Contents Overview... 3 Avid ISIS Technology Overview... 6 ISIS Storage Blade... 6 ISIS Switch Blade... 7 ISIS System Director... 7 ISIS Client Software... 8 ISIS Redundant

More information

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Implementation Guide By Eduardo Freitas and Ryan Sokolowski February 2010 Summary Deploying

More information

As enterprise data requirements continue

As enterprise data requirements continue Storage Introducing the Dell PERC 6 Family of SAS RAID ControlLers By Bhanu Prakash Dixit Sanjay Tiwari Kedar Vaze Joe H. Trickey III The Dell PowerEdge Expandable RAID Controller (PERC) 6 family of enterprise-class

More information

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc 2 About Author Kai Yu 16 years with Oracle technology Work in Dell Oracle Solutions Engineering

More information

Virtualized Exchange 2007 Archiving with EMC EmailXtender/DiskXtender to EMC Centera

Virtualized Exchange 2007 Archiving with EMC EmailXtender/DiskXtender to EMC Centera EMC Solutions for Microsoft Exchange 2007 Virtualized Exchange 2007 Archiving with EMC EmailXtender/DiskXtender to EMC Centera EMC Commercial Solutions Group Corporate Headquarters Hopkinton, MA 01748-9103

More information

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

Microsoft SharePoint Server 2010

Microsoft SharePoint Server 2010 Microsoft SharePoint Server 2010 Designing and Implementing a Small Server Farm Dell Solutions Engineering Ravikanth Chaganti and Kevin Guinn May 2010 Executive Summary A Microsoft SharePoint Server 2010

More information

Using Red Hat Network Satellite Server to Manage Dell PowerEdge Servers

Using Red Hat Network Satellite Server to Manage Dell PowerEdge Servers Using Red Hat Network Satellite Server to Manage Dell PowerEdge Servers Enterprise Product Group (EPG) Dell White Paper By Todd Muirhead and Peter Lillian July 2004 Contents Executive Summary... 3 Introduction...

More information

VERITAS Volume Manager. for Windows. Best Practices

VERITAS Volume Manager. for Windows. Best Practices VERITAS Volume Manager for Windows Best Practices V E R I T A S W H I T E P A P E R Table of Contents Getting the Most Benefit From Online Volume Management.............................................1

More information

Downtime, whether planned or unplanned,

Downtime, whether planned or unplanned, Deploying Simple, Cost-Effective Disaster Recovery with Dell and VMware Because of their complexity and lack of standardization, traditional disaster recovery infrastructures often fail to meet enterprise

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

Dell Desktop Virtualization Solutions Simplified. All-in-one VDI appliance creates a new level of simplicity for desktop virtualization

Dell Desktop Virtualization Solutions Simplified. All-in-one VDI appliance creates a new level of simplicity for desktop virtualization Dell Desktop Virtualization Solutions Simplified All-in-one VDI appliance creates a new level of simplicity for desktop virtualization Executive summary Desktop virtualization is a proven method for delivering

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 (Fibre Channel/iSCSI) enables SAN tiering Balanced performance well-suited

More information

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper Mimosa NearPoint for Microsoft Exchange Server and HP StorageWorks 1510i Modular Smart Array Executive

More information

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com EMC Backup and Recovery for SAP with IBM DB2 on IBM AIX Enabled by EMC Symmetrix DMX-4, EMC CLARiiON CX3, EMC Replication Manager, IBM Tivoli Storage Manager, and EMC NetWorker Reference Architecture EMC

More information

BUILDING AN ORACLE GRID BLADE SERVERS AND DELL EQUALLOGIC ISCSI STORAGE WITH ORACLE VM ON DELL. A Dell Technical White Paper

BUILDING AN ORACLE GRID BLADE SERVERS AND DELL EQUALLOGIC ISCSI STORAGE WITH ORACLE VM ON DELL. A Dell Technical White Paper BUILDING AN ORACLE GRID WITH ORACLE VM ON DELL BLADE SERVERS AND DELL EQUALLOGIC ISCSI STORAGE A Dell Technical White Paper Dell Database Solutions Engineering Kai Yu and David Mar Dell Product Group October

More information

IBM ^ xseries ServeRAID Technology

IBM ^ xseries ServeRAID Technology IBM ^ xseries ServeRAID Technology Reliability through RAID technology Executive Summary: t long ago, business-critical computing on industry-standard platforms was unheard of. Proprietary systems were

More information

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Application Note Abstract This application note explains the configure details of using Infortrend FC-host storage systems

More information

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX White Paper MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX Abstract This white paper highlights EMC s Hyper-V scalability test in which one of the largest Hyper-V environments in the world was created.

More information

IP SAN BEST PRACTICES

IP SAN BEST PRACTICES IP SAN BEST PRACTICES PowerVault MD3000i Storage Array www.dell.com/md3000i TABLE OF CONTENTS Table of Contents INTRODUCTION... 3 OVERVIEW ISCSI... 3 IP SAN DESIGN... 4 BEST PRACTICE - IMPLEMENTATION...

More information

NetApp Software. SANtricity Storage Manager Concepts for Version 11.10. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.

NetApp Software. SANtricity Storage Manager Concepts for Version 11.10. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. NetApp Software SANtricity Storage Manager Concepts for Version 11.10 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1

More information

3PAR Fast RAID: High Performance Without Compromise

3PAR Fast RAID: High Performance Without Compromise 3PAR Fast RAID: High Performance Without Compromise Karl L. Swartz Document Abstract: 3PAR Fast RAID allows the 3PAR InServ Storage Server to deliver higher performance with less hardware, reducing storage

More information

Implementing Storage Concentrator FailOver Clusters

Implementing Storage Concentrator FailOver Clusters Implementing Concentrator FailOver Clusters Technical Brief All trademark names are the property of their respective companies. This publication contains opinions of StoneFly, Inc. which are subject to

More information

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation report prepared under contract with Lenovo Executive Summary Even with the price of flash

More information

EMC Business Continuity for Microsoft SQL Server 2008

EMC Business Continuity for Microsoft SQL Server 2008 EMC Business Continuity for Microsoft SQL Server 2008 Enabled by EMC Symmetrix V-Max with SRDF/CE, EMC Replication Manager, and Enterprise Flash Drives Reference Architecture Copyright 2009 EMC Corporation.

More information

FlexArray Virtualization

FlexArray Virtualization Updated for 8.2.1 FlexArray Virtualization Installation Requirements and Reference Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

Vicom Storage Virtualization Engine. Simple, scalable, cost-effective storage virtualization for the enterprise

Vicom Storage Virtualization Engine. Simple, scalable, cost-effective storage virtualization for the enterprise Vicom Storage Virtualization Engine Simple, scalable, cost-effective storage virtualization for the enterprise Vicom Storage Virtualization Engine (SVE) enables centralized administration of multi-platform,

More information

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING DELL Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING September 2008 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: Content DELL TM PowerEdge TM T610... 1 500 Mailbox Resiliency

More information

PolyServe Matrix Server for Linux

PolyServe Matrix Server for Linux PolyServe Matrix Server for Linux Highly Available, Shared Data Clustering Software PolyServe Matrix Server for Linux is shared data clustering software that allows customers to replace UNIX SMP servers

More information

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest

More information

Comparison: Microsoft Logical Disk Manager (LDM) and VERITAS Volume Manager

Comparison: Microsoft Logical Disk Manager (LDM) and VERITAS Volume Manager Comparison: Microsoft Logical Disk Manager (LDM) and VERITAS Volume Manager V E R I T A S W H I T E P A P E R for Microsoft Windows Table of Contents Online Storage Management Challenge.......................................................................................................................1

More information

Navisphere Quality of Service Manager (NQM) Applied Technology

Navisphere Quality of Service Manager (NQM) Applied Technology Applied Technology Abstract Navisphere Quality of Service Manager provides quality-of-service capabilities for CLARiiON storage systems. This white paper discusses the architecture of NQM and methods for

More information

How To Understand And Understand The Power Of Aird 6 On Clariion

How To Understand And Understand The Power Of Aird 6 On Clariion A Detailed Review Abstract This white paper discusses the EMC CLARiiON RAID 6 implementation available in FLARE 26 and later, including an overview of RAID 6 and the CLARiiON-specific implementation, when

More information

HGST Virident Solutions 2.0

HGST Virident Solutions 2.0 Brochure HGST Virident Solutions 2.0 Software Modules HGST Virident Share: Shared access from multiple servers HGST Virident HA: Synchronous replication between servers HGST Virident ClusterCache: Clustered

More information

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc.

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc. White Paper Low Cost High Availability Clustering for the Enterprise Jointly published by Winchester Systems Inc. and Red Hat Inc. Linux Clustering Moves Into the Enterprise Mention clustering and Linux

More information

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 Summary: This document describes how to analyze performance on an IBM Storwize V7000. IntelliMagic 2012 Page 1 This

More information

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become

More information

CONFIGURATION BEST PRACTICES FOR MICROSOFT SQL SERVER AND EMC SYMMETRIX VMAXe

CONFIGURATION BEST PRACTICES FOR MICROSOFT SQL SERVER AND EMC SYMMETRIX VMAXe White Paper CONFIGURATION BEST PRACTICES FOR MICROSOFT SQL SERVER AND EMC SYMMETRIX VMAXe Simplified configuration, deployment, and management for Microsoft SQL Server on Symmetrix VMAXe Abstract This

More information

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V Features Comparison: Hyper-V Server and Hyper-V February 2012 The information contained in this document relates to a pre-release product which may be substantially modified before it is commercially released.

More information

Dell EqualLogic Best Practices Series

Dell EqualLogic Best Practices Series Dell EqualLogic Best Practices Series Sizing and Best Practices for Deploying Oracle 11g Release 2 Based Decision Support Systems with Dell EqualLogic 10GbE iscsi SAN A Dell Technical Whitepaper Storage

More information

EMC VFCACHE ACCELERATES ORACLE

EMC VFCACHE ACCELERATES ORACLE White Paper EMC VFCACHE ACCELERATES ORACLE VFCache extends Flash to the server FAST Suite automates storage placement in the array VNX protects data EMC Solutions Group Abstract This white paper describes

More information

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...

More information

Scala Storage Scale-Out Clustered Storage White Paper

Scala Storage Scale-Out Clustered Storage White Paper White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current

More information

Performance Baseline of Hitachi Data Systems HUS VM All Flash Array for Oracle

Performance Baseline of Hitachi Data Systems HUS VM All Flash Array for Oracle Performance Baseline of Hitachi Data Systems HUS VM All Flash Array for Oracle Storage and Database Performance Benchware Performance Suite Release 8.5 (Build 131015) November 2013 Contents 1 System Configuration

More information

EMC XTREMIO EXECUTIVE OVERVIEW

EMC XTREMIO EXECUTIVE OVERVIEW EMC XTREMIO EXECUTIVE OVERVIEW COMPANY BACKGROUND XtremIO develops enterprise data storage systems based completely on random access media such as flash solid-state drives (SSDs). By leveraging the underlying

More information

7 Real Benefits of a Virtual Infrastructure

7 Real Benefits of a Virtual Infrastructure 7 Real Benefits of a Virtual Infrastructure Dell September 2007 Even the best run IT shops face challenges. Many IT organizations find themselves with under-utilized servers and storage, yet they need

More information

Power Comparison of Dell PowerEdge 2950 using Intel X5355 and E5345 Quad Core Xeon Processors

Power Comparison of Dell PowerEdge 2950 using Intel X5355 and E5345 Quad Core Xeon Processors Power Comparison of Dell PowerEdge 2950 using Intel X5355 and E5345 Quad Core Xeon Processors By Scott Hanson and Todd Muirhead Dell Enterprise Technology Center Dell Enterprise Technology Center dell.com/techcenter

More information