Warehouse-Scale Computers to Exploit Request-Level and Data-Level Parallelism

Size: px
Start display at page:

Download "Warehouse-Scale Computers to Exploit Request-Level and Data-Level Parallelism"

Transcription

1 Warehouse-Scale Computers to Exploit Request-Level and Data-Level Parallelism

2 The datacenter is the computer Luiz Andre Barroso, Google (2007)

3 Outline Introduction to WSCs Programming Models and Workloads Computer Architecture of WSCs Infrastructure and Costs of WSCs Cloud Computing Crosscutting Issues A Google WSC

4 Introduction Warehouse-scale computer (WSC) Provides Internet services Search, social networking, online maps, video sharing, online shopping, , cloud computing, etc. Differences with HPC clusters : Clusters have higher performance processors and network Clusters emphasize thread-level parallelism, WSCs emphasize request-level parallelism Differences with datacenters: Datacenters consolidate different machines and software into one location Datacenters emphasize virtual machines and hardware heterogeneity in order to serve varied customers

5 Introduction Important design factors for WSC: Cost-performance Small savings add up Energy efficiency Affects power distribution and cooling Work per joule Dependability via redundancy Network I/O Interactive and batch processing workloads Ample computational parallelism is not important Most jobs are totally independent Request-level parallelism Operational costs count Power consumption is a primary, not secondary, constraint when designing system Scale and its opportunities and problems Can afford to build customized systems since WSC require volume purchase

6 Introduction - Failures Outages and anomalies with the approximate frequencies of occurrences of a cluster with 2400 servers

7 Introduction The WSC goal is to make the hardware/software in the warehouse act like a single computer that typically runs a variety of applications. The largest cost in a conventional datacenter is the people to maintain it, whereas, in a well-designed WSC the server hardware is the greatest cost, and people costs shift from the topmost to nearly irrelevant.

8 Outline Introduction to WSCs Programming Models and Workloads Computer Architecture of WSCs Infrastructure and Costs of WSCs Cloud Computing Crosscutting Issues A Google WSC

9 Programming Models and Workloads Batch processing framework: MapReduce Map: applies a programmer-supplied function to each logical input record Runs on thousands of computers Provides new set of key-value pairs as intermediate values Reduce: collapses values using another programmersupplied function A generalization of the single-instruction, multiple-data (SIMD) operation

10 Programming Models and Workloads Example: map (String key, String value): // key: document name // value: document contents for each word w in value EmitIntermediate(w, 1 ); // Produce list of all words reduce (String key, Iterator values): // key: a word // value: a list of counts int result = 0; for each v in values: result += ParseInt(v); // get integer from key-value pair Emit(AsString(result));

11 Programming Models and Workloads MapReduce runtime environment schedules map and reduce task to WSC nodes Availability: Use replicas of data across different servers Replicas can help with read performance as well as with availability; with proper placement Use relaxed consistency: No need for all replicas to always agree Workload demands Often vary considerably

12 Programming Models and Workloads Annual MapReduce Usage at Google over time

13 Features of WSC To reduce operational costs of availability, all WSCs use automated monitoring software so that one operator can be responsible for more than 1000 servers. Programming frameworks rely upon internal software services for their success Google FileSystem, BigTable, Dynamo

14 Features of WSC The workload demands of public interactive services all vary considerably even a popular global service such as Google search varies by a factor of two depending on the time of day It is more important for servers in a WSC to perform well while doing little than to just to perform efficiently at their peak, as they rarely operate at their peak. Average CPU utilization of more than 5000 servers during a 6-month period at Google. WSC hardware and software must cope with variability in load based on user demand and in performance and dependability due to the vagaries of hardware at this scale

15 Outline Introduction to WSCs Programming Models and Workloads Computer Architecture of WSCs Infrastructure and Costs of WSCs Cloud Computing Crosscutting Issues A Google WSC

16 Computer Architecture of WSC WSCs often use a hierarchy of networks for interconnection

17 Computer Architecture of WSC The 19-inch (48.26-cm) rack is the standard framework to hold servers Each 19-inch rack holds 48 1U servers connected to a rack switch Bandwidth within the rack is the same for each server It does not matter where the software places the sender and the receiver Rack switches are uplinked to switch higher in hierarchy Uplink has 48 / n times lower bandwidth, where n = # of uplink ports Oversubscription Goal is to maximize locality of communication relative to the rack

18 Storage Storage options: Use disks inside the servers, or Network attached storage (NAS) through Infiniband NAS solution is generally more expensive per terabyte of storage, but it provides many features, including reliability WSCs generally rely on local disks Google File System (GFS) uses local disks and maintains at least three replicas

19 Array Switch Switch that connects an array of racks Array switch should have 10 X the bisection bandwidth of rack switch Cost of n-port switch grows as n 2 Often utilize content addressable memory chips and FPGAs

20 WSC Memory Hierarchy Servers can access DRAM and disks on other servers using a NUMA-style interface Each server has 16GB of memory Every pair of racks includes one rack switch and holds 80 2U servers The array switch can handle 30 racks

21 WSC Memory Hierarchy (2) Network overhead increases latency from local DRAM to rack DRAM and array DRAM, but still have more than 10X better latency than local disk WSC needs 20 arrays to reach servers, one more level of the networking hierarchy is added.

22 Outline Introduction to WSCs Programming Models and Workloads Computer Architecture of WSCs Infrastructure and Costs of WSCs Cloud Computing Crosscutting Issues A Google WSC

23 Infrastructure and Costs of WSC Location of WSC Proximity to Internet backbones Low electricity cost Low property tax rates Near Internet users Low risk from earthquakes, floods, and hurricanes

24 Infrastructure and Costs of WSC Power distribution UPS: uninterruptible power supply. Located in a separate room from the IT equipment Power conditioning, holding the electrical load when switching

25 Infrastructure and Costs of WSC Efficiency of conversion The substation switches from 115,000 volts to medium-voltage lines of 13,200 volts, with an efficiency of 99.7%. The efficiency of a large UPS is 94%, so the facility loses 6% of the power by having a UPS Power distribution unit (PDU) converts to low-voltage, internal, threephase power at 480 volts. conversion efficiency is 98%. Another down step to two-phase power at 208 volts that servers can use, once again at 98% efficiency. The connectors, breakers, and electrical wiring to the server have a collective efficiency of 99% Overall efficiency 99.7% * 94% * 98% * 98% * 99%=89%

26 Infrastructure and Costs of WSC Cooling Air conditioning used to cool server room using chilled water 18 C 22 C Keep temperature higher (closer to 22 C) fans push warm air past a set of coils filled with cold water and a pump moves the warmed water to the external chillers to be cooled down.

27 Infrastructure and Costs of WSC Cooling (fans and water pumps that move air and water)

28 Infrastructure and Costs of WSC Cooling towers can also be used Leverage the colder outside air to cool the water before it is sent to the chillers Minimum temperature is wet bulb temperature Warm water flows over a large surface in the tower, transferring heat to the outside air via evaporation and thereby cooling the water. This technique is called airside economization. An alternative is use cold water instead of cold air. Google s WSC in Belgium uses a water-to-water intercooler that takes cold water from an industrial canal to chill

29 Infrastructure and Costs of WSC Airflow is carefully planned. Efficient designs preserve the temperature of the cool air by reducing the chances of it mixing with hot air. Cooling system also uses water (evaporation and spills) E.g. 70,000 to 200,000 gallons per day for an 8 MW facility Power cost breakdown: Chillers: 30-50% of the power used by the IT equipment Air conditioning: 10-20% of the IT power, mostly due to fans How man servers can a WSC support? Each server: Nameplate power rating gives maximum power consumption To get actual, measure power under actual workloads Oversubscribe cumulative server power by 40%, but monitor power closely

30 Infrastructure and Costs of WSC Breaking down power usage inside the IT equipment itself 33% of the power for processors 30% for DRAM 10% for disks 5% for networking 22% for other reasons (inside the server)

31 Measuring Efficiency of a WSC Power Utilization Effectiveness (PEU) = Total facility power / IT equipment power Median PUE on 2006 study was 1.69 The bigger the PUE, the less efficient the WSC Performance Latency is important metric because it is seen by users Cutting system response time 30% shaved the time of an inter- action by 70%.

32 Measuring Efficiency of a WSC Bing study: users will use search less as response time increases A high percentage of requests be below a latency threshold rather just offer a target for the average latency. Service Level Objectives (SLOs)/Service Level Agreements (SLAs) E.g. 99% of requests be below 100 ms

33 Measuring Efficiency of a WSC

34 Cost of a WSC Capital expenditures (CAPEX) Cost to build a WSC Operational expenditures (OPEX) Cost to operate a WSC

35 Outline Introduction to WSCs Programming Models and Workloads Computer Architecture of WSCs Infrastructure and Costs of WSCs Cloud Computing Crosscutting Issues A Google WSC

36 Cloud Computing Datacenters tend to be utilized only 10% to 20% of the time. By making WSCs available to the public, uncorrelated peaks between different customers can raise average utilization above 50%. WSCs offer economies of scale that cannot be achieved with a datacenter: 5.7 times reduction in storage costs 7.1 times reduction in administrative costs 7.3 times reduction in networking costs This has given rise to cloud services such as Amazon Web Services Utility Computing

37 Cloud Computing - AWS Virtual Machines Protect users from each other Simplify software distribution within a WSC Easy to control resource usage Enable multiple price points Hide the identity of older hardware Introduce new and faster hardware Very low cost Reliance on open source software No initial guarantee of service No contract required Pay-for-use

38 Cloud Computing Cloud computing providers take on the risks of over-provisioning and under-provisioning Cloud computing has made the benefits of WSC available to everyone 1000 servers for a hour cost no more than 1 server for 1000 hours

39 Outline Introduction to WSCs Programming Models and Workloads Computer Architecture of WSCs Infrastructure and Costs of WSCs Cloud Computing Crosscutting Issues A Google WSC

40 WSC network as a Bottleneck Large switches are manually configured and fragile at a large scale It is difficult to afford more than dual redundancy in a WSC using these large switches, which limits the options for fault tolerance WSC network bottlenecks constrain data placement and complicate WSC software

41 Energy Efficiency Another source of electrical inefficiency is the power supply inside the server Power supplies were 60%~80% efficient, thus there were greater losses inside the server Supply a range of voltages to chips and disks

42 Energy Efficiency Energy Proportionality servers should consume energy in proportion to the amount of work performed

43 Outline Introduction to WSCs Programming Models and Workloads Computer Architecture of WSCs Infrastructure and Costs of WSCs Cloud Computing Crosscutting Issues A Google WSC

44 Containers Google built WSCs using shipping containers. The idea of building a WSC from containers is to make WSC design modular

45 Cooling By controlling airflow to prevent hot spots, the container can run at a much higher temperature. The cooling is below a raised floor that blows into the aisle between the racks Hot air is returned from behind the racks. The restricted space of the container prevents the mixing of hot and cold air, which improves cooling efficiency Two racks on each side of the container

46 Power Rather than have a separate battery room, each server has its own lead acid battery that is 99.99% efficient Deployed incrementally with each machine, thus no money or power spent on overcapacity Use standard off-the-shelf UPS units to protect network switches DVFS was not deployed to avoid quality-of-service violation for online workloads

47 Server Two sockets Eight DIMMs Single network interface card (NIC) Two sata disk drives

48 Networking servers are divided into three arrays of more than servers each The 48-port rack switches uses 40 ports to connect to servers, leaving 8 for uplinks to the array switches The number of uplink ports used per rack switch varies from a minimum of 2 to a maximum of 8 Applications with significant traffic demands beyond a rack tended to suffer from poor network performance

49 Monitoring and Repair Use monitoring software to track the health of all servers and networking gear Diagnostics are running all the time. When a system fails, many of the possible problems have simple automated solutions Failed machines are addressed in batches to amortize the cost of repair

50 Next Lecture: Prof. Wenli Zheng

51 谢谢! Thanks! Q&A

ΕΠΛ372 Παράλληλη Επεξεργάσια

ΕΠΛ372 Παράλληλη Επεξεργάσια ΕΠΛ372 Παράλληλη Επεξεργάσια Warehouse Scale Computing and Services Γιάννος Σαζεϊδης Εαρινό Εξάμηνο 2014 READING 1. Read Barroso The Datacenter as a Computer http://www.morganclaypool.com/doi/pdf/10.2200/s00193ed1v01y200905cac006?cookieset=1

More information

Concepts Introduced in Chapter 6. Warehouse-Scale Computers. Programming Models for WSCs. Important Design Factors for WSCs

Concepts Introduced in Chapter 6. Warehouse-Scale Computers. Programming Models for WSCs. Important Design Factors for WSCs Concepts Introduced in Chapter 6 Warehouse-Scale Computers A cluster is a collection of desktop computers or servers connected together by a local area network to act as a single larger computer. introduction

More information

Lecture 20: WSC, Datacenters. Topics: warehouse-scale computing and datacenters (Sections )

Lecture 20: WSC, Datacenters. Topics: warehouse-scale computing and datacenters (Sections ) Lecture 20: WSC, Datacenters Topics: warehouse-scale computing and datacenters (Sections 6.1-6.7) 1 Warehouse-Scale Computer (WSC) 100K+ servers in one WSC ~$150M overall cost Requests from millions of

More information

EN2910A: Advanced Computer Architecture Topic 06: Supercomputers & Data Centers Prof. Sherief Reda School of Engineering Brown University

EN2910A: Advanced Computer Architecture Topic 06: Supercomputers & Data Centers Prof. Sherief Reda School of Engineering Brown University EN2910A: Advanced Computer Architecture Topic 06: Supercomputers & Data Centers Prof. Sherief Reda School of Engineering Brown University Material from: The Datacenter as a Computer: An Introduction to

More information

Topics. CIT 470: Advanced Network and System Administration. Google DC in The Dalles. Google DC in The Dalles. Data Centers

Topics. CIT 470: Advanced Network and System Administration. Google DC in The Dalles. Google DC in The Dalles. Data Centers CIT 470: Advanced Network and System Administration Data Centers Topics Data Center: A facility for housing a large amount of computer or communications equipment. 1. Racks 2. Power 3. PUE 4. Cooling 5.

More information

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 17 Datacenters and Cloud Compu5ng

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 17 Datacenters and Cloud Compu5ng CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 17 Datacenters and Cloud Compu5ng Instructor: Dan Garcia h;p://inst.eecs.berkeley.edu/~cs61c/ 2/28/13 1 In the news Google disclosed

More information

Green Computing: Datacentres

Green Computing: Datacentres Green Computing: Datacentres Simin Nadjm-Tehrani Department of Computer and Information Science (IDA) Linköping University Sweden Many thanks to Jordi Cucurull For earlier versions of this course material

More information

Warehouse-Scale Computing

Warehouse-Scale Computing ecture 31 Computer Science 61C Spring 2017 April 7th, 2017 Warehouse-Scale Computing 1 New-School Machine Structures (It s a bit more complicated!) Software Hardware Parallel Requests Assigned to computer

More information

Green Computing: Datacentres

Green Computing: Datacentres Green Computing: Datacentres Simin Nadjm-Tehrani Department of Computer and Information Science (IDA) Linköping University Sweden Many thanks to Jordi Cucurull For earlier versions of this course material

More information

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Warehouse-Scale Computing

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Warehouse-Scale Computing CS 61C: Great Ideas in Computer Architecture (Machine Structures) Warehouse-Scale Computing Instructors: Nicholas Weaver & Vladimir Stojanovic http://inst.eecs.berkeley.edu/~cs61c/ Coherency Tracked by

More information

7 Best Practices for Increasing Efficiency, Availability and Capacity. XXXX XXXXXXXX Liebert North America

7 Best Practices for Increasing Efficiency, Availability and Capacity. XXXX XXXXXXXX Liebert North America 7 Best Practices for Increasing Efficiency, Availability and Capacity XXXX XXXXXXXX Liebert North America Emerson Network Power: The global leader in enabling Business-Critical Continuity Automatic Transfer

More information

MSYS 4480 AC Systems Winter 2015

MSYS 4480 AC Systems Winter 2015 MSYS 4480 AC Systems Winter 2015 Module 12: DATA CENTERS By Satwinder Singh 14/05/2015 1 Data Centers Data Centers are specialized environments that safeguard your company's most valuable equipment and

More information

Cooling on Demand - scalable and smart cooling solutions. Marcus Edwards B.Sc.

Cooling on Demand - scalable and smart cooling solutions. Marcus Edwards B.Sc. Cooling on Demand - scalable and smart cooling solutions Marcus Edwards B.Sc. Schroff UK Limited Data Centre cooling what a waste of money! A 1MW data center needs 177,000,000 kwh in its lifetime of 10

More information

Datacenter Efficiency Trends. Cary Roberts Tellme, a Microsoft Subsidiary

Datacenter Efficiency Trends. Cary Roberts Tellme, a Microsoft Subsidiary Datacenter Efficiency Trends Cary Roberts Tellme, a Microsoft Subsidiary Power Slashing Tools P3 Kill-A-WATT Measures min, max, and instantaneous voltage and current draw Calculates power (watts), kilowatt

More information

Today s Lecture. CS 61C: Great Ideas in Computer Architecture (Machine Structures) Map Reduce

Today s Lecture. CS 61C: Great Ideas in Computer Architecture (Machine Structures) Map Reduce CS 61C: Great Ideas in Computer Architecture (Machine Structures) Map Reduce 8/29/12 Instructors Krste Asanovic, Randy H. Katz hgp://inst.eecs.berkeley.edu/~cs61c/fa12 Fall 2012 - - Lecture #3 1 Today

More information

A Computer Scientist Looks at the Energy Problem

A Computer Scientist Looks at the Energy Problem A Computer Scientist Looks at the Energy Problem Randy H. Katz University of California, Berkeley EECS BEARS Symposium February 12, 2009 Energy permits things to exist; information, to behave purposefully.

More information

Cloud Computing Economies of Scale

Cloud Computing Economies of Scale Cloud Computing Economies of Scale AWS Executive Symposium 2010 James Hamilton, 2010/7/15 VP & Distinguished Engineer, Amazon Web Services email: James@amazon.com web: mvdirona.com/jrh/work blog: perspectives.mvdirona.com

More information

Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling. Jeremiah Stikeleather Applications Engineer

Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling. Jeremiah Stikeleather Applications Engineer Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling Jeremiah Stikeleather Applications Engineer Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling While CRAH cooling has been

More information

Energy Usage in Cloud Part2. Salih Safa BACANLI

Energy Usage in Cloud Part2. Salih Safa BACANLI Energy Usage in Cloud Part2 Salih Safa BACANLI Cooling Virtualization Energy Proportional System Conclusion Cooling After servers, the second largest consumer of power in a data center is the cooling system.(kava,

More information

MEASURE MONITOR UNDERSTAND

MEASURE MONITOR UNDERSTAND MEASURE MONITOR UNDERSTAND Presented by Alistair Hunt Energy Monitoring, Measurement metrics Where and What 1 History & Background Company Timeline 18 Years Comrac & Sinetica founded 15 Years Raritan Integration

More information

PROCESS & DATA CENTER COOLING. How and Why To Prepare For What s To Come JOHN MORRIS REGIONAL DIRECTOR OF SALES

PROCESS & DATA CENTER COOLING. How and Why To Prepare For What s To Come JOHN MORRIS REGIONAL DIRECTOR OF SALES PROCESS & DATA CENTER COOLING How and Why To Prepare For What s To Come JOHN MORRIS REGIONAL DIRECTOR OF SALES CONGRATULATIONS 2 BOLD PREDICTION 3 Where We Are TODAY Computer Technology NOW advances more

More information

Next Generation Cooling

Next Generation Cooling Next Generation Cooling Server Manufacturer Perspective Practical and Cost Effective David Moss Data Center Strategist Dell 1 Why Chip, Row, or Rack? Density? Energy Don t be scared; I don t see 50kW/rack

More information

The End of Redundancy. Alan Wood Sun Microsystems May 8, 2009

The End of Redundancy. Alan Wood Sun Microsystems May 8, 2009 The End of Redundancy Alan Wood Sun Microsystems May 8, 2009 Growing Demand, Shrinking Resources By 2008, 50% of current data centers will have insufficient power and cooling capacity to meet the demands

More information

Energy Logic: Emerson Network Power. A Roadmap for Reducing Energy Consumption in the Data Center. Ross Hammond Managing Director

Energy Logic: Emerson Network Power. A Roadmap for Reducing Energy Consumption in the Data Center. Ross Hammond Managing Director Energy Logic: A Roadmap for Reducing Energy Consumption in the Data Center Emerson Network Power Ross Hammond Managing Director Agenda Energy efficiency Where We Are Today What Data Center Managers Are

More information

CSE 124: THE DATACENTER AS A COMPUTER. George Porter November 20 and 22, 2017

CSE 124: THE DATACENTER AS A COMPUTER. George Porter November 20 and 22, 2017 CSE 124: THE DATACENTER AS A COMPUTER George Porter November 20 and 22, 2017 ATTRIBUTION These slides are released under an Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) Creative

More information

Power & Cooling Considerations for Virtualized Environments

Power & Cooling Considerations for Virtualized Environments Power & Cooling Considerations for Virtualized Environments Cisco Data Center Day 2008 31-01-2008 APC-MGE Vision & Mission OUR VISION APC-MGE products ensure availability wherever data is created, transmitted

More information

context: massive systems

context: massive systems cutting the electric bill for internetscale systems Asfandyar Qureshi (MIT) Rick Weber (Akamai) Hari Balakrishnan (MIT) John Guttag (MIT) Bruce Maggs (Duke/Akamai) Éole @ flickr context: massive systems

More information

Optimization in Data Centres. Jayantha Siriwardana and Saman K. Halgamuge Department of Mechanical Engineering Melbourne School of Engineering

Optimization in Data Centres. Jayantha Siriwardana and Saman K. Halgamuge Department of Mechanical Engineering Melbourne School of Engineering Optimization in Data Centres Jayantha Siriwardana and Saman K. Halgamuge Department of Mechanical Engineering Melbourne School of Engineering Outline Background and Motivation Overview and scale of data

More information

Cooling. Highly efficient cooling products for any IT application. For More Information: (866) DATA CENTER SOLUTIONS

Cooling. Highly efficient cooling products for any IT application. For More Information: (866) DATA CENTER SOLUTIONS Cooling > Highly efficient cooling products for any IT application. DATA CENTER SOLUTIONS For More Information: (866) 787-3271 Sales@PTSdcs.com End-to-End Cooling Solutions from the Closet to the Data

More information

BENEFITS OF ASETEK LIQUID COOLING FOR DATA CENTERS

BENEFITS OF ASETEK LIQUID COOLING FOR DATA CENTERS BENEFITS OF ASETEK LIQUID COOLING FOR DATA CENTERS Asetek has leveraged its expertise as the world-leading provider of efficient liquid cooling systems to create its RackCDU and ISAC direct-to-chip liquid

More information

Internet-Scale Datacenter Economics: Costs & Opportunities High Performance Transaction Systems 2011

Internet-Scale Datacenter Economics: Costs & Opportunities High Performance Transaction Systems 2011 Internet-Scale Datacenter Economics: Costs & Opportunities High Performance Transaction Systems 2011 James Hamilton, 2011/10/24 VP & Distinguished Engineer, Amazon Web Services email: James@amazon.com

More information

Cloud Computing. What is cloud computing. CS 537 Fall 2017

Cloud Computing. What is cloud computing. CS 537 Fall 2017 Cloud Computing CS 537 Fall 2017 What is cloud computing Illusion of infinite computing resources available on demand Scale-up for most apps Elimination of up-front commitment Small initial investment,

More information

How Liquid Cooling Helped Two University Data Centers Achieve Cooling Efficiency Goals. Michael Gagnon Coolcentric October

How Liquid Cooling Helped Two University Data Centers Achieve Cooling Efficiency Goals. Michael Gagnon Coolcentric October How Liquid Cooling Helped Two University Data Centers Achieve Cooling Efficiency Goals Michael Gagnon Coolcentric October 13 2011 Data Center Trends Energy consumption in the Data Center (DC) 2006-61 billion

More information

Virtualization and consolidation

Virtualization and consolidation Virtualization and consolidation Choosing a density strategy Implementing a high-density environment Maximizing the efficiency benefit Anticipating the dynamic data center Schneider Electric 1 Topical

More information

Data Center Fundamentals: The Datacenter as a Computer

Data Center Fundamentals: The Datacenter as a Computer Data Center Fundamentals: The Datacenter as a Computer George Porter CSE 124 Feb 10, 2017 Includes material from (1) Barroso, Clidaras, and Hölzle, as well as (2) Evrard (Michigan), used with permission

More information

Distributed Data Infrastructures, Fall 2017, Chapter 2. Jussi Kangasharju

Distributed Data Infrastructures, Fall 2017, Chapter 2. Jussi Kangasharju Distributed Data Infrastructures, Fall 2017, Chapter 2 Jussi Kangasharju Chapter Outline Warehouse-scale computing overview Workloads and software infrastructure Failures and repairs Note: Term Warehouse-scale

More information

Datacenters. Mendel Rosenblum. CS142 Lecture Notes - Datacenters

Datacenters. Mendel Rosenblum. CS142 Lecture Notes - Datacenters Datacenters Mendel Rosenblum Evolution of datacenters 1960's, 1970's: a few very large time-shared computers 1980's, 1990's: heterogeneous collection of lots of smaller machines. Today and into the future:

More information

Recent Trends. CS 537 Section 11 Large Scale Systems. Effects of Google s HW philosophy. Google Design Philosophy 5/5/09

Recent Trends. CS 537 Section 11 Large Scale Systems. Effects of Google s HW philosophy. Google Design Philosophy 5/5/09 Recent Trends CS 537 Section 11 Large Scale Systems Michael Swift Computing is moving away from the desktop To mobile device: smart phones To data centers: cloud computing Why? Cheap communication Enables

More information

Systems and Technology Group. IBM Technology and Solutions Jan Janick IBM Vice President Modular Systems and Storage Development

Systems and Technology Group. IBM Technology and Solutions Jan Janick IBM Vice President Modular Systems and Storage Development Systems and Technology Group IBM Technology and Solutions Jan Janick IBM Vice President Modular Systems and Storage Development Power and cooling are complex issues There is no single fix. IBM is working

More information

Data Center Energy Savings By the numbers

Data Center Energy Savings By the numbers Data Center Energy Savings By the numbers Chris Kurkjian, PE HP Critical Facility Services provided by EYP Mission Critical Facilities 2008 Hewlett-Packard Development Company, L.P. The information contained

More information

Future of Cooling High Density Equipment. Steve Madara Vice President and General Manager Liebert Precision Cooling Business Emerson Network Power

Future of Cooling High Density Equipment. Steve Madara Vice President and General Manager Liebert Precision Cooling Business Emerson Network Power Future of Cooling High Density Equipment Steve Madara Vice President and General Manager Liebert Precision Cooling Business Emerson Network Power Agenda Issues facing the Data Center Managing the explosive

More information

How High Temperature Data Centers & Intel Technologies save Energy, Money, Water and Greenhouse Gas Emissions

How High Temperature Data Centers & Intel Technologies save Energy, Money, Water and Greenhouse Gas Emissions Intel Intelligent Power Management Intel How High Temperature Data Centers & Intel Technologies save Energy, Money, Water and Greenhouse Gas Emissions Power savings through the use of Intel s intelligent

More information

Green Data Centers A Guideline

Green Data Centers A Guideline Green Data Centers A Guideline Sekhar Kondepudi Ph.D Associate Professor Smart Buildings & Smart Cities Vice Chair Focus Group on Smart Sustainable Cities ITU-TRCSL Workshop on Greening the Future: Bridging

More information

Data Center Trends: How the Customer Drives Industry Advances and Design Development

Data Center Trends: How the Customer Drives Industry Advances and Design Development Bablu Kazi, PE MORRISON HERSHFIELD MISSION CRITICAL Data Center Trends: How the Customer Drives Industry Advances and Design Development What does the Customer Need? Scalability P U E Latest Technology

More information

84 kw, Tier 3, Direct Expansion, 937 ft 2

84 kw, Tier 3, Direct Expansion, 937 ft 2 [Reference Design 42] 84 kw, Tier 3, Direct Expansion, 937 ft 2 DESIGN OVERVIEW Data Center IT Capacity 84 kw Target Availability Tier 3 Annualized PUE at 100% Load 1.712 Total Racks and Average Density

More information

COST EFFICIENCY VS ENERGY EFFICIENCY. Anna Lepak Universität Hamburg Seminar: Energy-Efficient Programming Wintersemester 2014/2015

COST EFFICIENCY VS ENERGY EFFICIENCY. Anna Lepak Universität Hamburg Seminar: Energy-Efficient Programming Wintersemester 2014/2015 COST EFFICIENCY VS ENERGY EFFICIENCY Anna Lepak Universität Hamburg Seminar: Energy-Efficient Programming Wintersemester 2014/2015 TOPIC! Cost Efficiency vs Energy Efficiency! How much money do we have

More information

Planning a Green Datacenter

Planning a Green Datacenter Planning a Green Datacenter Dr. Dominique Singy Contribution to: Green IT Crash Course Organisator: Green IT Special Interest Group of the Swiss Informatics Society ETH-Zurich / February 13, Green Data

More information

DATA CENTER LIQUID COOLING

DATA CENTER LIQUID COOLING DATA CENTER LIQUID COOLING EFFICIENT, EFFECTIVE, SUSTAINABLE What is Liquid Cooling? Key Trends & Potential Inhibitors Why are Many Owner/Operators Making the Move? Types of Liquid Cooling Solutions Liquid

More information

Partner Introduction

Partner Introduction P R E S E N T S Partner Introduction September 16, 2013 Today s Agenda The Market Opportunity The Cooling Capacity Factor (CCF) New service Benefits to Upsite Partners How to Sell Launch Plan & Support

More information

SMART SOLUTIONS TM INTELLIGENT, INTEGRATED INFRASTRUCTURE FOR THE DATA CENTER

SMART SOLUTIONS TM INTELLIGENT, INTEGRATED INFRASTRUCTURE FOR THE DATA CENTER SMART SOLUTIONS TM INTELLIGENT, INTEGRATED INFRASTRUCTURE FOR THE DATA CENTER Enabling Tomorrow s CRITICAL EDGE INFRASTRUCTURE We helped some of the largest names in the industry bring new capacity online

More information

Scaling Data Center Application Infrastructure. Gary Orenstein, Gear6

Scaling Data Center Application Infrastructure. Gary Orenstein, Gear6 Scaling Data Center Application Infrastructure Gary Orenstein, Gear6 SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this

More information

3300 kw, Tier 3, Chilled Water, 70,000 ft 2

3300 kw, Tier 3, Chilled Water, 70,000 ft 2 [Reference Design 22] 3300 kw, Tier 3, Chilled Water, 70,000 ft 2 DESIGN OVERVIEW Data Center IT Capacity 1100 kw per Data Hall 3 Independent Data Halls Design Application Range This design can be applied

More information

Data centers control: challenges and opportunities

Data centers control: challenges and opportunities 1 Data centers control: challenges and opportunities Damiano Varagnolo Luleå University of Technology Aug. 24th, 2015 First part: what is a datacenter and what is its importance in our society Data centers

More information

APC APPLICATION NOTE #74

APC APPLICATION NOTE #74 #74 Configuration of InfraStruXure for Data Centers to Support Dell PowerEdge 1855 Abstract Many companies are making plans to incorporate Dell PowerEdge Blade Servers into their data center applications.

More information

Introduction. Service and Support

Introduction. Service and Support We Do It Better. Contents Introduction... 3 Service and Support... 3 Data Center Details... 4 Security... 4 Location... 4 Power... 4 Humidification... 5 AC... 5 Cooling... 6 Datacenter Features... 6 SAS

More information

Switch to Perfection

Switch to Perfection Switch to Perfection Traditional Data Centre - Temperatures Ideal Air Temperature: 22 C Chilled Water: 7-9 C Heat Load per Rack: Up to 4,5 Chilling & Pump Set The challenge a thermal image Front View of

More information

The Efficient Enterprise. All content in this presentation is protected 2008 American Power Conversion Corporation

The Efficient Enterprise. All content in this presentation is protected 2008 American Power Conversion Corporation Ee The Efficient Enterprise All content in this presentation is protected 2008 American Power Conversion Corporation Keystrokes Kilowatts Heat OUT Electricity IN Need for bandwidth exploding Going hyperbolic!

More information

System Overview. Liquid Cooling for Data Centers. Negative Pressure Cooling Without Risk of Leaks

System Overview. Liquid Cooling for Data Centers. Negative Pressure Cooling Without Risk of Leaks Liquid Cooling for Data Centers System Overview The Chilldyne Cool-Flo System is a direct-to-chip liquid cooling system that delivers coolant under negative pressure. Chilldyne s technologies were designed

More information

1008 kw, Tier 2, Chilled Water, ft 2

1008 kw, Tier 2, Chilled Water, ft 2 [eference Design 81] 1008 kw, Tier 2, hilled Water, 18115 ft 2 DESIGN OVEVIEW Data enter IT apacity 1008 kw Adaptable from 200 kw to 3024 kw Target Availability Tier 2 Annualized PUE at 100% Load 1.65

More information

Ecoflair Air Economizers

Ecoflair Air Economizers Ecoflair Air Economizers Cooling to maximize value for the cloud schneider-electric.com/ecoflair Life is On Schneider Electric 1 Ecoflair takes data center efficiency to new heights 2 Imagine cooling your

More information

The MapReduce Abstraction

The MapReduce Abstraction The MapReduce Abstraction Parallel Computing at Google Leverages multiple technologies to simplify large-scale parallel computations Proprietary computing clusters Map/Reduce software library Lots of other

More information

Hot vs Cold Energy Efficient Data Centers. - SVLG Data Center Center Efficiency Summit

Hot vs Cold Energy Efficient Data Centers. - SVLG Data Center Center Efficiency Summit Hot vs Cold Energy Efficient Data Centers - SVLG Data Center Center Efficiency Summit KC Mares November 2014 The Great Debate about Hardware Inlet Temperature Feb 2003: RMI report on high-performance data

More information

TWO FINANCIAL IMPACT STUDIES. Seal IT Equipment Cabinets for Significant Annual Cost Savings and Simple Payback in a Few Short Months

TWO FINANCIAL IMPACT STUDIES. Seal IT Equipment Cabinets for Significant Annual Cost Savings and Simple Payback in a Few Short Months TWO FINANCIAL IMPACT STUDIES Seal IT Equipment Cabinets for Significant Annual Cost Savings and Simple Payback in a Few Short Months TWO FINANCIAL IMPACT STUDIES Seal IT Equipment Cabinets for Significant

More information

A Data Center Heat Removal System That Saves... 80% Discover Inertech s Award-winning Data Center Heat Removal System

A Data Center Heat Removal System That Saves... 80% Discover Inertech s Award-winning Data Center Heat Removal System A Data Center Heat Removal System That Saves... Infrastructure Power Water up to 40% up to 80% up to 85% Discover Inertech s Award-winning Data Center Heat Removal System A Cool Solution; A Breakthrough

More information

Efficiency of Data Center cooling

Efficiency of Data Center cooling Efficiency of Data Center cooling Comparison of data room layouts and cooling systems Bohumil Cimbal Product manager for Cooling Systems in CONTEG Company Objective Basic questions between investor and

More information

Open Compute Solutions Guide

Open Compute Solutions Guide Open Compute Solutions Guide Delivering density, performance and serviceability for demanding and extraordinary customers www.penguincomputing.com 1-888-PENGUIN (736-4846) twitter: @Penguin HPC Tundra

More information

SmartRow Solution Intelligent, Integrated Infrastructure for the Data Center

SmartRow Solution Intelligent, Integrated Infrastructure for the Data Center SmartRow Solution Intelligent, Integrated Infrastructure for the Data Center Deploy a Fully Configured Data Center in Just Weeks Availability, Capacity, Efficiency. You need them and now you can have them

More information

Cloud Computing Economics

Cloud Computing Economics Cloud Computing Economics Cloud for the Enterprise 2010 James Hamilton, 2010/11/11 VP & Distinguished Engineer, Amazon Web Services email: James@amazon.com web: mvdirona.com/jrh/work blog: perspectives.mvdirona.com

More information

Driving Data Warehousing with iomemory

Driving Data Warehousing with iomemory Driving Data Warehousing with iomemory Fusion s iomemory offers dramatic performance improvements and cost savings for data warehousing environments. Introduction The primary challenge data warehousing

More information

OpenManage Power Center Demo Guide for https://demos.dell.com

OpenManage Power Center Demo Guide for https://demos.dell.com OpenManage Power Center Demo Guide for https://demos.dell.com Contents Introduction... 3 Lab 1 Demo Environment... 6 Lab 2 Change the default settings... 7 Lab 3 Discover the devices... 8 Lab 4 Group Creation

More information

Smart Data Centres. Robert M Pe, Data Centre Consultant HP Services SEA

Smart Data Centres. Robert M Pe, Data Centre Consultant HP Services SEA Smart Data Centres Robert M Pe, Data Centre Consultant Services SEA 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Content Data center

More information

Close-coupled cooling

Close-coupled cooling Close-coupled cooling Intelligently controlled high-performance InRow cooling for the IT environment APC TM by Schneider Electric close-coupled cooling products provide a modular, scalable, and predictable

More information

S I T E I N F R A S T R U C T U R E C U R R E N T P R O B L E M S A N D P R O P O S E D S O L U T I O N S

S I T E I N F R A S T R U C T U R E C U R R E N T P R O B L E M S A N D P R O P O S E D S O L U T I O N S Liverpool HEP Computing S I T E I N F R A S T R U C T U R E C U R R E N T P R O B L E M S A N D P R O P O S E D S O L U T I O N S Cooling Air condition and water cooling units that need regular manual

More information

Prefabricated Data Center Solutions: Coming of Age

Prefabricated Data Center Solutions: Coming of Age Prefabricated Data Center Solutions: Coming of Age Steven Carlini - Global Data Center Marketing Director April 2014 Schneider Electric 1 Schneider Electric 2 Your ability to compete relies on the design,

More information

TECHNICAL OVERVIEW ACCELERATED COMPUTING AND THE DEMOCRATIZATION OF SUPERCOMPUTING

TECHNICAL OVERVIEW ACCELERATED COMPUTING AND THE DEMOCRATIZATION OF SUPERCOMPUTING TECHNICAL OVERVIEW ACCELERATED COMPUTING AND THE DEMOCRATIZATION OF SUPERCOMPUTING Table of Contents: The Accelerated Data Center Optimizing Data Center Productivity Same Throughput with Fewer Server Nodes

More information

HIGH DENSITY RACK COOLING CHOICES

HIGH DENSITY RACK COOLING CHOICES WATERCOOLED HIGH PERFORMANCE COMPUTING SYSTEMS AQUILA WHITE PAPER HIGH DENSITY RACK COOLING CHOICES by Phil Hughes Reprinted with permission of Clustered Systems Company, Inc 1 THIS WHITE PAPER DISCUSSES

More information

Internet Scale Infrastructure Innovation

Internet Scale Infrastructure Innovation Compute Summit Internet Scale Infrastructure Innovation Open Compute Summit 2011 James Hamilton VP & Distinguished Engineer, Amazon Web Services email: James@amazon.com web: mvdirona.com/jrh/work blog:

More information

Impact of Air Containment Systems

Impact of Air Containment Systems White Paper June 2012 WP-20 Impact of Air Containment Systems Reducing Energy Consumption Introduction: The Importance of Maintaining Data Center Cooling Energy Efficiency Data centers are mission-critical

More information

Data Centers. Powerful Solutions That Put You in Control. Energy Management Solutions. Where your energy dollars are used. 1

Data Centers. Powerful Solutions That Put You in Control. Energy Management Solutions. Where your energy dollars are used. 1 Energy for What s Ahead SM Energy Management Solutions Data Centers Powerful Solutions That Put You in Control Ready to take a byte out of your data center energy use and become more cost-effcient? Data

More information

Evaporative free air cooling technology Providing evaporative free air cooling solutions.

Evaporative free air cooling technology Providing evaporative free air cooling solutions. Evaporative free air cooling technology Providing evaporative free air cooling solutions. Creating an effective workspace environment data centre free air cooling technology FreeCool - Evaporative Free

More information

Google s Green Data Centers: Network POP Case Study

Google s Green Data Centers: Network POP Case Study Google s Green Data Centers: Network POP Case Study Table of Contents Introduction... 2 Best practices: Measuring. performance, optimizing air flow,. and turning up the thermostat... 2...Best Practice

More information

Reducing Data Center Cooling Costs through Airflow Containment

Reducing Data Center Cooling Costs through Airflow Containment FEATURE Reducing Data Center Cooling Costs through Airflow Containment Implementing a containment solution in the data center costs much less than the alternatives of adding air handlers or other supplemental

More information

Help your Cisco customers defend against downtime and reduce costs

Help your Cisco customers defend against downtime and reduce costs Help your Cisco customers defend against downtime and reduce costs Why and when to sell Eaton Power Management solutions Incorporating power management with Cisco solutions boosts your sales revenue, while

More information

Capacity and Power Management: The Forgotten Factors in Disaster Recovery Planning Presented by: Clemens Pfeiffer CTO Power Assure, Inc.

Capacity and Power Management: The Forgotten Factors in Disaster Recovery Planning Presented by: Clemens Pfeiffer CTO Power Assure, Inc. Capacity and Power Management: The Forgotten Factors in Disaster Recovery Planning Presented by: Clemens Pfeiffer CTO Power Assure, Inc. The Purpose of a Data Center Provide IT equipment a healthy environment

More information

ENCLOSURE HEAT DISSIPATION

ENCLOSURE HEAT DISSIPATION ENCLOSURE HEAT DISSIPATION DATA CENTER SOLUTIONS A White Paper by Great Lakes Case & Cabinet Company www.werackyourworld.com 814.734.7303 Page 2 Introduction Dangerous heat levels inside an enclosure threaten

More information

Data Center Trends and Challenges

Data Center Trends and Challenges Data Center Trends and Challenges, IBM Fellow Chief Engineer - Data Center Energy Efficiency Customers challenges are driven by the following Increasing IT demand Continued cost pressure Responsive to

More information

Green IT Project: The Business Case

Green IT Project: The Business Case Green IT Project: The Business Case Indumathi Lnu University at Albany DATE We will discuss Identifying green IT projects Funding green IT projects Building the business case Case study: University at

More information

BIG DATA AND HADOOP ON THE ZFS STORAGE APPLIANCE

BIG DATA AND HADOOP ON THE ZFS STORAGE APPLIANCE BIG DATA AND HADOOP ON THE ZFS STORAGE APPLIANCE BRETT WENINGER, MANAGING DIRECTOR 10/21/2014 ADURANT APPROACH TO BIG DATA Align to Un/Semi-structured Data Instead of Big Scale out will become Big Greatest

More information

Is Data Center Free Cooling Feasible in the Middle East? By Noriel Ong, ASEAN Eng., PMP, ATD, PQP

Is Data Center Free Cooling Feasible in the Middle East? By Noriel Ong, ASEAN Eng., PMP, ATD, PQP Is Data Center Free Cooling Feasible in the Middle East? By Noriel Ong, ASEAN Eng., PMP, ATD, PQP This case study will evaluate the feasibility of data center free cooling in the Middle East using indirect

More information

CISC 7610 Lecture 2b The beginnings of NoSQL

CISC 7610 Lecture 2b The beginnings of NoSQL CISC 7610 Lecture 2b The beginnings of NoSQL Topics: Big Data Google s infrastructure Hadoop: open google infrastructure Scaling through sharding CAP theorem Amazon s Dynamo 5 V s of big data Everyone

More information

Total Modular Data Centre Solutions

Total Modular Data Centre Solutions Sector Data Centre Total Modular Data Centre Solutions www.airedale.com BRITISH MANUFACTURER ENERGY EFFICIENCY CONTROLS SERVICE TRAINING 01 Standardised Modular Designs to fit your needs Our modular system

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

CPSC 426/526. Cloud Computing. Ennan Zhai. Computer Science Department Yale University

CPSC 426/526. Cloud Computing. Ennan Zhai. Computer Science Department Yale University CPSC 426/526 Cloud Computing Ennan Zhai Computer Science Department Yale University Recall: Lec-7 In the lec-7, I talked about: - P2P vs Enterprise control - Firewall - NATs - Software defined network

More information

Optimizing Apache Spark with Memory1. July Page 1 of 14

Optimizing Apache Spark with Memory1. July Page 1 of 14 Optimizing Apache Spark with Memory1 July 2016 Page 1 of 14 Abstract The prevalence of Big Data is driving increasing demand for real -time analysis and insight. Big data processing platforms, like Apache

More information

OpEx Drivers in the Enterprise

OpEx Drivers in the Enterprise OpEx Drivers in the Enterprise A Plexxi Perspective PLEXXI WHITE PAPER Affinity Networking for Data Centers and Clouds IDC research indicates that capital costs account for nearly two-thirds of the purchasing

More information

Towards Energy Proportionality for Large-Scale Latency-Critical Workloads

Towards Energy Proportionality for Large-Scale Latency-Critical Workloads Towards Energy Proportionality for Large-Scale Latency-Critical Workloads David Lo *, Liqun Cheng *, Rama Govindaraju *, Luiz André Barroso *, Christos Kozyrakis Stanford University * Google Inc. 2012

More information

Infrastructure Innovation Opportunities Y Combinator 2013

Infrastructure Innovation Opportunities Y Combinator 2013 Infrastructure Innovation Opportunities Y Combinator 2013 James Hamilton, 2013/1/22 VP & Distinguished Engineer, Amazon Web Services email: James@amazon.com web: mvdirona.com/jrh/work blog: perspectives.mvdirona.com

More information

APC InfraStruXure Solution Overview

APC InfraStruXure Solution Overview APC InfraStruXure Solution Overview We re waiting for your call or email. 800--0 uptime@uptimeu.com Wiring Closets ( Racks) Small Server Rooms ( Racks) Small Data Centers ( 0 Racks) Medium Data Centers

More information

survey, 71% of respondents listed Improving capacity planning as a top driver for buying DCIM 1.

survey, 71% of respondents listed Improving capacity planning as a top driver for buying DCIM 1. :: In a recent Uptime Institute survey, 71% of respondents listed Improving capacity planning as a top driver for buying DCIM 1. 2 Maintain Assess Control ROI Monitor Optimize The Need for a Better Approach

More information

Data Center Design: Power, Cooling & Management

Data Center Design: Power, Cooling & Management Presents Data Center Design: Power, Cooling & Management The Legacy Data Center Large (oversized) UPS Systems Large Power Distribution Systems N, N+1 UPS topologies Large Free standing Static Switches

More information