Configuring Disk Devices. Module 4 – Configuring Disk Devices ♦ Overview This module deals with making partitions using fdisk, implementing RAID and Logical.

Slides:



Advertisements
Similar presentations
Storage Management Lecture 7.
Advertisements

Chapter 12: File System Implementation
By Rashid Khan Lesson 6-A Place for Everything: Storage Management.
System Administration Storage Systems. Agenda Storage Devices Partitioning LVM File Systems.
Hands-on RAID on Moxa Computer Prepared by: (40min) Date: mm-dd-yyyy.
Linux Boot Loaders. ♦ Overview A boot loader is a small program that exists in the system and loads the operating system into the system’s memory at system.
Linux Installation LINUX INSTALLATION. Download LINUX Linux Installation To install Red Hat, you will need to download the ISO images (CD Images) of the.
MCITP Guide to Microsoft Windows Server 2008, Server Administration (Exam #70-646) Chapter 2 Installing Windows Server 2008.
1 CSC 486/586 Network Storage. 2 Objectives Familiarization with network data storage technologies Understanding of RAID concepts and RAID levels Discuss.
Storage Systems: Advanced Topics Learning Objectives: To understand limitations of “one file system per partition” model To understand Logical Volume Management.
What to expect.  Linux  Windows Server (2008 or 2012)
Software RAID on linux with mdadm Campus-Booster ID: Copyright © SUPINFO. All rights reserved Software RAID.
Allocation Methods - Contiguous
L V M A Logical Volume Manager for Linux by Heinz Mauelshagen Sistina, Inc.
1 Web Server Administration Chapter 3 Installing the Server.
MIS 431 Chapter 61 Chapter 6 – Managing Disk and Data Storage MIS 431 Created Spring 2006.
I/O Systems and Storage Systems May 22, 2000 Instructor: Gary Kimura.
CSE 451: Operating Systems Winter 2010 Module 13 Redundant Arrays of Inexpensive Disks (RAID) and OS structure Mark Zbikowski Gary Kimura.
Session 3 Windows Platform Dina Alkhoudari. Learning Objectives Understanding Server Storage Technologies Direct Attached Storage DAS Network-Attached.
By : Nabeel Ahmed Superior University Grw Campus.
Managing Software using RPM. ♦ Overview In Linux, Red Hat Package Manager referred as RPM is a tool used for managing software packages and its main function.
Storage and NT File System INFO333 – Lecture Mariusz Nowostawski Noria Foukia.
Redundant Array of Independent Disks
RAID RAID stands for Redundant Array of Inexpensive (Independent) Disks.
Installing Microsoft Windows Server 2008 Lesson 2.
RAID REDUNDANT ARRAY OF INEXPENSIVE DISKS. Why RAID?
Guide to Linux Installation and Administration, 2e 1 Chapter 9 Preparing for Emergencies.
Module 9: Configuring Storage
Managing User Accounts. Module 2 – Creating and Managing Users ♦ Overview ► One should log into a Linux system with a valid user name and password granted.
1 Web Server Administration Chapter 3 Installing the Server.
11 SYSTEM PERFORMANCE IN WINDOWS XP Chapter 12. Chapter 12: System Performance in Windows XP2 SYSTEM PERFORMANCE IN WINDOWS XP  Optimize Microsoft Windows.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Three Configuring Windows Server 2008 Storage.
4.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 4: Organizing a Disk for Data.
11 INSTALLING AND MANAGING STORAGE DEVICES IN WINDOWS XP Chapter 8.
MCTS Guide to Microsoft Windows Vista Chapter 4 Managing Disks.
Managing Disks and Drives Chapter 13 powered by dj.
Chapter 1 Managing Storage. Contents Understanding Partitioning Understanding LVM Understanding RAID Understanding Clustering and GFS Using Access Control.
MCTS Guide to Microsoft Windows 7
1 Objectives Manage and install new file systems.
Windows Server 2003 硬碟管理與磁碟機陣列 林寶森
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 11: File System Implementation.
Kickstart Installation
Linux Kernel Management. Module 9 – Kernel Administration ♦ Overview The innermost layer of Linux operating system is the kernel, which is a thin layer.
Creating and Managing File Systems. Module 5 – Creating and Managing File Systems ♦ Overview This module deals with the structure of the file system,
Installing Linux. Module 1 – Installing Linux ♦ Overview This module introduces you to the hardware and software terminology necessary to install a Linux.
RAID Disk Arrays Hank Levy. 212/5/2015 Basic Problems Disks are improving, but much less fast than CPUs We can use multiple disks for improving performance.
Microsoft Windows XP Professional MCSE Exam
Storage Management: MirrorDisk/UX, Online JFS Introduction LVM Striping Mirror Disk / UX – Basics Online Backups (lvsplit) Mirror Disk / UX – Advanced.

Lec 5 part2 Disk Storage, Basic File Structures, and Hashing.
MCTS GUIDE TO MICROSOFT WINDOWS 7 Chapter 4 Managing Disks.
Department of Computer Sciences, University of Wisconsin Madison DADA – Dynamic Allocation of Disk Area Jayaram Bobba Vivek Shrivastava.
IBM eServer xSeries Technical Conference © IBM Corporation Session ID: O24 Steve Dobbelstein Lake Buena Vista, FL September 8-12, 2003 Enterprise.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
Virtual Machines Module 2. Objectives Define virtual machine Define common terminology Identify advantages and disadvantages Determine what software is.
File systems – Unix based Mostly…. Before We Start… What can you conclude from this (recent) lab output? run: Loop iteration number 0 Trying to lock lockA.
Network-Attached Storage. Network-attached storage devices Attached to a local area network, generally an Ethernet-based network environment.
Setting up a Printer. ♦ Overview Linux servers can be used in many different roles on a LAN. File and print servers are the most common roles played by.
Storage HDD, SSD and RAID.
CompTIA Server+ Certification (Exam SK0-004)
Linux Software RAID & LVM Patrick Ladd 5/2/2007.
Installing OS.
DADA – Dynamic Allocation of Disk Area
Storage Virtualization
Operating System Module 1: Linux Installation
OPS235 MANAGING LVMs – PART I
OPS235: Week 5 Lab4: Investigations 1 – 3
CSE 451: Operating Systems Winter 2009 Module 13 Redundant Arrays of Inexpensive Disks (RAID) and OS structure Mark Zbikowski Gary Kimura 1.
Mark Zbikowski and Gary Kimura
Storage Management Lecture 7.
Presentation transcript:

Configuring Disk Devices

Module 4 – Configuring Disk Devices ♦ Overview This module deals with making partitions using fdisk, implementing RAID and Logical Volume Management. RAID is implemented in Linux systems to provide data redundancy. Logical Volume Management for making the file system management easy ♦ Lessons in this module ► Partitioning Using fdisk ► Implementing RAID ► LVM for Linux

Configuring Disk Devices ♦ Introduction Partitioning is done using several utilities. One such utility is fdisk used for performing disk partitions. It is a tool that permits modifying the partitions already made on a hard drive. fdisk is the conventional tool for managing partitions. ♦ Topics Covered in this Lesson ► Partition a disk by using fdisk Lesson 1 – Partitioning using fdisk

Configuring Disk Devices Topic 1 – Partition a disk using fdisk ♦ fdisk is the utility used to partition a hard disk. ♦ While partitioning a disk, if fdisk is chosen; the next screen will prompt you to select a drive to partition using fdisk

Configuring Disk Devices ♦ list of the fdisk commands List of fdisk commands

Configuring Disk Devices ♦ Creating partition can be started by running the command n. Creating Partition

Configuring Disk Devices Creating Partition ♦ After running partprobe, run fdisk -1 to check the partitions.

Configuring Disk Devices ♦ Running t command will give the range of partition numbers and type whichever partition has to be changed. Hex code (type L to list codes)

Configuring Disk Devices Hardware Browser ♦ The details of the partitions are done using the hardware browser. Hardware browser can be seen by typing hwbrowser at a shell prompt. ♦ Otherwise click on Main Menu =>System Tools => Hardware Browser

Configuring Disk Devices ♦ Introduction RAID, an acronym for Redundant Array of Independent Disks or Redundant Array of Inexpensive Disks is a method of combining several physical disks to make a virtual disk. It is implemented in the system to increase performance, speed and increase the size and to provide data redundancy. ♦ Topics Covered in this Lesson ► What is RAID? ► Various RAID levels ► Implementation of RAID Lesson 2 – Implementing RAID

Configuring Disk Devices Topic 1 - What is RAID? ♦ RAID is an acronym for Redundant Array of Inexpensive Disks or Redundant Array of Independent Disks. ♦ It is called an array of independent disks because even if one disk gets damaged the data can be retrieved from other ♦ The function of the other disks does not get affected. ♦ It is a method of creating one virtual disk by putting together several physical disks.

Configuring Disk Devices Topic 2 - Various Levels of RAID ♦ There are various levels of RAID as listed below ► RAID Level 0 ► RAID Level 1 ► RAID Level 2 ► RAID Level 3 ► RAID Level 4 ► RAID Level 5 ► RAID Level 6 ► RAID Level 7 ► RAID Level 0+1 ► RAID Level 1+0

Configuring Disk Devices Topic 3 – Implementing RAID ♦ The RAID virtual device should be created using the command mkraid in Enterprise Linux 3 and mdadm in Enterprise Linux 4 ♦ For example, consider Implementing RAID level 5 Contd …

Configuring Disk Devices Contd … Topic 3 – Implementing RAID

Configuring Disk Devices Contd … Topic 3 – Implementing RAID

Configuring Disk Devices Topic 3 – Implementing RAID Contd …

Configuring Disk Devices Contd … Topic 3 – Implementing RAID

Configuring Disk Devices Contd … Topic 3 – Implementing RAID

Configuring Disk Devices Contd … Topic 3 – Implementing RAID

Configuring Disk Devices Contd … Topic 3 – Implementing RAID

Configuring Disk Devices Corrupting one of the partitions in the RAID device

Configuring Disk Devices Adding the partition to the RAID array

Configuring Disk Devices Lab Exercise ♦ Exercise Software RAID ♦ Configure the lab by performing the following instructions: ► Create three partitions 100M each and partition type (0*fd) ► Create a software raid with the help of these partitions ► Create one directory test0 and mount your raid partition under this directory ► Give entry in fstab file so that your RAID partition gets mounted at the boot time ► Try to remove one of the three partitions and then add new partition to it

Configuring Disk Devices ♦ Introduction Linux has support for Logical Volumes that makes the file system management easy. The Linux Logical Volume Management will introduce an abstraction layer between the physical disk and the file system. ♦ Topics covered in this lesson ► Logical Volume Management or LVM ► Implementing LVM ► Advanced Concepts of LVM Lesson 3 – LVM for Linux

Configuring Disk Devices Topic 1 - Logic Volume Management or LVM ♦ LVM stands for logical volume management and is a hard disk drive partitioning scheme ♦ There are two version of LVM for Linux and they are, LVM1 and LVM2 ♦ The following terms are associated with LVM ► Physical Volume (PV) ► Physical Extent (PE) ► Logical Extent (LE) ► Logical Volume (LV) ► Volume Group (VG)

Configuring Disk Devices ♦ The steps that have to be performed for implementing LVM are as given below: ► Initializing disks or disk partitions ► Creating a volume group ► Creating a logical volume ► Extending a logical volume Topic 2 – Implementing LVM

Configuring Disk Devices ♦ LVM has built-in support for striping and mirroring and can be used with hardware or software RAID to offer configurable, fast and reliable disk storage ♦ LVM Snapshots ► The built-in support for mirroring also offers the concept of snapshots. ► Snapshots of immediate mirrors of logical volume are taken onto free space within the volume group. Topic 3 – Advanced concepts of LVM

Configuring Disk Devices Lab Exercise ♦ Exercise Creating Logical Volume Manager ♦ Create LVM by performing the following instructions: ► Create three partitions, each with 100M size and partition type (0*8e) ► Create a volume group name IIHT ► Create logical volume space 40M name data ► Extend your logical volume up to 60M ► Extend your volume group up to next partition ► Remove your LVM configuration

Configuring Disk Devices ♦ Summary ► fdisk is a utility to create partitions. Using fdisk, it is possible to create a partition and also delete a partition ► RAID is implemented to copy data and spread blocks of a file across several disk drives. ► LVM provides support to manage file system easily. ♦ Question and Answer Session Conclusion