Jorge Dias Luís MCT Actual Training

Size: px
Start display at page:

Download "Jorge Dias Luís MCT Actual Training"

Transcription

1 Jorge Dias Luís MCT Actual Training

2 2 Exchange storage background Disk storage technology Exchange Server 2010 (Beta) storage architecture Store innovations Extensible Storage Engine (ESE) database innovations Exchange Server 2010 (Beta) storage design Summary

3 3 Significant innovation in Exchange Server 2007 Reduce storage input/output (I/O) (70%) Use large amounts of memory (64 bit) Increased page size (4 kilobyte (KB) -> 8 KB) Lower storage costs Support large mailboxes (> 1 gigabyte (GB)) Provide fast search (CI) Continuous replication (log shipping) High Availability (HA) + fast recovery Eliminate single points of failure

4 SATA (3.5") Drive Capacity (GB) 750 2,000 8,000 RPM 7.2K 7.2K 10k Transfer Rate (Mb/sec) 930 2,000 5,000 Read Seek Time (ms) FC/SAS (3.5 ) Drive Capacity (GB) ,400 RPM 15K 15K 15K Transfer Rate (Mb/sec) 975 2,000 4,000 Read Seek Time (ms) Disk capacity trend predicted to continue Sequential throughput increasing linearly based on areal density (2010 SATA = 250 megabytes (MB)/sec) Random I/O performance not expected to improve substantially 4

5 Random IO Disk head has to move to process subsequent IO Head movement = High IO latency Seek Latency limits IO (IOPS) Sequential IO Disk head does not move to process subsequent IO Stationary head = low IO latency Disk RPM speed limits I/O per second (IOPS) 7.2K SATA Disk (20ms Latency) Random = 50 IOPS Sequential = +300 IOPS Disk Head 5

6 NAND Flash best utilized by Exchange Server 2010 (Beta) when used as a cache within storage stack PCM HBA / RAID NAND Enterprise SAN Array 6 Hybrid HDD Exchange Server 2010 (Beta) Mailbox Server SATA SSD

7 IO Reduction Sequential IO Storage Design Flexibility Large, Fast, Low-cost Mailboxes SATA/Tier 2 Disk Optimization RAID-less Storage (JBOD) 7

8 8 Store schema = the way the store organizes data in the Extensible Storage Engine (ESE) Database Exchange Server 2010 (Beta): One simple theme Move away from doing many, random, small size, disk IOs to doing fewer, sequential, large size, disk IO's Significant Benefits Fast/efficient Outlook Web Access (OWA)/Outlook Online Mode End user viewing for cold states/first time view creation Calendar operations Search performance Outlook cached mode/exchange Active Sync OST sync = sequential IO Exchange ActiveSync Server (EAS) sync = sequential IO Server management Move mailbox Content Index Crawls

9 Per Database Per Folder Mailbox Table Folders Table Message Table (Msg) Attachments Table Message/Folder Table (MFT) Exchange Server 2007 Jeff s Mbx Ann s Mbx Jeff:Inbox Ann:Drafts Joe:Msg10 Jeff:Msg32 Jeff:Excel.xls Ann:Pic.bmp Joe:Inbox:H1 Joe:Inbox:H2 Joe s Mbx Joe:Unread Ann:Msg180 Joe:Help.doc Joe:Inbox:H3 Secondary Indexes used for Views Per Database Per Mailbox Per View Exchange Server 2010 (Beta) Mailbox Table Jeff s Mbx Ann s Mbx Folders Table Joe:Inbox Joe:Drafts Message Header Table Joe:H10 Joe:H302 Body Table Joe:Msg10 Joe:Help.doc View Tables (e.g. From) Joe:H920 Joe:H302 Joe s Mbx Joe:Unread Joe:H920 Joe:Msg302 Joe:H10 9 New store schema = no more single instance storage within a database

10 14 Optimize for new store schema Allocate database space in contiguous manner (table space hints) Maintain database contiguity over time (online defrag refactored) Utilize space efficiently (database compression) Increase database (DB) IO Size DB page size increased from 8 kilobyte (KB) to 32 KB Improved read/write IO coalescing (Gap coalescing) Provide improved async read capability (pre-read) Increase cache effectiveness (milestone=r4) 100 megabyte (MB) checkpoint depth (HA configurations only) Cache compression (dehydration) DB cache priority (fast evict)

11 New Database Maintenance Architecture: ESE Function Exchange Server 2007 Service Pack 1 (SP1) Cleanup (deleted items/mailboxes) Space Compaction (deleted items/mailboxes) Maintain Contiguity (defragmentation) Cleanup performed during Online Defrag (OLD) which occurs during Online Maintenance (OLM) time window Database is compacted and space reclaimed during Online Defrag (OLD) N/A: Contiguity is compromised by space compaction Exchange Server 2010 (Beta) Cleanup performed at run time (when hard delete occurs) happens during Store dumpster cleanup (OLM), pages are zeroed by default Database is compacted and space reclaimed at run-time auto-throttled Database is analyzed for contiguity and space at run time and is defragmented in the background (B+Tree Defrag/OLD2) auto-throttled Database Checksum When configured, ½ of OLD maintenance window reserved for sequential scan (Checksum), manual throttle active DB copy only Two options (both Active and Passive copies): 1. Run DB Checksum in the background 24x7 (default). Sequential IO 2. Run DB Checksum during OLM window. Sequential IO Database B+Tree Defragmentation (aka OLD2): Background/throttled process that maintains space and contiguity of database tables 16

12 Exchange Server 2007 Message Header Table (aka MFT) FRAGMENTED DB Page Numbers Random deletes at the tail Exchange Server 2010 (Beta) Message Header Table (aka MsgHeader) CONTIGUOUS *Production/Dogfood database analysis 17 Blue = contiguous (good) Red = fragmented (bad)

13 Problem: Store Schema change, space hints, B+Tree Defrag and 32 KB page size combine to increase DB file size by 20% Solution: Growth is 100% mitigated by Database Compression Targeted compression for message headers and text/html bodies (7bit/Express) DB File Size Comparison DB Space Analysis 1,50 1,00 1,00 1,20 1,00 0,88 Counts E2K7 SP1 E2010 Mailbox Count Tables Internal Trees LV Trees 3 5 Msg Views 0,50 0,00 Secondary Indexes Pages Used Pages (%) 85.7% 86.7% Available Pages (%) 14.3% 13.3% Msg Table (% space) 84.9% 80.0% 32KB Pages E2K7/RTF E14/RTF E14/Mix E14/HTML 18 1 Database, 750 x 250MB mailboxes RTF = RTF Compressed, Mix = 77% HTML, 15% RTF, 8% Text Avg. Message size = ~50KB

14 IO Latency (ms) IO Latency increases with IO size 25 Random DB IO Latency Based on Size Exchange Server 2010 (Beta) Max IO Size = 256KB for Read 384KB for Write Write Read SqlIO Test, 1x 750GB 7.2k SATA, no caching array controller IO Size (KB) 22

15 Checkpoint depth = the amount of data that has yet to be committed to the database file (edb) Exchange Server 2010 (Beta) default checkpoint depth max is increasing from 20 MB to 100 MB only on databases within an HA solution (standalone still 20 MB) Deep checkpoint benefit = efficient DB writes (40% reduction) MB Checkpoint Depth = 40% DB write IO reduction Database Pages Repeatedly Written/sec DB Writes/sec (avg) Loadgen Test: 3000 Mailbox, 12 DB, Outlook 2007 Online Very Heavy Profile Checkpoint Depth (MB) Deep checkpoint risks = long store shutdown times, long crash recovery times Risk mitigation: shutdown databases in parallel, failover on store crash 23

16 DB IOPS Exchange Server 2007 Exchange Server 2010 (Beta) +70% Reduction! DB Read IO/Sec DB Write IO/Sec DB IO/Sec 3000 Mailboxes, 3MB DB Cache/user, Loadgen Outlook 2007 Online Very Heavy Profile, 250MB Mailbox Size (build 405)

17 1 1 DB IOPS/Mailbox +90% Reduction! 0,8 0,6 0,4 0,2 0 0,33 0,11 Exchange Server 2003 Exchange Server 2007 Exchange Server 2010 (Beta) Exchange Server 2003 Exchange Server 2007 Exchange Server 2010 (Beta) 25

18 Exchange Server 2010 (Beta) Smooth DB IO Benefit 49 3,7 10,1 Exchange Server 2010 (Beta) Baseline 34 0,7 5,1 Exchange Server 2010 (Beta) Smooth DB IO 50% Reduction! DB Read Latency (ms) Log Write Latency (ms) RPC Average Latency 3000 Mailboxes, 3MB DB Cache/user, 12 x 7.2k SATA disks (DB/Logs on same spindles), Loadgen Outlook 2007 Online Very Heavy Profile

19 Mailboxes/Disk (7.2K SATA) +4X Mailboxes/Disk! Exchange Server 2007 Exchange Server 2010 (Beta) MB Mailbox Size, 3MB DB Cache/user, 12 x 7.2k SATA disks (DB/Logs on same spindles), Loadgen Outlook 2007 Online Very Heavy Profile, measured at <20ms RPC Average latency

20 JBOD : 1 disk = 1 database (with logs) Requires Exchange Server 2010 (Beta) High Availability (3+ DB Copies) Annual Disk Failure Rate (AFR) = 5% JBOD Advantages Reducing Storage Costs/Complexity Eliminates unnecessary DB copies: server and storage redundancy can be symmetrical Reduces disk IO: eliminates RAID write penalty Enables simple storage design: 1 disk = 1 database (with logs) Enables simple storage failure recovery JBOD Challenges Exchange HA/storage must replace RAID functionality Disk striping performance (e.g. RAID10) cannot be leveraged Disk failure = database failover (~30 second outage) Re-enabling resiliency = spare disk assignment/partitioning/format/db reseed (scriptable) Soft disk errors (bad blocks) must be detected and repaired 30

21 31 Improve HA storage failure detection and failover Optimize HA failovers/switchovers Improve storage failure detection (bad blocks/corruption) Improve database seeding/repair HA now detects storage failures and automatically fails over (~30 seconds) ESE tuned to leverage DB cache between passive->active transitions (cache warming) Active/passive copy background scan (checksum) Active/passive copy lost write detection Utilize DB passive copy for seeding source (R4 feature) Avoid re-seed by using single page restore (active and passive) (R4 feature)

22 What is a lost flush? A DB write IO that the disk subsystem/os returned as completed did not actually get written to media or was written in the wrong location (aka lost write). Why are they so bad? Your database may be logically corrupt and you do not know it! How can they be detected in Exchange Server 2010 (Beta)? Two methods: 1. In memory flush map (active and passive): memory overhead of 2 bits/page event ID 530 is fired when detected (-1119) and page can be patched. Perfmon Counter: MSExchange Database - > Database Pages Lost Flush Detection %: The percentage of database pages which have valid lost flush detection information recorded. 2. Database recovery: event is fired (ID 516: timestamp mismatch, (- 567)) and database must be re-seeded. 32

23 1. Page corruption detected on Active Copy (e.g ) Database Availability Group (DAG) 2. Active DB places marker in log stream to notify passive copies to ship up to date page Mailbox Server Node 1 Mailbox Server Node 2 Mailbox Server Node 3 3. Passive receives log and replays up to marker, retrieves good page, invokes Replay Service callback and ships page DB1-Active Log Page1 DB1-CopyA Log Page1 DB1-CopyB Log Page1 4. Active receives good page, writes page to log, DB page is patched Page2 Page3 Database Page2 Page3 Database Page2 Page3 Database 5. Subsequent page repair from additional copies ignored 33

24 1. Page corruption detected on DB Passive Copy (e.g ) 2. Passive copy pauses log replay (log copying continues) 3. Passive retrieves the corrupted page # from the active using DB seeding infrastructure 4. Passive copy waits till log file which meets max required generation requirement is copied/inspected, then patches page Mailbox Server Node 1 DB1-Active Log Page1 Page2 Page3 Database Database Availability Group (DAG) Mailbox Server Node 2 DB1-CopyA Log Page1 Page2 Page33 Database Mailbox Server Node 3 DB1-CopyB Log Page1 Page2 Page3 Database Passive resumes log replay

25 SAN DAS (SAS) DAS (SATA) JBOD (SATA) HA = Shared Storage Clustering +1.0 IOPS/Mailbox K 146GB FC Disks RAID10 for DB & Logs Dedicated Spindles Multi-path (HBA s, FC Switches, SAN array controllers) Backup = Streaming off active Fast Recovery = Hardware VSS (Snapshots/Clones) HA = CCR.33 IOPS/Mailbox GB 10K SAS Disks RAID5 for DB RAID10 for Logs SAS Array Controller (/w BBU) Backup = VSS Snapshot Fast Recovery = CCR HA = DAG (2 DB copies).11 IOPS/Mailbox 3.5 2TB 7.2K SATA/SAS Disks RAID10 for DB & Logs SAS Array Controller (/w BBU) Backup = Optional/VSS Fast Recovery = Database Failover HA = DAG (3+ DB copies).11 IOPS/Mailbox 3.5 2TB 7.2K SATA/SAS Disks 1 DB = 1 Disk SAS Array Controller (/w BBU) Backup = Optional/VSS Fast Recovery = Database Failover 35 More options to reduce storage cost

26 36 Exchange Online archive provides mailbox storage flexibility One mailbox per user or two Exchange Server 2010 (Beta) optimized for DAS storage but SAN storage is supported IOPS reductions/sata optimizations enable lower performing storage Exchange Server 2010 (Beta) HA architected for DAS (simpler) JBOD* and RAID storage support Exchange Server 2010 (Beta)optimized for Tier 2 (SATA) disks but Enterprise disks are supported SSD/Flash storage supported but not recommended for mainstream due to high $/GB Max 100 databases/server, storage groups are gone Max recommended DB Size = 2 TB* Max recommended folder Item Count = 100 K** *3 copy High Availability only ** Assuming no 3rd party applications (OWA/Outlook Online)

27 Storage Guidance Stand Alone Exchange Server (Beta) 2010 HA (2 copies) Storage Type Disk Type DAS, SAN (Fibre Channel, iscsi) SAS, Fibre Channel, SATA, SSD Exchange Server 2010 (Beta) HA (3+ copies) RAID RAID recommended RAID optional RAID Type RAID-1/0, RAID-5, RAID-6 JBOD DB/Log Isolation Best Practice Not required Windows Disk Type Partition Type Partition Alignment File System NTFS Allocation Unit Size Encryption Support Basic (recommended), Dynamic GPT (recommended), MBR Windows 2008 Default (1MB) NTFS 64 KB for both database and log volumes Outlook Protection Rules, Bitlocker 37

28 38 Exchange Server 2010 (Beta) store has Reduced DB IOPS by +70%...again! Optimized for large mailboxes (+10 GB) and 100K item counts Optimized for large/slow/low-cost disks (SATA/Tier2) Made JBOD/RAID-less storage a viable option Enables unmatched storage flexibility to push storage Capex costs down

29 New Exchange Server 2010 (Beta) behavior 1. Delivery 2. Random Delete 3. Defragmentation Mailbox Messages Mailbox Messages M1 M1 M1 M2 M3 M2 M3 M3 M5 Contiguous M4 M4 M7 M5 M6 Contiguous M5 M6 Fragmented M10 M11 M7 M7 M12 M8 M8 M13 M9 M9 M14 M10 M10 M15 41

30 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Scott Schnoll Principal Technical Writer Microsoft Corporation Session Code: UNC322

Scott Schnoll Principal Technical Writer Microsoft Corporation Session Code: UNC322 Scott Schnoll Principal Technical Writer Microsoft Corporation Session Code: UNC322 Agenda Disk Storage Technology in 2010 and Beyond Large Mailbox Value Store and ESE Database Innovations Designing Exchange

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

Dell PowerEdge R720xd 6,000 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution. Tested with ESRP Storage Version 4.0 Tested Date: Feb 2014

Dell PowerEdge R720xd 6,000 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution. Tested with ESRP Storage Version 4.0 Tested Date: Feb 2014 Dell PowerEdge R720xd 6,000 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution Tested with ESRP Storage Version 4.0 Tested Date: Feb 2014 2014 Dell Inc. All Rights Reserved. Dell, the Dell logo,

More information

Dell Compellent Storage Center Microsoft Exchange Server Best Practices

Dell Compellent Storage Center Microsoft Exchange Server Best Practices Dell Compellent Storage Center Microsoft Exchange Server 2010 Best Practices Document revision Date Revision Comments 11/19/2009 A Draft 11/30/2009 B Initial Release 7/26/2010 C Technical Review/Updates

More information

Dell PowerEdge R730xd 2,500 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution. Tested with ESRP Storage Version 4.0 Tested Date: June 2015

Dell PowerEdge R730xd 2,500 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution. Tested with ESRP Storage Version 4.0 Tested Date: June 2015 Dell PowerEdge R730xd 2,500 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution Tested with ESRP Storage Version 4.0 Tested Date: June 2015 Copyright 2015 Dell Inc. All rights reserved. This product

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

Estimate Mailbox Storage Capacity Requirements Estimate Mailbox I/O Requirements Determine Storage Type Choose Storage Solution Determine Number of

Estimate Mailbox Storage Capacity Requirements Estimate Mailbox I/O Requirements Determine Storage Type Choose Storage Solution Determine Number of Exchange 2010 Tested Solutions: 9000 Mailboxes in Two Sites Running Hyper-V on Dell M610 Servers, Dell EqualLogic Storage, and F5 Load Balancing Solutions Rob Simpson, Program Manager, Microsoft Exchange

More information

Kunal Mahajan Microsoft Corporation

Kunal Mahajan Microsoft Corporation Kunal Mahajan Microsoft Corporation 65+ Million Customer hosted Mailboxes 30+ Million Partner hosted Mailboxes 1,800 Partners Strategic Business Challenges Our Sales teams need to connect with the right

More information

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager Reference Architecture Copyright 2010 EMC Corporation. All rights reserved.

More information

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

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

More information

Dell PowerVault MD3000i 5000 Mailbox Single Copy Cluster Microsoft Exchange 2007 Storage Solution

Dell PowerVault MD3000i 5000 Mailbox Single Copy Cluster Microsoft Exchange 2007 Storage Solution Dell PowerVault MD3000i 5000 Mailbox Single Copy Cluster Microsoft Exchange 2007 Storage Solution Tested with: ESRP Storage Version 2.0 Tested Date: October 2, 2007 Table of Contents Table of Contents...2

More information

Dell Compellent Storage Center 6.5 SC4020 4,500 Mailbox Exchange 2013 Resiliency Storage Solution

Dell Compellent Storage Center 6.5 SC4020 4,500 Mailbox Exchange 2013 Resiliency Storage Solution Dell Compellent Storage Center 6.5 SC4020 4,500 Mailbox Exchange 2013 Resiliency Storage Solution Microsoft ESRP 4.0 Mark Boeser, Exchange Product Specialist Dell Compellent Technical Solutions June 2014

More information

ESRP Storage Program

ESRP Storage Program ESRP Storage Program EMC CLARiiON AX4-5i (500 User) Exchange 2010 Mailbox Resiliency Storage Solution Tested with: ESRP - Storage Version 3.0 Tested Date: 25 November 2009 EMC Global Solutions Copyright

More information

HP StorageWorks 600 Modular Disk System 4,000 user 3GB Mailbox resiliency Exchange 2010 storage solution

HP StorageWorks 600 Modular Disk System 4,000 user 3GB Mailbox resiliency Exchange 2010 storage solution HP StorageWorks 600 Modular Disk System 4,000 user 3GB Mailbox resiliency Exchange 2010 storage solution Technical white paper Table of contents Overview... 2 Disclaimer... 2 Features... 2 Solution description...

More information

Introduction to Microsoft Exchange Server 2010 Sizing

Introduction to Microsoft Exchange Server 2010 Sizing Introduction to Microsoft Exchange Server 2010 Sizing Methodologies for Exchange server 2010 deployment strategies Global Solutions Engineering Dell This document is for informational purposes only and

More information

High Availability and Disaster Recovery features in Microsoft Exchange Server 2007 SP1

High Availability and Disaster Recovery features in Microsoft Exchange Server 2007 SP1 High Availability and Disaster Recovery features in Microsoft Exchange Server 2007 SP1 Product Group - Enterprise Dell White Paper By Farrukh Noman Ananda Sankaran April 2008 Contents Introduction... 3

More information

Dell PowerEdge R720xd 12,000 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution

Dell PowerEdge R720xd 12,000 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution Dell PowerEdge R720xd 12,000 Mailbox Resiliency Microsoft Exchange 2013 Storage Solution Tested with ESRP Storage Version 4.0 Tested Date: 03/25/2014 1 2014 Dell Inc. All Rights Reserved. Dell, the Dell

More information

Dell PowerVault MD Mailbox Single Copy Cluster Microsoft Exchange 2007 Storage Solution

Dell PowerVault MD Mailbox Single Copy Cluster Microsoft Exchange 2007 Storage Solution Dell PowerVault MD3000 3000 Mailbox Single Copy Cluster Microsoft Exchange 2007 Storage Solution Tested with: ESRP Storage Version 2.0 Tested Date: August 08, 2007 Table of Contents Table of Contents...2

More information

NetApp E-Series E ,000-Mailbox Microsoft Exchange Server 2013 Mailbox Resiliency Storage Solution

NetApp E-Series E ,000-Mailbox Microsoft Exchange Server 2013 Mailbox Resiliency Storage Solution NetApp E-Series E2700 20,000-Mailbox Microsoft Exchange Server 2013 Tested with: ESRP Storage Version 4.0 Niyaz Mohamed, NetApp March 2015 Abstract This document describes the NetApp E-Series 2700 storage

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

Dell EMC SCv3020 7,000 Mailbox Exchange 2016 Resiliency Storage Solution using 7.2K drives

Dell EMC SCv3020 7,000 Mailbox Exchange 2016 Resiliency Storage Solution using 7.2K drives Dell EMC SCv3020 7,000 Mailbox Exchange 2016 Resiliency Storage Solution using 7.2K drives Microsoft ESRP 4.0 Abstract This document describes the Dell EMC SCv3020 storage solution for Microsoft Exchange

More information

Exchange Server Continuous Replication. Cluster. Local. Standby. 2. Inspect logs. 1. Copy logs. 3. Replay logs. Log. Log

Exchange Server Continuous Replication. Cluster. Local. Standby. 2. Inspect logs. 1. Copy logs. 3. Replay logs. Log. Log Exchange Server 2007 Continuous Replication 2. Inspect logs Database Log E00.log E0000000012.log E0000000011.log 1. Copy logs Log Database 3. Replay logs Local Cluster File Share Standby Log shipping to

More information

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

Sun ZFS Storage 7120 Appliance 5,000 Mailbox Resiliency Exchange 2010 Storage Solution

Sun ZFS Storage 7120 Appliance 5,000 Mailbox Resiliency Exchange 2010 Storage Solution An Oracle White Paper June 2012 Sun ZFS Storage 7120 Appliance 5,000 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: 11/2010 Disclaimer This document

More information

Dell EMC SC Series SC5020 9,000 Mailbox Exchange 2016 Resiliency Storage Solution using 7.2K Drives

Dell EMC SC Series SC5020 9,000 Mailbox Exchange 2016 Resiliency Storage Solution using 7.2K Drives Dell EMC SC Series SC5020 9,000 Mailbox Exchange 2016 Resiliency Storage Solution using 7.2K Drives Microsoft ESRP 4.0 Dell EMC Engineering June 2017 A Dell EMC Technical White Paper Revisions Date June

More information

EMC CLARiiON Backup Storage Solutions

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

More information

Demystifying Storage Area Networks. Michael Wells Microsoft Application Solutions Specialist EMC Corporation

Demystifying Storage Area Networks. Michael Wells Microsoft Application Solutions Specialist EMC Corporation Demystifying Storage Area Networks Michael Wells Microsoft Application Solutions Specialist EMC Corporation About Me DBA for 7+ years Developer for 10+ years MCSE: Data Platform MCSE: SQL Server 2012 MCITP:

More information

Dell Storage Center 6.6 SCv2000 SAS Front-end Arrays and 2,500 Mailbox Exchange 2013 Resiliency Storage Solution

Dell Storage Center 6.6 SCv2000 SAS Front-end Arrays and 2,500 Mailbox Exchange 2013 Resiliency Storage Solution Dell Storage Center 6.6 SCv2000 SAS Front-end Arrays and 2,500 Mailbox Exchange 2013 Resiliency Storage Solution Microsoft ESRP 4.0 Dell Storage Engineering October 2015 A Dell Technical White Paper Revisions

More information

Dell PowerVault MD1220 is a SAS based storage enclosure. The major features of the storage system include:

Dell PowerVault MD1220 is a SAS based storage enclosure. The major features of the storage system include: Tested with: ESRP Storage Version 3.0 Tested Date: June 09, 2011 Content Content... 2 Overview... 3 Disclaimer... 3 Features... 3 Solution Description... 4 Targeted Customer Profile... 6 Simulated Exchange

More information

Overview of HP tiered solutions program for Microsoft Exchange Server 2010

Overview of HP tiered solutions program for Microsoft Exchange Server 2010 Overview of HP tiered solutions program for Microsoft Exchange Server 2010 Table of contents Executive summary... 2 Introduction... 3 Exchange 2010 changes that impact tiered solutions... 3 Hardware platforms...

More information

IBM System Storage DS3300 Storage System 1000 Mailbox Clustered Continuous Replication Microsoft Exchange 2007 Storage Solution

IBM System Storage DS3300 Storage System 1000 Mailbox Clustered Continuous Replication Microsoft Exchange 2007 Storage Solution DS3300 Storage System 1000 Mailbox Clustered Storage Solution Tested with: ESRP Storage Version 2.0 Tested Date: February 12, 2008 Authors: Joe Richards i, David Hartman ii Document Version: 2.1 Content...

More information

EMC Business Continuity for Microsoft Exchange 2010

EMC Business Continuity for Microsoft Exchange 2010 EMC Business Continuity for Microsoft Exchange 2010 Enabled by EMC Unified Storage and Microsoft Database Availability Groups Proven Solution Guide Copyright 2011 EMC Corporation. All rights reserved.

More information

EonStor DS 3000 Series

EonStor DS 3000 Series EonStor DS 000 Series High speed flexible storage delivers robust reliability and management Turbo charged storage DS 000T Gen Up to 1.M IOPS and,00 MBps throughput High IOPS solutions ideal for database

More information

SAP Applications on IBM XIV System Storage

SAP Applications on IBM XIV System Storage SAP Applications on IBM XIV System Storage Hugh Wason IBM Storage Product Manager SAP Storage Market - Why is it Important? Storage Market for SAP is estimated at $2Bn+ SAP BW storage sizes double every

More information

Webinar Series: Triangulate your Storage Architecture with SvSAN Caching. Luke Pruen Technical Services Director

Webinar Series: Triangulate your Storage Architecture with SvSAN Caching. Luke Pruen Technical Services Director Webinar Series: Triangulate your Storage Architecture with SvSAN Caching Luke Pruen Technical Services Director What can you expect from this webinar? To answer a simple question How can I create the perfect

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

Hitachi Unified Storage VM Dynamically Provisioned 21,600 Mailbox Exchange 2013 Mailbox Resiliency Storage Solution

Hitachi Unified Storage VM Dynamically Provisioned 21,600 Mailbox Exchange 2013 Mailbox Resiliency Storage Solution 1 Hitachi Unified Storage VM Dynamically Provisioned 21,600 Mailbox Exchange 2013 Mailbox Resiliency Storage Solution Tested with: ESRP Storage Version 4.0 Test Date: February - March 2014 Month Year Notices

More information

Operating Systems. Lecture File system implementation. Master of Computer Science PUF - Hồ Chí Minh 2016/2017

Operating Systems. Lecture File system implementation. Master of Computer Science PUF - Hồ Chí Minh 2016/2017 Operating Systems Lecture 7.2 - File system implementation Adrien Krähenbühl Master of Computer Science PUF - Hồ Chí Minh 2016/2017 Design FAT or indexed allocation? UFS, FFS & Ext2 Journaling with Ext3

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

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Enterprise Solutions for Microsoft SQL Server 2005 EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Reference Architecture EMC Global Solutions

More information

Sun ZFS Storage 7320 Appliance 10,000 Mailbox Resiliency Exchange 2010 Storage Solution

Sun ZFS Storage 7320 Appliance 10,000 Mailbox Resiliency Exchange 2010 Storage Solution An Oracle White Paper June 2012 Sun ZFS Storage 7320 Appliance 10,000 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: 12/2010 Disclaimer This document

More information

Exchange 2010 Tested Solutions: 500 Mailboxes in a Single Site Running Hyper-V on Dell Servers

Exchange 2010 Tested Solutions: 500 Mailboxes in a Single Site Running Hyper-V on Dell Servers Exchange 2010 Tested Solutions: 500 Mailboxes in a Single Site Running Hyper-V on Dell Servers Rob Simpson, Program Manager, Microsoft Exchange Server; Akshai Parthasarathy, Systems Engineer, Dell; Casey

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

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

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

More information

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication CDS and Sky Tech Brief Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication Actifio recommends using Dedup-Async Replication (DAR) for RPO of 4 hours or more and using StreamSnap for

More information

Accelerate Applications Using EqualLogic Arrays with directcache

Accelerate Applications Using EqualLogic Arrays with directcache Accelerate Applications Using EqualLogic Arrays with directcache Abstract This paper demonstrates how combining Fusion iomemory products with directcache software in host servers significantly improves

More information

IBM Tivoli Storage Manager for Windows Version Installation Guide IBM

IBM Tivoli Storage Manager for Windows Version Installation Guide IBM IBM Tivoli Storage Manager for Windows Version 7.1.8 Installation Guide IBM IBM Tivoli Storage Manager for Windows Version 7.1.8 Installation Guide IBM Note: Before you use this information and the product

More information

IBM System Storage DS5020 Express

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

More information

Reference Architecture Microsoft Exchange 2013 on Dell PowerEdge R730xd 2500 Mailboxes

Reference Architecture Microsoft Exchange 2013 on Dell PowerEdge R730xd 2500 Mailboxes Reference Architecture Microsoft Exchange 2013 on Dell PowerEdge R730xd 2500 Mailboxes A Dell Reference Architecture Dell Engineering August 2015 A Dell Reference Architecture Revisions Date September

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

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation report prepared under contract with Dot Hill August 2015 Executive Summary Solid state

More information

Warsaw. 11 th September 2018

Warsaw. 11 th September 2018 Warsaw 11 th September 2018 Dell EMC Unity & SC Series Midrange Storage Portfolio Overview Bartosz Charliński Senior System Engineer, Dell EMC The Dell EMC Midrange Family SC7020F SC5020F SC9000 SC5020

More information

IBM Storwize V ,000 mailbox resiliency Microsoft Exchange 2013 storage solution. IBM Systems and Technology Group ISV Enablement March 2014

IBM Storwize V ,000 mailbox resiliency Microsoft Exchange 2013 storage solution. IBM Systems and Technology Group ISV Enablement March 2014 IBM Storwize V5000 16,000 mailbox resiliency Microsoft Exchange 2013 storage solution IBM Systems and Technology Group ISV Enablement March 2014 Copyright IBM Corporation, 2014 Table of contents Abstract...

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

EonStor DS 3000 Series

EonStor DS 3000 Series EonStor DS 000 Series High speed flexible storage delivers robust reliability and management Turbo charged storage DS 000T Gen Up to 1.M IOPS and,00 MBps throughput High IOPS solutions ideal for database

More information

DELL EMC UNITY: BEST PRACTICES GUIDE

DELL EMC UNITY: BEST PRACTICES GUIDE DELL EMC UNITY: BEST PRACTICES GUIDE Best Practices for Performance and Availability Unity OE 4.5 ABSTRACT This white paper provides recommended best practice guidelines for installing and configuring

More information

Hitachi Virtual Storage Platform Family

Hitachi Virtual Storage Platform Family Hitachi Virtual Storage Platform Family Advanced Storage Capabilities for All Organizations Andre Lahrmann 23. November 2017 Hitachi Vantara Vorweg: Aus Hitachi Data Systems wird Hitachi Vantara The efficiency

More information

Vendor: Hitachi. Exam Code: HH Exam Name: Hitachi Data Systems Storage Fondations. Version: Demo

Vendor: Hitachi. Exam Code: HH Exam Name: Hitachi Data Systems Storage Fondations. Version: Demo Vendor: Hitachi Exam Code: HH0-130 Exam Name: Hitachi Data Systems Storage Fondations Version: Demo QUESTION: 1 A drive within a HUS system reaches its read error threshold. What will happen to the data

More information

Nimble Storage Adaptive Flash

Nimble Storage Adaptive Flash Nimble Storage Adaptive Flash Read more Nimble solutions Contact Us 800-544-8877 solutions@microage.com MicroAge.com TECHNOLOGY OVERVIEW Nimble Storage Adaptive Flash Nimble Storage s Adaptive Flash platform

More information

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage TechTarget Dennis Martin 1 Agenda About Demartek Enterprise Data Center Environments Storage Performance Metrics

More information

The Microsoft Large Mailbox Vision

The Microsoft Large Mailbox Vision WHITE PAPER The Microsoft Large Mailbox Vision Giving users large mailboxes without breaking your budget Introduction Giving your users the ability to store more email has many advantages. Large mailboxes

More information

Dell Exchange 2007 Advisor and Representative Deployments

Dell Exchange 2007 Advisor and Representative Deployments Dell Exchange 2007 Advisor and Representative Deployments Product Group - Enterprise Dell White Paper By Farrukh Noman Bharath Vasudevan April 2007 Contents Executive Summary... 3 Introduction... 4 Dell

More information

IBM InfoSphere Streams v4.0 Performance Best Practices

IBM InfoSphere Streams v4.0 Performance Best Practices Henry May IBM InfoSphere Streams v4.0 Performance Best Practices Abstract Streams v4.0 introduces powerful high availability features. Leveraging these requires careful consideration of performance related

More information

HP 3PAR StoreServ ,000 Mailbox Resiliency Exchange 2010 Storage Solution

HP 3PAR StoreServ ,000 Mailbox Resiliency Exchange 2010 Storage Solution Technical white paper HP 3PAR StoreServ 7400 60,000 Mailbox Resiliency Exchange 2010 Storage Solution Table of contents Overview... 2 Disclaimer... 2 Features of the tested solution... 2 HP 3PAR StoreServ

More information

Interface Trends for the Enterprise I/O Highway

Interface Trends for the Enterprise I/O Highway Interface Trends for the Enterprise I/O Highway Mitchell Abbey Product Line Manager Enterprise SSD August 2012 1 Enterprise SSD Market Update One Size Does Not Fit All : Storage solutions will be tiered

More information

Dell PowerVault MD3820f 1,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE Gb FC adapters

Dell PowerVault MD3820f 1,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE Gb FC adapters Dell PowerVault MD3820f 1,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE2662 16Gb FC adapters Microsoft ESRP 4.0 Dell MD3 Series storage solutions September

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS NORTHEASTERN UNIVERSITY Lecture 9: Mass Storage Structure Prof. Alan Mislove (amislove@ccs.neu.edu) Moving-head Disk Mechanism 2 Overview of Mass Storage Structure Magnetic

More information

FAST & Furious mit EMC² VNX

FAST & Furious mit EMC² VNX FAST & Furious mit EMC² VNX EMC Forum 2011 1 Topics What we ll cover in the next 30 minutes VNX(e) Introduction Video Flash 1 st 2 Next Generation Unified Storage Optimized for today s virtualized IT Unisphere

More information

EMC VFCache. Performance. Intelligence. Protection. #VFCache. Copyright 2012 EMC Corporation. All rights reserved.

EMC VFCache. Performance. Intelligence. Protection. #VFCache. Copyright 2012 EMC Corporation. All rights reserved. EMC VFCache Performance. Intelligence. Protection. #VFCache Brian Sorby Director, Business Development EMC Corporation The Performance Gap Xeon E7-4800 CPU Performance Increases 100x Every Decade Pentium

More information

Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware

Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware openbench Labs Executive Briefing: March 13, 2013 Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware Optimizing I/O for Increased Throughput and Reduced

More information

EMC Solutions for Microsoft Exchange 2007 CLARiiON CX3 Series iscsi

EMC Solutions for Microsoft Exchange 2007 CLARiiON CX3 Series iscsi EMC Solutions for Microsoft Exchange 2007 CLARiiON CX3 Series iscsi Best Practices Planning Abstract This white paper presents the best practices for optimizing performance for a Microsoft Exchange 2007

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Storage Update and Storage Best Practices for Microsoft Server Applications Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Agenda Introduction Storage Technologies Storage Devices

More information

A Comparative Analysis of Exchange 2007 SP1 Replication using Cluster Continuous Replication vs. EMC SRDF/CE (Cluster Enabler)

A Comparative Analysis of Exchange 2007 SP1 Replication using Cluster Continuous Replication vs. EMC SRDF/CE (Cluster Enabler) A Comparative Analysis of Exchange 2007 SP1 Replication using Cluster Continuous Replication vs. EMC SRDF/CE (Cluster Enabler) A Detailed Review Abstract This white paper presents a functionality comparison

More information

Microsoft ESRP 4.0. Dell MD3 Series storage solutions September 2015

Microsoft ESRP 4.0. Dell MD3 Series storage solutions September 2015 Dell PowerVault MD3820f 500 user Mailbox Exchange 2013 Resiliency Storage Solution FC SAN using dual QLogic QLE2662 16Gb FC adapters and Brocade 6505 16Gb FC switch Microsoft ESRP 4.0 Dell MD3 Series storage

More information

HGST: Market Creator to Market Leader

HGST: Market Creator to Market Leader HGST: Market Creator to Market Leader Gaetano Pastore Enterprise Sales EMEA gaetano.pastore@hgst.com +4915122674411 HGST's Transformation: http://www.youtube.com/watch?v=ehiyhn0jlie Growth of the Digital

More information

The Btrfs Filesystem. Chris Mason

The Btrfs Filesystem. Chris Mason The Btrfs Filesystem Chris Mason The Btrfs Filesystem Jointly developed by a number of companies Oracle, Redhat, Fujitsu, Intel, SUSE, many others All data and metadata is written via copy-on-write CRCs

More information

NetVault Backup Client and Server Sizing Guide 2.1

NetVault Backup Client and Server Sizing Guide 2.1 NetVault Backup Client and Server Sizing Guide 2.1 Recommended hardware and storage configurations for NetVault Backup 10.x and 11.x September, 2017 Page 1 Table of Contents 1. Abstract... 3 2. Introduction...

More information

Dell PowerVault MD3820f 5,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE Gb FC adapters

Dell PowerVault MD3820f 5,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE Gb FC adapters Dell PowerVault MD3820f 5,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE2662 16Gb FC adapters Microsoft ESRP 4.0 Dell MD3 Series storage solutions September

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2016 Lecture 35 Mass Storage Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 Questions For You Local/Global

More information

HP Supporting the HP ProLiant Storage Server Product Family.

HP Supporting the HP ProLiant Storage Server Product Family. HP HP0-698 Supporting the HP ProLiant Storage Server Product Family https://killexams.com/pass4sure/exam-detail/hp0-698 QUESTION: 1 What does Volume Shadow Copy provide?. A. backup to disks B. LUN duplication

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Performance Benchmarking Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Performance Benchmarking Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Performance Benchmarking Guide Published: 2009-08-31 SWD-760382-0831035819-001 Contents 1 BlackBerry Enterprise Server for Microsoft Exchange...

More information

EMC VSPEX FOR VIRTUALIZED MICROSOFT EXCHANGE 2013 WITH MICROSOFT HYPER-V

EMC VSPEX FOR VIRTUALIZED MICROSOFT EXCHANGE 2013 WITH MICROSOFT HYPER-V IMPLEMENTATION GUIDE EMC VSPEX FOR VIRTUALIZED MICROSOFT EXCHANGE 2013 WITH MICROSOFT HYPER-V EMC VSPEX Abstract This describes the steps required to deploy a Microsoft Exchange Server 2013 solution on

More information

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

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

More information

Functional Testing of SQL Server on Kaminario K2 Storage

Functional Testing of SQL Server on Kaminario K2 Storage Functional Testing of SQL Server on Kaminario K2 Storage September 2016 TABLE OF CONTENTS 2 3 4 11 12 14 Executive Summary Introduction to Kaminario K2 Functionality Tests for SQL Server Summary Appendix:

More information

Dell PowerVault MD3860f 20,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE Gb FC adapters

Dell PowerVault MD3860f 20,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE Gb FC adapters Dell PowerVault MD3860f 20,000 user Mailbox Exchange 2013 Resiliency Storage Solution Direct Attach FC using dual QLogic QLE2662 16Gb FC adapters Microsoft ESRP 4.0 Dell MD3 Series storage solutions September

More information

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS By George Crump Economical, Storage Purpose-Built for the Emerging Data Centers Most small, growing businesses start as a collection of laptops

More information

EMC Integrated Infrastructure for VMware. Business Continuity

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

More information

This document contains information about the EMC DMX SRDF/A Storage Solution for Microsoft Exchange Server.

This document contains information about the EMC DMX SRDF/A Storage Solution for Microsoft Exchange Server. ESRP Storage Program EMC Symmetrix DMX-3 4500 SRDF/A (60000 Users) Storage Solution for Microsoft Exchange Server Replicated Storage Rev 1.0 January 16, 2007 This document contains information about the

More information

Operating Systems. Operating Systems Professor Sina Meraji U of T

Operating Systems. Operating Systems Professor Sina Meraji U of T Operating Systems Operating Systems Professor Sina Meraji U of T How are file systems implemented? File system implementation Files and directories live on secondary storage Anything outside of primary

More information

Cisco HyperFlex Systems and Veeam Backup and Replication

Cisco HyperFlex Systems and Veeam Backup and Replication Cisco HyperFlex Systems and Veeam Backup and Replication Best practices for version 9.5 update 3 on Microsoft Hyper-V What you will learn This document outlines best practices for deploying Veeam backup

More information

EMC Celerra NS20. EMC Solutions for Microsoft Exchange Reference Architecture

EMC Celerra NS20. EMC Solutions for Microsoft Exchange Reference Architecture EMC Solutions for Microsoft Exchange 2007 EMC Celerra NS20 EMC NAS Product Validation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

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

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

More information

NetVault Backup Client and Server Sizing Guide 3.0

NetVault Backup Client and Server Sizing Guide 3.0 NetVault Backup Client and Server Sizing Guide 3.0 Recommended hardware and storage configurations for NetVault Backup 12.x September 2018 Page 1 Table of Contents 1. Abstract... 3 2. Introduction... 3

More information

VMware Virtual SAN. Technical Walkthrough. Massimiliano Moschini Brand Specialist VCI - vexpert VMware Inc. All rights reserved.

VMware Virtual SAN. Technical Walkthrough. Massimiliano Moschini Brand Specialist VCI - vexpert VMware Inc. All rights reserved. VMware Virtual SAN Technical Walkthrough Massimiliano Moschini Brand Specialist VCI - vexpert 2014 VMware Inc. All rights reserved. VMware Storage Innovations VI 3.x VMFS Snapshots Storage vmotion NAS

More information

HPE Nimble Storage HF20 Adaptive Dual Controller 10GBASE-T 2-port Configure-to-order Base Array (Q8H72A)

HPE Nimble Storage HF20 Adaptive Dual Controller 10GBASE-T 2-port Configure-to-order Base Array (Q8H72A) Digital data sheet HPE Nimble Storage HF20 Adaptive Dual Controller 10GBASE-T 2-port Configure-to-order Base Array (Q8H72A) Disk Storage Systems What's new Inline variable block deduplication and compression

More information

FOUR WAYS TO LOWER THE COST OF REPLICATION

FOUR WAYS TO LOWER THE COST OF REPLICATION WHITE PAPER I JANUARY 2010 FOUR WAYS TO LOWER THE COST OF REPLICATION How an Ultra-Efficient, Virtualized Storage Platform Brings Disaster Recovery within Reach for Any Organization FOUR WAYS TO LOWER

More information

Advanced Architectures for Oracle Database on Amazon EC2

Advanced Architectures for Oracle Database on Amazon EC2 Advanced Architectures for Oracle Database on Amazon EC2 Abdul Sathar Sait Jinyoung Jung Amazon Web Services November 2014 Last update: April 2016 Contents Abstract 2 Introduction 3 Oracle Database Editions

More information

Take control of storage performance

Take control of storage performance Take control of storage performance Transition From Speed To Management SSD + RAID 2008-2011 Reduce time to market Inherent bottlenecks Re-architect for better performance NVMe, SCSI Express Reads & Writes

More information

System Center Data Protection Manager 2007 Frequently Asked Questions

System Center Data Protection Manager 2007 Frequently Asked Questions System Center Data Protection Manager 2007 Frequently Asked Questions Microsoft Corporation Published: January 2008 Abstract This content includes answers to frequently asked questions about Data Protection

More information