Lenovo Database Configuration Guide

Size: px
Start display at page:

Download "Lenovo Database Configuration Guide"

Transcription

1 Lenovo Database Configuration Guide for Microsoft SQL Server OLTP on ThinkAgile SXM Reduce time to value with validated hardware configurations up to 2 million TPM in a DS14v2 VM SQL Server in an Infrastructure as a Service Model ThinkAgile SXM or SX for Microsoft Azure Stack is an integrated, engineered solution that comes direct from Lenovo ready to go with all features, support, and deployment services included. With benefits like IT agility, lower TCO, and a transformative customer experience, ThinkAgile SXM provides the ease and speed of a public cloud with the security and control of on-premises IT. Azure Stack is an extension of Azure Microsoft s public Cloud offering. Azure Stack is deployed on-premises in a customer s datacenter. As one of the fastest growing transactional database platforms, Microsoft SQL Server deployments are becoming increasingly critical to organizations. They are used in everything from enterprise operational databases to business mission-critical applications, including enterprise online sales transactions, finance management and business intelligence. Microsoft SQL Server is the optimal transactional database for these applications, with breakthrough transactional performance, end-to-end protection, simplified management and support for high availability deployments. This Lenovo Database Configuration guide for Microsoft SQL Server OLTP on ThinkAgile SXM is delivered to market on a high availability hyperconverged platform upon which the Microsoft SQL transactional database is deployed. Lenovo and Microsoft worked together to engineer the platform components Azure Stack software and Lenovo software-defined infrastructure to make sure they perform seamlessly. There is no need to worry about configuring to optimize settings for virtual or physical infrastructure. IT can now focus more on building proficiencies in operating cloud services such as IaaS and SaaS and less on building infrastructure. Scalability and Agility for Transactional Processing Workloads The Lenovo ThinkAgile SXM platform, which incorporates DevOps practices, enables administrators to achieve business agility. This yields an offering enabling rapid deployment of new Microsoft SQL Server instances and VM based transactional databases. Virtual machine sizes offered in Azure Stack are a subset of those offered in Azure. These sizes are listed at the following Microsoft website: Microsoft Azure Stack rules impose limits on virtual machines and resources to avoid noisy neighbor problems where one tenant over consumes resources available on the stamp and starves other tenants. Highlights Offers performance and sizing information for IT organizations looking to implement SQL Server IaaS Delivered as a pre-integrated solution on ThinkAgile SXM that helps to accelerate faster time to deployment and rapid provisioning of the database services Yields a strong price/performance for a SQL transactional database that features built-in high availability Provides a scalable model for transactional processing workloads Enables SQL Server database in Infrastructure as a service (IaaS) implementation model

2 MICROSOFT SQL SERVER 2017 ON THINKAGILE SX FOR MICROSOFT AZURE STACK ThinkAgile SX for Microsoft Azure Stack consists of the following hardware components: From 4 to 12 ThinkSystem SR650 hyperconverged nodes. The SR650 for ThinkAgile SXM requires two Intel Xeon Gold or Platinum processors. The SR650 for ThinkAgile SXM supports 384 GB, 768 GB, or 1,536 GB of memory with 24x 16 GB or 32 GB TruDDR4 RDIMMs or 64 GB TruDDR LRDIMMs. Each SR650 hyperconverged node has 14x 3.5" hot-swap drive bays (12 on the front; 2 on the rear) and an internal M.2 Kit with Mirroring for 2x M.2 non-hotswap SSDs. The 3.5-inch drive bays are used for data storage, and they are connected to the ThinkSystem i SAS/SATA HBA (JBOD mode). For the VM/storage network, the SR650 for ThinkAgile SXM provides two-port 25 GbE connectivity with the dual-port 25 GbE Mellanox ConnectX-4 Lx network adapter The SR630 management node provides hardware management services and includes Windows Server 2016 and Lenovo XClarity The SR650 hyperconverged nodes provide compute and storage resources and include Windows Server 2016 with Hyper-V, Azure Stack software and Storage Spaces Direct (S2D) storage. Network connectivity is provided by the Lenovo switches. The network infrastructure consists of one G GbE switch that runs Enterprise Network Operating System (ENOS), and the VM/storage network consists of two NE GbE switches that run Cloud Network Operating System (CNOS). SQL Server 2017 represents a major step towards making SQL Server a platform that gives you choices of development languages, data types, on-premises or cloud, and operating systems by bringing the power of SQL Server to Linux, Linux-based Docker containers, and Windows. SQL Server 2017 includes many new Database Engine features, enhancements, and performance improvements: Resumable online index rebuild resumes an online index rebuild operation from where it stopped after a failure (such as a failover to a replica or insufficient disk space), or pauses and later resumes an online index rebuild operation. The IDENTITY_CACHE option for ALTER DATABASE SCOPED CONFIGURATION allows you to avoid gaps in the values of identity columns if a server restarts unexpectedly or fails over to a secondary server. A new generation of query processing improvements that will adapt optimization strategies to your application workload s runtime conditions. For this first version of the adaptive query processing feature family, we have three new improvements: batch mode adaptive joins, batch mode memory grant feedback, and interleaved execution for multi-statement table valued functions. Automatic database tuning provides insight into potential query performance problems, recommends solutions, and can automatically fix identified problems. The tested configuration features the following main components: Hardware Server: Lenovo ThinkSystem SR650 (4 nodes) Processors: 2x Intel Xeon Gold GHz Memory: 1536 GB of TRU DDR4 memory Storage: OS Storage: Two 480 GB SATA SSDs for the operating system (RAID 1) Caching tier: 4x 1.6TB 12G SAS SSDs per node Capacity tier: 10x 6TB NL SATA HDDs per node Network: Mellanox 2x 25GbE RDMA NIC 2x Lenovo NE GbE TOR switches 1x Lenovo G8052 1GbE switch for BMC traffic Software: Microsoft Azure Stack build 1802 Microsoft Windows Server 2016 Standard Edition Microsoft SQL Server 2017 Enterprise Edition

3 Test setup and execution Azure Stack offers VM sizes in the General Purpose and Memory optimized categories. The General Purpose VMs range from Basic A series, Standard A series, D-series, DS-series, Dv2-series to DSv2-series. Memory optimized VMs range from D-series, DS-series, Dv2- series to DSv2-series with more memory and more data disks per VM. The memory optimized VMs are more suitable for database functionality. For the purpose of this configuration guide, testing was done with DS12v2, DS13v2 and DS14v2 VMs. Windows Server 2016 and SQL Server 2017 were installed in the VMs. For a balanced and optimized OLTP configuration: Create a DS14v2 VM Only one VM can be created at a time in the Azure Resource Manager (ARM) web session. To create multiple simultaneous VMs, open multiple ARM sessions. After the VM is created, add data disks to host the SQL database and logs For the DS14v2 VM, up to 32 disks are available For maximum I/O performance, use all 32 data disks, with 24 for databases and 8 for logs. Host cache was not enabled on the data disks, tests showed no performance benefit Disk type is HDD, even though it has SSD option, this is not supported yet and the disks will just be HDD backed. Add all of the disks first, then click save to attach them all at once to the VM. Connect to the VM and open Windows Disk Management Create 2 Windows RAID 0 striped volumes as follows: One 24 disk striped volume for databases, 64k allocation size One 8 disk striped volume for logs, 64k allocation size SQL Server settings for optimal performance Set the server s virtual memory to a fixed size of 4096 (not system managed) Set the maximum SQL memory use to 90% of the servers total memory Enable SQL lightweight pooling Enable SQL priority boost Set max worker threads to 3000 Set recovery interval to At this point, the SQL database can be created using HammerDB and then performance tests run. Detailed SQL test setup steps are available in the HammerDB documentation at: HammerDB test parameters used are listed at the end of this document HammerDB can be run on the SQL server or as a remote client Backup the database after it is built, and restore it before each test and restart SQL If run remotely, HammerDB requires the SQL server client installed and Named Pipes enabled on the SQL server, in SQL Configuration Manager, Network protocols. Virtual machines must be created in the same resource group in order to connect, this places them on the same subnet Solution Benefits Performance and sizing for Microsoft SQL Server OLTP workload on Lenovo ThinkAgile SXM offering Features T-shirt sizes for Microsoft SQL Server VMs Integrated System from Lenovo for Microsoft Hybrid Cloud Reduced time to value with pre-tested VMs for Microsoft SQL Server

4

5 HammerDB Configuration, Parameters and Performance

6 Lenovo ThinkAgile SX for Microsoft Azure Stack yields a hyper-converged highly available, high performance platform for an OLTP solution Lenovo ThinkAgile SX for Microsoft Azure Stack ThinkAgile is a preintegrated, engineered solution that comes direct from Lenovo ready to go with all features, support, and deployment services included. With benefits like IT agility, lower TCO, and a transformative customer experience, ThinkAgile provides the ease and speed of a public cloud with the security and control of on premises IT. Microsoft Azure Stack provides a subset of Azure cloud services. The Azure Stack software is deployed on powerful, ultra reliable, and innovative Lenovo ThinkSystem SR650 nodes in a hyperconverged, clustered configuration engineered for high stability, resilience, and performance. Azure Stack enables consistent cloud services across the Microsoft Azure environment. The internal networking for this solution is 25GbE, provided by the cloud-optimized Lenovo ThinkSystem NE2572. This enterprise-class Layer 2 and Layer 3 full featured switch delivers line-rate, highbandwidth switching, filtering, traffic queuing and high-availability features without delaying data. Large data center-grade buffers help keep traffic moving, while the hot-swap redundant power supplies and fans help provide resiliency for business-sensitive traffic. External connectivity from the ThinkSystem NE2572 is afforded by 6 QSFP 100GbE ports. Why Lenovo Lenovo is a leading provider of x86 servers for the data center. Featuring rack, tower, blade, dense and converged systems, the Lenovo server portfolio provides excellent performance, reliability and security. Lenovo also offers a full range of networking, storage, software, solutions, and comprehensive services supporting business needs throughout the IT lifecycle. With options for planning, deployment, and support, Lenovo offers expertise and services needed to deliver better service-level agreements and generate greater end-user satisfaction. Lenovo ThinkAgile SX for Microsoft Azure Stack For More Information To learn more about Lenovo Database Configuration for Microsoft SQL Server OLTP on ThinkAgile SXM, contact your Lenovo Business Partner or visit: Lenovo. All rights reserved. Availability: Offers, prices, specifications and availability may change without notice. Lenovo is not responsible for photographic or typographical errors. Warranty: For a copy of applicable warranties, write to: Lenovo Warranty Information, 1009 Think Place, Morrisville, NC, 27560, Lenovo makes no representation or warranty regarding third party products or services. Trademarks: Lenovo, the Lenovo logo, System x, ThinkServer are trademarks or registered trademarks of Lenovo. Microsoft and Windows are registered trademarks of Microsoft Corporation. Intel, the Intel logo, Xeon and Xeon Inside are registered trademarks of Intel Corporation in the U.S. and other countries. Other company, product, and service names may be trademarks or service marks of others. CRN: DBSMS02XX81 04/2018

Lenovo Database Configuration

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

More information

Lenovo Database Configuration

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

More information

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

Lenovo Validated Designs

Lenovo Validated Designs Lenovo Validated Designs for ThinkAgile HX Appliances Deliver greater reliability and simplify the modern datacenter Simplify Solutions Infrastructure Lenovo and Nutanix share a common vision of delivering

More information

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage Solution Brief DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage DataON Next-Generation All NVMe SSD Flash-Based Hyper-Converged

More information

Density Optimized System Enabling Next-Gen Performance

Density Optimized System Enabling Next-Gen Performance Product brief High Performance Computing (HPC) and Hyper-Converged Infrastructure (HCI) Intel Server Board S2600BP Product Family Featuring the Intel Xeon Processor Scalable Family Density Optimized System

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme PBO1046BES Simplifying the Journey To The Software Defined Datacenter Tikiri Wanduragala Senior Consultant Data Center Group, Lenovo EMEA VMworld 2017 Geoff Hunt Senior Product Manager Data Center Group,

More information

Lenovo ThinkAgile SX for Microsoft Azure Stack Product Guide

Lenovo ThinkAgile SX for Microsoft Azure Stack Product Guide Lenovo ThinkAgile SX for Microsoft Azure Stack Product Guide Lenovo ThinkAgile SX for Microsoft Azure Stack delivers a pre-integrated, easy-to-deploy rack-level solution for hybrid clouds to dramatically

More information

#techsummitch

#techsummitch www.thomasmaurer.ch #techsummitch Justin Incarnato Justin Incarnato Microsoft Principal PM - Azure Stack Hyper-scale Hybrid Power of Azure in your datacenter Azure Stack Enterprise-proven On-premises

More information

Fast and Easy Persistent Storage for Docker* Containers with Storidge and Intel

Fast and Easy Persistent Storage for Docker* Containers with Storidge and Intel Solution brief Intel Storage Builders Storidge ContainerIO TM Intel Xeon Processor Scalable Family Intel SSD DC Family for PCIe*/NVMe Fast and Easy Persistent Storage for Docker* Containers with Storidge

More information

HPE ProLiant ML110 Gen10 Server

HPE ProLiant ML110 Gen10 Server Digital data sheet HPE ProLiant ML110 Gen10 Server ProLiant ML Servers What's new New SMB focused offers regionally released as Smart Buy Express in the U.S. and Canada, Top Value in Europe, and Intelligent

More information

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-flash configurations are designed to deliver maximum IOPS and throughput numbers for mission critical workloads and applicati

More information

BUILD BETTER MICROSOFT SQL SERVER SOLUTIONS Sales Conversation Card

BUILD BETTER MICROSOFT SQL SERVER SOLUTIONS Sales Conversation Card OVERVIEW SALES OPPORTUNITY Lenovo Database Solutions for Microsoft SQL Server bring together the right mix of hardware infrastructure, software, and services to optimize a wide range of data warehouse

More information

Reduce costs and enhance user access with Lenovo Client Virtualization solutions

Reduce costs and enhance user access with Lenovo Client Virtualization solutions SYSTEM X SERVERS SOLUTION BRIEF Reduce costs and enhance user access with Lenovo Client Virtualization solutions Gain the benefits of client virtualization while maximizing your Lenovo infrastructure Highlights

More information

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-flash configurations are designed to deliver maximum IOPS and throughput numbers for mission critical workloads and applicati

More information

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Data Sheet Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Fast and Flexible Hyperconverged Systems You need systems that can adapt to match the speed of your business. Cisco HyperFlex Systems

More information

Cisco HyperFlex HX220c M4 Node

Cisco HyperFlex HX220c M4 Node Data Sheet Cisco HyperFlex HX220c M4 Node A New Generation of Hyperconverged Systems To keep pace with the market, you need systems that support rapid, agile development processes. Cisco HyperFlex Systems

More information

HPE ProLiant ML350 Gen10 Server

HPE ProLiant ML350 Gen10 Server Digital data sheet HPE ProLiant ML350 Gen10 Server ProLiant ML Servers What's new Support for Intel Xeon Scalable processors full stack. 2600 MT/s HPE DDR4 SmartMemory RDIMM/LRDIMM offering 8, 16, 32,

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

HPE ProLiant ML110 Gen P 8GB-R S100i 4LFF NHP SATA 350W PS DVD Entry Server/TV (P )

HPE ProLiant ML110 Gen P 8GB-R S100i 4LFF NHP SATA 350W PS DVD Entry Server/TV (P ) Digital data sheet HPE ProLiant ML110 Gen10 3104 1P 8GB-R S100i 4LFF NHP SATA 350W PS DVD Entry Server/TV (P03684-425) ProLiant ML Servers What's new New SMB focused offers regionally released as Smart

More information

HPE ProLiant DL360 Gen P 16GB-R P408i-a 8SFF 500W PS Performance Server (P06453-B21)

HPE ProLiant DL360 Gen P 16GB-R P408i-a 8SFF 500W PS Performance Server (P06453-B21) Digital data sheet HPE ProLiant DL360 Gen10 4110 1P 16GB-R P408i-a 8SFF 500W PS Performance Server (P06453-B21) ProLiant DL Servers What's new Innovative design with greater flexibility to mix and match

More information

Microsoft Azure Stack Hybrid Cloud. The Modern System Architecture

Microsoft Azure Stack Hybrid Cloud. The Modern System Architecture Microsoft & itnetx 2017 Microsoft Azure Stack Hybrid Cloud. The Modern System Architecture Uwe Lüthy PTS at Microsoft www.microsoft.com Thomas Maurer Solution Architect at itnetx Microsoft MVP / P-TSP

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

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Data Sheet Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Fast and Flexible Hyperconverged Systems You need systems that can adapt to match the speed of your business. Cisco HyperFlex Systems

More information

HP solutions for mission critical SQL Server Data Management environments

HP solutions for mission critical SQL Server Data Management environments HP solutions for mission critical SQL Server Data Management environments SQL Server User Group Sweden Michael Kohs, Technical Consultant HP/MS EMEA Competence Center michael.kohs@hp.com 1 Agenda HP ProLiant

More information

NexentaStor 5.x Reference Architecture

NexentaStor 5.x Reference Architecture NexentaStor 5.x Reference Architecture November 2018 Table of Contents Table of Contents... 2 Preface... 3 Intended Audience... 3 Comments... 3 Copyright, Trademarks, and Compliance... 3 1 Reference Architectures...

More information

Lenovo Enterprise Portfolio

Lenovo Enterprise Portfolio Lenovo Enterprise Portfolio Federico Cuatromano Client Technical Specialist Data Center Group Lenovo Today A $46 billion, Fortune 500 company 60,000 employees serving customers in 160+ countries Publicly

More information

HPE ProLiant ML350 Gen P 16GB-R E208i-a 8SFF 1x800W RPS Solution Server (P04674-S01)

HPE ProLiant ML350 Gen P 16GB-R E208i-a 8SFF 1x800W RPS Solution Server (P04674-S01) Digital data sheet HPE ProLiant ML350 Gen10 4110 1P 16GB-R E208i-a 8SFF 1x800W RPS Solution Server (P04674-S01) ProLiant ML Servers What's new Support for Intel Xeon Scalable processors full stack. 2600

More information

MAKING CLOUD DEPLOYMENTS A REALITY WITH HYPERCONVERGED INFRASTRUCTURE

MAKING CLOUD DEPLOYMENTS A REALITY WITH HYPERCONVERGED INFRASTRUCTURE MAKING CLOUD DEPLOYMENTS A REALITY WITH HYPERCONVERGED INFRASTRUCTURE Overview Enterprises are under tremendous pressure for business agility, keeping existing customers satisfied, and spurring innovation

More information

SOLUTION BRIEF. QxStack vsan ReadyNode -Solution Brief for MSSQL

SOLUTION BRIEF. QxStack vsan ReadyNode -Solution Brief for MSSQL SOLUTION BRIEF QxStack vsan ReadyNode -Solution Brief for MSSQL Solution Brief MS SQL Server Performance- QxStack QuantaGrid D51BP-1U All NVMe Value of Information IT organizations are increasingly turning

More information

IronPOD System 400 Series System Overview

IronPOD System 400 Series System Overview IronPOD 400 Converged Systems Series Microsoft Hybrid Cloud IaaS Platforms for Service Providers IronPOD System 400 Series System Overview IRON Networks converged IronPOD system products simplify Microsoft

More information

Data Protection for Cisco HyperFlex with Veeam Availability Suite. Solution Overview Cisco Public

Data Protection for Cisco HyperFlex with Veeam Availability Suite. Solution Overview Cisco Public Data Protection for Cisco HyperFlex with Veeam Availability Suite 1 2017 2017 Cisco Cisco and/or and/or its affiliates. its affiliates. All rights All rights reserved. reserved. Highlights Is Cisco compatible

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

Entry-level Intel RAID RS3 Controller Family

Entry-level Intel RAID RS3 Controller Family PRODUCT Brief Entry-Level Intel RAID RS3 Controller Portfolio Entry-level Intel RAID RS3 Controller Family 12Gb/s connectivity and basic data protection RAID matters. Rely on Intel RAID. Cost-effective

More information

How Software Defined Everything can reduce TCO

How Software Defined Everything can reduce TCO MARK JANSSENS & JAN COUCKE IT INFRASTRUCTURE ARCHITECTS How Software Defined Everything can reduce TCO WHO IS WHO mark.janssens@realdolmen.com +32 2 801 52 45 https://be.linkedin.com/in/mark-janssens-ict-architect

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

Cisco HyperFlex HX220c Edge M5

Cisco HyperFlex HX220c Edge M5 Data Sheet Cisco HyperFlex HX220c Edge M5 Hyperconvergence engineered on the fifth-generation Cisco UCS platform Rich digital experiences need always-on, local, high-performance computing that is close

More information

Broadberry. Hyper-Converged Solution. Date: Q Application: Hyper-Converged S2D Storage. Tags: Storage Spaces Direct, DR, Hyper-V

Broadberry. Hyper-Converged Solution. Date: Q Application: Hyper-Converged S2D Storage. Tags: Storage Spaces Direct, DR, Hyper-V TM Hyper-Converged Solution Date: Q2 2018 Application: Hyper-Converged S2D Storage Tags: Storage Spaces Direct, DR, Hyper-V The Cam Academy Trust Set up in 2011 to oversee the conversion of Comberton Village

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE VSAN INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE VSAN INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE VSAN INFRASTRUCTURE Design Guide APRIL 2017 1 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

Using the ThinkServer SA120 Disk Array

Using the ThinkServer SA120 Disk Array Lenovo Enterprise Product Group Version 1.0 March 2014 2014 Lenovo. All rights reserved. LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT

More information

Microsoft and Oracle: Partners in the Enterprise Cloud

Microsoft and Oracle: Partners in the Enterprise Cloud HrOUG 2013 Rovinj, 16.10.2013 Microsoft and Oracle: Partners in the Enterprise Cloud Peter Kalan, Technology Strategist Andrej Kašnik, Datacenter specialist Microsoft Slovenija The two companies have decided

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini February 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9 PRODUCT CATALOG THE SUMMARY CLUSTER SERIES - pg. 3 ULTRA SERIES - pg. 5 EXTREME SERIES - pg. 9 CLUSTER SERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP When downtime is not an option Downtime is

More information

DELL EMC VXRACK FLEX FOR HIGH PERFORMANCE DATABASES AND APPLICATIONS, MULTI-HYPERVISOR AND TWO-LAYER ENVIRONMENTS

DELL EMC VXRACK FLEX FOR HIGH PERFORMANCE DATABASES AND APPLICATIONS, MULTI-HYPERVISOR AND TWO-LAYER ENVIRONMENTS PRODUCT OVERVIEW DELL EMC VXRACK FLEX FOR HIGH PERFORMANCE DATABASES AND APPLICATIONS, MULTI-HYPERVISOR AND TWO-LAYER ENVIRONMENTS Dell EMC VxRack FLEX is a Dell EMC engineered and manufactured rack-scale

More information

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-flash configurations are designed to deliver maximum IOPS and throughput numbers for mission critical workloads and applicati

More information

33% 148% 2. at 4 years. Silo d applications & data pockets. Slow Deployment of new services. Security exploits growing. Network bottlenecks

33% 148% 2. at 4 years. Silo d applications & data pockets. Slow Deployment of new services. Security exploits growing. Network bottlenecks Outdated rate for infrastructures product innovation result in a6xslower and time to market. 1 Silo d applications & data pockets Slow Deployment of new services at 4 years server and maintenance performance

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

Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack. Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa

Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack. Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa The next 15 years in IT Digital transformation 3 Digital transformation.the

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

Lenovo Software Defined Storage with Windows Server 2016 Datacenter Storage Spaces

Lenovo Software Defined Storage with Windows Server 2016 Datacenter Storage Spaces Lenovo Software Defined Storage with Windows 2016 Datacenter Storage Spaces Solution Brief Microsoft and Lenovo have worked together to validate a software-defined storage solution running on Lenovo servers

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

HPE SimpliVity 380. Simplyfying Hybrid IT with HPE Wolfgang Privas Storage Category Manager

HPE SimpliVity 380. Simplyfying Hybrid IT with HPE Wolfgang Privas Storage Category Manager HPE SimpliVity 380 Simplyfying Hybrid IT with HPE Wolfgang Privas Storage Category Manager We ve seen flash evolve at a record pace 61% Have already deployed all-flash in some level and are increasing

More information

Next Generation Computing Architectures for Cloud Scale Applications

Next Generation Computing Architectures for Cloud Scale Applications Next Generation Computing Architectures for Cloud Scale Applications Steve McQuerry, CCIE #6108, Manager Technical Marketing #clmel Agenda Introduction Cloud Scale Architectures System Link Technology

More information

Datasheet PRIMEFLEX for Microsoft Azure Stack

Datasheet PRIMEFLEX for Microsoft Azure Stack Datasheet PRIMEFLEX for Microsoft Azure Stack PRIMEFLEX for Microsoft Azure Stack is an Integrated System that brings the agility and fast paced innovation of cloud computing to on-premises environments

More information

What is Dell EMC Cloud for Microsoft Azure Stack?

What is Dell EMC Cloud for Microsoft Azure Stack? What is Dell EMC Cloud for Microsoft Azure Stack? Karsten Bott @azurestack_guy Advisory Cloud Platform Specialist AzureStack GLOBAL SPONSORS Why Hybrid Cloud? The New Digital Customer Rising and continuously

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

HPE SimpliVity. The new powerhouse in hyperconvergence. Boštjan Dolinar HPE. Maribor Lancom

HPE SimpliVity. The new powerhouse in hyperconvergence. Boštjan Dolinar HPE. Maribor Lancom HPE SimpliVity The new powerhouse in hyperconvergence Boštjan Dolinar HPE Maribor Lancom 2.2.2018 Changing requirements drive the need for Hybrid IT Application explosion Hybrid growth 2014 5,500 2015

More information

HCI: Hyper-Converged Infrastructure

HCI: Hyper-Converged Infrastructure Key Benefits: Innovative IT solution for high performance, simplicity and low cost Complete solution for IT workloads: compute, storage and networking in a single appliance High performance enabled by

More information

ITPS Empowering clients businesses with Microsoft Azure cloud services

ITPS Empowering clients businesses with Microsoft Azure cloud services ITPS Empowering clients businesses with Microsoft Azure cloud services Many organizations are looking to move their IT systems to the cloud. With a turnkey hybrid cloud platform from Lenovo and Microsoft,

More information

HPE Delivers Software Defined Solutions based on Microsoft Storage Spaces Direct

HPE Delivers Software Defined Solutions based on Microsoft Storage Spaces Direct HPE Delivers Software Defined Solutions based on Microsoft Storage Spaces Direct The breadth of solutions offered by Hewlett Packard Enterprise brings to market one of the industry s most advanced portfolios

More information

Introducing the Microsoft Azure Stack Development Kit on Lenovo Servers

Introducing the Microsoft Azure Stack Development Kit on Lenovo Servers Front cover Introducing the Microsoft Azure Stack Development Kit on Lenovo Servers Last Update: 8 November 2017 Introduces the Lenovo offering for Microsoft Azure Stack Describes implementation using

More information

Flexible General-Purpose Server Board in a Standard Form Factor

Flexible General-Purpose Server Board in a Standard Form Factor Product brief Small and Medium Business, Storage, Networking, Web Hosting, and Security Appliances Intel Server Board S2600ST Product Family Featuring the Intel Xeon Processor Scalable Family Flexible

More information

HyperConverged Appliance

HyperConverged Appliance HyperConverged Appliance DATASHEET HCA Value Proposition StarWind HyperConverged Appliance is a complete turnkey solution designed to eliminate unreasonably high complexity and cost of IT infrastructures.

More information

High performance and functionality

High performance and functionality IBM Storwize V7000F High-performance, highly functional, cost-effective all-flash storage Highlights Deploys all-flash performance with market-leading functionality Helps lower storage costs with data

More information

Dell PowerVault NX Windows NAS Series Configuration Guide

Dell PowerVault NX Windows NAS Series Configuration Guide Dell PowerVault NX Windows NAS Series Configuration Guide PowerVault NX Windows NAS Series storage appliances combine the latest Dell PowerEdge technology with Windows Storage Server 2012 R2 from Microsoft

More information

Lenovo RAID Introduction Reference Information

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

More information

Microsoft Storage Spaces Deployment on Dell EMC PowerEdge R730xd

Microsoft Storage Spaces Deployment on Dell EMC PowerEdge R730xd Microsoft Storage Spaces Deployment on Dell EMC PowerEdge R730xd How Dell EMC provides the storage density and compute power to maximize the benefits of S2D and the advance features sets in Windows Server

More information

MICHAËL BORGERS, SYSTEM ENGINEER MATTHIAS SPELIER, SYSTEM ENGINEER. Software Defined Datacenter

MICHAËL BORGERS, SYSTEM ENGINEER MATTHIAS SPELIER, SYSTEM ENGINEER. Software Defined Datacenter MICHAËL BORGERS, SYSTEM ENGINEER MATTHIAS SPELIER, SYSTEM ENGINEER Software Defined Datacenter Virtual Machine Manager 2016 SOFTWARE DEFINED DATACENTER Migration BLUE SDN RED TRANSPORT SDC SDS Legacy Hardware

More information

Open storage architecture for private Oracle database clouds

Open storage architecture for private Oracle database clouds Open storage architecture for private Oracle database clouds White Paper rev. 2016-05-18 2016 FlashGrid Inc. 1 www.flashgrid.io Abstract Enterprise IT is transitioning from proprietary mainframe and UNIX

More information

Cisco Integrated System for Microsoft Azure Stack

Cisco Integrated System for Microsoft Azure Stack Cisco Integrated System for Microsoft Azure Stack Siva Sivakumar, Sr. Director, Cisco Computing Systems Product Group PSOCLD-1300 Agenda Trends Microsoft Azure Stack Overview The Cisco Solution Cisco Solution

More information

HPE ProLiant DL580 Gen10 Server

HPE ProLiant DL580 Gen10 Server Digital data sheet HPE ProLiant DL580 Gen10 Server ProLiant DL Servers What's new Support for the new Intel Xeon Scalable Gold 6143 and Intel Xeon Scalable Platinum 8165 processors which support core boosting

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini June 2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

Exactly as much as you need.

Exactly as much as you need. Exactly as much as you need. Get IT All with PRIMERGY RX300 S6 & PRIMERGY RX200 S6 1 Copyright 2011 FUJITSU Agenda 1. Get IT All: The Offer 2. Dynamic Infrastructures 3. PRIMERGY Portfolio Overview 4.

More information

Cisco UCS B440 M1High-Performance Blade Server

Cisco UCS B440 M1High-Performance Blade Server Cisco UCS B440 M1 High-Performance Blade Server Product Overview The Cisco UCS B440 M1 High-Performance Blade Server delivers the performance and reliability to power compute-intensive, enterprise-critical

More information

Dell EMC Microsoft Exchange 2016 Solution

Dell EMC Microsoft Exchange 2016 Solution Dell EMC Microsoft Exchange 2016 Solution Design Guide for implementing Microsoft Exchange Server 2016 on Dell EMC R740xd servers and storage Dell Engineering October 2017 Design Guide Revisions Date October

More information

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments 1 2017 2017 Cisco Cisco and/or and/or its

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE Design Guide APRIL 0 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

OpenLine and Azure Stack

OpenLine and Azure Stack OpenLine and Azure Stack Powered by Cisco Tjerk Bijlsma Technology Officer DC, Cisco EMEAR October 26 th, 2017 Updated May 2017 App is the new business Developer is the new Customer Multicloud is the

More information

Oracle Database Appliance X7-2 Model Family

Oracle Database Appliance X7-2 Model Family Oracle Database Appliance X7-2 Model Family MANAGING ORACLE DATABASE WITH A PURPOSE BUILT SYSTEM ORACLE WHITE PAPER OCTOBER 2017 Introduction The Oracle Database Appliance, introduced in 2011, is an Oracle

More information

Introducing the Lenovo Storage DX8200D Powered by DataCore

Introducing the Lenovo Storage DX8200D Powered by DataCore Data Center Group Introducing the Lenovo Storage DX8200D Powered by DataCore Carlos Carreras, SVP of Worldwide Business Development, DataCore Software Emanuele Boccalatte, EMEA DCG SDS Product Manager,

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

Full Featured with Maximum Flexibility for Expansion

Full Featured with Maximum Flexibility for Expansion PRODUCT brief Data Center, Cloud, High Performance Computing Intel Server Board S2600WF Product Family Featuring the 2 nd Generation Intel Xeon Processor Scalable Family Full Featured with Maximum Flexibility

More information

TECHNICAL SPECIFICATIONS + TECHNICAL OFFER

TECHNICAL SPECIFICATIONS + TECHNICAL OFFER ANNEX II + III : TECHNICAL SPECIFICATIONS + TECHNICAL OFFER Contract title : Supply of Information & Communication Technology Hardware Publication reference: 2017/386304 10/1/1.1/1.2.2a p 1 / Columns 1-2

More information

POWEREDGE RACK SERVERS

POWEREDGE RACK SERVERS QUICK REFERENCE GUIDE POWEREDGE RACK SERVERS Dell EMC PowerEdge rack servers help you build a modern infrastructure that minimizes IT challenges and business success. Choose from a complete portfolio of

More information

Dell EMC XC Series: Expanding the XC Series Ecosystem to Empower your Virtualized Applications

Dell EMC XC Series: Expanding the XC Series Ecosystem to Empower your Virtualized Applications Dell EMC XC Series: Expanding the XC Series Ecosystem to Empower your Virtualized Applications Key takeaways Dell EMC XC Series is a fully mature HCI appliance for multi-hypervisor environments Dell EMC

More information

Cisco UCS C24 M3 Server

Cisco UCS C24 M3 Server Data Sheet Cisco UCS C24 M3 Rack Server Product Overview The form-factor-agnostic Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS C-Series Rack Servers and B-Series Blade Servers with networking

More information

Lenovo Converged HX Series Nutanix Appliance

Lenovo Converged HX Series Nutanix Appliance Lenovo Converged HX Series Nutanix Appliance Mike Dilio, WW Product Marketing, Data Center Group October, 2016 2016 Lenovo. All rights reserved. Challenge Disrupt Software Defined Services for server,

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

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN Russ Fellows Enabling you to make the best technology decisions November 2017 EXECUTIVE OVERVIEW* The new Intel Xeon Scalable platform

More information

System x Server for SAP Business One, version for SAP HANA

System x Server for SAP Business One, version for SAP HANA System x Server for SAP Business One, version for SAP HANA Speed up your SAP application with Lenovo enterprise servers optimized for SAP HANA. The faster you get to insights, the faster your business

More information

Dell Storage NX Windows NAS Series Configuration Guide

Dell Storage NX Windows NAS Series Configuration Guide Dell Storage NX Windows NAS Series Configuration Guide Dell Storage NX Windows NAS Series storage appliances combine the latest Dell PowerEdge technology with Windows Storage Server 2016 from Microsoft

More information

Cisco UCS B460 M4 Blade Server

Cisco UCS B460 M4 Blade Server Data Sheet Cisco UCS B460 M4 Blade Server Product Overview The new Cisco UCS B460 M4 Blade Server uses the power of the latest Intel Xeon processor E7 v3 product family to add new levels of performance

More information

IBM System x servers. Innovation comes standard

IBM System x servers. Innovation comes standard IBM System x servers Innovation comes standard IBM System x servers Highlights Build a cost-effective, flexible IT environment with IBM X-Architecture technology. Achieve maximum performance per watt with

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

Dell EMC PowerEdge server portfolio: platforms and solutions

Dell EMC PowerEdge server portfolio: platforms and solutions Dell EMC PowerEdge server portfolio: platforms and solutions Servers are the bedrock of the modern appliance. With consistent, scalable and industry-leading design, Dell EMC servers can help you tackle

More information

FLEXIBLE, POWERFUL ALL-IN-ONE TOWER COMPUTING

FLEXIBLE, POWERFUL ALL-IN-ONE TOWER COMPUTING FLEXIBLE, POWERFUL ALL-IN-ONE TOWER COMPUTING The Lenovo ThinkServer TD230 The ThinkServer TD230 is an affordable dual-socket tower server that delivers great value. It is ideal for branch / remote offices

More information

VMware Virtual SAN Technology

VMware Virtual SAN Technology VMware Virtual SAN Technology Today s Agenda 1 Hyper-Converged Infrastructure Architecture & Vmware Virtual SAN Overview 2 Why VMware Hyper-Converged Software? 3 VMware Virtual SAN Advantage Today s Agenda

More information

Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure

Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure Scale-Out Smart for HPC and Cloud Computing with enhanced

More information

Edge for All Business

Edge for All Business 1 Edge for All Business Datasheet Zynstra is designed and built for the edge the business-critical compute activity that takes place outside a large central datacenter, in branches, remote offices, or

More information

NEC Express5800 A2040b 22TB Data Warehouse Fast Track. Reference Architecture with SW mirrored HGST FlashMAX III

NEC Express5800 A2040b 22TB Data Warehouse Fast Track. Reference Architecture with SW mirrored HGST FlashMAX III NEC Express5800 A2040b 22TB Data Warehouse Fast Track Reference Architecture with SW mirrored HGST FlashMAX III Based on Microsoft SQL Server 2014 Data Warehouse Fast Track (DWFT) Reference Architecture

More information