Consolidating DSS Workloads on Dell PowerEdge 11G Servers Using Oracle 11g Database Replay

Size: px
Start display at page:

Download "Consolidating DSS Workloads on Dell PowerEdge 11G Servers Using Oracle 11g Database Replay"

Transcription

1 Consolidating DSS Workloads on Dell PowerEdge 11G Servers Using Oracle 11g Database Replay A Dell Technical White Paper Database Solutions Engineering By Zafar Mahmood Dell Product Group April 2009

2 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED AS IS, WITHOUT EXPRESS OR IMPLIED WARRANTIES OF ANY KIND. For more information, contact Dell. Intel and Xeon are registered trademarks of Intel Corporation in the U.S. and other countries; Oracle is a registered trademark of Oracle Corporation. Quest Software and Benchmark Factory are registered trademarks of Quest Software, Inc. Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and names or their products. Dell disclaims proprietary interest in the marks and names of others. 2

3 EXECUTIVE SUMMARY Change management is one of the most important factors to consider for smoothly running and maintaining an enterprise data center. This is especially true of mission critical business applications that rely on a backend database system any type of permutation into the production environment is risky if not governed by carefully defined rules and procedures. This is why most data centers follow a very conservative approach when implementing, deploying, and utilizing recently introduced software features. They follow the same approach when server hardware and storage system vendors introduce the latest feature rich technologies claiming to offer better performance. Dell s portfolio of enterprise products is evolving to incorporate better performing, more energy efficient, and more highly available features. With the latest introduction of the Dell 11G server product line, customers have an opportunity to improve their total cost of ownership by consolidating dispersed legacy environments on this product line. However, many enterprise customers are reluctant to upgrade to new solution stacks due to the following factors: Lack of appropriate diagnostic and performance testing tools to validate the performance and stability of new hardware and software solution stacks Unavailability of realistic data on the test environment Unavailability of realistic workloads and user patterns that mimic the production environment Because of these limitations, enterprise customers may hesitate to adopt the latest advancements in server, storage, and cluster interconnect technologies. These issues are also proving a hindrance to utilizing alternatives that are more energy efficient than old legacy systems in other words, consolidating energy hungry legacy systems into fewer, more powerful and energy efficient systems. With the introduction of the 11G server platform, Dell strives to simplify IT infrastructure by consolidating legacy production environments to reduce data center complexity while still meeting customers needs. The tools and procedures described in this white paper can help administrators test, compare, validate, and implement the latest hardware and database solution bundles offered by Dell. Dell established these procedures and guidelines based on lab experiments and database workload simulations performed by the Dell Database Solutions Engineering team using the Oracle 11g Database Replay component. Using the tools and procedures described in this document, customers may not only select the appropriate database solution hardware and software stack, but also optimize the solution to help optimize total cost of ownership according to the database workloads they intend to run. Although Database Replay is intended to help alleviate the pains of upgrades and migrations from older releases to 11g and later, this white paper discusses server consolidation as the main use case. The intended audience of this white paper includes database administrators, IT managers, and system consultants. 3

4 CONTENTS EXECUTIVE SUMMARY... 3 INTRODUCTION... 5 OVERVIEW OF DATABASE REPLAY... 6 TEST METHODOLOGY... 7 TEST CONFIGURATION RESULTS CONSOLIDATION FACTOR SUMMARY REFERENCES

5 INTRODUCTION Before implementing system changes such as hardware and software upgrades, organizations should perform extensive testing to validate the impact on stability and performance. Even with testing, however, new solution stacks often experience unexpected behavior in production because tests do not use realistic workloads. Because production system usage patterns and user behaviors are absent in a test environment, it is difficult to simulate a realistic workload during testing to thoroughly validate system changes. An Oracle 11g feature called Database Replay helps mitigate this challenge. Database Replay is designed to enable realistic testing of system changes by essentially recreating a sample of the production workload environment on a test system. Database Replay captures the workload on a production system and recreates it on a test system with the exact timing, concurrency, and transaction characteristics of the original workload. Using this information, you can assess the impact of the solution change, including undesired results, new contention points, and plan regressions. The Database Replay feature also provides the tools required to analyze and report on the replayed workload using either the built in PLSQL API or GUI tools such as Oracle Enterprise Manager Database Control and Grid Control. Since the capture and replay workload environment mimics the data and usage patterns of the production environment, it helps eliminate the need to develop simulation workloads and scripts, resulting in significant cost reduction and time savings. Using Database Replay, realistic testing of complex applications that previously took months using load simulation tools can now be completed in days. This enables database and system administrators to rapidly test changes and adopt new technologies with higher confidence and lower risk. Database Replay performs external client workload capture at the database level, without the need to configure application servers and with negligible performance overhead. Database Replay can be used to test most significant system changes, including but not limited to: Database and operating system upgrades Configuration changes, such as converting a database from a single instance to an Oracle Real Application Clusters (RAC) environment or vice versa Storage, network, and interconnect changes Operating system and hardware migrations Server and storage consolidation This white paper concentrates on a server consolidation usage model for Database Replay. Server consolidation can be defined as maximizing the efficiency of computer server resources and minimizing associated power costs to reduce the total number of servers that an organization requires. It essentially solves a fundamental problem called server sprawl in which multiple, under utilized servers take up more space and consume more power resources than the workload requirement indicates. For example, consider a two node Oracle RAC database hosted on two eighth generation (8G) PowerEdge 2850 dual socket, single core or dual core servers running Oracle 10g Release 2. Dell recently announced the availability of its 11G server product line equipped with a chipset that is designed to support the Intel Nehalem EP processor family, QuickPath Interconnect, DDR3 memory technology, and PCI Express Generation 2. The natural replacement of eighth generation 2U Dell servers is 2U Dell R710 11G servers that support dual socket, quad core processors. The R710 also supports two different types of energy efficient CPUs, and it is designed with a highly efficient overall architecture. The goal of this study is to replace a multi node Oracle RAC cluster with a cluster consisting of fewer PowerEdge 11G nodes, and still process the workload faster with less power consumption and lower Oracle RAC licensing fees. 5

6 This type of consolidation is not only possible, but can also result in an exceptional performance boost. The lab results described in this white paper overwhelmingly favor this type of consolidation. OVERVIEW OF DATABASE REPLAY As depicted in Figure 1, the Oracle 11g database replay framework consists of four processes: Workload Capture During peak production hours, the production system workload is captured or recorded on the file system as binary files. All client requests are recorded in the exact order and frequency in which they are received. These requests may include SQL queries and DML operation. The only exceptions are background database and Oracle Scheduler jobs. The captured files are platform independent, so they can be transferred and replayed on any platform running Oracle 11g R1 or higher. Oracle 10g R2 Patchset 4 ( ) adds the capture capability to Oracle 10g R2. Workload Preprocessing After the workload is captured into the binary files, the files must be preprocessed, including creating all the necessary metadata needed to replay the workload on the test system. Dell recommends that you preprocess the workload on the test system where it will be replayed. Once the workload is preprocessed, you can repeatedly replay it on any test system running the same database version where it was preprocessed. Workload Replay Replaying the captured and preprocessed workload requires starting and running the required number of database replay clients preferably on a system other than the database server. During the workload replay phase, Oracle performs the actions recorded during the workload capture phase on the test system by recreating all captured external client requests with the same timing, concurrency, and transaction dependencies of the production system. A calibration tool is provided to help determine the number of replay clients needed for a particular workload. Because the entire workload is replayed, including DML and SQL queries, the data in the replay system should be logically similar to the data in the capture system to minimize data divergence and enable reliable replay analysis. Reporting and Analysis After the workload replays, Oracle provides in depth reporting of both workload capture and replay for you to analyze. You can run all of these processes using either the built in PL/SQL packages or Oracle Enterprise Manager (DB Control or Grid Control). 6

7 Figure 1: Database Replay Architecture TEST METHODOLOGY Dell s solution engineers used Quest Software Benchmark Factory Scalable Hardware CPU intensive workload to be captured on the legacy system and then replay in a test environment running PowerEdge 11G servers with three different CPU configurations. The CPU intensive workload provided by the Benchmark Factory schema consists of parts and products tables that are populated with rows according to the scale factor defined during table creation. We configured the legacy database with a scalability factor of 10,000, which created 400 Million and 100 Million rows in the parts and products tables, respectively. The total database size that resulted with this scale factor was around 75GB. Once populated, we simulated 20 users randomly running complex queries against the legacy database. The test methodology we used is as follows: 7 1. To simulate the legacy production environment, we selected a two node Oracle 10g R2 RAC cluster running on two PowerEdge 2850 single core, dual socket 3.4 GHz CPU machines connected to a CX4 960 that had two 100GB and one 20GB LUNs for voting and Oracle Cluster Registry (OCR). 2. We applied the Oracle 10g R2 patchset 4 ( ) to the legacy server simulated production environment to enable database capture support. 3. We loaded test data with a scalability factor of 10,000 into the legacy server simulated production environment.

8 4. After data population, we used Oracle Data Pump to export data at the schema level for later population in the test environment, which ran on PowerEdge 11G servers with the following script: expdp SCHEMAS=quest CONTENT=all directory=export; 5. In the patchset, we used a new initialization parameter to enable workload capturing. This parameter is disabled by default, as follows: SQL> show parameter pre_11g_enable_capture NAME TYPE VALUE pre_11g_enable_capture boolean FALSE To enable capture on Oracle 10g R2 patchset 4 databases, we used the following Oracle script, which sets the initialization parameter to enable workload capture capability: 6. In order to store the captured workload files, we created a directory object on the legacy system as follows: SQL> create directory capture as '/orafiles/capture/'; 7. We created filters to preclude capturing user sessions that produce activity that can be ignored during the capture period. You should create either an inclusion filter that defines the user sessions that must be captured or an exclusion filter that defines which user sessions must be excluded from the capture process. One example of an exclusion filter excludes Enterprise Manager Database Control or Grid Control activity using either the built in DBMS_WORKLOAD_CAPTURE.ADD_FILTER package or Enterprise Manager. 8. At this point, the simulated legacy production environment was ready to capture the workload. We generated a workload that was configured to run for one hour, and we enabled the workload capture to capture system activity for the entire one hour period, as shown in Figure Once the capturing process completes, Oracle Enterprise Manager Grid Control displays the capture statistics as shown in Figure We took an Automatic Workload Repository (AWR) snapshot of database activity in the legacy production environment for inclusion in the capture files we ll use this snapshot later for comparison with the test environment at time of replay. You can also accomplish this by using the PLSQL package DBMS_WORKLOAD_REPOSITORY.create_snapshot or Enterprise Manager. 11. Using the Oracle Data Pump Import utility, we populated the Oracle 11g environment running on the test environment. We used a PowerEdge R710 server to simulate our test environment. impdp system/oracle@zafar_1 SCHEMAS=quest CONTENT=ALL directory=dp_import 12. We moved the workload capture files from the capture directory to the replay system. You can use either SCP or FTP, and create a directory object on the replay test system with the following script: create or replace directory "replay" as '/opt/oracle/replay'; 8

9 13. Next, we preprocessed the captured workload in the test environment. Again, you can use either use the DBMS_WORKLOAD_REPLAY.PROCESS_CAPTURE package or Enterprise Manager Database Control (EMDB control) for this step. Figure 2: Workload Capture Setup Now, we were ready to replay the workload. The replay setup requires you to remap the database connections from the captured workload to the new test environment. You must consider any changes to the host names, number of nodes, and service name. If the legacy environment consists of a single node and the test environment is a Real Application Cluster (RAC), you may need to create database service and configure it to use Connection Load Balancing (CLB) and Load Balancing Advisor (LBA) for the shortest connection times. Also, you should add a service description to the Oracle client naming file using the following script: SQL> begin DBMS_SERVICE.MODIFY_SERVICE ( service_name => 'zafarsvc',goal => DBMS_SERVICE.GOAL_SERVICE_TIME,clb_goal => DBMS_SERVICE.CLB_GOAL_SHORT,aq_ha_notifications => TRUE ); END; /

10 If moving from RAC to a single node environment, as in this test, you can use a single connect descriptor for all RAC connections. You can either use EMDB control or DBMS_WORKLOAD_REPLAY. remap_connection to accomplish this task. Figure 3: Workload Capture Report 15. After remapping the connections, we prepared the replay parameter in terms of synchronization, think time, and connect time to customize the behavior of the replay. The synchronization parameter is important, since the commit order of all transactions is preserved when set to true. In our testing, we set the parameter to false, since we used a read only workload and allowed the transactions to complete without waiting for the order to take advantage of the enhanced processing power of the PowerEdge 11G system. 16. We started the database workload replay client(s) (WRC) on a different system than the one we were testing. Before starting the WRC, you can use the calibration option to determine how many WRC clients are required to replay the workload. 10 [oracle@replay1 ~]$ wrc system/oracle@replay mode=calibrate replaydir=/opt/oracle/replay/

11 The calibration mode suggested using one WRC client for our workload: ~]$ wrc replaydir=/opt/oracle/replay/ Figure 4 shows the WRC client ready and waiting for replay to start: Figure 4: Workload Replay Client Waiting for Replay to Start 17. Finally, once the replay completed, we viewed replay progress and reports. You can use either DBMS_WORKLOAD_REPLAY or the Enterprise Manager GUI for this step, as shown in Figure 5. The replay report shows the amount of time it took to replay the workload in the test environment as compared to the legacy production environment. In Figure 5, we see that the test environment running Oracle 11g Release 1 with one Intel Xeon X5570 processor took only 17 minutes and 59 seconds to run the workload that the legacy two node cluster running on PowerEdge eighth generation 2850 servers took one hour to complete. 11

12 Figure 5: Database Replay report TEST CONFIGURATION Table 1 describes the complete software and hardware stack that we used throughout testing on both our simulated legacy production environment and the test environment running on the latest Dell PowerEdge 11G servers. Table 1: Oracle 11g Database Replay Test Configuration Component Legacy Production Environment Dell PowerEdge 11G Test Environment Systems Two PowerEdge U servers One PowerEdge R710 2U server Processors Two Intel Xeon CPU 3.40GHz single core per Test1: One Intel Xeon X5570 node Cache: L2=1M per CPU 2.93GHz quad core CPU Cache: L2=4x256K L3=8M 12 Test2: One Intel Xeon L GHz quad core CPU

13 Cache: L2=4x256K L3=8M Test3: One Intel Xeon L GHz quad core CPU Cache: L2=4x256K L3=4M Memory 8GB DDR2 per node 8GB DDR3 Internal disks Two 73GB 3.5 SCSI R1 Two 73GB 2.5 SAS R1 Network Two Intel 82544EI Gigabit Ethernet Four Broadcom NetXtreme II BCM5709 Gigabit Ethernet External storage Dell/EMC CX4 960 with fourteen 146GB Fibre Channel disks Dell/EMC CX4 960 with fourteen 146GB Fibre Channel disks HBA Two QLE2460 per node Two QLE 2460 OS Enterprise Linux 4.6 Enterprise Linux 5.2 Oracle software Oracle 10g R File System: ASM Diskgroups: DATA, FLASH sga_target = 1600M pga_target = 800M Oracle 11g R File System: ASM Diskgroups: DATA, FLASH memory_target = 2400M Workload Quest Benchmark Factory CPUintensive workload Scale factor: 10,000 User connections: 20 Replayed workload RESULTS NOTE: The results we have provided are intended only for the purpose of comparison between two environments consisting of specific configurations in a lab environment. The results do not portray the maximum capabilities of any system, database software, or storage. The following test results address questions regarding Oracle 10g capture and replay in Oracle 11g environments in order to provide server consolidation guidelines on PowerEdge 11G servers. The goals of the test were to determine: 13 How system and database administrators can take advantage of the Oracle Database Replay feature to help ease the pains of change management, database migration, performance assessments, and server consolidation The watt hour consumption comparison between test and legacy production environments How Oracle workloads can take advantage of the energy efficient architecture of PowerEdge 11G servers An ideal energy efficient CPU option on which to run read only CPU intensive Oracle workloads for Dell 11G servers The consolidation factor resulting from migrating to PowerEdge 11G servers from PowerEdge 8G singlecore servers running read only CPU intensive workloads

14 After completing the database replay on all three CPU configurations, we analyzed our results to determine which R710 configuration provides the best results in terms of watt hours used. We analyzed the power consumption chart for all configurations throughout the capture and replay periods, as shown in Figure 6. Power Consumption (Watts) W a t t s Time in Minutes 60 Watts 2850 node1 Watts 2850 node2 Total Watts 2x2850 Watts R710 (X5570) Watts R710 (L5520) Watts R710 (L5506) Figure 6: Power consumption during workload capture and replay As shown in Figure 6, our two node legacy Oracle RAC configuration consumed an average of 685 watts while running a 60 minute workload. On the other hand, our R710 populated with varying CPU configurations X5570, L5520, and L5506 consumed 195, 161, and 151 watts on average, respectively. To calculate the total watt hours consumed by each configuration, we combined the results provided by the database replay workload report showing the capture versus the replay time (see Figure 7). 14

15 Consolidating Workloads on Dell PowerEdge 11G Servers Using Oracle 11g Database Replay Time comparison between capture and replay systems (Sec) T i m e ( S e c ) x2850 Capture nodes R710 (X5570) R710 (L5520) R710 (L5506) Time (Sec) Figure 7: Comparison of Capture and Replay Systems Figure 7 shows that an R710 populated with a single X5570 quad core CPU takes only 17:58 (mm:ss) to replay the same workload that was captured in one hour on the two node 2850 RAC. The energy efficient variations of the Intel Xeon CPUs (L5520 and L5506) also performed exceptionally well, and replayed the whole workload in only 21:36 and 26:01, respectively. To validate our results, we ran the CPU intensive workload on both the simulated legacy production environment and the test environment without using Database Replay and measured the transactions per second. The results, shown in Table 2, validate our database replay report, which also exhibited a 234% performance gain in terms of workload replay completion time. Table 2: Results Validation Concurrent User Load Simulated Legacy Production Environment (2x2850) Dell PE 11G R710 (X5570) Server Performance Delta DB Replay (seconds) Results seconds 1078 seconds 11G: 234% faster BMF Results (TPS) G: 224% more TPS To calculate the total watt hours for each configuration, we multiplied the average watt consumption with the workload run time and plotted the results, as shown in Figure 8. Figure 8 also shows how watt hour consumption relates to average CPU utilization. 15

16 Consolidating Workloads on Dell PowerEdge 11G Servers Using Oracle 11g Database Replay Workload Replay:Watt Hours and CPU Consumption Most Efficient Configuration Watt Hours consumed to run the workload Average CPU Utilization Capture node Capture node2 2x2850 Capture nodes R710 (X5570) R710 (L5520) R710 (L5506) Figure 8: Finding the most efficient CPU Configuration Using Watt-Hour Consumption Although the R710 configuration populated with the Xeon Low Voltage L5520 processor took 1296 seconds to replay the workload as compared to only 1078 seconds for the X5570 processor, both consumed approximately the same watt hours during replay as shown in Table 3. Thus, we can conclude that both X5570 and L5520 processorss are good candidates to run this CPU intensive workload if the criteria is energy efficiency. If maximizing the query response time is the objective, then the X5570 processorr configurationn should be our choice. Also, using the watt hour consumption data, we can conclude that the L5506 processor configuration is least optimal in terms of watt hour consumption for this type of workload. Both X5570 and L5520 processor configurations also exhibited only 80.95% and 85.54% average CPU consumption as compared to almost 99% by our capture systems consisting of a two node Oracle RAC as shown in Figure 8.. Table 3: Watt Hour Consumption Comparison During Workload Capture and Replay Configuration Ave Watts Total Time (seconds) Ave Watt Hours 2850 capture node capture node Two 2850 capture nodes R710 (X5570)

17 R710 (L5520) R710 (L5506) A primary feature of 11G servers is power efficient design that uses energy efficient components such as: DDR3 memory (lower voltage than DDR2) Speed modulated fans with an increased number of fan zones and configuration dependent fan speeds compared to the prior generation BIOS power/performance options Ability to power down or throttle memory Ability to disable a CPU core Ability to turn off embedded NICs or PCI express lanes when unused Option to run PCI express at Gen1 speeds instead of Gen2 when needed These energy efficient features result in lower power consumption in an idle state as compared to our legacy production environment (see Figure 9). W a t t s Idle State Power Consumption Sample Number Watts 2850 node1 Watts 2850 node2 Total Watts 2x2850 Watts R710 (X5570) Watts R710 (L5520) Watts R710 (L5506) Figure 9: Idle State Power Consumption Consolidation Factor Based on test results, we can conclude that an R710 server populated with a single quad core Intel Nehalem based CPU (X5570) was able to process the workload of a two node Oracle RAC running on 8G servers populated with 17

18 dual single core processors, up to 224% faster with up to 81% average CPU utilization. We can safely extrapolate that if we had populated our 11G R710 server with dual quad core Nehalem based processors, we could have handled the workload up to 200% faster than four 8G dual socket single core servers, with significantly less power consumption. The power savings that result from consolidating on PowerEdge 11G servers alone could offset the cost of the new servers very quickly. The consolidation factor of 4:1 8G servers versus one fully populated 11G server could be doubled to 8:1 if the CPU utilization on the Oracle 10g RAC nodes consisting of 8G single core processors were 50% which is usually the Service Level Agreement (SLA) maintained by enterprise data centers on backend database servers to provide a cushion for unexpected workload spikes. On both capture and replay environments, the IOWAIT was negligible since the workload was processor bound. The legacy environment exhibited CPU bottleneck which was mitigated by consolidating the workload on PowerEdge 11G server. Also, both capture and replay environments showed no bottleneck in terms of IO or memory as shown in Table 4: Table 4: System Status Report (VMSTAT Averages) System Average CPU User System IOWAIT Free Memory(G) Utilization 2850 Capture node Capture node Two 2850 capture nodes R710 (X5570) R710 (L5520) R710 (L5506) SUMMARY Any server consolidation project must be preceded by a well planned effort to predict the energy consumption and performance capacity of the new platform as compared to the legacy environment. In this study, we showed how you can use the Oracle Database Replay feature as a reliable tool to help in server consolidation projects. We also showed that PowerEdge 11G servers equipped with Xeon 5500 Series chipsets for I/O and processor interfacing provide an ideal platform to consolidate legacy database environments. The R710 chipset is designed to support Intel s Nehalem EP processor family, QuickPath Interconnect, DDR3 memory technology, and PCI Express Generation 2. This study also indicates that 11G servers offer large performance gains when compared to older generations of servers with front side bus architectures. Customers running Oracle 9i or 10g RAC environments on legacy servers and storage can follow the guidelines and procedures outlined in this white paper to consolidate power hungry RAC nodes into fewer, faster, more energyefficient nodes. The resulting legacy RAC node consolidation can also drive down Oracle licensing costs, resulting in savings that you can use to implement disaster recovery sites and additional RAC test bed sites for application development and testing. The reduced number of nodes does not compromise performance when paired with PowerEdge 11G servers. The result is less cluster overhead, simplified management, and positive movement toward an objective of simplifying IT and reducing complexity in data centers. REFERENCES 18 Oracle Database Performance Tuning Guide 10g Release 2 (10.2) Part Number B Oracle Database Real Application Testing User's Guide 11g Release 1 (11.1) Part Number E

Reduce Costs & Increase Oracle Database OLTP Workload Service Levels:

Reduce Costs & Increase Oracle Database OLTP Workload Service Levels: Reduce Costs & Increase Oracle Database OLTP Workload Service Levels: PowerEdge 2950 Consolidation to PowerEdge 11th Generation A Dell Technical White Paper Dell Database Solutions Engineering Balamurugan

More information

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers Consolidating OLTP Workloads on Dell PowerEdge R720 12 th generation Servers B Balamurugan Phani MV Dell Database Solutions Engineering March 2012 This document is for informational purposes only and may

More information

Four-Socket Server Consolidation Using SQL Server 2008

Four-Socket Server Consolidation Using SQL Server 2008 Four-Socket Server Consolidation Using SQL Server 28 A Dell Technical White Paper Authors Raghunatha M Leena Basanthi K Executive Summary Businesses of all sizes often face challenges with legacy hardware

More information

Configuration changes such as conversion from a single instance to RAC, ASM, etc.

Configuration changes such as conversion from a single instance to RAC, ASM, etc. Today, enterprises have to make sizeable investments in hardware and software to roll out infrastructure changes. For example, a data center may have an initiative to move databases to a low cost computing

More information

Consolidating Oracle Databases on the Dell PowerEdge R820 Server Using Oracle VM

Consolidating Oracle Databases on the Dell PowerEdge R820 Server Using Oracle VM Consolidating Oracle Databases on the Dell PowerEdge R82 Server Using Oracle VM This technical whitepaper describes how the Dell PowerEdge R82 server can be used for consolidating Oracle databases. The

More information

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Generational Comparison Study of Microsoft SQL Server Dell Engineering February 2017 Revisions Date Description February 2017 Version 1.0

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage Performance Study of Microsoft SQL Server 2016 Dell Engineering February 2017 Table of contents

More information

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 A performance study of 14 th generation Dell EMC PowerEdge servers for Microsoft SQL Server Dell EMC Engineering September

More information

What is Real Application Testing?

What is Real Application Testing? Real Application Testing Real Application Testing Enterprise Manager Management Packs Enhancements What is Real Application Testing? New database option available with EE only Includes two new features

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

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

A Performance Characterization of Microsoft SQL Server 2005 Virtual Machines on Dell PowerEdge Servers Running VMware ESX Server 3.

A Performance Characterization of Microsoft SQL Server 2005 Virtual Machines on Dell PowerEdge Servers Running VMware ESX Server 3. A Performance Characterization of Microsoft SQL Server 2005 Virtual Machines on Dell PowerEdge Servers Running VMware ESX Server 3.5 Todd Muirhead Dell Enterprise Technology Center www.delltechcenter.com

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

Dell PowerEdge R910 SQL OLTP Virtualization Study Measuring Performance and Power Improvements of New Intel Xeon E7 Processors and Low-Voltage Memory

Dell PowerEdge R910 SQL OLTP Virtualization Study Measuring Performance and Power Improvements of New Intel Xeon E7 Processors and Low-Voltage Memory Dell PowerEdge R910 SQL OLTP Virtualization Study Measuring Performance and Power Improvements of New Intel Xeon E7 Processors and Low-Voltage Memory A Dell Technical White Paper Dell, Inc. Waseem Raja

More information

Competitive Power Savings with VMware Consolidation on the Dell PowerEdge 2950

Competitive Power Savings with VMware Consolidation on the Dell PowerEdge 2950 Competitive Power Savings with VMware Consolidation on the Dell PowerEdge 2950 By Scott Hanson Dell Enterprise Technology Center Dell Enterprise Technology Center www.delltechcenter.com August 2007 Contents

More information

Impact of Dell FlexMem Bridge on Microsoft SQL Server Database Performance

Impact of Dell FlexMem Bridge on Microsoft SQL Server Database Performance Impact of Dell FlexMem Bridge on Microsoft SQL Server Database Performance A Dell Technical White Paper Dell Database Solutions Engineering Jisha J Leena Basanthi October 2010 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 Incentives for migrating to Exchange 2010 on Dell PowerEdge R720xd Global Solutions Engineering

More information

Dell PowerEdge R920 System Powers High Performing SQL Server Databases and Consolidates Databases

Dell PowerEdge R920 System Powers High Performing SQL Server Databases and Consolidates Databases Dell PowerEdge R920 System Powers High Performing SQL Server Databases and Consolidates Databases This white paper discusses OLTP database performance improvements using the Dell PowerEdge R920 system.

More information

Database Solutions Engineering. Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series

Database Solutions Engineering. Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series A Dell Technical White Paper Database Solutions Engineering Dell Product Group April 2009 THIS WHITE

More information

Consolidating Microsoft SQL Server databases on PowerEdge R930 server

Consolidating Microsoft SQL Server databases on PowerEdge R930 server Consolidating Microsoft SQL Server databases on PowerEdge R930 server This white paper showcases PowerEdge R930 computing capabilities in consolidating SQL Server OLTP databases in a virtual environment.

More information

Performance Scaling. When deciding how to implement a virtualized environment. with Dell PowerEdge 2950 Servers and VMware Virtual Infrastructure 3

Performance Scaling. When deciding how to implement a virtualized environment. with Dell PowerEdge 2950 Servers and VMware Virtual Infrastructure 3 Scaling with Dell PowerEdge 2950 Servers and VMware Virtual Infrastructure 3 To assess virtualization scalability and performance, Dell engineers tested two Dell PowerEdge 2950 servers with dual-core Intel

More information

Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP Workloads

Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP Workloads Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP This Dell technical white paper discusses performance and cost benefits achieved with Dell Compellent Automated

More information

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation report prepared under contract with HP Executive Summary The computing industry is experiencing an increasing demand for storage

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

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 Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Manage Change With Confidence: Upgrading to Oracle Database 11g with Oracle Real Application Testing

Manage Change With Confidence: Upgrading to Oracle Database 11g with Oracle Real Application Testing Manage Change With Confidence: Upgrading to Oracle Database 11g with Oracle Real Application Testing The following is intended to outline our general product direction. It is intended for information purposes

More information

10Gb iscsi Initiators

10Gb iscsi Initiators 10Gb iscsi Initiators t June 2009 1 iscsi 10Gb Broadcom HBA vs. 10Gb Intel Software Initiator with I/OAT enabled 2 iscsi 10Gb Broadcom HBA vs. 10Gb Intel Software Initiator with I/OAT enabled Key findings

More information

VMware VMmark V1.1 Results

VMware VMmark V1.1 Results Page 1 of 9 VMware VMmark V1.1 Results Vendor and Hardware Platform: Dell PowerEdge R710 Virtualization Platform: ESX build 150817 VMmark V1.1 Score = 24.00 @ 17 Tiles Tested By: Dell Inc. Test Date: 03/26/2009

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

BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES

BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES WHITE PAPER BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES Using Solid State Disks (SSDs) in enterprise storage arrays is one of today s hottest storage

More information

for Power Energy and

for Power Energy and Engineered for Power Management: Dell PowerEdge Servers Are Designed to Help Save Energy and Reduce Costs ABSTRACT Keeping up with the rising cost of energy is one of the greatest challenges facing IT

More information

Real Application Testing Never Get Caught By Change Again. Michael R. Messina, Management Consultant Rolta-TUSC, NYOUG 2011 (60 min)

Real Application Testing Never Get Caught By Change Again. Michael R. Messina, Management Consultant Rolta-TUSC, NYOUG 2011 (60 min) Real Application Testing Never Get Caught By Change Again Michael R. Messina, Management Consultant Rolta-TUSC, NYOUG 2011 (60 min) Copyright 2009 Rolta International, Inc., All Rights Reserved Introduction

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays Dell EqualLogic Best Practices Series Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays A Dell Technical Whitepaper Jerry Daugherty Storage Infrastructure

More information

Use of the Internet SCSI (iscsi) protocol

Use of the Internet SCSI (iscsi) protocol A unified networking approach to iscsi storage with Broadcom controllers By Dhiraj Sehgal, Abhijit Aswath, and Srinivas Thodati In environments based on Internet SCSI (iscsi) and 10 Gigabit Ethernet, deploying

More information

INFOBrief. Dell PowerEdge Key Points

INFOBrief. Dell PowerEdge Key Points INFOBrief Dell PowerEdge 1855 Key Points The Dell PowerEdge 1855 can pack up to 43% more processor, memory and storage density into a 42U rack than traditional Dell 1U servers 5 while using up to 13% less

More information

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic An Oracle White Paper September 2011 Oracle Utilities Meter Data Management 2.0.1 Demonstrates Extreme Performance on Oracle Exadata/Exalogic Introduction New utilities technologies are bringing with them

More information

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell Storage PS Series Arrays

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell Storage PS Series Arrays Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell Storage PS Series Arrays Dell EMC Engineering December 2016 A Dell Best Practices Guide Revisions Date March 2011 Description Initial

More information

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Performance Study Dell EMC Engineering October 2017 A Dell EMC Performance Study Revisions Date October 2017

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

Database Solutions Engineering. Best Practices for running Microsoft SQL Server and Microsoft Hyper-V on Dell PowerEdge Servers and Storage

Database Solutions Engineering. Best Practices for running Microsoft SQL Server and Microsoft Hyper-V on Dell PowerEdge Servers and Storage Best Practices for running Microsoft SQL Server and Microsoft Hyper-V on Dell PowerEdge Servers and Storage A Dell Technical White Paper Database Solutions Engineering By Anthony Fernandez Dell Product

More information

Trouble-free Upgrade to Oracle Database 12c with Real Application Testing

Trouble-free Upgrade to Oracle Database 12c with Real Application Testing Trouble-free Upgrade to Oracle Database 12c with Real Application Testing Kurt Engeleiter Principal Product Manager Safe Harbor Statement The following is intended to outline our general product direction.

More information

Comparing the Performance and Power of Dell VRTX and HP c3000

Comparing the Performance and Power of Dell VRTX and HP c3000 Comparing the Performance and Power of Dell VRTX and HP c3000 This white paper compares the power efficiency of shared infrastructure solutions based on the Dell PowerEdge VRTX and the HP BladeSystem c3000

More information

Dell Server Migration Utility (SMU)

Dell Server Migration Utility (SMU) Using SMU to simplify migration to a boot from SAN architecture Aaron Prince, Technical Marketing Dell Virtualization Solutions This document is for informational purposes only and may contain typographical

More information

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Exadata Overview Oracle Exadata Database Machine Extreme ROI Platform Fast Predictable Performance Monitor

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

Oracle Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

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

InfoBrief. Dell 2-Node Cluster Achieves Unprecedented Result with Three-tier SAP SD Parallel Standard Application Benchmark on Linux

InfoBrief. Dell 2-Node Cluster Achieves Unprecedented Result with Three-tier SAP SD Parallel Standard Application Benchmark on Linux InfoBrief Dell 2-Node Cluster Achieves Unprecedented Result with Three-tier SAP SD Parallel Standard Application Benchmark on Linux Leveraging Oracle 9i Real Application Clusters (RAC) Technology and Red

More information

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG)

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Dell White Paper By Neelima Chinthamani (Enterprise OS Releases) Ravikanth Chaganti

More information

Microsoft SharePoint Server 2010 on Dell Systems

Microsoft SharePoint Server 2010 on Dell Systems Microsoft SharePoint Server 2010 on Dell Systems Solutions for up to 10,000 users This document is for informational purposes only. Dell reserves the right to make changes without further notice to any

More information

Reference Architectures for designing and deploying Microsoft SQL Server Databases in Active System800 Platform

Reference Architectures for designing and deploying Microsoft SQL Server Databases in Active System800 Platform Reference Architectures for designing and deploying Microsoft SQL Server Databases in Active System800 Platform Discuss database workload classification for designing and deploying SQL server databases

More information

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona Implementing cost-effective disaster recovery A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

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

SanDisk Enterprise Solid State Drives: Providing Cost-Effective Performance Increases for Microsoft SQL Server Database Deployments

SanDisk Enterprise Solid State Drives: Providing Cost-Effective Performance Increases for Microsoft SQL Server Database Deployments WHITE PAPER SanDisk Enterprise Solid State Drives: Providing Cost-Effective Performance Increases for Microsoft SQL Server Database Deployments Mark D. Henry, Technical Marketing Manager, SanDisk Enterprise

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

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Dell EMC Engineering January 2017 A Dell EMC Technical White Paper

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

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

Exchange 2003 Deployment Considerations for Small and Medium Business

Exchange 2003 Deployment Considerations for Small and Medium Business Exchange 2003 Deployment Considerations for Small and Medium Business Dell White Paper By Sumankumar Singh, Abhijit Chattopadhyay & Bharath Vasudevan Dec 08 2005-1 - 1. EXECUTIVE SUMMARY...3 2. INTRODUCTION...4

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays TECHNICAL REPORT: Performance Study Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays ABSTRACT The Dell EqualLogic hybrid arrays PS6010XVS and PS6000XVS

More information

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

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 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

Virtuozzo Hyperconverged Platform Uses Intel Optane SSDs to Accelerate Performance for Containers and VMs

Virtuozzo Hyperconverged Platform Uses Intel Optane SSDs to Accelerate Performance for Containers and VMs Solution brief Software-Defined Data Center (SDDC) Hyperconverged Platforms Virtuozzo Hyperconverged Platform Uses Intel Optane SSDs to Accelerate Performance for Containers and VMs Virtuozzo benchmark

More information

Microsoft Exchange Server 2010 Performance on VMware vsphere 5

Microsoft Exchange Server 2010 Performance on VMware vsphere 5 Microsoft Exchange Server 2010 Performance on VMware vsphere 5 Performance Study TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Experimental Configuration and Methodology... 3 Test-Bed Configuration....

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

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 Systems: Helping the world use less servers

IBM Systems: Helping the world use less servers Agenda Server Consolidation Reasons Server Consolidation Methodology Power Systems Server Consolidation Server Consolidation Examples Demo of SCON Tool Mike Rede Field Technical Sales Specialist mrede@us.ibm.com

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLogic Caching Technology Delivers Scalable Performance to Enterprise Applications Key Findings The QLogic 10000 Series 8Gb Fibre

More information

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Prabhaker Gongloor (GP) Product Management Director, Database Manageability, Oracle

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Intergenerational Energy Efficiency of Dell EMC PowerEdge Servers

Intergenerational Energy Efficiency of Dell EMC PowerEdge Servers Intergenerational Energy Efficiency of Dell EMC PowerEdge Servers This white paper compares the energy efficiency of the refreshed 14 th generation PowerEdge 1U rack server, based on the Intel Xeon Scalable

More information

Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade

Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade Image courtesy of Mammoth-WEBCO, Inc. Image courtesy of ADEPT Airmotive (Pty) Ltd. Courtesy of KlingStubbins Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade Alan Williams Database Administrator

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

Optimizing Tiered Storage Workloads with Precise for Storage Tiering

Optimizing Tiered Storage Workloads with Precise for Storage Tiering Applied Technology Abstract By introducing Enterprise Flash Drives to EMC Symmetrix and CLARiiON storage systems, EMC revitalized the importance of tiered storage. Optimizing the use of these tiers provides

More information

Toad for Oracle Suite 2017 Functional Matrix

Toad for Oracle Suite 2017 Functional Matrix Toad for Oracle Suite 2017 Functional Matrix Essential Functionality Base Xpert Module (add-on) Developer DBA Runs directly on Windows OS Browse and navigate through objects Create and manipulate database

More information

Best Practices for Setting BIOS Parameters for Performance

Best Practices for Setting BIOS Parameters for Performance White Paper Best Practices for Setting BIOS Parameters for Performance Cisco UCS E5-based M3 Servers May 2013 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page

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

Assessing performance in HP LeftHand SANs

Assessing performance in HP LeftHand SANs Assessing performance in HP LeftHand SANs HP LeftHand Starter, Virtualization, and Multi-Site SANs deliver reliable, scalable, and predictable performance White paper Introduction... 2 The advantages of

More information

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic 16Gb Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their

More information

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55%

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% openbench Labs Executive Briefing: May 20, 2013 Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% Optimizing I/O for Increased Throughput and Reduced Latency on Physical Servers 01

More information

Reinventing Upgrades, Platform Changes, RAC and More with Database Replay

Reinventing Upgrades, Platform Changes, RAC and More with Database Replay Reinventing Upgrades, Platform Changes, RAC and More with Database Replay Prabhaker Gongloor Product Manager Real Application Testing and Diagnosability Outline Database Replay Motivation Database Replay

More information

SQL Server 2005 on a Dell Scalable Enterprise Foundation

SQL Server 2005 on a Dell Scalable Enterprise Foundation on a Dell Scalable Enterprise Foundation Dell s vision for the scalable enterprise is based on the standardization of core elements of the data center to provide superior value, and encompasses the core

More information

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC white paper FlashGrid Software Intel SSD DC P3700/P3600/P3500 Topic: Hyper-converged Database/Storage FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC Abstract FlashGrid

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Real Application Testing Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Real Application Testing Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Real Application Testing Lab Session S318966 Oracle Enterprise Manager 11g Real Application Testing Hands on Lab Introduction to Enterprise

More information

Dell PowerVault MD Family. Modular Storage. The Dell PowerVault MD Storage Family

Dell PowerVault MD Family. Modular Storage. The Dell PowerVault MD Storage Family Modular Storage The Dell PowerVault MD Storage Family The affordable choice The Dell PowerVault MD family is an affordable choice for reliable storage. The new MD3 models improve connectivity and performance

More information

Hyper-converged storage for Oracle RAC based on NVMe SSDs and standard x86 servers

Hyper-converged storage for Oracle RAC based on NVMe SSDs and standard x86 servers Hyper-converged storage for Oracle RAC based on NVMe SSDs and standard x86 servers White Paper rev. 2016-05-18 2015-2016 FlashGrid Inc. 1 www.flashgrid.io Abstract Oracle Real Application Clusters (RAC)

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

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007 Oracle Database 11g Client Oracle Open World - November 2007 Bill Hodak Sr. Product Manager Oracle Corporation Kevin Closson Performance Architect Oracle Corporation Introduction

More information

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING EXECUTIVE SUMMARY Today, businesses are increasingly turning to cloud services for rapid deployment of apps and services.

More information

Load Testing and Monitoring Oracle Real Application Clusters (RAC)

Load Testing and Monitoring Oracle Real Application Clusters (RAC) Load Testing and Monitoring Oracle Real Application Clusters (RAC) White Paper written by Claudia Fernandez and Bernard Farrell Quest Software, Inc. Copyright Quest Software, Inc. 2006. All rights reserved.

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

Introduction. Architecture Overview

Introduction. Architecture Overview Performance and Sizing Guide Version 17 November 2017 Contents Introduction... 5 Architecture Overview... 5 Performance and Scalability Considerations... 6 Vertical Scaling... 7 JVM Heap Sizes... 7 Hardware

More information

Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers

Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers This white paper details the performance improvements of Dell PowerEdge servers with the Intel Xeon Processor Scalable CPU

More information