Storage Networking. Storage Trends Storage growth Need for storage flexibility Simplify and automate management Continuous availability is required.

Slides:



Advertisements
Similar presentations
Archive Task Team (ATT) Disk Storage Stuart Doescher, USGS (Ken Gacke) WGISS-18 September 2004 Beijing, China.
Advertisements

Proposed Storage Area Network Facilities For Discussion.
NAS vs. SAN 10/2010 Palestinian Land Authority IT Department By Nahreen Ameen 1.
Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability.
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.
R.A.I.D. Copyright © 2005 by James Hug Redundant Array of Independent (or Inexpensive) Disks.
© 2006 EMC Corporation. All rights reserved. Network Attached Storage (NAS) Module 3.2.
Network-Attached Storage
2 June 2015 © Enterprise Storage Group, Inc. 1 The Case for File Server Consolidation using NAS Nancy Marrone Senior Analyst The Enterprise Storage Group,
Vorlesung Speichernetzwerke Teil 2 Dipl. – Ing. (BA) Ingo Fuchs 2003.
SQL Server, Storage And You Part 2: SAN, NAS and IP Storage.
1 Recap (RAID and Storage Architectures). 2 RAID To increase the availability and the performance (bandwidth) of a storage system, instead of a single.
IP –Based SAN extensions and Performance Thao Pham CS 622 Fall 07.
High Performance Computing Course Notes High Performance Storage.
5/8/2006 Nicole SAN Protocols 1 Storage Networking Protocols Nicole Opferman CS 526.
COEN 180 NAS / SAN. NAS Network Attached Storage (NAS) Each storage device has its own network interface. Filers: storage device that interfaces at the.
Storage Area Network (SAN)
By Richard Rogers & Mark Walsh. What does database storage management mean? A database storage management system is a defined set of hardware, software.
Module – 7 network-attached storage (NAS)
COEN 180 NAS / SAN. Storage Trends Storage Trends: Money is spend on administration Morris, Truskowski: The evolution of storage systems, IBM Systems.
Implementing Failover Clustering with Hyper-V
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.
Amin Kazempour Long Yunyan XU
Storage Area Networks The Basics. Storage Area Networks SANS are designed to give you: More disk space Multiple server access to a single disk pool Better.
Managing Storage Lesson 3.
Object-based Storage Long Liu Outline Why do we need object based storage? What is object based storage? How to take advantage of it? What's.
Module 10 Configuring and Managing Storage Technologies.
Redundant Array of Independent Disks
Oracle 10g Database Storage Demystified Jeff Browning, O.C.P, R.H.C.A. Senior Manager Network Appliance, Inc. OracleWorld 2003 San Francisco.
GeoVision Solutions Storage Management & Backup. ๏ RAID - Redundant Array of Independent (or Inexpensive) Disks ๏ Combines multiple disk drives into a.
Disk Access. DISK STRUCTURE Sector: Smallest unit of data transfer from/to disk; 512B 2/4/8 adjacent sectors transferred together: Blocks Read/write heads.
CSI-09 COMMUNICATION TECHNOLOGY FAULT TOLERANCE AUTHOR: V.V. SUBRAHMANYAM.
Best Practices for Backup in SAN/NAS Environments Jeff Wells.
Module 9: Configuring Storage
Trends In Network Industry - Exploring Possibilities for IPAC Network Steven Lo.
2014 LENOVO. ALL RIGHTS RESERVED. SAN Fundamentals.
11/05/07 1TDC TDC 564 Local Area Networks Lecture 8 IP-based Storage Area Network.
Page 1 of 23 NFS Vendors Conference October 25, 2000 Impact of NAS and SAN on Distributed File Systems Steve Widen Research Director, Storage Software.
1 U.S. Department of the Interior U.S. Geological Survey Contractor for the USGS at the EROS Data Center EDC CR1 Storage Architecture August 2003 Ken Gacke.
Storage Networking Evolution Jim Morin VP Strategic Planning June 2001.
Using NAS as a Gateway to SAN Dave Rosenberg Hewlett-Packard Company th Street SW Loveland, CO 80537
Hosted by Minimizing the Impact of Storage on Your Network W. Curtis Preston President The Storage Group.
© 2009 IBM Corporation Statements of IBM future plans and directions are provided for information purposes only. Plans and direction are subject to change.
AoE and HyperSCSI on Linux PDA Prepared by They Yu Shu.
EMC Proven Professional. Copyright © 2012 EMC Corporation. All Rights Reserved. NAS versus SAN NAS – Architecture to provide dedicated file level access.
Internet Protocol Storage Area Networks (IP SAN)
STORAGE ARCHITECTURE/ MASTER): Where IP and FC Storage Fit in Your Enterprise Randy Kerns Senior Partner The Evaluator Group.
Storage Networking. Storage Trends Storage grows %/year, gets more complicated It’s necessary to pool storage for flexibility Intelligent storage.
1 CEG 2400 Fall 2012 Network Servers. 2 Network Servers Critical Network servers – Contain redundant components Power supplies Fans Memory CPU Hard Drives.
© 2007 EMC Corporation. All rights reserved. Internet Protocol Storage Area Networks (IP SAN) Module 3.4.
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.
July 30, 2009opsarea meeting, IETF Stockholm1 Operational Deployment and Management of Storage over the Internet David L. Black, EMC IETF opsarea meeting.
Network-Attached Storage. Network-attached storage devices Attached to a local area network, generally an Ethernet-based network environment.
Storage Area Networks The Basics.
Video Security Design Workshop:
iSCSI Application to Cam Coder - A feasibility Study
Storage Networking.
SAN (Extension Protocol & Protocol Stack)
Unit OS10: Fault Tolerance
Introduction to Networks
Introduction to Networks
Direct Attached Storage and Introduction to SCSI
Storage Networking.
Storage Networking Protocols
UNIT IV RAID.
RAID RAID Mukesh N Tekwani April 23, 2019
Improving performance
Presentation transcript:

Storage Networking

Storage Trends Storage growth Need for storage flexibility Simplify and automate management Continuous availability is required

Storage considerations Capacity Performance Scalability Availability and Reliability Backup and recovery requirements Support/staff needs Budget

RAID Consolidate multiple physical disks into a logical grouping Designed for fault tolerance and performance improvement Can be implemented in H/W or S/W Several RAID levels exist

Hardware RAID Volume Management performed by RAID controller Parity computation performed by the RAID controller – decreases server overhead Dedicated cache memory improves server performance

Software RAID Performed by the server O/S Parity computation performed by the server – increased overhead RAID performance depends on the server performance and CPU load For simple environments with lower performance and availability requirements

Simple levels of RAID RAID 0 – Striping RAID 1 – Mirrored Volumes RAID 2 – Bit-level striping with parity distributed to one or more disks RAID 3 – Byte-level striping with dedicated parity disk RAID 4 – Block-level striping with dedicated parity disk RAID 5 – Block-level striping with distributed parity RAID 6 – Block-level striping with distributed double parity

Nested RAID RAID 0+1: striped sets in a mirrored set RAID 10 (or RAID 1+0): mirrored sets in a striped set RAID 5+1: mirrored striped set with distributed parity (also known as RAID 53) RAID 5+0: striped set of RAID-5 sets

Block-level vs File-level access File systems 2 views: 1. Data representation to users/applications (hierarchical view) 2. Storage organization (data structure) Block-level access: write/read blocks; master/slave relationship File-level access: using file names; client/server relationship

DAS SCSI protocol Block-level access File system is on the server

DAS

NAS IP Network Clients Servers File Protocol: SMB/CIFS, NFS, etc. File-level access to the outside; block-level to the storage subsystem File system is on the NAS device

NAS

SAN Servers SCSI over Fibre Channel Storage Area Network Block-level access File system is on the server

SAN

IP Storage Traditional SANs used Fibre Channel protocol and storage technology to connect SAN at gigabit speeds SCSI commands transmitted over FCP Expensive Requires dedicated network equipment/architecture

IP Storage As an alternative, existing IP infrastructure can be used FCIP, iFC protocols allow Fibre Channel devices to be connected over IP networks iSCSI allows SCSI commands to be encapsulated to be transferred through an IP network

iSCSI Allows SAN utilize TCP/IP for block-level data transfer Transport for SCSI commands Existing networks (routers/switches) can be utilized – no need for special equipment With current network technologies supporting gigabit speeds, comparable to FC in speed

NAS-SAN Integration

Distributed File Systems SMB/CIFS; Samba (Windows-based systems) NFS (Unix-based) AFS (Unix) AFP (MAC) NCP (Netware)