IST346: Storage and File Systems

Slides:



Advertisements
Similar presentations
Redundant Array of Independent Disks (RAID) Striping of data across multiple media for expansion, performance and reliability.
Advertisements

A CASE FOR REDUNDANT ARRAYS OF INEXPENSIVE DISKS (RAID) D. A. Patterson, G. A. Gibson, R. H. Katz University of California, Berkeley.
Copyright © 2009 EMC Corporation. Do not Copy - All Rights Reserved.
Copyright © 2006 Quest Software SQL 2005 Disk I/O Performance By Bryan Oliver SQL Server Domain Expert.
CS 346 – April 4 Mass storage –Disk formatting –Managing swap space –RAID Commitment –Please finish chapter 12.
1 Jason Drown Mark Rodden (Redundant Array of Inexpensive Disks) RAID.
RAID: Redundant Array of Inexpensive Disks Supplemental Material not in book.
Module – 3 Data protection – raid
Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability.
© 2009 EMC Corporation. All rights reserved. EMC Proven Professional The #1 Certification Program in the information storage and management industry Data.
RAID- Redundant Array of Inexpensive Drives. Purpose Provide faster data access and larger storage Provide data redundancy.
1 CSC 486/586 Network Storage. 2 Objectives Familiarization with network data storage technologies Understanding of RAID concepts and RAID levels Discuss.
Chapter 3 Presented by: Anupam Mittal.  Data protection: Concept of RAID and its Components Data Protection: RAID - 2.
RAID CS5493/7493. RAID : What is it? Redundant Array of Independent Disks configured into a single logical storage unit.
High Performance Computing Course Notes High Performance Storage.
By : Nabeel Ahmed Superior University Grw Campus.
Chapter 6 RAID. Chapter 6 — Storage and Other I/O Topics — 2 RAID Redundant Array of Inexpensive (Independent) Disks Use multiple smaller disks (c.f.
Storage and NT File System INFO333 – Lecture Mariusz Nowostawski Noria Foukia.
CSE 321b Computer Organization (2) تنظيم الحاسب (2) 3 rd year, Computer Engineering Winter 2015 Lecture #4 Dr. Hazem Ibrahim Shehata Dept. of Computer.
Redundant Array of Independent Disks
RAID REDUNDANT ARRAY OF INEXPENSIVE DISKS. Why RAID?
4.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 4: Organizing a Disk for Data.
Managing Disks and Drives Chapter 13 powered by dj.
Redundant Array of Independent Disks.  Many systems today need to store many terabytes of data.  Don’t want to use single, large disk  too expensive.
"1"1 Introduction to Managing Data " Describe problems associated with managing large numbers of disks " List requirements for easily managing large amounts.
WINDOWS SERVER 2003 Genetic Computer School Lesson 12 Fault Tolerance.
Storage Networking. Storage Trends Storage grows %/year, gets more complicated It’s necessary to pool storage for flexibility Intelligent storage.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
Seminar on RAID TECHNOLOGY Redundant Array of Independent Disk By CHANDAN.R 8 TH ISE, 1ap05is013 Under the guidance of Mr.Mithun.B.N, Lecturer,Dept.ISE.
Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability.
Network-Attached Storage. Network-attached storage devices Attached to a local area network, generally an Ethernet-based network environment.
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
© 2009 EMC Corporation. All rights reserved. Why do we need RAID o Performance limitation of disk drive o An individual drive has a certain life expectancy.
I/O Errors 1 Computer Organization II © McQuain RAID Redundant Array of Inexpensive (Independent) Disks – Use multiple smaller disks (c.f.
Managing Storage Module 3.
Storage HDD, SSD and RAID.
Answer to Summary Questions
Fujitsu Training Documentation RAID Groups and Volumes
RAID Non-Redundant (RAID Level 0) has the lowest cost of any RAID
Cluster Disks and Cluster File Storage
Storage Networking.
COMPTIA SK0-004 CompTIA Server+. VceTests provide unique study material for the preparation of SK0-004 with 100% passing guarantee. Get latest SK0-004.
Storage Networking.
RAID Disk Arrays Hank Levy 1.
RAID RAID Mukesh N Tekwani
RAID Disk Arrays Hank Levy 1.
CSE 451: Operating Systems Autumn 2010 Module 19 Redundant Arrays of Inexpensive Disks (RAID) Ed Lazowska Allen Center 570.
CSE 451: Operating Systems Winter 2009 Module 13 Redundant Arrays of Inexpensive Disks (RAID) and OS structure Mark Zbikowski Gary Kimura 1.
TECHNICAL SEMINAR PRESENTATION
UNIT IV RAID.
Mark Zbikowski and Gary Kimura
CSE 451: Operating Systems Winter 2012 Redundant Arrays of Inexpensive Disks (RAID) and OS structure Mark Zbikowski Gary Kimura 1.
IST346: Scalability.
IST346: Internet of Things
IST346: Data and Database Management, Backupa
IST346: Debugging and Troubleshooting
IST346: Servers and Data Centers
IST346: Services: Application Architecture
RAID Disk Arrays Hank Levy 1.
IST346: Mobile Services.
IST346: Ethics.
IST346: Information Security & Risk Management
IST346: Workstations & Clients
Agenda Discussion Content Other Messaging Services Wrap-Up.
IST346: Web Services and API’s
IST346: Operating Systems / Command Line Interfaces
RAID RAID Mukesh N Tekwani April 23, 2019
Hard Drives & RAID PM Video 10:28
IST346: Cloud Computing and DevOps
Storage Management Lecture 7.
Presentation transcript:

IST346: Storage and File Systems

Agenda Discussion Content Disks Storage File Systems Wrap-Up

Discussion Questions How many Megabytes in a Terabyte? What is the difference between a Hard Disk and an SSD? How many levels of redundancy are in RAID5? Of NAS, SAN and DAS, which technology uses a dedicated proprietary network? Why is it that the more disks you include in a storage array the greater the chance of failure? Which SAN technology uses TCP/IP? List two Services which allow for the sharing of files over a network? Give students 1-2 minutes for each question. Its important to provide them with the opportunity to answer the questions based on the reading, labs, and assigned homework.

Partitions and Logical Volumes

Disk Arrays

RAID

RAID Levels (most common) Description Min # Disks Space Efficiency Fault Tolerance? Striping 2 N No 1 Mirroring Yes 5 Parity Striping N-1 6 Dual Parity Striping N-2 10 Mirrored Stripe N (Even) N/2 RAID0 RAID1 RAID5

Storage Systems

Group Activity Array Capacity and MTBF

Details of Group Activity Divide into pairs. You have a storage array which has 16 1TB drives in a RAID 10 configuration. The mean time between failure of any drive is 1 Million hours Calculate the total capacity of the array How many drives can fail before the array is unusuable? What is the MTFB for the array? (When can you expect one drive to fail?)

Your To-Do List What to work on for next class ALWAYS CONSULT THE SYLLABUS What to work on for next class

Exit Ticket Share one thing you learned today that you didn’t know before class!

Questions?