TGCC OVERVIEW. 13 février 2014 CEA 10 AVRIL 2012 PAGE 1

Size: px
Start display at page:

Download "TGCC OVERVIEW. 13 février 2014 CEA 10 AVRIL 2012 PAGE 1"

Transcription

1 TGCC OVERVIEW CEA 10 AVRIL 2012 PAGE 1

2 CONTEXT Data-Centric Architecture Centralized storage, accessible from every TGCC s compute machines Make cross-platform data sharing possible Mutualized Storage Optimal use of resources High Performances Systems Manage more than 10PB of data Connected to computers via Lustre routeurs (100 Go/s) Hierarchical System HSM : Hierarchical Storage Manager LUSTRE filesystem for high performance access Automated migration to tapes (HPSS) PAGE 2

3 SOFTWARE COMPONENTS CEA 10 AVRIL 2012 PAGE 3

4 LUSTRE Parallel Filesystem Developed by Intel Data Division(formerly WhamCloud), with support form international labs and organizations OpenSource Product. Half of Top500 machines use it CEA is part of the development. Components MGS (Management Server) MDS (Metadata Server) OSS (Object Storage Server) Routers Clients GL-TGCC Two filesystems : work and store Interconnexion Infiniband QDR 1x metadata cells 2x MDS, 1x DDN SFA10K 10x cells I/O 4x OSS, 1x DDN SFA10K PAGE 4

5 HPSS High Performance HSM Developed by IBM Third party product, sold as service Components Core server movers disk (disks) movers tape (tapes) ST-TGCC 1x core server 2x cellules mover disk 4x servers, 1x DDN SFA10K 2x cellules mover tapes 3x servers, 4x LTO5 Tape Drive PAGE 5

6 STORAGE INSIDE TGCC CEA 10 AVRIL 2012 PAGE 6

7 ARCHITECTURE PAGE 7

8 FILESYSTEMS work LUSTRE File System Dedicated to short term data, and data sharing on the data-centric (core of the data-centric architecture) Quotas : 1To, 500k inodes per user Not correlated to the HSM store LUSTRE File System Dedicated to long term data Recommended file size : 1Go-100Go up to 1TB Quotas : 100k inodes per user, only inode quota, no quota on volume Automated migration/staging of data in the HSM PAGE 8

9 LUSTRE CEA 10 AVRIL 2012 PAGE 9

10 LUSTRE S ARCHITECTURE : INTRODUCTION Lustre : a parallel file system 1 Metadata Server (MDS) per defined filesystem Many Object Storage Servers(OSS) Can deal with thousands of clients Guarantees data and metadata coherency via LDLM (Lustre Distributed Lock Manager) Runs in the kernel space to be closer to hardware Open Source (GPL) PAGE 10

11 LES SYSTÈMES DE FICHIERS LUSTRE SERVIS PAR GL-TGCC work Core of the data centric architecture Quotas : 1TB, 500k inodes per user «Standalone» file system Mount point: /ccc/work ($CCCWORKDIR) Designed for throughput and performances store Should be used to store final results Connected to a HSM (see later slides) for bigger capacity Recommended file size : 1GB-100GB Quotas : 100k inodes per user, no quota on volume Automated migration and staging with the HSM (see later slides) Mount point: /ccc/store ($CCCSTOREDIR) Designed for data capacity PAGE 11

12 TGCC: STORAGE ARCHITECTURE PAGE 12

13 GL-TGCC ARCHITECTURE (DATA-CENTRIC) PAGE 13

14 GL-TGCC S METADATA CELL Pack of 2 MDS Failover Lustre on 2 MDS 1 MDS for work 1 MDS for store + MGS crossed active/passive failover Storage Backend Metadata records stored in RAID-6 (8+2) with double parity PAGE 14

15 CELLULE I/O LUSTRE GL-TGCC 4 OSS pack Failover Lustre on 4 OSS Backend storage 28 VDs de 16 To extensible to 24 To Total: 448 To (16 To) up to 672 To (24 To) 7 OSTs / OSS Performance I/O de la cellule 10 Go/s max (Lustre throughput) PAGE 15

16 LUSTRE S ARCHITECTURE : NETWORK TOPOLOGY GL-TGCC s Infiniband Network PAGE 16

17 HPSS CEA 10 AVRIL 2012 PAGE 17

18 WHAT IS A HIERARCHIAL STORAGE MANAGER? HPSS is a Hierarchical Storage Manager (HSM) Data do «sediment» from disks to tapes, via an age based policy New data are still on disks Old data are gone on tape This is not a backup or an archive : no disk/tape replica /ccc/store Niveau disque Niveau bande t 18

19 HPSS : A PARALLEL HSM Principaux composants : Core server + db2 database Disk movers + disk arrays Tapes movers + tapes drives Serverals separate servers make it possible to extend bandwidth via parallel streams Core server 19 Disk Disk Disk Disk mover mover mover mover Tape Tape mover mover

20 HSM BINDING CEA 10 AVRIL 2012 PAGE 20

21 DATA MIGRATION Basements of the HSM store is permanently watched by a Policy Engine (Robinhood) Eligible files for migration are automatically stored in HPSS The filesystem is saved in the HSM Possible recovery in case of crash, major hardware failure, FS been reformatted Older files are Still visible is store with their original size Their contents are out of store and kept in HPSS This is fully transparent to the end-user Space freed in store is available for new files Freed files are staged back at first access Transparent to the end-user The first IO call is blocked until the stage operation is completed PAGE 21

22 A FILE S LIFE Creation new Copied in HPSS Disk space is freed archived/ synchro Modification released Stage operation HPSS Copy modified/ dirty online 22 offline

23 USER INTERFACE Users s view: User has access to data via a standardized path: /ccc/store/contxxx/grp/usr ($STOREDIR) No direct access to HPSS, it s «hidden» behind store Regular commands apply to store Accessing a released file stages it back to LUSTRE. The IO is block until transfer is completed ccc_hsm command: ccc_hsm status : query file status (online, released, ) ccc_hsm get : prefetch files ccc_hsm ls : does «ls» but show hsm status (online, offline) too 23

24 FILES S POPULATION 24

25 AS A CONCLUSION CEA 10 AVRIL 2012 PAGE 25

26 COMPUTE RESULTS: BIG IS BEAUTYFUL HSM s point of view: small files suck As much as possible, users MUST avoid storing small files in HSM Smaller files mean more files : huge flat directories is something nothing wants to deal with - Waste of space of HSM s DB containers - Files will be spread on multiple tapes, each of them will require a tape to be mounted, with a big waste of time - They will produce pollution in caches - Kill advantages of «IO Pipelines» by producing «bubbles» IF YOU CAN, MAKE FILE AS BIG AS TAPES ARE (~10GB-100GB) Big Files are nice with you Accessing them results in a single tape mount Very good efficiency in pipelining Allows efficient streams Makes it possible to engage parallel mechanisms PAGE 26

27 TAR IS YOUR FRIEND TAR is dangerous only in cigarettes Using TAR is an easy (well OK, relatively easy ;-) ) way of packing files TAR as checksuming features to ensure data safety Protects you from silent corruption of data Tools exist to access tarballs from software Tarfiles follow a well known standard See libarchive for example TAR preserves metadata Permissions Owners/groupes TAR preserves symlinks I have an opened mind: you can use cpio if you prefer ;-) Thinking on a framework to perform IO in simulation code PAGE février 2014is never a bad idea.

28 KEEP IN MIND WHAT THE RESOURCES ARE MADE FOR STOREDIR = CAPACITY WORKDIR = SHARING & PERFORMANCE SCRATCH = LOCALITY & PERFORMANCES PAGE 28

29 ENJOY THE STORAGE PAGE 29

LCE: Lustre at CEA. Stéphane Thiell CEA/DAM

LCE: Lustre at CEA. Stéphane Thiell CEA/DAM LCE: Lustre at CEA Stéphane Thiell CEA/DAM (stephane.thiell@cea.fr) 1 Lustre at CEA: Outline Lustre at CEA updates (2009) Open Computing Center (CCRT) updates CARRIOCAS (Lustre over WAN) project 2009-2010

More information

LUG 2012 From Lustre 2.1 to Lustre HSM IFERC (Rokkasho, Japan)

LUG 2012 From Lustre 2.1 to Lustre HSM IFERC (Rokkasho, Japan) LUG 2012 From Lustre 2.1 to Lustre HSM Lustre @ IFERC (Rokkasho, Japan) Diego.Moreno@bull.net From Lustre-2.1 to Lustre-HSM - Outline About Bull HELIOS @ IFERC (Rokkasho, Japan) Lustre-HSM - Basis of Lustre-HSM

More information

Data Movement & Tiering with DMF 7

Data Movement & Tiering with DMF 7 Data Movement & Tiering with DMF 7 Kirill Malkin Director of Engineering April 2019 Why Move or Tier Data? We wish we could keep everything in DRAM, but It s volatile It s expensive Data in Memory 2 Why

More information

Using file systems at HC3

Using file systems at HC3 Using file systems at HC3 Roland Laifer STEINBUCH CENTRE FOR COMPUTING - SCC KIT University of the State of Baden-Württemberg and National Laboratory of the Helmholtz Association www.kit.edu Basic Lustre

More information

Lustre/HSM Binding. Aurélien Degrémont Aurélien Degrémont LUG April

Lustre/HSM Binding. Aurélien Degrémont Aurélien Degrémont LUG April Lustre/HSM Binding Aurélien Degrémont aurelien.degremont@cea.fr Aurélien Degrémont LUG 2011 12-14 April 2011 1 Agenda Project history Presentation Architecture Components Performances Code Integration

More information

MANAGING LUSTRE & ITS CEA

MANAGING LUSTRE & ITS CEA MANAGING LUSTRE & ITS DATA @ CEA LUG Japan Aurelien Degremont CEA, DAM, DIF, F-91297 ARPAJON CEDEX October 17, 2013 CEA 10 AVRIL 2012 PAGE 1 AGENDA WHAT IS CEA? LUSTRE ARCHITECTURE

More information

Implementing a Hierarchical Storage Management system in a large-scale Lustre and HPSS environment

Implementing a Hierarchical Storage Management system in a large-scale Lustre and HPSS environment Implementing a Hierarchical Storage Management system in a large-scale Lustre and HPSS environment Brett Bode, Michelle Butler, Sean Stevens, Jim Glasgow National Center for Supercomputing Applications/University

More information

LustreFS and its ongoing Evolution for High Performance Computing and Data Analysis Solutions

LustreFS and its ongoing Evolution for High Performance Computing and Data Analysis Solutions LustreFS and its ongoing Evolution for High Performance Computing and Data Analysis Solutions Roger Goff Senior Product Manager DataDirect Networks, Inc. What is Lustre? Parallel/shared file system for

More information

RobinHood Project Status

RobinHood Project Status FROM RESEARCH TO INDUSTRY RobinHood Project Status Robinhood User Group 2015 Thomas Leibovici 9/18/15 SEPTEMBER, 21 st 2015 Project history... 1999: simple purge tool for HPC

More information

XtreemStore A SCALABLE STORAGE MANAGEMENT SOFTWARE WITHOUT LIMITS YOUR DATA. YOUR CONTROL

XtreemStore A SCALABLE STORAGE MANAGEMENT SOFTWARE WITHOUT LIMITS YOUR DATA. YOUR CONTROL XtreemStore A SCALABLE STORAGE MANAGEMENT SOFTWARE WITHOUT LIMITS YOUR DATA. YOUR CONTROL Software Produkt Portfolio New Products Product Family Scalable sync & share solution for secure data exchange

More information

Challenges in making Lustre systems reliable

Challenges in making Lustre systems reliable Challenges in making Lustre systems reliable Roland Laifer STEINBUCH CENTRE FOR COMPUTING - SCC KIT University of the State Roland of Baden-Württemberg Laifer Challenges and in making Lustre systems reliable

More information

Lustre overview and roadmap to Exascale computing

Lustre overview and roadmap to Exascale computing HPC Advisory Council China Workshop Jinan China, October 26th 2011 Lustre overview and roadmap to Exascale computing Liang Zhen Whamcloud, Inc liang@whamcloud.com Agenda Lustre technology overview Lustre

More information

Lessons learned from Lustre file system operation

Lessons learned from Lustre file system operation Lessons learned from Lustre file system operation Roland Laifer STEINBUCH CENTRE FOR COMPUTING - SCC KIT University of the State of Baden-Württemberg and National Laboratory of the Helmholtz Association

More information

Future of IO: a long and winding road

Future of IO: a long and winding road Future of IO: a long and winding road Philippe DENIEL (philippe.deniel@cea.fr) CEA, DAM, DIF, F-91297, Arpajon, France 06/11/2014 PAGE 1 Yesterday PAGE 2 A look at the rear-view mirror Small local FS on

More information

DVS, GPFS and External Lustre at NERSC How It s Working on Hopper. Tina Butler, Rei Chi Lee, Gregory Butler 05/25/11 CUG 2011

DVS, GPFS and External Lustre at NERSC How It s Working on Hopper. Tina Butler, Rei Chi Lee, Gregory Butler 05/25/11 CUG 2011 DVS, GPFS and External Lustre at NERSC How It s Working on Hopper Tina Butler, Rei Chi Lee, Gregory Butler 05/25/11 CUG 2011 1 NERSC is the Primary Computing Center for DOE Office of Science NERSC serves

More information

LLNL Lustre Centre of Excellence

LLNL Lustre Centre of Excellence LLNL Lustre Centre of Excellence Mark Gary 4/23/07 This work was performed under the auspices of the U.S. Department of Energy by University of California, Lawrence Livermore National Laboratory under

More information

HPSS Treefrog Summary MARCH 1, 2018

HPSS Treefrog Summary MARCH 1, 2018 HPSS Treefrog Summary MARCH 1, 2018 Disclaimer Forward looking information including schedules and future software reflect current planning that may change and should not be taken as commitments by IBM

More information

Lustre HSM at Cambridge. Early user experience using Intel Lemur HSM agent

Lustre HSM at Cambridge. Early user experience using Intel Lemur HSM agent Lustre HSM at Cambridge Early user experience using Intel Lemur HSM agent Matt Rásó-Barnett Wojciech Turek Research Computing Services @ Cambridge University-wide service with broad remit to provide research

More information

Lustre TM. Scalability

Lustre TM. Scalability Lustre TM Scalability An Oak Ridge National Laboratory/ Lustre Center of Excellence White Paper February 2009 2 Sun Microsystems, Inc Table of Contents Executive Summary...3 HPC Trends...3 Lustre File

More information

ROBINHOOD POLICY ENGINE

ROBINHOOD POLICY ENGINE ROBINHOOD POLICY ENGINE Aurélien DEGREMONT Thomas LEIBOVICI CEA/DAM LUSTRE USER GROUP 2013 PAGE 1 ROBINHOOD: BIG PICTURE Admin rules & policies find and du clones Parallel scan (nighly, weekly, ) Lustre

More information

GPFS Experiences from the Argonne Leadership Computing Facility (ALCF) William (Bill) E. Allcock ALCF Director of Operations

GPFS Experiences from the Argonne Leadership Computing Facility (ALCF) William (Bill) E. Allcock ALCF Director of Operations GPFS Experiences from the Argonne Leadership Computing Facility (ALCF) William (Bill) E. Allcock ALCF Director of Operations Argonne National Laboratory Argonne National Laboratory is located on 1,500

More information

Data Movement & Storage Using the Data Capacitor Filesystem

Data Movement & Storage Using the Data Capacitor Filesystem Data Movement & Storage Using the Data Capacitor Filesystem Justin Miller jupmille@indiana.edu http://pti.iu.edu/dc Big Data for Science Workshop July 2010 Challenges for DISC Keynote by Alex Szalay identified

More information

HDFS Architecture. Gregory Kesden, CSE-291 (Storage Systems) Fall 2017

HDFS Architecture. Gregory Kesden, CSE-291 (Storage Systems) Fall 2017 HDFS Architecture Gregory Kesden, CSE-291 (Storage Systems) Fall 2017 Based Upon: http://hadoop.apache.org/docs/r3.0.0-alpha1/hadoopproject-dist/hadoop-hdfs/hdfsdesign.html Assumptions At scale, hardware

More information

Lustre* is designed to achieve the maximum performance and scalability for POSIX applications that need outstanding streamed I/O.

Lustre* is designed to achieve the maximum performance and scalability for POSIX applications that need outstanding streamed I/O. Reference Architecture Designing High-Performance Storage Tiers Designing High-Performance Storage Tiers Intel Enterprise Edition for Lustre* software and Intel Non-Volatile Memory Express (NVMe) Storage

More information

What is a file system

What is a file system COSC 6397 Big Data Analytics Distributed File Systems Edgar Gabriel Spring 2017 What is a file system A clearly defined method that the OS uses to store, catalog and retrieve files Manage the bits that

More information

Parallel File Systems. John White Lawrence Berkeley National Lab

Parallel File Systems. John White Lawrence Berkeley National Lab Parallel File Systems John White Lawrence Berkeley National Lab Topics Defining a File System Our Specific Case for File Systems Parallel File Systems A Survey of Current Parallel File Systems Implementation

More information

Extraordinary HPC file system solutions at KIT

Extraordinary HPC file system solutions at KIT Extraordinary HPC file system solutions at KIT Roland Laifer STEINBUCH CENTRE FOR COMPUTING - SCC KIT University of the State Roland of Baden-Württemberg Laifer Lustre and tools for ldiskfs investigation

More information

Data Management. Parallel Filesystems. Dr David Henty HPC Training and Support

Data Management. Parallel Filesystems. Dr David Henty HPC Training and Support Data Management Dr David Henty HPC Training and Support d.henty@epcc.ed.ac.uk +44 131 650 5960 Overview Lecture will cover Why is IO difficult Why is parallel IO even worse Lustre GPFS Performance on ARCHER

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

Andreas Dilger. Principal Lustre Engineer. High Performance Data Division

Andreas Dilger. Principal Lustre Engineer. High Performance Data Division Andreas Dilger Principal Lustre Engineer High Performance Data Division Focus on Performance and Ease of Use Beyond just looking at individual features... Incremental but continuous improvements Performance

More information

CA485 Ray Walshe Google File System

CA485 Ray Walshe Google File System Google File System Overview Google File System is scalable, distributed file system on inexpensive commodity hardware that provides: Fault Tolerance File system runs on hundreds or thousands of storage

More information

An Overview of Fujitsu s Lustre Based File System

An Overview of Fujitsu s Lustre Based File System An Overview of Fujitsu s Lustre Based File System Shinji Sumimoto Fujitsu Limited Apr.12 2011 For Maximizing CPU Utilization by Minimizing File IO Overhead Outline Target System Overview Goals of Fujitsu

More information

SC17 - Overview

SC17 - Overview HPSS @ SC17 - Overview High Performance Storage System The value and benefits of the HPSS service offering http://www.hpss-collaboration.org 1 We are storage industry thought leaders HPSS is a development

More information

White paper Version 3.10

White paper Version 3.10 White paper Version 3.10 Table of Contents About LizardFS 2 Architecture 3 Use Cases of LizardFS 4 Scalability 4 Hardware recommendation 6 Features 7 Snapshots 7 QoS 8 Data replication 8 Replication 9

More information

Parallel File Systems for HPC

Parallel File Systems for HPC Introduction to Scuola Internazionale Superiore di Studi Avanzati Trieste November 2008 Advanced School in High Performance and Grid Computing Outline 1 The Need for 2 The File System 3 Cluster & A typical

More information

DDN s Vision for the Future of Lustre LUG2015 Robert Triendl

DDN s Vision for the Future of Lustre LUG2015 Robert Triendl DDN s Vision for the Future of Lustre LUG2015 Robert Triendl 3 Topics 1. The Changing Markets for Lustre 2. A Vision for Lustre that isn t Exascale 3. Building Lustre for the Future 4. Peak vs. Operational

More information

Metadaten Workshop 26./27. März 2007 Göttingen. Chimera. a new grid enabled name-space service. Martin Radicke. Tigran Mkrtchyan

Metadaten Workshop 26./27. März 2007 Göttingen. Chimera. a new grid enabled name-space service. Martin Radicke. Tigran Mkrtchyan Metadaten Workshop 26./27. März Chimera a new grid enabled name-space service What is Chimera? a new namespace provider provides a simulated filesystem with additional metadata fast, scalable and based

More information

Architecting Storage for Semiconductor Design: Manufacturing Preparation

Architecting Storage for Semiconductor Design: Manufacturing Preparation White Paper Architecting Storage for Semiconductor Design: Manufacturing Preparation March 2012 WP-7157 EXECUTIVE SUMMARY The manufacturing preparation phase of semiconductor design especially mask data

More information

Administering Lustre 2.0 at CEA

Administering Lustre 2.0 at CEA Administering Lustre 2.0 at CEA European Lustre Workshop 2011 September 26-27, 2011 Stéphane Thiell CEA/DAM stephane.thiell@cea.fr Lustre 2.0 timeline at CEA 2009 / 04 2010 / 04 2010 / 08 2011 Lustre 2.0

More information

Lustre on ZFS. At The University of Wisconsin Space Science and Engineering Center. Scott Nolin September 17, 2013

Lustre on ZFS. At The University of Wisconsin Space Science and Engineering Center. Scott Nolin September 17, 2013 Lustre on ZFS At The University of Wisconsin Space Science and Engineering Center Scott Nolin September 17, 2013 Why use ZFS for Lustre? The University of Wisconsin Space Science and Engineering Center

More information

Architecting a High Performance Storage System

Architecting a High Performance Storage System WHITE PAPER Intel Enterprise Edition for Lustre* Software High Performance Data Division Architecting a High Performance Storage System January 2014 Contents Introduction... 1 A Systematic Approach to

More information

HPSS RAIT. A high performance, resilient, fault-tolerant tape data storage class. 1

HPSS RAIT. A high performance, resilient, fault-tolerant tape data storage class.   1 HPSS RAIT A high performance, resilient, fault-tolerant tape data storage class http://www.hpss-collaboration.org 1 Why RAIT? HPSS supports striped tape without RAIT o Conceptually similar to RAID 0 o

More information

Lustre High availability configuration in CETA-CIEMAT

Lustre High availability configuration in CETA-CIEMAT Author: Alfonso Pardo Díaz Event: LAD 0 Place / Date: Paris, /09/0 Paris / /9/0 INDEX High availability (HA) issues Lustre HA in CETA-Ciemat Paris / /9/0 CIEMAT data center (MICINN), joint iniciative with

More information

RobinHood Policy Engine

RobinHood Policy Engine RobinHood Policy Engine Quick Tour 2011/05/23 v2.3.0 The issue with large filesystems Common needs / usual solutions: Space usage accounting Per user, per group quotas Per project, per directory, du find

More information

Coordinating Parallel HSM in Object-based Cluster Filesystems

Coordinating Parallel HSM in Object-based Cluster Filesystems Coordinating Parallel HSM in Object-based Cluster Filesystems Dingshan He, Xianbo Zhang, David Du University of Minnesota Gary Grider Los Alamos National Lab Agenda Motivations Parallel archiving/retrieving

More information

Nathan Rutman SC09 Portland, OR. Lustre HSM

Nathan Rutman SC09 Portland, OR. Lustre HSM Nathan Rutman SC09 Portland, OR Lustre HSM Goals Scalable HSM system > No scanning > No duplication of event data > Parallel data transfer Interact easily with many HSMs Focus: > Version 1 primary goal

More information

Robin Hood 2.5 on Lustre 2.5 with DNE

Robin Hood 2.5 on Lustre 2.5 with DNE Robin Hood 2.5 on Lustre 2.5 with DNE Site status and experience at German Climate Computing Centre in Hamburg Carsten Beyer High Performance Computing Center Exclusively for the German Climate Research

More information

Zhang, Hongchao

Zhang, Hongchao 2016-10-20 Zhang, Hongchao Legal Information This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice.

More information

Introduction The Project Lustre Architecture Performance Conclusion References. Lustre. Paul Bienkowski

Introduction The Project Lustre Architecture Performance Conclusion References. Lustre. Paul Bienkowski Lustre Paul Bienkowski 2bienkow@informatik.uni-hamburg.de Proseminar Ein-/Ausgabe - Stand der Wissenschaft 2013-06-03 1 / 34 Outline 1 Introduction 2 The Project Goals and Priorities History Who is involved?

More information

HPSS Treefrog Introduction.

HPSS Treefrog Introduction. HPSS Treefrog Introduction Disclaimer Forward looking information including schedules and future software reflect current planning that may change and should not be taken as commitments by IBM or the other

More information

The Google File System

The Google File System The Google File System Sanjay Ghemawat, Howard Gobioff and Shun Tak Leung Google* Shivesh Kumar Sharma fl4164@wayne.edu Fall 2015 004395771 Overview Google file system is a scalable distributed file system

More information

Open SFS Roadmap. Presented by David Dillow TWG Co-Chair

Open SFS Roadmap. Presented by David Dillow TWG Co-Chair Open SFS Roadmap Presented by David Dillow TWG Co-Chair TWG Mission Work with the Lustre community to ensure that Lustre continues to support the stability, performance, and management requirements of

More information

Data storage services at KEK/CRC -- status and plan

Data storage services at KEK/CRC -- status and plan Data storage services at KEK/CRC -- status and plan KEK/CRC Hiroyuki Matsunaga Most of the slides are prepared by Koichi Murakami and Go Iwai KEKCC System Overview KEKCC (Central Computing System) The

More information

AFM Migration: The Road To Perdition

AFM Migration: The Road To Perdition AFM Migration: The Road To Perdition Spectrum Scale Users Group UK Meeting 9 th -10 th May 2017 Mark Roberts (AWE) Laurence Horrocks-Barlow (OCF) British Crown Owned Copyright [2017]/AWE GPFS Systems Legacy

More information

Lustre usages and experiences

Lustre usages and experiences Lustre usages and experiences at German Climate Computing Centre in Hamburg Carsten Beyer High Performance Computing Center Exclusively for the German Climate Research Limited Company, non-profit Staff:

More information

Lustre File System. Proseminar 2013 Ein-/Ausgabe - Stand der Wissenschaft Universität Hamburg. Paul Bienkowski Author. Michael Kuhn Supervisor

Lustre File System. Proseminar 2013 Ein-/Ausgabe - Stand der Wissenschaft Universität Hamburg. Paul Bienkowski Author. Michael Kuhn Supervisor Proseminar 2013 Ein-/Ausgabe - Stand der Wissenschaft Universität Hamburg September 30, 2013 Paul Bienkowski Author 2bienkow@informatik.uni-hamburg.de Michael Kuhn Supervisor michael.kuhn@informatik.uni-hamburg.de

More information

Filesystems on SSCK's HP XC6000

Filesystems on SSCK's HP XC6000 Filesystems on SSCK's HP XC6000 Computing Centre (SSCK) University of Karlsruhe Laifer@rz.uni-karlsruhe.de page 1 Overview» Overview of HP SFS at SSCK HP StorageWorks Scalable File Share (SFS) based on

More information

Overcoming Obstacles to Petabyte Archives

Overcoming Obstacles to Petabyte Archives Overcoming Obstacles to Petabyte Archives Mike Holland Grau Data Storage, Inc. 609 S. Taylor Ave., Unit E, Louisville CO 80027-3091 Phone: +1-303-664-0060 FAX: +1-303-664-1680 E-mail: Mike@GrauData.com

More information

An Introduction to GPFS

An Introduction to GPFS IBM High Performance Computing July 2006 An Introduction to GPFS gpfsintro072506.doc Page 2 Contents Overview 2 What is GPFS? 3 The file system 3 Application interfaces 4 Performance and scalability 4

More information

Filesystems in Linux. A brief overview and comparison of today's competing FSes. Please save the yelling of obscenities for Q&A.

Filesystems in Linux. A brief overview and comparison of today's competing FSes. Please save the yelling of obscenities for Q&A. Filesystems in Linux A brief overview and comparison of today's competing FSes. Please save the yelling of obscenities for Q&A. ;-) Files and Directories Files and directories allow data to be Grouped

More information

Data storage on Triton: an introduction

Data storage on Triton: an introduction Motivation Data storage on Triton: an introduction How storage is organized in Triton How to optimize IO Do's and Don'ts Exercises slide 1 of 33 Data storage: Motivation Program speed isn t just about

More information

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM Note: Before you use this information and the product

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning Abstract This white paper describes how to configure the Celerra IP storage system

More information

<Insert Picture Here> Filesystem Features and Performance

<Insert Picture Here> Filesystem Features and Performance Filesystem Features and Performance Chris Mason Filesystems XFS Well established and stable Highly scalable under many workloads Can be slower in metadata intensive workloads Often

More information

Lustre architecture for Riccardo Veraldi for the LCLS IT Team

Lustre architecture for Riccardo Veraldi for the LCLS IT Team Lustre architecture for LCLS@SLAC Riccardo Veraldi for the LCLS IT Team 2 LCLS Experimental Floor 3 LCLS Parameters 4 LCLS Physics LCLS has already had a significant impact on many areas of science, including:

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

Local File Stores. Job of a File Store. Physical Disk Layout CIS657

Local File Stores. Job of a File Store. Physical Disk Layout CIS657 Local File Stores CIS657 Job of a File Store Recall that the File System is responsible for namespace management, locking, quotas, etc. The File Store s responsbility is to mange the placement of data

More information

and the GridKa mass storage system Jos van Wezel / GridKa

and the GridKa mass storage system Jos van Wezel / GridKa and the GridKa mass storage system / GridKa [Tape TSM] staging server 2 Introduction Grid storage and storage middleware dcache h and TSS TSS internals Conclusion and further work 3 FZK/GridKa The GridKa

More information

CMS experience with the deployment of Lustre

CMS experience with the deployment of Lustre CMS experience with the deployment of Lustre Lavinia Darlea, on behalf of CMS DAQ Group MIT/DAQ CMS April 12, 2016 1 / 22 Role and requirements CMS DAQ2 System Storage Manager and Transfer System (SMTS)

More information

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Torben Kling-Petersen, PhD Presenter s Name Principle Field Title andengineer Division HPC &Cloud LoB SunComputing Microsystems

More information

COS 318: Operating Systems. NSF, Snapshot, Dedup and Review

COS 318: Operating Systems. NSF, Snapshot, Dedup and Review COS 318: Operating Systems NSF, Snapshot, Dedup and Review Topics! NFS! Case Study: NetApp File System! Deduplication storage system! Course review 2 Network File System! Sun introduced NFS v2 in early

More information

TS7700 Technical Update TS7720 Tape Attach Deep Dive

TS7700 Technical Update TS7720 Tape Attach Deep Dive TS7700 Technical Update TS7720 Tape Attach Deep Dive Ralph Beeston TS7700 Architecture IBM Session objectives Brief Overview TS7700 Quick background of TS7700 TS7720T Overview TS7720T Deep Dive TS7720T

More information

Remote Directories High Level Design

Remote Directories High Level Design Remote Directories High Level Design Introduction Distributed Namespace (DNE) allows the Lustre namespace to be divided across multiple metadata servers. This enables the size of the namespace and metadata

More information

Effizientes Speichern von Cold-Data

Effizientes Speichern von Cold-Data Effizientes Speichern von Cold-Data Dr. Dirk Gebh Storage Sales Consultant Oracle Deutschland Program Agenda 1 2 3 4 5 Cold-Data OHSM Introduction Use Case Removing Cold Data from Primary Storage OHSM

More information

Parallel File Systems Compared

Parallel File Systems Compared Parallel File Systems Compared Computing Centre (SSCK) University of Karlsruhe, Germany Laifer@rz.uni-karlsruhe.de page 1 Outline» Parallel file systems (PFS) Design and typical usage Important features

More information

Insights into TSM/HSM for UNIX and Windows

Insights into TSM/HSM for UNIX and Windows IBM Software Group Insights into TSM/HSM for UNIX and Windows Oxford University TSM Symposium 2005 Jens-Peter Akelbein (akelbein@de.ibm.com) IBM Tivoli Storage SW Development 1 IBM Software Group Tivoli

More information

Feedback on BeeGFS. A Parallel File System for High Performance Computing

Feedback on BeeGFS. A Parallel File System for High Performance Computing Feedback on BeeGFS A Parallel File System for High Performance Computing Philippe Dos Santos et Georges Raseev FR 2764 Fédération de Recherche LUmière MATière December 13 2016 LOGO CNRS LOGO IO December

More information

Mission-Critical Lustre at Santos. Adam Fox, Lustre User Group 2016

Mission-Critical Lustre at Santos. Adam Fox, Lustre User Group 2016 Mission-Critical Lustre at Santos Adam Fox, Lustre User Group 2016 About Santos One of the leading oil and gas producers in APAC Founded in 1954 South Australia Northern Territory Oil Search Cooper Basin

More information

The Google File System

The Google File System The Google File System Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung Google* 정학수, 최주영 1 Outline Introduction Design Overview System Interactions Master Operation Fault Tolerance and Diagnosis Conclusions

More information

UK LUG 10 th July Lustre at Exascale. Eric Barton. CTO Whamcloud, Inc Whamcloud, Inc.

UK LUG 10 th July Lustre at Exascale. Eric Barton. CTO Whamcloud, Inc Whamcloud, Inc. UK LUG 10 th July 2012 Lustre at Exascale Eric Barton CTO Whamcloud, Inc. eeb@whamcloud.com Agenda Exascale I/O requirements Exascale I/O model 3 Lustre at Exascale - UK LUG 10th July 2012 Exascale I/O

More information

Fast Forward I/O & Storage

Fast Forward I/O & Storage Fast Forward I/O & Storage Eric Barton Lead Architect 1 Department of Energy - Fast Forward Challenge FastForward RFP provided US Government funding for exascale research and development Sponsored by 7

More information

COS 318: Operating Systems. Journaling, NFS and WAFL

COS 318: Operating Systems. Journaling, NFS and WAFL COS 318: Operating Systems Journaling, NFS and WAFL Jaswinder Pal Singh Computer Science Department Princeton University (http://www.cs.princeton.edu/courses/cos318/) Topics Journaling and LFS Network

More information

Chapter 10: Case Studies. So what happens in a real operating system?

Chapter 10: Case Studies. So what happens in a real operating system? Chapter 10: Case Studies So what happens in a real operating system? Operating systems in the real world Studied mechanisms used by operating systems Processes & scheduling Memory management File systems

More information

XenData6 Server Software Administrator Guide

XenData6 Server Software Administrator Guide XenData6 Server Software Administrator Guide Version 6.20.2356.0 All rights reserved. XenData is a trademark of XenData Limited. Document creation date 12/3/2015. 2 Table of Contents 1. Overview 6 1.1

More information

An ESS implementation in a Tier 1 HPC Centre

An ESS implementation in a Tier 1 HPC Centre An ESS implementation in a Tier 1 HPC Centre Maximising Performance - the NeSI Experience José Higino (NeSI Platforms and NIWA, HPC Systems Engineer) Outline What is NeSI? The National Platforms Framework

More information

Fujitsu s Contribution to the Lustre Community

Fujitsu s Contribution to the Lustre Community Lustre Developer Summit 2014 Fujitsu s Contribution to the Lustre Community Sep.24 2014 Kenichiro Sakai, Shinji Sumimoto Fujitsu Limited, a member of OpenSFS Outline of This Talk Fujitsu s Development

More information

XenData SX-10. LTO Video Archive Appliance. Managed by XenData6 Server Software. Overview. Compatibility

XenData SX-10. LTO Video Archive Appliance. Managed by XenData6 Server Software. Overview. Compatibility XenData SX-10 LTO Video Archive Appliance Managed by XenData6 Server Software Overview The XenData SX-10 appliance manages a robotic LTO tape library or stand-alone LTO tape drives and creates a cost effective

More information

SFA12KX and Lustre Update

SFA12KX and Lustre Update Sep 2014 SFA12KX and Lustre Update Maria Perez Gutierrez HPC Specialist HPC Advisory Council Agenda SFA12KX Features update Partial Rebuilds QoS on reads Lustre metadata performance update 2 SFA12KX Features

More information

Using the Mass Storage System HPSS. Mitchell Griffith. Oak Ridge Leadership Computing Facility (OLCF) Presented by:

Using the Mass Storage System HPSS. Mitchell Griffith. Oak Ridge Leadership Computing Facility (OLCF) Presented by: Using the Mass Storage System HPSS Presented by: Mitchell Griffith Oak Ridge Leadership Computing Facility (OLCF) 2 HPSS (archival storage) What is HPSS? HPSS is software that manages petabytes of data

More information

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University File System Case Studies Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics The Original UNIX File System FFS Ext2 FAT 2 UNIX FS (1)

More information

XenData6 Server Software. USER MANUAL Version XenData Limited. All rights reserved.

XenData6 Server Software. USER MANUAL Version XenData Limited. All rights reserved. USER MANUAL Version 6.22 2003-2017 XenData Limited. All rights reserved. 2 Table of Contents 1. Overview 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 2. Hierarchical Storage Management... 8 Windows Offline

More information

CS 318 Principles of Operating Systems

CS 318 Principles of Operating Systems CS 318 Principles of Operating Systems Fall 2017 Lecture 16: File Systems Examples Ryan Huang File Systems Examples BSD Fast File System (FFS) - What were the problems with the original Unix FS? - How

More information

The current status of the adoption of ZFS* as backend file system for Lustre*: an early evaluation

The current status of the adoption of ZFS* as backend file system for Lustre*: an early evaluation The current status of the adoption of ZFS as backend file system for Lustre: an early evaluation Gabriele Paciucci EMEA Solution Architect Outline The goal of this presentation is to update the current

More information

W4118 Operating Systems. Instructor: Junfeng Yang

W4118 Operating Systems. Instructor: Junfeng Yang W4118 Operating Systems Instructor: Junfeng Yang File systems in Linux Linux Second Extended File System (Ext2) What is the EXT2 on-disk layout? What is the EXT2 directory structure? Linux Third Extended

More information

Lustre at Scale The LLNL Way

Lustre at Scale The LLNL Way Lustre at Scale The LLNL Way D. Marc Stearman Lustre Administration Lead Livermore uting - LLNL This work performed under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory

More information

<Insert Picture Here> Btrfs Filesystem

<Insert Picture Here> Btrfs Filesystem Btrfs Filesystem Chris Mason Btrfs Goals General purpose filesystem that scales to very large storage Feature focused, providing features other Linux filesystems cannot Administration

More information

CS 318 Principles of Operating Systems

CS 318 Principles of Operating Systems CS 318 Principles of Operating Systems Fall 2018 Lecture 16: Advanced File Systems Ryan Huang Slides adapted from Andrea Arpaci-Dusseau s lecture 11/6/18 CS 318 Lecture 16 Advanced File Systems 2 11/6/18

More information

DASH COPY GUIDE. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 31

DASH COPY GUIDE. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 31 DASH COPY GUIDE Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 31 DASH Copy Guide TABLE OF CONTENTS OVERVIEW GETTING STARTED ADVANCED BEST PRACTICES FAQ TROUBLESHOOTING DASH COPY PERFORMANCE TUNING

More information

TS7700 Technical Update What s that I hear about R3.2?

TS7700 Technical Update What s that I hear about R3.2? TS7700 Technical Update What s that I hear about R3.2? Ralph Beeston TS7700 Architecture IBM Session objectives Brief Overview TS7700 TS7700 Release 3.2 TS7720T TS7720 Tape Attach The Basics Partitions

More information