SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Storage Management
Kasun Rathnayaka
BSc Eng,AM(SL),RHCE,RHCSA,CCIP,CCNA
Why we need Storage devices?
What is Storage devices ?
How it works?
How it Manage ?
Do You Know ?
Example : Human mind
Computer Storage
Storage Types
●
Primary storage
– Internal memory , main memory
– Directly access to CPU
– RAM
– Processor registers
●
Hold word (32 or 64 bit)of data
●
addressed by mechanisms other than main
memory and can be accessed more quickly
– Processor cache(L1/L2/L3)
●
intermediate stage between ultra-fast registers and
much slower main memory
Storage Types
Example
Working example with Linux OS
Disk Partitioning - Linux
●
Linux still uses MS-DOS partition table for disks less than 2TB in size.
●
It also has GPT (Guide Partition table) to be used with larger SCSI/SAS
disks
●
MS-DOS partition table uses MBR (Master Boot Record)
●
MBR
– Size of MBR is 512 bytes
– MBR keeps
●
Boot Loader
– GRUB stage 1 (Linux)
– NTLDR (Windows)
●
Primary partition table (As a data structure :linked list)
Disk Partitioning - Linux
* AA55 or Magic Number
crafted at the time of manufacturing
* 0-446 bytes are occupied by the
boot loader
* 64 bytes are used by the primary
partition table
GPT
GPT allocates 64 bits for logical block
addresses and therefore allows a
maximum partition size of 2^(64)−1
sectors
Storage Types
●
Secondary Storage
– External memory
– Differs from primary storage in that it is not directly accessible by the
CPU
– The computer usually uses its input/output channels to access
secondary storage and transfers the desired data using intermediate
area in primary storage
●
Tertiary Storage
– involves a robotic mechanism
– Mount in mass storage media
●
Off line Storage
– Not control in processing Unit
Oh!
Problems
1.Dynamic resizing is not possible or requires third party tools.
2. Maximum size of a file system is limited by the size of the
largest physical disk available.
3. Creating a snapshot (point in time backup) of the file system
on-line (at run time) is not possible.
4. Number of partitions are limited by the kernel. For example an
SCSI disk can have maximum 15 partitions while an IDE disk can
have 63 partitions.
Logical Volume
• Abstraction layer between the physical disks and file systems
• Resize(extend or reduce) easily
• Use discontiguous disk space spanning over multiple disks
allowing to create file systems larger than the physical disks
available.
• Allow point in time backup of file system called snapshots.
Logical Volume
RAID
 Redundant Array of Inexpensive Disks
 Basic idea is to connect multiple disks together to
provide
 large storage capacity
 faster access to reading data
 redundant data
 Many different levels of RAID systems
 differing levels of redundancy, error checking,
capacity, and cost
RAID 0
• Often called striping
• Break a file into blocks of data
• Stripe the blocks across disks
in the syste
• no redundancy or error
detection
RAID 1
• A complete file is stored on a
single disk
• A second disk contains an exact
copy of the file
• Provides complete redundancy of
data
• Read performance can be
improved
- file data can be read in parallel
• Write performance suffers
- must write the data out twice
• Most expensive RAID
implementation
-requires twice as much storage
space
RAID 3
• One big problem with
Level-1,2 are the disks
needed to detect which
disk had an error
• Modern disks can already
determine if there is an
error
-using ECC codes with
each sector
• So just need to include a
parity disk
RAID 5,10
Network Storage
Network Storage
●
Store and Share data access the Network
●
Mainly to common types
– SAN
• Storage Area Network
• Exports block devices via FC (Fiber Channel) and iSCSI
protocols
– NAS
• Network-attached storage
• Exports file systems (as folders) via NFS and CIFS
protocols
Network-Attached Storage

Mainly use File sharing

Not use for server-centric system( ex:email,file management)

Can user multiple NAS devices

Contain one or more disks, often arranged into logical, redundant storage
containers or RAID arrays

The protocol used with NAS is a file based protocol such as NFS, Samba
or Microsoft's Common Internet File System (CIFS)

Multiple Operating system on the device such as Celerra on EMC's
devices or NetOS on NetApp NAS devices

The performance depends on cached memory (the equivalent of RAM)
and network interface overhead
NAS:Advantage
●
NAS allows multiple server access through a file-based
protocol.
●
implement simple and low cost load-balancing and fault-
tolerant systems.
●
For example:
●
Corporate e-mail system with multiple, load-balanced
webmail servers
●
Load-balanced web servers access the same contents
from NAS storage
NAS:Disadvantage
●
local network will slow down the resulting access time.
●
backup solution is more expensive than the storage solution.
●
Not support in advance storage environment.
NAS
✔
Heterogeneous Environment
✔
Centralized Storage
✔
Low Performance
✔
Limited scalability
✔
Network Congestion during backups & Restore
✔
Ethernet Limitations
Example
NAS :Samba,NFS
Storage Area Network
●
Centralizing data storage operation
●
Primarily used to make storage devices, such as disk
arrays, tape libraries, and optical jukeboxes
●
Administrating all of the storage resources in high-
growth and mission-critical environments can be
daunting and very expensive
●
SANs can be based upon several different types of
high-speed interfaces
●
Fibre Channel
●
iSCSI interfaces
FC vs iSCSI
FC vs iSCSI
FC SAN iSCSI SAN
Fiber network Ethernet network
High cost Lower than FC
Bandwidth 1,2,4,8,10,1 6Gbps Bandwidth 1,2,4,10Gbps
High performances Low than FC,but good for small
company
FC SANs use SCSI and FC drives for
their high performance and reliability.
iSCSI SANs commonly use SATA
and SAS drives, primarily for their low
cost and large capacity
Zoning and VSAN
• partitioning of a Fibre Channel Fabric into smaller subsets to
restrict interference
• Add security, and to simplify management
• SAN should only be allowed access to a controlled subset of
these devices/ports
• Zoning is different from VSAN, in that each port can be a
member of multiple zones, but only one VSAN.
• VSAN (similarly to VLAN) is in fact a separate network.
Zoning types
 Soft zoning
 implemented in software
 uses filtering implemented in fibre channel switches to prevent ports from being seen
from outside of their assigned zones.
 Connect to any port on the switch
 Soft Zoning means that the FC switch will place a host WWN in a zone, without dealing
with the port numbers they’re connected to in the FC switchhard zoning
 Hard zoning
• implemented in hardware.
• physically blocks access to a zone from any device outside of the zone.
• Usually hard zoning is used when using VLANs. You would associate a port into a zone
Zoning types
SAN
➢
Centralized Storage Management
➢
High Degree of Fault Tolerance
➢
Best and superior performance
➢
Storage Consolidation
➢
Fast and efficient backups and restores
➢
Dynamic Scalability
➢
Expensive solution for small setups
Storage Management Techniques

Weitere ähnliche Inhalte

Was ist angesagt?

Hard disk drive
Hard disk driveHard disk drive
Hard disk driveAwais Alam
 
NAS - Network Attached Storage
NAS - Network Attached StorageNAS - Network Attached Storage
NAS - Network Attached StorageShashank Bhatnagar
 
Introduction to Storage technologies
Introduction to Storage technologiesIntroduction to Storage technologies
Introduction to Storage technologiesKaivalya Shah
 
SSD - Solid State Drive PPT by Atishay Jain
SSD - Solid State Drive PPT by Atishay JainSSD - Solid State Drive PPT by Atishay Jain
SSD - Solid State Drive PPT by Atishay JainAtishay Jain
 
Storage Area Network
Storage Area NetworkStorage Area Network
Storage Area NetworkRaphael Ejike
 
Disk scheduling & Disk management
Disk scheduling & Disk managementDisk scheduling & Disk management
Disk scheduling & Disk managementSiva Priya
 
Chipset
ChipsetChipset
Chipsetjosarta
 
Presentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) BasicsPresentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) BasicsKuber Chandra
 
Hard disk drive components
Hard disk drive componentsHard disk drive components
Hard disk drive componentsEtty94
 
SAS vs SATA_ The Key Differences That You Should Know.pptx
SAS vs SATA_ The Key Differences That You Should Know.pptxSAS vs SATA_ The Key Differences That You Should Know.pptx
SAS vs SATA_ The Key Differences That You Should Know.pptxcalltutors
 
NVMe over Fabric
NVMe over FabricNVMe over Fabric
NVMe over Fabricsingh.gurjeet
 
Computer Motherboard
Computer MotherboardComputer Motherboard
Computer MotherboardShaikat Saha
 
Moving to PCI Express based SSD with NVM Express
Moving to PCI Express based SSD with NVM ExpressMoving to PCI Express based SSD with NVM Express
Moving to PCI Express based SSD with NVM ExpressOdinot Stanislas
 
DAS RAID NAS SAN
DAS RAID NAS SANDAS RAID NAS SAN
DAS RAID NAS SANGhassen Smida
 
Advanced format for hard disk drives
Advanced format for hard disk drivesAdvanced format for hard disk drives
Advanced format for hard disk drivesIDEMA_USA
 
RAID seminar
RAID seminarRAID seminar
RAID seminarDarshan Gala
 
1.1 storage device
1.1  storage device1.1  storage device
1.1 storage deviceGagandeep Singh
 

Was ist angesagt? (20)

Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
 
NAS - Network Attached Storage
NAS - Network Attached StorageNAS - Network Attached Storage
NAS - Network Attached Storage
 
Introduction to Storage technologies
Introduction to Storage technologiesIntroduction to Storage technologies
Introduction to Storage technologies
 
SSD - Solid State Drive PPT by Atishay Jain
SSD - Solid State Drive PPT by Atishay JainSSD - Solid State Drive PPT by Atishay Jain
SSD - Solid State Drive PPT by Atishay Jain
 
NTFS vs FAT
NTFS vs FATNTFS vs FAT
NTFS vs FAT
 
Chipset
ChipsetChipset
Chipset
 
Storage Area Network
Storage Area NetworkStorage Area Network
Storage Area Network
 
Disk scheduling & Disk management
Disk scheduling & Disk managementDisk scheduling & Disk management
Disk scheduling & Disk management
 
Chipset
ChipsetChipset
Chipset
 
Presentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) BasicsPresentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) Basics
 
Hard disk drive components
Hard disk drive componentsHard disk drive components
Hard disk drive components
 
SAS vs SATA_ The Key Differences That You Should Know.pptx
SAS vs SATA_ The Key Differences That You Should Know.pptxSAS vs SATA_ The Key Differences That You Should Know.pptx
SAS vs SATA_ The Key Differences That You Should Know.pptx
 
NVMe over Fabric
NVMe over FabricNVMe over Fabric
NVMe over Fabric
 
Computer Motherboard
Computer MotherboardComputer Motherboard
Computer Motherboard
 
Storage basics
Storage basicsStorage basics
Storage basics
 
Moving to PCI Express based SSD with NVM Express
Moving to PCI Express based SSD with NVM ExpressMoving to PCI Express based SSD with NVM Express
Moving to PCI Express based SSD with NVM Express
 
DAS RAID NAS SAN
DAS RAID NAS SANDAS RAID NAS SAN
DAS RAID NAS SAN
 
Advanced format for hard disk drives
Advanced format for hard disk drivesAdvanced format for hard disk drives
Advanced format for hard disk drives
 
RAID seminar
RAID seminarRAID seminar
RAID seminar
 
1.1 storage device
1.1  storage device1.1  storage device
1.1 storage device
 

Andere mochten auch

Cloud computing & disadvantages of technology
Cloud computing & disadvantages of technologyCloud computing & disadvantages of technology
Cloud computing & disadvantages of technologynomibuilder
 
Storage Primer
Storage PrimerStorage Primer
Storage Primersriramr
 
DefCamp 2013 - In vehicle CAN network security
DefCamp 2013 - In vehicle CAN network securityDefCamp 2013 - In vehicle CAN network security
DefCamp 2013 - In vehicle CAN network securityDefCamp
 
Storage Area Network(SAN)
Storage Area Network(SAN)Storage Area Network(SAN)
Storage Area Network(SAN)Krishna Kahar
 
An Inspector Calls - Revision
An Inspector Calls - RevisionAn Inspector Calls - Revision
An Inspector Calls - RevisionRoss Docherty
 
How to use Google Drive
How to use Google DriveHow to use Google Drive
How to use Google Driverickyshere
 
Google drive powerpoint
Google drive powerpointGoogle drive powerpoint
Google drive powerpointCory Lincourt
 
Synology product training - DSM introduction
Synology product training - DSM introductionSynology product training - DSM introduction
Synology product training - DSM introductionWayne An
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare pptMandy Suzanne
 

Andere mochten auch (10)

Cloud computing & disadvantages of technology
Cloud computing & disadvantages of technologyCloud computing & disadvantages of technology
Cloud computing & disadvantages of technology
 
Storage Primer
Storage PrimerStorage Primer
Storage Primer
 
DefCamp 2013 - In vehicle CAN network security
DefCamp 2013 - In vehicle CAN network securityDefCamp 2013 - In vehicle CAN network security
DefCamp 2013 - In vehicle CAN network security
 
Storage
StorageStorage
Storage
 
Storage Area Network(SAN)
Storage Area Network(SAN)Storage Area Network(SAN)
Storage Area Network(SAN)
 
An Inspector Calls - Revision
An Inspector Calls - RevisionAn Inspector Calls - Revision
An Inspector Calls - Revision
 
How to use Google Drive
How to use Google DriveHow to use Google Drive
How to use Google Drive
 
Google drive powerpoint
Google drive powerpointGoogle drive powerpoint
Google drive powerpoint
 
Synology product training - DSM introduction
Synology product training - DSM introductionSynology product training - DSM introduction
Synology product training - DSM introduction
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Ähnlich wie Storage Management Techniques

SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?Saroj Sahu
 
002-Storage Basics and Application Environments V1.0.pptx
002-Storage Basics and Application Environments V1.0.pptx002-Storage Basics and Application Environments V1.0.pptx
002-Storage Basics and Application Environments V1.0.pptxDrewMe1
 
operating system
operating systemoperating system
operating systemsubashini mari
 
JetStor NAS 724uxd 724uxd 10g - technical presentation
JetStor NAS 724uxd 724uxd 10g - technical presentationJetStor NAS 724uxd 724uxd 10g - technical presentation
JetStor NAS 724uxd 724uxd 10g - technical presentationGene Leyzarovich
 
JetStor NAS 724UXD Dual Controller Active-Active ZFS Based
JetStor NAS 724UXD Dual Controller Active-Active ZFS BasedJetStor NAS 724UXD Dual Controller Active-Active ZFS Based
JetStor NAS 724UXD Dual Controller Active-Active ZFS BasedGene Leyzarovich
 
Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)Tuan Yang
 
Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1sprdd
 
Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1sprdd
 
Gpfs introandsetup
Gpfs introandsetupGpfs introandsetup
Gpfs introandsetupasihan
 
The Pendulum Swings Back: Converged and Hyperconverged Environments
The Pendulum Swings Back: Converged and Hyperconverged EnvironmentsThe Pendulum Swings Back: Converged and Hyperconverged Environments
The Pendulum Swings Back: Converged and Hyperconverged EnvironmentsTony Pearson
 
SOUG_GV_Flashgrid_V4
SOUG_GV_Flashgrid_V4SOUG_GV_Flashgrid_V4
SOUG_GV_Flashgrid_V4UniFabric
 
04.01 file organization
04.01 file organization04.01 file organization
04.01 file organizationBishal Ghimire
 
Storage Networking and Overview ppt.pdf
Storage Networking and Overview ppt.pdfStorage Networking and Overview ppt.pdf
Storage Networking and Overview ppt.pdfDr. Sajal Saha
 

Ähnlich wie Storage Management Techniques (20)

SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?
 
Thiru
ThiruThiru
Thiru
 
002-Storage Basics and Application Environments V1.0.pptx
002-Storage Basics and Application Environments V1.0.pptx002-Storage Basics and Application Environments V1.0.pptx
002-Storage Basics and Application Environments V1.0.pptx
 
Kavi
KaviKavi
Kavi
 
Kavi
KaviKavi
Kavi
 
operating system
operating systemoperating system
operating system
 
JetStor NAS 724uxd 724uxd 10g - technical presentation
JetStor NAS 724uxd 724uxd 10g - technical presentationJetStor NAS 724uxd 724uxd 10g - technical presentation
JetStor NAS 724uxd 724uxd 10g - technical presentation
 
JetStor NAS 724UXD Dual Controller Active-Active ZFS Based
JetStor NAS 724UXD Dual Controller Active-Active ZFS BasedJetStor NAS 724UXD Dual Controller Active-Active ZFS Based
JetStor NAS 724UXD Dual Controller Active-Active ZFS Based
 
Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)
 
Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1
 
Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1Wheeler w 0450_linux_file_systems1
Wheeler w 0450_linux_file_systems1
 
Ch10
Ch10Ch10
Ch10
 
Gpfs introandsetup
Gpfs introandsetupGpfs introandsetup
Gpfs introandsetup
 
The Pendulum Swings Back: Converged and Hyperconverged Environments
The Pendulum Swings Back: Converged and Hyperconverged EnvironmentsThe Pendulum Swings Back: Converged and Hyperconverged Environments
The Pendulum Swings Back: Converged and Hyperconverged Environments
 
CH10.pdf
CH10.pdfCH10.pdf
CH10.pdf
 
SOUG_GV_Flashgrid_V4
SOUG_GV_Flashgrid_V4SOUG_GV_Flashgrid_V4
SOUG_GV_Flashgrid_V4
 
04.01 file organization
04.01 file organization04.01 file organization
04.01 file organization
 
Cs8493 unit 4
Cs8493 unit 4Cs8493 unit 4
Cs8493 unit 4
 
Storage Networking and Overview ppt.pdf
Storage Networking and Overview ppt.pdfStorage Networking and Overview ppt.pdf
Storage Networking and Overview ppt.pdf
 
Challenges in Managing IT Infrastructure
Challenges in Managing IT InfrastructureChallenges in Managing IT Infrastructure
Challenges in Managing IT Infrastructure
 

KĂźrzlich hochgeladen

Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsDILIPKUMARMONDAL6
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 

KĂźrzlich hochgeladen (20)

Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teams
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 

Storage Management Techniques

  • 1. Storage Management Kasun Rathnayaka BSc Eng,AM(SL),RHCE,RHCSA,CCIP,CCNA
  • 2. Why we need Storage devices? What is Storage devices ? How it works? How it Manage ? Do You Know ?
  • 5. Storage Types ● Primary storage – Internal memory , main memory – Directly access to CPU – RAM – Processor registers ● Hold word (32 or 64 bit)of data ● addressed by mechanisms other than main memory and can be accessed more quickly – Processor cache(L1/L2/L3) ● intermediate stage between ultra-fast registers and much slower main memory
  • 8. Disk Partitioning - Linux ● Linux still uses MS-DOS partition table for disks less than 2TB in size. ● It also has GPT (Guide Partition table) to be used with larger SCSI/SAS disks ● MS-DOS partition table uses MBR (Master Boot Record) ● MBR – Size of MBR is 512 bytes – MBR keeps ● Boot Loader – GRUB stage 1 (Linux) – NTLDR (Windows) ● Primary partition table (As a data structure :linked list)
  • 9. Disk Partitioning - Linux * AA55 or Magic Number crafted at the time of manufacturing * 0-446 bytes are occupied by the boot loader * 64 bytes are used by the primary partition table
  • 10. GPT GPT allocates 64 bits for logical block addresses and therefore allows a maximum partition size of 2^(64)−1 sectors
  • 11. Storage Types ● Secondary Storage – External memory – Differs from primary storage in that it is not directly accessible by the CPU – The computer usually uses its input/output channels to access secondary storage and transfers the desired data using intermediate area in primary storage ● Tertiary Storage – involves a robotic mechanism – Mount in mass storage media ● Off line Storage – Not control in processing Unit
  • 12. Oh!
  • 13. Problems 1.Dynamic resizing is not possible or requires third party tools. 2. Maximum size of a file system is limited by the size of the largest physical disk available. 3. Creating a snapshot (point in time backup) of the file system on-line (at run time) is not possible. 4. Number of partitions are limited by the kernel. For example an SCSI disk can have maximum 15 partitions while an IDE disk can have 63 partitions.
  • 14. Logical Volume • Abstraction layer between the physical disks and file systems • Resize(extend or reduce) easily • Use discontiguous disk space spanning over multiple disks allowing to create file systems larger than the physical disks available. • Allow point in time backup of file system called snapshots.
  • 16. RAID  Redundant Array of Inexpensive Disks  Basic idea is to connect multiple disks together to provide  large storage capacity  faster access to reading data  redundant data  Many different levels of RAID systems  differing levels of redundancy, error checking, capacity, and cost
  • 17. RAID 0 • Often called striping • Break a file into blocks of data • Stripe the blocks across disks in the syste • no redundancy or error detection
  • 18. RAID 1 • A complete file is stored on a single disk • A second disk contains an exact copy of the file • Provides complete redundancy of data • Read performance can be improved - file data can be read in parallel • Write performance suffers - must write the data out twice • Most expensive RAID implementation -requires twice as much storage space
  • 19. RAID 3 • One big problem with Level-1,2 are the disks needed to detect which disk had an error • Modern disks can already determine if there is an error -using ECC codes with each sector • So just need to include a parity disk
  • 22. Network Storage ● Store and Share data access the Network ● Mainly to common types – SAN • Storage Area Network • Exports block devices via FC (Fiber Channel) and iSCSI protocols – NAS • Network-attached storage • Exports file systems (as folders) via NFS and CIFS protocols
  • 23. Network-Attached Storage  Mainly use File sharing  Not use for server-centric system( ex:email,file management)  Can user multiple NAS devices  Contain one or more disks, often arranged into logical, redundant storage containers or RAID arrays  The protocol used with NAS is a file based protocol such as NFS, Samba or Microsoft's Common Internet File System (CIFS)  Multiple Operating system on the device such as Celerra on EMC's devices or NetOS on NetApp NAS devices  The performance depends on cached memory (the equivalent of RAM) and network interface overhead
  • 24. NAS:Advantage ● NAS allows multiple server access through a file-based protocol. ● implement simple and low cost load-balancing and fault- tolerant systems. ● For example: ● Corporate e-mail system with multiple, load-balanced webmail servers ● Load-balanced web servers access the same contents from NAS storage
  • 25. NAS:Disadvantage ● local network will slow down the resulting access time. ● backup solution is more expensive than the storage solution. ● Not support in advance storage environment.
  • 26. NAS ✔ Heterogeneous Environment ✔ Centralized Storage ✔ Low Performance ✔ Limited scalability ✔ Network Congestion during backups & Restore ✔ Ethernet Limitations
  • 28. Storage Area Network ● Centralizing data storage operation ● Primarily used to make storage devices, such as disk arrays, tape libraries, and optical jukeboxes ● Administrating all of the storage resources in high- growth and mission-critical environments can be daunting and very expensive ● SANs can be based upon several different types of high-speed interfaces ● Fibre Channel ● iSCSI interfaces
  • 30. FC vs iSCSI FC SAN iSCSI SAN Fiber network Ethernet network High cost Lower than FC Bandwidth 1,2,4,8,10,1 6Gbps Bandwidth 1,2,4,10Gbps High performances Low than FC,but good for small company FC SANs use SCSI and FC drives for their high performance and reliability. iSCSI SANs commonly use SATA and SAS drives, primarily for their low cost and large capacity
  • 31. Zoning and VSAN • partitioning of a Fibre Channel Fabric into smaller subsets to restrict interference • Add security, and to simplify management • SAN should only be allowed access to a controlled subset of these devices/ports • Zoning is different from VSAN, in that each port can be a member of multiple zones, but only one VSAN. • VSAN (similarly to VLAN) is in fact a separate network.
  • 32. Zoning types  Soft zoning  implemented in software  uses filtering implemented in fibre channel switches to prevent ports from being seen from outside of their assigned zones.  Connect to any port on the switch  Soft Zoning means that the FC switch will place a host WWN in a zone, without dealing with the port numbers they’re connected to in the FC switchhard zoning  Hard zoning • implemented in hardware. • physically blocks access to a zone from any device outside of the zone. • Usually hard zoning is used when using VLANs. You would associate a port into a zone
  • 34. SAN ➢ Centralized Storage Management ➢ High Degree of Fault Tolerance ➢ Best and superior performance ➢ Storage Consolidation ➢ Fast and efficient backups and restores ➢ Dynamic Scalability ➢ Expensive solution for small setups