Managing Storage Module 3.

Slides:



Advertisements
Similar presentations
Storage Management Lecture 7.
Advertisements

By Rashid Khan Lesson 6-A Place for Everything: Storage Management.
CN2140 Server II (V2) Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
This courseware is copyrighted © 2011 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Session 3 Windows Platform Dina Alkhoudari. Learning Objectives Understanding Server Storage Technologies Direct Attached Storage DAS Network-Attached.
Data Storage Willis Kim 14 May Types of storages Direct Attached Storage – storage hardware that connects to a single server Direct Attached Storage.
Virtual Network Servers. What is a Server? 1. A software application that provides a specific one or more services to other computers  Example: Apache.
Configuring File Services Lesson 6. Skills Matrix Technology SkillObjective DomainObjective # Configuring a File ServerConfigure a file server4.1 Using.
Planning Storage Solutions Lesson 6. Skills Matrix Technology SkillObjective DomainObjective # Planning Server StoragePlan storage5.1.
Managing Storage Lesson 3.
LAN / WAN Business Proposal. What is a LAN or WAN? A LAN is a Local Area Network it usually connects all computers in one building or several building.
GeoVision Solutions Storage Management & Backup. ๏ RAID - Redundant Array of Independent (or Inexpensive) Disks ๏ Combines multiple disk drives into a.
IT Essentials: PC Hardware and Software 1 Chapter 7 Windows NT/2000/XP Operating Systems.
Installing Microsoft Windows Server 2008 Lesson 2.
Module 9: Configuring Storage
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Three Configuring Windows Server 2008 Storage.
 Yousef A. Khalidi Distinguished Engineer Windows Azure ES02.
4.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 4: Organizing a Disk for Data.
MCTS Guide to Microsoft Windows Vista Chapter 4 Managing Disks.
Module 2 Configuring Disks and Device Drivers. Module Overview Partitioning Disks in Windows® 7 Managing Disk Volumes Maintaining Disks in Windows 7 Installing.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

customer.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Managing Devices Lesson 5. Objectives Objective Domain Matrix Technology SkillObjective Domain DescriptionObjective Domain Number Connecting Plug-and-Play.
WINDOWS SERVER 2003 Genetic Computer School Lesson 12 Fault Tolerance.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks.
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
1 CEG 2400 Fall 2012 Network Servers. 2 Network Servers Critical Network servers – Contain redundant components Power supplies Fans Memory CPU Hard Drives.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.

Planning Storage Solutions Lesson 6. Server Storage The I/O burdens of a server are quite different from those of a workstation, and a standard storage.
Exam Prep: Microsoft Technology Associate : Networking Fundamentals
Configuring File Services
Video Security Design Workshop:
File and Print Services
Working with Disks Lesson 4.
Introduction to Operating Systems
Storage Networking.
Chapter 12: Mass-Storage Structure
Disk management (October 21, 2015) © Abdou Illia, Fall 2015.
Introduction to Networks
Introduction to Networks
Возможности Excel 2010, о которых следует знать
Direct Attached Storage and Introduction to SCSI
Storage Networking.
RAID RAID Mukesh N Tekwani
Storage Networks and Storage Devices
Web Server Administration
Title of Presentation 12/2/2018 3:48 PM
12/9/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
1/3/2019 1:21 PM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Building continuously available systems with Hyper-V
Windows Server 2008 Iain McDonald Director of Program Management
More Virtual Machines 2.
2/25/2019 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
RAID RAID Mukesh N Tekwani April 23, 2019
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
Шитманов Дархан Қаражанұлы Тарих пәнінің
Storage Management Lecture 7.
Title of Presentation 5/24/2019 1:26 PM
Microsoft Virtual Academy
Microsoft Virtual Academy
Presentation transcript:

Managing Storage Module 3

Objectives Skills/Concepts Objective Domain Description Objective Domain Number Identifying Storage Technologies Identify storage technologies 4.1 Introducing Redundant Arrays of Independent Disks Understand RAID 4.2 Understanding Disk Structure Understand disk types 4.3 This should also be a review for the 70-642.

Storage You need sufficient processing power and a sufficient amount of RAM, you also need permanent storage Although simple servers usually require that you install Windows Server on a local IDE (parallel and serial) or SCSI hard drive, more complex storage systems may use RAID or remote storage devices such as a Storage Area Network (SAN) or Network Attached Storage (NAS) Today’s hard drives are either integrated drive electronics (IDE) or small computer system interface (SCSI), pronounced “skuzzy,” drives. Even if you use RAID, a NAS, or a SAN, they most likely still use IDE or SCSI drives.

RAID Redundant Array of Independent Disks (RAID) uses two or more drives in combination to create a fault-tolerant system that protects against physical hard drive failure and increases hard drive performance Most drives are half-electronic and half-mechanical devices, you can connect multiple drives to special controllers to provide data production, system reliability, and better performance RAID can be implemented using hardware or software

RAID 0 RAID 0 stripes data across all drives Using RAID 0 all available hard drives are combined into a single large virtual file system, with the file system’s blocks arrayed so that they are spread evenly across all the drives There is no parity control or fault tolerance with RAID 0, therefore, it is not a true form of RAID RAID 0 offers increased performance through load balancing

RAID 1 RAID 1 is sometimes known as disk mirroring Disk mirroring copies a disk or partition onto a second hard drive, information is written to both hard drives simultaneously If one of the hard drives fails, the PC will still function because it can access the other hard drive When the failed drive is replaced, data will be copied from the remaining good drive to the new drive

RAID 5 RAID 5, which is similar to striping, except the space equivalent to one of the hard drives is used for parity (error correction) to provide fault tolerance To increase performance, the error correction function is spread across all hard drives in the array to avoid having one drive doing all the work in calculating the parity bits If one drive fails, you can still continue working because parity calculations with the remaining drives will fill in any missing data When the failed drive is replaced, the missing information will be rebuilt

Hybrid RAID There are two other forms of RAID worth mentioning, both of which are considered hybrid or nested RAIDs: RAID 1+0 is a mirrored dataset (RAID 1), which is then striped (RAID 0). RAID 0+1 is a striped dataset (RAID 0), which is then mirrored (RAID 1).

Hot Spare A hot spare is an active and connected drive, that is used when another drive fails A hot spare drive can be combined with a RAID system If a drive fails, the system will automatically implement the hot spare drive to replace the failed drive and rebuild or restore the missing data

Network Attached Storage Network attached storage (NAS) is a file-level data storage device that is connected to a computer network to provide shared drives or folders, usually using SMB/CIFS. NAS devices usually contain multiple drives in a form of RAID for fault tolerance and are managed usually using a web interface.

Storage Area Network A storage area network (SAN) is an architecture used for disk arrays, tape libraries, and optical jukeboxes to appear as locally attached drives on a server. A SAN always uses some form of RAID and other technology to make the system redundant against drive failure and to offer high performance. SANs also usually contain spare drives. To provide a high level of data throughput, SANs use the SCSI protocol and either iSCSI or Fibre Channel interface.

Host Bus Adapter A host adapter, sometimes referred to as host bus adapter (HBA), connects a host system such as a computer to a network or storage device. It is primarily used to refer to connecting SCSI, Fibre Channel, and eSATA devices

LUNs Logical unit numbers (usually referred to as LUNs) allow a SAN to break its storage down into manageable pieces, which are then assigned to one or more servers in the SAN. It is a logical reference that can comprise a disk, a section of a disk, a whole disk array, or a section of a disk array. LUNs serve as logical identifiers through which you can assign access and control privileges.

SAN Connectivity Fibre Channel iSCSI Fiber Optic cabling offers higher bandwidths over longer distances than copper cabling Gigabit-speed (10Gb, 40Gb) technology primarily used for storage networking It uses a Fibre Channel Protocol (FCP) as its transport protocol, which allows SCSI commands to be issued over Fiber Optic Cable. iSCSI Internet Small Computing System Interface or iSCSI is an Internet Protocol (IP)-based storage networking standard for linking data storage facilities. iSCSI allows clients to send SCSI commands over a TCP/IP network using TCP port 3260. Similar to Fibre Channel, iSCSI can communicate using Gigabit Ethernet or Fiber, and it can connect a SAN to multiple servers over a distance. Although iSCSI uses normal network technology to communicate, the network adaptor must be dedicated to iSCSI.

DEMO: iSCSI Initiator Software

Storage Explorer Windows Server 2008 includes Storage Explorer and Storage Manager for SANs to manage Fibre Channel, iSCSI fabrics, and LUNs. Storage Explorer allows you to view and manage the Fibre Channel and iSCSI fabrics that are available in your SAN. Storage Explorer can display detailed information about servers connected to the SAN, as well as components in the fabrics such as host bus adapters (HBAs), Fibre Channel switches, and iSCSI initiators and targets.

DEMO: Storage Explorer

Disk Structure Before you use a disk, you must prepare the disk for usage by creating partitions or volumes and formatting the disk. When you want to use a disk in Windows, you have several choices to make: Disk partitioning style Disk type Type of volume File system

Partitioning Partitioning is defining and dividing a physical or virtual disk into logical volumes called partitions. Each partition functions as if it were a separate disk drive, which can be assigned a drive letter. To keep track of how a disk is divided, the disk uses a partition table. Formatting a disk prepares the volume’s file system by creating a file allocation table to keep track of the files and folders on the volume.

Partitioning Style Partitioning style refers to the method that Windows uses to organize partitions on a disk. Windows Server 2008 supports two types of disk partitioning styles: Master Boot Record (MBR) GUID Partition Table (GPT)

Windows Hard Disk Storage Most versions of Windows servers—including Windows Server 2008—support two types of hard disk storage Basic disks are the traditional disk type, Dynamic disks offer software-based RAID and the ability to resize volumes without rebooting as well as the following volume types: Simple volume Spanned volume Striped volume Mirrored volume RAID-5 volume

File System A file system is a method of storing and organizing computer files and the data they contain to make it easy to find and access this information. A file system also maintains the physical location of the files so that you can find and access the files in the future. Windows Server 2008 supports FAT16, FAT32, and NTFS file systems on hard drives. Windows Server 2012 adds support for ReFS

FAT16 and FAT32 FAT16, sometimes referred to generically as File Allocation Table (FAT), is a simple file system that uses minimum memory and was even used with DOS. Unfortunately, FAT can only support volumes up to 2 GB. FAT32 was released with the second major release of Windows 95. Although this file system can support larger drives, today’s Windows versions support volumes only up to 32 GB.

NTFS File System As mentioned earlier, New Technology File System (NTFS) is the preferred file system, largely because it supports both a much larger hard disk (up to 16 exabytes) and long file names. NTFS is more fault tolerant than previous file systems used in Windows because it uses journaling to make sure that disk transactions are written properly before they can be recognized. NTFS offers better security through permissions and encryption.

Disk Management The main disk management tool in Windows Server 2008 is the MMC snap-in called Disk Management, which is also part of the Computer and Management consoles. In addition, you can use a diskpart.exe and the Format command to partition and format a drive, as well as Windows Explorer to format a drive.

DEMO: Disk Management

DEMO: Formatting Drive

Additional Resources & Next Steps Instructor-Led Courses 40033A: Windows Operating System and Windows Server Fundamentals: Training 2-Pack for MTA Exams 98-349 and 98-365 (5 Days) 40349A: Windows Operating System Fundamentals: MTA Exam 98-349 (3 Days) 40032A: Networking and Security Fundamentals: Training 2-Pack for MTA Exams 98-366 and 98-367 (5 Days) 40366A: Networking Fundamentals: MTA Exam 98-366 Books Exam 98-365: MTA Windows Server Administration Fundamentals (Microsoft Official Academic Course) Exams & Certifications Exam 98-365: Windows Server Administration Fundamentals

10/17/2017 11:56 PM © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.