ECCO: An integrated solution for Environment Compatible COmputing systems. G. B. Barone, D. Bottalico, V. Boccia, L. Carracciuolo

Size: px
Start display at page:

Download "ECCO: An integrated solution for Environment Compatible COmputing systems. G. B. Barone, D. Bottalico, V. Boccia, L. Carracciuolo"

Transcription

1 ECCO: An integrated solution for Environment Compatible COmputing systems G. B. Barone, D. Bottalico, V. Boccia, L. Carracciuolo

2 Outline Introduction, some remarks and general objectives The case study characteristics Our solution key-points Realization strategy and underlying technologies The ECCO solution description Some first results Conclusions and future works 2

3 Introduction Large Data Centers have costs of implementation and management (TCO - Total Cost of Ownership) generally very high: these costs relate largely energy consumption: Ethical issue: European Commission pushes to adopt an Action Plan for the promotion of energy efficiency in Europe Economic issue: Data Centers owners need to reduce the Total Cost od Ownership 3

4 Some remarks It is possible to implement energy-saving simple strategies in the management of big Data Centers, by means of resources availability reduction BUT Scientists (and also Industries) need to use big Data Centers to perform advancement of science and technology in strategic and generally mission-critical fields. The objective is: realize a system to reduce the energy costs, without too much neglecting the needs of users. 4

5 Reference case study: SCoPE data center Systems physical resources are part of a self contained Grid and Cloud infrastructure ; storage and computational resources are made available to national and international relevant distributed infrastructures and, thus, used not only from the local users CPU, 150TB SAN storage, Low Latency Infiniband connectivity

6 Reference case study: SCoPE data center Facilities S.Co.P.E. datacenter is based on a TIER III infrastructure design topology; Dedicated 1MW power plant equipped with diesel generator and redundant 1+1 ups; Fully redundant liquid cooling system capable of dissipating 2,000 Watt per cubic meter and 30,000 Watt per rack; Operational and safety parameters (i.e. temperature, power consumption) monitored through sensors;

7 Reference case study: SCoPE data center Other facilities details: The data related to the energy consumption of the data center IT systems and facilities equipment are provided by a number of wireless energy sensors installed on the main power lines; Energy data along with environmental and security parameters are collected by an industry standard Data Logger (SmartGate) and stored for statistical purpose; A System level degree of monitoring is achieved by separately tracking the energy spent to produce useful work (IT equipments) and the total energy consumed in the data center in order to monitoring the PUE 7

8 SCoPE: workflow characterization 1. The overall load (jobs ) can be highly variable with a variation percentage up to about 80%. 2. Workflow characterization in terms of CPU and I/O intensity for both sequential and parallel jobs. 3. jobs (of the same or different types) can have short (less than 2 hours), medium (up to 72 hours) and long execution times (some days)

9 that is: Objectives for our case study «Reducing the energy costs (without performing any change in facilities) without too much neglecting the needs of users» minimize the number of active physical resources; allocate physical resources in a suitable way, e.g. maximizing the number of active resources per rack; increase and reduce dynamically active resources on the basis of the users demand; to deliver as much as possible the maximum level of performance for both the system and applications. 9

10 Our solution key-points Much work already exists in literature, but our approach differs for these points: our use case, the SCoPE data center, is a part of a real hybrid production context our workflow is real, highly variable in time and heterogeneous the QoS metrics are not related to a pay-per-use model but a free-to-use one where SLAs constraints are related to user satisfaction at present, we are not able to implement any modification on both the power and the cooling system 10

11 Strategies and technologies we focus mainly on optimization strategies involving both sustainable and efficient resources management and allocation we use, among the others: Virtualization techniques (e.g. VMWARE and KVM) Cloud computing (based on Openstack) Data mining techniques for classification REST, Python, SNMP, 11

12 Our solution: the ECCO system Systems, Communications and Security (EASyCoSe 2014) 12

13 The ECCO components We designed the ECCO system as a combination of three kinds of modules: Modules that are able to detect the status of the data center (ECCO SENSORS) A module, which is the intelligence of the system, which identifies the best resource configuration for the data center (ECCO ENGINE) Modules that are able to apply to the data center the configuration chosen by the intelligence of the system(ecco ACTUATORS) 13

14 The ECCO sensors The ECCO SENSORS are asked to identify the state of the data center, from the following data: the users needs (in terms of QoS metrics) and the workflow characteristics; the actual overall data center energy consumption; all available resources characteristics; the actual resources load/availability ratio. 14

15 The ECCO actuators The ECCO ACTUATORS are asked to act on the data center configuration and on the workflow management on the basis of the directives received from the ECCO ENGINE. They perform: resources rationalization by turning on/off physical resource or by making available virtual resources of various kinds (compute, storage, etc.) in order to minimize energy consumption; resources aggregation in the same rack in order to maximize the cooling efficiency; partial or total workflow allocation on suitable resources able to guarantee the users satisfaction. 15

16 The core of the system: the ECCO ENGINE It is a black box responsible for processing the most sustainable resources arrangement for the data center. It can be formalized as a finite state machine (FSM), able to react to the changing in data provided by the sensors, by informing the suitable actuator about: the component to interact with (e.g. high-level services systems, resource manager, scheduler, etc.); the action to be taken (turn off/on physical/virtual resources to be allocated for each part of the workflow, etc.); the final resource where perform the action (compute, storage, etc.). 16

17 The core of the system: the ECCO ENGINE The ECCO ENGINE acts by means of its internal components: the historical database containing information about data center configurations previously used for already classified workflows and related delivered performances in terms of both users satisfaction and energy costs reduction; the ECCO OPT, that is asked to calculate, starting from information received by the ECCO SENSORS, the near-optimal configuration for the data center that matches the twofold aim to save energy and satisfy users; the workflow classifier for new workflows classification. 17

18 The ECCO OPT module The ECCO ENGINE FSM is modeled by a transfer function that, on the basis of both an optimization process performed by the ECCO OPT module, and actual/historical states, provides output to the suitable actuator. Our actual research activity is focused mainly on the mathematical formalization of the transfer function and the related optimization algorithm. 18

19 The workflow classifier To obtain an automatic jobs classification we used a Data Mining technique named data clustering that refers to the process aimed to divide into natural groups the instances represented by data. We develop the Workflow Classifier module using the Java APIs of the KMeans clustering algorithm implemented by the WEKA (Waikato Environment for Knowledge Analysis), a wellknown suite of machine learning software. At now, to perform workflow classification we considered two attributes: the jobs duration (tte - Total Time of Execution) and parallelism granularity (ntasks - the number of concurrent tasks of the job). 19

20 Workflow classification: first results January 2014 (a) Workflow classification: completed jobs (b) Weka clustering results: completed jobs The workflow classification performed on jobs completed on January 2014 provides results compliant to the real jobs classification 20

21 Realized sensors Energy consumption sensor: processes data retrieved from the hardware sensor for energy consumption measurement (the SmartGate device); Overall resources availability sensor: asks the suitable infrastructure Information System (TopBDII for Grid and OpenStack Nova for Cloud), for both resources kinds and availability; Resources state sensor: retrieves information about resources usage from the data center Resource Management System; Overall resources request sensor: retrieves information about users requirements from the data center Resource Management System. 21

22 The actuators We realized, at present only an actuator able to: power on/off physical systems by means of low level standard interfaces (e.g. SNMP); power on/off virtual computing/storage resources to be inserted into the Grid environment by means of the GaaS framework or general purpose Cloud resources via standard interfaces (e.g. OCCI). 22

23 Two solutions to help the ECCO realization GaaS (Grid as a Service) is a framework based on Cloud computing to make available virtualized Grid services (in particular computing and storage resources) on demand, instead of using a static set of physical resources. ASC (Adaptive Scheduling Controller), using an adaptive approach in job scheduling policy, allows a balanced, effective and efficient use of computational resources 23

24 Future works We are working to enrich the functionalities of ECCO ACTUATORS: partial or total workflow re-allocation for "migratable" applications (i.e. fully virtualized applications or checkpoint-enabled applications); GAAS ACTUATORS: full OCCI compliant cloud manager to enhance interoperability between different cloud provider; ECCO ENGINE: add the ability to choose the workflow classifier module that best match the long-term workflow to achieve better job classification and enhanced ECCO OPT module performance. 24

25 Acknowledgment This work has been realized thanks to the use of the S.Co.P.E computing infrastructure at the University of Naples in the framework of P.O.N. ReCaS Project 25

26 Thanks 26

Learn How to Leverage System z in Your Cloud

Learn How to Leverage System z in Your Cloud Learn How to Leverage System z in Your Cloud Mike Baskey IBM Thursday, February 7 th, 2013 Session 12790 Cloud implementations that include System z maximize Enterprise flexibility and increase cost savings

More information

The future is in the management tools. Profoss 22/01/2008

The future is in the management tools. Profoss 22/01/2008 The future is in the management tools Profoss 22/01/2008 Niko Nelissen Co founder & VP Business development Q layer Agenda Introduction Virtualization today Server & desktop virtualization Storage virtualization

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

Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation

Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation This paper discusses how data centers, offering a cloud computing service, can deal

More information

Managing Data Center Power and Cooling

Managing Data Center Power and Cooling White PAPER Managing Data Center Power and Cooling Introduction: Crisis in Power and Cooling As server microprocessors become more powerful in accordance with Moore s Law, they also consume more power

More information

2) Xen Hypervisor 3) UEC

2) Xen Hypervisor 3) UEC 5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools

More information

Exadata Database Machine Administration Workshop NEW

Exadata Database Machine Administration Workshop NEW Exadata Database Machine Administration Workshop NEW Duration: 4 Days What you will learn This course introduces students to Oracle Exadata Database Machine. Students learn about the various Exadata Database

More information

Energy Efficient MapReduce

Energy Efficient MapReduce Energy Efficient MapReduce Motivation: Energy consumption is an important aspect of datacenters efficiency, the total power consumption in the united states has doubled from 2000 to 2005, representing

More information

MaxDeploy Hyper- Converged Reference Architecture Solution Brief

MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Reference Architecture solutions are configured and tested for support with Maxta software- defined storage and with industry

More information

AbSTRACT INTRODUCTION background

AbSTRACT INTRODUCTION background february 20, 2007 GREEN GRID METRICS: Describing Datacenter Power Efficiency Technical Committee White Paper white paper 1 Abstract The Green Grid is an association of IT professionals seeking to dramatically

More information

Livrable L13.3. Nature Interne Date livraison 12/07/2012. Titre du Document Energy management system and energy consumption efficiency - COEES Code v1

Livrable L13.3. Nature Interne Date livraison 12/07/2012. Titre du Document Energy management system and energy consumption efficiency - COEES Code v1 Propriétés du Document Source du Document FUI-10-COMPATIBLE ONE Titre du Document Energy management system and energy consumption efficiency - COEES Code v1 Module(s) Responsable Auteur(s) / contributeur(s)

More information

Federation of Cloud Computing Infrastructure

Federation of Cloud Computing Infrastructure IJSTE International Journal of Science Technology & Engineering Vol. 1, Issue 1, July 2014 ISSN(online): 2349 784X Federation of Cloud Computing Infrastructure Riddhi Solani Kavita Singh Rathore B. Tech.

More information

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products MaxDeploy Ready Hyper- Converged Virtualization Solution With SanDisk Fusion iomemory products MaxDeploy Ready products are configured and tested for support with Maxta software- defined storage and with

More information

Datacenter Efficiency

Datacenter Efficiency EXECUTIVE STRATEGY BRIEF Operating highly-efficient datacenters is imperative as more consumers and companies move to a cloud computing environment. With high energy costs and pressure to reduce carbon

More information

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical Identify a problem Review approaches to the problem Propose a novel approach to the problem Define, design, prototype an implementation to evaluate your approach Could be a real system, simulation and/or

More information

Managing the Real Cost of On-Demand Enterprise Cloud Services with Chargeback Models

Managing the Real Cost of On-Demand Enterprise Cloud Services with Chargeback Models Managing the Real Cost of On-Demand Enterprise Cloud Services with Chargeback Models A Guide to Cloud Computing Costs, Server Costs, Pricing Plans, and Chargeback Implementation and Systems Introduction

More information

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction

More information

Environments, Services and Network Management for Green Clouds

Environments, Services and Network Management for Green Clouds Environments, Services and Network Management for Green Clouds Carlos Becker Westphall Networks and Management Laboratory Federal University of Santa Catarina MARCH 3RD, REUNION ISLAND IARIA GLOBENET 2012

More information

Green IT Promotion Council, Japan

Green IT Promotion Council, Japan Concept of New Metrics for Data Center Energy Efficiency Introduction of Datacenter Performance per Energy [ DPPE ] Green IT Promotion Council, Japan February2010 Abstract Power Usage Effectiveness (PUE)

More information

Improve competiveness of IDC and enterprise data centers with DCIM

Improve competiveness of IDC and enterprise data centers with DCIM Improve competiveness of IDC and enterprise data centers with DCIM This paper studies the implementation of modern DCIM systems for data centers to improve operational competitiveness with ATEN's DCIM

More information

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research Introduction to Cloud : Cloud and Cloud Storage Lecture 2 Dr. Dalit Naor IBM Haifa Research Storage Systems 1 Advanced Topics in Storage Systems for Big Data - Spring 2014, Tel-Aviv University http://www.eng.tau.ac.il/semcom

More information

Unveiling ~okeanos: A public cloud IaaS service coming from the depths of the GRNET's DataCenter facilities

Unveiling ~okeanos: A public cloud IaaS service coming from the depths of the GRNET's DataCenter facilities Greek Research and Technology Network 59 Unveiling ~okeanos: A public cloud IaaS service coming from the depths of the GRNET's DataCenter facilities Nectarios Koziris, GRNET Greek Research and Technology

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c

More information

DC4Cities: Incresing Renewable Energy Utilization of Data Centre in a smart cities. Page 1

DC4Cities: Incresing Renewable Energy Utilization of Data Centre in a smart cities. Page 1 DC4Cities: Incresing Renewable Energy Utilization of Data Centre in a smart cities M A RTA CHINNICI R E S E A R C H E R E N E A Page 1 DC4Cities Origins Green Service Level Agreements To Adapt the Renewable

More information

Barnaby Jeans Sr. Solution Architect Business Critical Applications

Barnaby Jeans Sr. Solution Architect Business Critical Applications Barnaby Jeans Sr. Solution Architect Business Critical Applications Connected, Mobile, Information-Centric World Business Reduction in Complexity via New IT Architectures and Business Models The IT Dilemma

More information

Cloud Computing, Virtualization & Green IT

Cloud Computing, Virtualization & Green IT Cloud Computing, Virtualization & Green IT Cloud computing can change how IT supports business Consider the following: As much as 85% of computing capacity sits idle in distributed computing environments.

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

Comprehensive Data Center Energy Management Solutions

Comprehensive Data Center Energy Management Solutions FROM INSIGHT TO EFFICIENCY: Comprehensive Data Center Energy Management Solutions Since 1995, facility managers and BAS professionals have relied on the Niagara framework to provide full convergence of

More information

Hybrid Cloud Backup and Recovery Software. Virtualization Support Real Backups of Virtual Environments

Hybrid Cloud Backup and Recovery Software. Virtualization Support Real Backups of Virtual Environments Hybrid Cloud Backup and Recovery Software Virtualization Support Asigra Inc. 1120 Finch Avenue West, Suite 400 Toronto, ON Canada M3J 3H7 tel: 416-736-8111 fax: 416-736-7120 email: info@asigra.com www.recoveryourcool.com

More information

VMware Software-Defined Storage Vision

VMware Software-Defined Storage Vision VMware Software-Defined Storage Vision Lee Dilworth (@leedilworth) Principal Systems Engineer 2014 VMware Inc. All rights reserved. The Software-Defined Data Center Expand virtual compute to all applications

More information

How To Develop A Data Center Cost Model

How To Develop A Data Center Cost Model Considerations in Data Center Migration Life Cycle Cost Estimating A Joint Information Environment (JIE) Perspective Dennis J. McKeon June 2015 Approved for Public Release; Distribution Unlimited 15-1446.

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

THE GREEN DATA CENTER

THE GREEN DATA CENTER GREEN IT THE GREEN DATA CENTER WHERE ECOLOGY MEETS ECONOMY We truly live in an information age. Data Centers serve a very important purpose they provide the global community with nearly unlimited access

More information

Distributed Computing and Big Data: Hadoop and MapReduce

Distributed Computing and Big Data: Hadoop and MapReduce Distributed Computing and Big Data: Hadoop and MapReduce Bill Keenan, Director Terry Heinze, Architect Thomson Reuters Research & Development Agenda R&D Overview Hadoop and MapReduce Overview Use Case:

More information

Virtualization Support - Real Backups of Virtual Environments

Virtualization Support - Real Backups of Virtual Environments Virtualization Support Real Backups of Virtual Environments Contents Virtualization Challenges 3 The Benefits of Agentless Backup 4 Backup and Recovery Built for Virtualized Environments 4 Agentless in

More information

Emerging Technology for the Next Decade

Emerging Technology for the Next Decade Emerging Technology for the Next Decade Cloud Computing Keynote Presented by Charles Liang, President & CEO Super Micro Computer, Inc. What is Cloud Computing? Cloud computing is Internet-based computing,

More information

Shareable Private Space on a Public Cloud

Shareable Private Space on a Public Cloud Shareable Private Space on a Public Cloud 1.0 Introduction: Sharable private space on public cloud (a distributed computing platform) is nontrivial task. With immerse of Free & Open Source Software (FOSS),

More information

A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems

A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems Anton Beloglazov, Rajkumar Buyya, Young Choon Lee, and Albert Zomaya Present by Leping Wang 1/25/2012 Outline Background

More information

Why is the V3 appliance so effective as a physical desktop replacement?

Why is the V3 appliance so effective as a physical desktop replacement? V3 Appliance FAQ Why is the V3 appliance so effective as a physical desktop replacement? The V3 appliance leverages local solid-state storage in the appliance. This design allows V3 to dramatically reduce

More information

Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows

Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows Solution Overview Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows Cisco Unified Computing System and Cisco UCS Manager The Cisco Unified Computing System (UCS)

More information

Becoming a Cloud Services Broker. Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013

Becoming a Cloud Services Broker. Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013 Becoming a Cloud Services Broker Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013 Hybrid delivery for the future Traditional IT Evolving current state Future Information

More information

Virtualizing Apache Hadoop. June, 2012

Virtualizing Apache Hadoop. June, 2012 June, 2012 Table of Contents EXECUTIVE SUMMARY... 3 INTRODUCTION... 3 VIRTUALIZING APACHE HADOOP... 4 INTRODUCTION TO VSPHERE TM... 4 USE CASES AND ADVANTAGES OF VIRTUALIZING HADOOP... 4 MYTHS ABOUT RUNNING

More information

SUN ORACLE EXADATA STORAGE SERVER

SUN ORACLE EXADATA STORAGE SERVER SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand

More information

cloud functionality: advantages and Disadvantages

cloud functionality: advantages and Disadvantages Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages

More information

Distribution transparency. Degree of transparency. Openness of distributed systems

Distribution transparency. Degree of transparency. Openness of distributed systems Distributed Systems Principles and Paradigms Maarten van Steen VU Amsterdam, Dept. Computer Science steen@cs.vu.nl Chapter 01: Version: August 27, 2012 1 / 28 Distributed System: Definition A distributed

More information

Comprehensive Data Center Energy Management Solutions

Comprehensive Data Center Energy Management Solutions FROM INSIGHT TO EFFICIENCY: Comprehensive Data Center Energy Management Solutions Since 1995, facility managers and BAS professionals have relied on the Niagara Framework to provide full convergence of

More information

Understand IBM Cloud Manager V4.2 for IBM z Systems

Understand IBM Cloud Manager V4.2 for IBM z Systems Understand IBM Cloud Manager V4.2 for IBM z Systems Kershaw Mehta kershaw@us.ibm.com August 14, 2015 Many organizations begin the cloud journey with a local cloud Organizations are looking for benefits

More information

Case study: End-to-end data centre infrastructure management

Case study: End-to-end data centre infrastructure management Case study: End-to-end data centre infrastructure management Situation: A leading public sector organisation suspected that their air conditioning units were not cooling the data centre efficiently. Consequently,

More information

Five Essential Components for Highly Reliable Data Centers

Five Essential Components for Highly Reliable Data Centers GE Intelligent Platforms Five Essential Components for Highly Reliable Data Centers Ensuring continuous operations with an integrated, holistic technology strategy that provides high availability, increased

More information

SoSe 2014 Dozenten: Prof. Dr. Thomas Ludwig, Dr. Manuel Dolz Vorgetragen von Hakob Aridzanjan 03.06.2014

SoSe 2014 Dozenten: Prof. Dr. Thomas Ludwig, Dr. Manuel Dolz Vorgetragen von Hakob Aridzanjan 03.06.2014 Total Cost of Ownership in High Performance Computing HPC datacenter energy efficient techniques: job scheduling, best programming practices, energy-saving hardware/software mechanisms SoSe 2014 Dozenten:

More information

CoolEmAll - Tools for realising an energy efficient data centre

CoolEmAll - Tools for realising an energy efficient data centre CoolEmAll - Tools for realising an energy efficient data centre Wolfgang Christmann christmann informationstechnik + medien GmbH & Co. KG www.christmann.info 1 Outline CoolEmAll project RECS system towards

More information

How to Maximize Data Center Efficiencies with Rack Level Power Distribution and Monitoring

How to Maximize Data Center Efficiencies with Rack Level Power Distribution and Monitoring How to Maximize Data Center Efficiencies with Rack Level Power Distribution and Monitoring Brian Rehnke e-pdu Business Development Manager November, 2011 The Problems Energy Usage in most data centers

More information

RaMP Data Center Manager. Data Center Infrastructure Management (DCIM) software

RaMP Data Center Manager. Data Center Infrastructure Management (DCIM) software RaMP Data Center Manager Data Center Infrastructure Management (DCIM) software One solution for both IT and facilities managers As data centers become more complex, it becomes increasingly important to

More information

Cloud Management: Knowing is Half The Battle

Cloud Management: Knowing is Half The Battle Cloud Management: Knowing is Half The Battle Raouf BOUTABA David R. Cheriton School of Computer Science University of Waterloo Joint work with Qi Zhang, Faten Zhani (University of Waterloo) and Joseph

More information

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers.

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers. White Paper Virtualized SAP: Optimize Performance with Cisco Data Center Virtual Machine Fabric Extender and Red Hat Enterprise Linux and Kernel-Based Virtual Machine What You Will Learn The virtualization

More information

An Energy-aware Multi-start Local Search Metaheuristic for Scheduling VMs within the OpenNebula Cloud Distribution

An Energy-aware Multi-start Local Search Metaheuristic for Scheduling VMs within the OpenNebula Cloud Distribution An Energy-aware Multi-start Local Search Metaheuristic for Scheduling VMs within the OpenNebula Cloud Distribution Y. Kessaci, N. Melab et E-G. Talbi Dolphin Project Team, Université Lille 1, LIFL-CNRS,

More information

How To Use The Cisco Wide Area Application Services (Waas) Network Module

How To Use The Cisco Wide Area Application Services (Waas) Network Module Cisco Wide Area Application Services (WAAS) Network Module The Cisco Wide Area Application Services (WAAS) Network Module for the Cisco Integrated Services Routers (ISR) is a powerful WAN optimization

More information

VIRTUALIZED SERVICES PLATFORM Software Defined Networking for enterprises and service providers

VIRTUALIZED SERVICES PLATFORM Software Defined Networking for enterprises and service providers VIRTUALIZED SERVICES PLATFORM Software Defined Networking for enterprises and service providers Why it s unique The Nuage Networks VSP is the only enterprise and service provider-grade SDN platform that:

More information

A Roadmap to Total Cost of Ownership

A Roadmap to Total Cost of Ownership A Roadmap to Total Cost of Ownership Building the Cost Basis for the Move to Cloud A white paper by Penny Collen The Roadmap to Total Cost of Ownership Getting a clear and complete financial picture of

More information

Experimental Awareness of CO 2 in Federated Cloud Sourcing

Experimental Awareness of CO 2 in Federated Cloud Sourcing Experimental Awareness of CO 2 in Federated Cloud Sourcing Julia Wells, Atos Spain This project is partially funded by European Commission under the 7th Framework Programme - Grant agreement no. 318048

More information

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

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

More information

Energy Efficiency Monitoring in Data Centers: Case Study at International Hellenic University. George Koutitas, Prof. L. Tassiulas, Prof. I.

Energy Efficiency Monitoring in Data Centers: Case Study at International Hellenic University. George Koutitas, Prof. L. Tassiulas, Prof. I. UTH and IHU (CI)-WP4 Energy Efficiency Monitoring in Data Centers: Case Study at International Hellenic University Plenary Meeting Gent, February-2012 George Koutitas, Prof. L. Tassiulas, Prof. I. Vlahavas

More information

HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads

HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads Gen9 Servers give more performance per dollar for your investment. Executive Summary Information Technology (IT) organizations face increasing

More information

Measuring Energy Efficiency in a Data Center

Measuring Energy Efficiency in a Data Center The goals of the greening of the Data Center are to minimize energy consumption and reduce the emission of green house gases (carbon footprint) while maximizing IT performance. Energy efficiency metrics

More information

Brian Amedro CTO. Worldwide Customers

Brian Amedro CTO. Worldwide Customers Denis Caromel CEO Brian Amedro CTO Cloud Enterprise Applications (B2B) Reduce Costs (IT) + Reduce Pains (Time) Worldwide Customers 1 1 Software company born of INRIA in 2007 Software Editor, Open Source

More information

Infrastructure as a Service (IaaS)

Infrastructure as a Service (IaaS) Infrastructure as a Service (IaaS) (ENCS 691K Chapter 4) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ References 1. R. Moreno et al.,

More information

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Jonathan Halstuch, COO, RackTop Systems JHalstuch@racktopsystems.com Big Data Invasion We hear so much on Big Data and

More information

Guest Room Controls & Monitoring System. Integrated Solution for Hotels Southern Countries. www.lonix.com

Guest Room Controls & Monitoring System. Integrated Solution for Hotels Southern Countries. www.lonix.com Guest Room Controls & Monitoring System Integrated Solution for Hotels Southern Countries www.lonix.com GUEST ROOM CONTROLS & MONITORING SYSTEM INDEX 1 GENERAL... 3 1.1 SYSTEM INTEGRATION... 3 1.2 USER

More information

Smarter Data Centers. Integrated Data Center Service Management

Smarter Data Centers. Integrated Data Center Service Management Smarter Data Centers Integrated Data Center Service Management Approx. 3.500 ton CO² is generated by: Diesel Car-6l /100 km 20.000 km Airplane 5 * Brussels-Barcelona Server, 1.5 A, 24*7*365*3.000 Kwhr

More information

Client Overview. Engagement Situation

Client Overview. Engagement Situation Client Overview Our client is a provider of Operational Analytics and Visualization solutions for cloud/datacenters that enables IT function of an organization to monitor, and plan complex cloud and data

More information

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012)

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012) Cloud Native Advantage: Multi-Tenant, Shared Container PaaS Version 1.1 (June 19, 2012) Table of Contents PaaS Container Partitioning Strategies... 03 Container Tenancy... 04 Multi-tenant Shared Container...

More information

White Paper Storage for Big Data and Analytics Challenges

White Paper Storage for Big Data and Analytics Challenges White Paper Storage for Big Data and Analytics Challenges Abstract Big Data and analytics workloads represent a new frontier for organizations. Data is being collected from sources that did not exist 10

More information

Dynamic Resource Allocation in Software Defined and Virtual Networks: A Comparative Analysis

Dynamic Resource Allocation in Software Defined and Virtual Networks: A Comparative Analysis Dynamic Resource Allocation in Software Defined and Virtual Networks: A Comparative Analysis Felipe Augusto Nunes de Oliveira - GRR20112021 João Victor Tozatti Risso - GRR20120726 Abstract. The increasing

More information

HadoopTM Analytics DDN

HadoopTM Analytics DDN DDN Solution Brief Accelerate> HadoopTM Analytics with the SFA Big Data Platform Organizations that need to extract value from all data can leverage the award winning SFA platform to really accelerate

More information

Storage Systems Can Now Get ENERGY STAR Labels and Why You Should Care. PRESENTATION TITLE GOES HERE Dennis Martin President, Demartek

Storage Systems Can Now Get ENERGY STAR Labels and Why You Should Care. PRESENTATION TITLE GOES HERE Dennis Martin President, Demartek Storage Systems Can Now Get ENERGY STAR Labels and Why You Should Care PRESENTATION TITLE GOES HERE Dennis Martin President, Demartek Agenda About Demartek Energy Efficiency in the Home and in Data Centers

More information

CLOUD COMPUTING. When It's smarter to rent than to buy

CLOUD COMPUTING. When It's smarter to rent than to buy CLOUD COMPUTING When It's smarter to rent than to buy Is it new concept? Nothing new In 1990 s, WWW itself Grid Technologies- Scientific applications Online banking websites More convenience Not to visit

More information

Private cloud computing advances

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

More information

The best platform for building cloud infrastructures. Ralf von Gunten Sr. Systems Engineer VMware

The best platform for building cloud infrastructures. Ralf von Gunten Sr. Systems Engineer VMware The best platform for building cloud infrastructures Ralf von Gunten Sr. Systems Engineer VMware The Problem Overwhelming complexity >70% of IT budgets just to keep the lights on

More information

BEA WebLogic Operations Control: Application Virtualization for Enterprise Java

BEA WebLogic Operations Control: Application Virtualization for Enterprise Java BEA WebLogic Operations Control: Application Virtualization for Enterprise Java Copyright Copyright 1995-2008 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software is protected

More information

Data Center Infrastructure Management: ERP for the Data Center Manager

Data Center Infrastructure Management: ERP for the Data Center Manager Data Center Infrastructure Management: ERP for the Data Center Manager 1 2 Topics What s DCIM & the ERP Analogy Why DCIM How DCIM Works How DCIM Helps 3 DCIM by Definition DCIM is a system that collects

More information

An Oracle White Paper July 2014. Oracle Database 12c: Meeting your Performance Objectives with Quality of Service Management

An Oracle White Paper July 2014. Oracle Database 12c: Meeting your Performance Objectives with Quality of Service Management An Oracle White Paper July 2014 Oracle Database 12c: Meeting your Performance Objectives with Quality of Service Management Introduction... 1 Overview of Oracle Database QoS Management... 1 Benefits of

More information

Virtual Machine Instance Scheduling in IaaS Clouds

Virtual Machine Instance Scheduling in IaaS Clouds Virtual Machine Instance Scheduling in IaaS Clouds Naylor G. Bachiega, Henrique P. Martins, Roberta Spolon, Marcos A. Cavenaghi Departamento de Ciência da Computação UNESP - Univ Estadual Paulista Bauru,

More information

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study DISTRIBUTED SYSTEMS AND CLOUD COMPUTING A Comparative Study Geographically distributed resources, such as storage devices, data sources, and computing power, are interconnected as a single, unified resource

More information

OPTIMIZING SERVER VIRTUALIZATION

OPTIMIZING SERVER VIRTUALIZATION OPTIMIZING SERVER VIRTUALIZATION HP MULTI-PORT SERVER ADAPTERS BASED ON INTEL ETHERNET TECHNOLOGY As enterprise-class server infrastructures adopt virtualization to improve total cost of ownership (TCO)

More information

WHITE PAPER Server Innovations: Examining DC Power as an Alternative for Increasing Data Center Efficiency and Reliability

WHITE PAPER Server Innovations: Examining DC Power as an Alternative for Increasing Data Center Efficiency and Reliability Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com WHITE PAPER Server Innovations: Examining DC Power as an Alternative for Increasing Data Center Efficiency

More information

THE GREEN GRID DATA CENTER POWER EFFICIENCY METRICS: PUE AND DCiE

THE GREEN GRID DATA CENTER POWER EFFICIENCY METRICS: PUE AND DCiE THE GREEN GRID DATA CENTER POWER EFFICIENCY METRICS: PUE AND DCiE 2007 The Green Grid. All rights reserved. No part of this publication may be used, reproduced, photocopied, transmitted, or stored in any

More information

1. Simulation of load balancing in a cloud computing environment using OMNET

1. Simulation of load balancing in a cloud computing environment using OMNET Cloud Computing Cloud computing is a rapidly growing technology that allows users to share computer resources according to their need. It is expected that cloud computing will generate close to 13.8 million

More information

Challenges and Importance of Green Data Center on Virtualization Environment

Challenges and Importance of Green Data Center on Virtualization Environment Challenges and Importance of Green Data Center on Virtualization Environment Abhishek Singh Department of Information Technology Amity University, Noida, Uttar Pradesh, India Priyanka Upadhyay Department

More information

Rise of RaaS: the Resource-as-a-Service Cloud

Rise of RaaS: the Resource-as-a-Service Cloud Agmon Ben-Yehuda, Ben-Yehuda, Schuster, Tsafrir Resource-as-a-Service (RaaS) 1/22 Rise of RaaS: the Resource-as-a-Service Cloud Orna Agmon Ben-Yehuda Muli Ben-Yehuda Assaf Schuster Dan Tsafrir Department

More information

Cloud computing: the state of the art and challenges. Jānis Kampars Riga Technical University

Cloud computing: the state of the art and challenges. Jānis Kampars Riga Technical University Cloud computing: the state of the art and challenges Jānis Kampars Riga Technical University Presentation structure Enabling technologies Cloud computing defined Dealing with load in cloud computing Service

More information

Big Data Use Case. How Rackspace is using Private Cloud for Big Data. Bryan Thompson. May 8th, 2013

Big Data Use Case. How Rackspace is using Private Cloud for Big Data. Bryan Thompson. May 8th, 2013 Big Data Use Case How Rackspace is using Private Cloud for Big Data Bryan Thompson May 8th, 2013 Our Big Data Problem Consolidate all monitoring data for reporting and analytical purposes. Every device

More information

Network Infrastructure Services CS848 Project

Network Infrastructure Services CS848 Project Quality of Service Guarantees for Cloud Services CS848 Project presentation by Alexey Karyakin David R. Cheriton School of Computer Science University of Waterloo March 2010 Outline 1. Performance of cloud

More information

Information Growth: Challenge or Opportunity for the Storage User?

Information Growth: Challenge or Opportunity for the Storage User? Information Growth: Challenge or Opportunity for the Storage User? Roberto Basilio Hitachi Data Systems Roberto.Basilio @hds.com @RB_HDS Insert Custom Session QR if Desired Information growth a challenge

More information

journey to a hybrid cloud

journey to a hybrid cloud journey to a hybrid cloud Virtualization and Automation VI015SN journey to a hybrid cloud Jim Sweeney, CTO GTSI about the speaker Jim Sweeney GTSI, Chief Technology Officer 35 years of engineering experience

More information

Big Data and Cloud Computing for GHRSST

Big Data and Cloud Computing for GHRSST Big Data and Cloud Computing for GHRSST Jean-Francois Piollé (jfpiolle@ifremer.fr) Frédéric Paul, Olivier Archer CERSAT / Institut Français de Recherche pour l Exploitation de la Mer Facing data deluge

More information

WHITEPAPER. One Cloud For All Your Critical Business Applications. www.airvm.com

WHITEPAPER. One Cloud For All Your Critical Business Applications. www.airvm.com WHITEPAPER One Cloud For All Your Critical Business Applications. www.airvm.com Introduction AirVM Coud is a fully customizable IaaS cloud platform designed for SMBs and IT professionals who want to move

More information

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing

More information

Energy Constrained Resource Scheduling for Cloud Environment

Energy Constrained Resource Scheduling for Cloud Environment Energy Constrained Resource Scheduling for Cloud Environment 1 R.Selvi, 2 S.Russia, 3 V.K.Anitha 1 2 nd Year M.E.(Software Engineering), 2 Assistant Professor Department of IT KSR Institute for Engineering

More information

Cloudify and OpenStack Heat

Cloudify and OpenStack Heat Cloudify and OpenStack Heat General Cloudify is an application orchestration platform that provides a complete solution for automating and managing application deployment and DevOps processes on top of

More information