SlideShare a Scribd company logo
SPINNING BROWN DONUTS
Why Storage Still Counts
Presented by:
David Pechon, Jr.
MCSA, VCP5-DCV
2
WHO DOES THIS GUY THINK HE IS?
Started IT career with an enlistment in the US Army in 1997 as an Information Systems
Operator/Analyst. Stationed at Fort Polk, LA; Youngsan Army Garrison in Seoul, South Korea;
and Fort Bragg, NC. (never airborne, instead a dirty nasty leg)
Worked for a loan servicing company and three different banks in SE Louisiana, as well as a
consulting business from a small MSP in New Orleans to a large systems integrator based in
Denver.
Started working at Sparkhound in February 2014, specializing in virtualization, storage,
messaging and identity management
Held certifications from Microsoft, VMware, NetApp, CommVault and SyncSort (now Catalogic
Software).
Married to my wife Clare of 8 years with two children and currently resides in Ponchatoula, LA
Avid Chicago Cubs fan; enjoys fish, fine beers and grilling outdoors.
Fun fact: My face was on the Today show in 1991 for a full five seconds when Joe Garagiola
visited my school at Fort Stewart, GA.
david.pechon@sparkhound.com
@davidpechon
http://linkedin.com/in/davidpechonjr
… AND WHY IS HE SO EXCITED ABOUT
STORAGE?
As workloads become increasingly virtualized, storage becomes more and
more of a potential storage bottleneck, many technologies have been
produced to reduce impact.
The amount of data generated has grown exponentially with no signs of
slowing down.
Information is an asset to any organization. There are needs to make sure its
secure and available at all times.
BRIEF HISTORY OF DATA STORAGE
1948 Williams
Tube
Early 1950s – Drum
Memory
1951 -
Uniservo
1956 – IBM
350
First HDD
1972 – Data
Cassette
1976 – Floppy
disks
1983 – ST-506
First PC HDD
1990s Optical Media 2010s Cloud
2000s USB Flash
1725-1940s: Punch Cards
RAID IS NOT A BACKUP
Seriously…
RAID IS NOT A BACKUP
Anyone who thinks RAID is a backup should be swatted on the nose with
a rolled up newspaper….
…and laughed at too.
RAID is used to span storage load across spindles and/or survive a disk
failure. RAID will not protect against rouge admins, stupid admins,
stupid users, users in general, users looking to get out of congressional
hearings, viruses, Decepticons, the guys the Go-Bots fought against,
vampires, fire, earthquakes, nuclear apocalypse …. well you get the idea.
STUPID IS AS STUPID DOES
One official wrote me … “there are criminal penalties for destroying federal
records, which makes sense, including liability for negligence for not taking
the necessary steps to protect files, including a federal requirement to
backup data. This doesn’t happen. All email servers are backed up with
something called ‘RAID’ (Redundant Array Of Independent Disks), and it’s
nearly impossible for something to delete the files, and that even if that
were to happen they would not be gone forever.”
Source:
D. Giordano (June 16, 2014) Attkisson On Missing IRS Documents: If The Emails Really Are Lost,
‘That’s Quite A Story In Itself’. Retrieved from http://philadelphia.cbslocal.com/2014/06/16/attkisson-on-
missing-irs-documents-if-the-emails-really-are-lost-thats-quite-a-story-in-itself/
BREAK IT DOWN … BARNEY STYLE
RAID does not protect against deletion, be it accidental or intentional.
RAID does not protect against data corruption.
Some RAID levels will not protect you against disk loss, all will not protect
you against other catastrophic failures.
Remember Kids!! RAID is not
a backup!
TRADITIONAL DATACENTER
STORAGE
Why SAN is not just NAS Spelled Backwards
IN THE BEGINNING...
STORAGE AREA
NETWORK
Storage Device
A SAN shares virtual disks from an
array to a host. In this example, a
fabric is being used. Storage is
presented to a host as raw block
storage.
DIRECT ATTACHED
STORAGE
Direct attached storage is basically
disks attached directly to a host
via a storage controller card.
While performance can be great,
flexibility is low in creating islands
of storage.
A NAS hosts files over network
shares. Storage is mapped to
hosts. Was created to share
information between computers
over standard data networks.
NETWORK
ATTACHED
STORAGE
Storage Device
File System
(CIFS, NFS,
etc.)Network
Storage
NAS PROTOCOLS
Server Message Block (SMB)
a.k.a.: Common Internet File System (CIFS)
Network File System (NFS)
Primarily used by Windows to share files over a network.
Supported by MacOS. Can be used by UNIX/Linux distributions
with third party tools like Samba
Developed by Sun Microsystems to share files with other Solaris
systems. Primarily used by UNIX and UNIX like operating
systems. Windows Server 2012 can act as an NFS server natively.
Latest version SMB 3.0 supports hardware acceleration and
multipathing.
Latest version NFS 4.1 supports multipathing and supports
parallel writes for applications like high performance computing
(pNFS)
Hyper-V 3.0 can use SMB 3.0 shares to store VMs in a cluster.
Only NAS protocol supported to store Microsoft Exchange
mailbox databases on virtual disks
NFS 3 is supported by all vSphere versions. NFS 4.1 is supported
by ESXi 6/vSphere 6.
SAN PROTOCOLS
Fibre Channel iSCSI
Requires special FC switching and cards called Host Bus
Adaptors or HBAs. Configured in a fabric configuration to
minimize failure points and increase data paths.
Uses existing Ethernet/IP infrastructure, can use either
software initiators or HBAs.
Developed to go beyond the SCSI limits for disk devices and
tape drives.
Developed as a lower cost alternative to Fibre Channel
Lossless protocol to minimize storage latency. Beholden to the loss packets that can occur on an IP network
Great scalability and can traverse greater distances by use of
dark fiber. In some cases up to 100 kilometers (a tad over 62
miles)
While it can go over IP networks, not recommended to go over
wide area networks.
BEST OF BOTH WORLDS - FCOE
FCoE switches can carry both Fibre Channel
and IP networking on the same switches,
reducing complexity, cabling, and devices.
Converged Network Adaptors replace specific
HBAs and can also carry IP and Fibre Channel
protocols.
Popular in converged architecture sets such as
FlexPod, Vblock, ActiveSystem, CloudMatrix,
etc.
Uses the same architecture and networking practices as Fibre Channel. Ethernet
replaces the physical layer.
SO WHAT'S THE DIFFERENCE?
SO WHAT'S THE DIFFERENCE?
• You would need a SAN if…
• You need lower latency disk access over a lossless protocol.
• You are using higher transaction intensive systems like database management
applications, enterprise resource planning, or email systems like Exchange Server
• You want to eliminate of single points of failure by use of a fabric network and multiple
data paths.
• You need to traverse over a campus or even a metro area over fiber.
• You would need a NAS if..
• You need lower administrative overhead without the need for special network
configuration outside of setting up a VLAN or two.
• You want to share files directly to users from the array, eliminating traditional file
servers.
• You want to cluster storage to scale out performance, not just capacity. (scale-out NAS)
WHAT IF I WANT BOTH?
WHAT IF I WANT BOTH?
Unified storage systems that can host both SAN and NAS protocols from the
same array, simplifying management and allowing more flexibility.
NAS gateways are systems that use a LUN from a SAN to host file protocols.
These can be systems that are built for that purpose or a general purpose
operating system running on a server.
BEYOND ARRAYS
Software Defined, Hybrid, All-Flash, and Convergence
HYBRID ARRAYS
Hybrid arrays combine the use of traditional magnetic disk and solid state.
The idea came from the
method of storage tiering,
where blocks of “hot” data
are moved to faster disks.
While effective for a
while, it was basically
trying to squeeze
blood from a stone.
Performance was still
limited by mechanical
disk speed and
scheduling of blocks
to be written and
when they were
deemed hot or cold
15k RPM SAS RAID 10
10k RPM SAS RAID 6
7.2k RPM SATA RAID 6
HOT!
COLD
WARM
HOT!
WARM
WARM
WARM
COLD
HYBRID ARRAYS
Hybrid arrays combine the use of traditional magnetic disk and solid state.
In most hybrid arrays, hot data is cached
in SSDs or PCI flash in the storage array.
Some arrays will use DRAM as a cache
level. Data isn’t moved but the array
will use metadata to point reads to the
cache, known as “cache hits”
Some hybrid arrays have the ability to use SSDs as a write cache, to ingest
large amounts of data quickly, then move it to slower storage.
STORAGE ARRAY
SSD
SERVER
SSD
ALL FLASH ARRAYS
Its an array with all flash drives….
…duh.
On a serious note, what sets
vendors apart are features.
Violin Memory is an example
of one such array that doesn’t
do any special space
efficiency, but makes very
dense solid state arrays.
Pure Storage sacrifices some
raw performance for space
efficiencies deduplication and
compression.
Some traditional storage
vendors like HP and NetApp,
and added all-flash support to
their existing storage arrays.
CONVERGED SYSTEMS
VMware brought virtualization to commodity x86 computing, bringing the
benefits of mainframes to lesser expensive hardware.
Fibre Channel over Ethernet allowed datacenters to reduce the amount of
networking devices in the datacenter.
Cisco UCS platforms had decoupled various hardware settings from
systems, allowing you to replace WWN, MAC addresses, BIOS settings,
etc. to a new node either hot or cold
Unified storage systems such as NetApp FAS and EMC VNX allowed for all
storage protocols under one system.
This led to the concept of converged systems, where compute, network,
storage and hypervisor systems were combined under a validated model,
giving the customer one number to call for support, or known as “one
throat to choke.”
SOFTWARE DEFINED STORAGE
Software Defined Storage is the ability to get the features of a storage
array in a virtual appliance rather than hardware or run a storage OS on
their own hardware.
This has given birth to two disruptive technologies…
HYPERCONVERGED
Hyperconverged systems cluster the local storage on virtual hosts by
using a storage VM or by the hypervisor itself.
HYPERVISOR
Storage VM
SCSI Controller
SSD
SSD
SATA
SATA
SATA
SATA
VMI/O
HYPERVISOR
Storage VM
SCSI Controller
SSD
SSD
SATA
SATA
SATA
SATA
VMI/O
HYPERVISOR
Storage VM
SCSI Controller
SSD
SSD
SATA
SATA
SATA
SATA
VMI/O
Virtual
storage
cluster
This technology has proven to be
excellent for applications that linearly
scale such as big data and virtual
desktop infrastructure.
CLOUD STORAGE
Cloud storage can be in the
form of user accessible
storage such as OneDrive or
Dropbox
It can be a cold data tier, as
used by Microsoft
StorSimple
It can be used as a
replication or backup target,
similar to NetApp Cloud
ONTAP.
Or replicate your
entire
infrastructure for
disaster recovery
with services like
vCloud Air or
Hyper-V/Azure
replication.
FLASH!
….ahhh ahhhh….savior of the universe datacenter!
TYPES OF SOLID STATE DRIVES
Single level cell flash or SLC NAND* memory stores one bit per cell. It can endure more writes than
any other flash memory available and is usually the most expensive.
Multi-level cell or MLC flash can do two to three bits per cell but has a shorter lifespan than SLC.
Enterprise MLC or eMLC will consist of chips of higher quality, much like how enterprise drives are
more reliable than consumer grade. They cost more than consumer MLC SSD drives but less than
SLC SSDs.
*NAND being a transistor logic gate, which is a negation of the AND operator. NOR logic gates are used in some SLC flash where the logic gate results in the negation of an OR operator.
ALL FLASH OR HYBRID?
It all depends!
Using metrics to determine cost, such as $/GB or $/IOPS.
Do you need sub millisecond latency?
Do you want the benefits of flash with a cost somewhat similar to disk?
Not all workloads need all flash arrays.
BUZZWORDS AND MARKETING
Cutting through the BS
BIG DATA
Big Data is basically taking
petabytes of unstructured
and structured data and
turning it into something
useful.
Storage frameworks like
Hadoop make this possible.
Hadoop requires an array of
nodes that are usually only
needed on demand.
Amazon EWR and Azure
HDInsight are cloud services
specifically for provisioning
Hadoop clusters in seconds
and you only pay for
running a workload.
HERO NUMBERS
HERO NUMBERS
IOPS stands for Input/Output Operatoins Per Second. Most numbers quoted are based on 4 kilobyte block size and
sequential reads, which most drives and arrays can perform quite well. Most applications like SQL Server will
require a 64k block size. So this figure readjusted for 64k sequential read would be 12,500 IOPS.
Deduplication is the method of removing redundant blocks of storage to save space. Metadata is used to
reconstruct data from the deduplicated blocks. This depends all about how much redundant data is being stored. If
you have 10 desktops with nothing else installed, you pretty much have the same bits written 10 times, hence the
10:1 dedupe ratio. Databases for instance may only see 10-30% space savings with deduplication.
NL-SAS or Nearline SAS are SATA drives that can use SAS backplanes. They’re no faster per spindle than SATA drives.
I can imagine Paul Thurott saying something like that.
IN CONCLUSION
Sizing storage properly can make or break your line of business applications. A lower
cost hybrid array may be sufficient over all flash. You may want to consider cloud
storage over an on premise array for cold storage.
Never let a vendor tell you how you should run your systems on their storage. A good
storage consultant should be able to size an environment not only on your applications
but through the entire lifecycle of the appliance.
Always ask for a “bake off”, meaning you can test your workloads on their gear before
signing a purchase order.
Be wary of “hero numbers”, again using a bake off to get a much better picture on
how their system will work for you.
Spinning Brown Donuts: Why Storage Still Counts

More Related Content

What's hot

Raid
RaidRaid
Raid
Pari Soni
 
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer ArchitectureRaid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
Aiman Hafeez
 
NetServ - CD / DVD Server + NAS Storage – PrimeArray
NetServ - CD / DVD Server + NAS Storage – PrimeArrayNetServ - CD / DVD Server + NAS Storage – PrimeArray
NetServ - CD / DVD Server + NAS Storage – PrimeArray
Prime Array
 
RAID seminar
RAID seminarRAID seminar
RAID seminar
Darshan Gala
 
Performance evolution of raid
Performance evolution of raidPerformance evolution of raid
Performance evolution of raid
Zubair Sami
 
RAID Review
RAID ReviewRAID Review
Introduzione alla nuova famiglia di NAS SnapServer
Introduzione alla nuova famiglia di NAS SnapServerIntroduzione alla nuova famiglia di NAS SnapServer
Introduzione alla nuova famiglia di NAS SnapServer
Paolo Rossi
 
SEMINAR
SEMINARSEMINAR
SEMINAR
Istiaq Ahmed
 
RAID
RAIDRAID
Raid
RaidRaid
Raid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive DisksRaid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive Disks
Mudit Mishra
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
Uzair Khan
 
Raid data recovery Tips
Raid data recovery TipsRaid data recovery Tips
Raid data recovery Tips
Hone Software
 
Raid
RaidRaid
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
IGZ Software house
 
Raid
Raid Raid
RAID
RAIDRAID
Understanding RAID Controller
Understanding RAID ControllerUnderstanding RAID Controller
Understanding RAID Controller
Raid Data Recovery
 
Raid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewRaid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overview
IT Tech
 
Raid Technology
Raid TechnologyRaid Technology
Raid Technology
Aman Sadhwani
 

What's hot (20)

Raid
RaidRaid
Raid
 
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer ArchitectureRaid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
 
NetServ - CD / DVD Server + NAS Storage – PrimeArray
NetServ - CD / DVD Server + NAS Storage – PrimeArrayNetServ - CD / DVD Server + NAS Storage – PrimeArray
NetServ - CD / DVD Server + NAS Storage – PrimeArray
 
RAID seminar
RAID seminarRAID seminar
RAID seminar
 
Performance evolution of raid
Performance evolution of raidPerformance evolution of raid
Performance evolution of raid
 
RAID Review
RAID ReviewRAID Review
RAID Review
 
Introduzione alla nuova famiglia di NAS SnapServer
Introduzione alla nuova famiglia di NAS SnapServerIntroduzione alla nuova famiglia di NAS SnapServer
Introduzione alla nuova famiglia di NAS SnapServer
 
SEMINAR
SEMINARSEMINAR
SEMINAR
 
RAID
RAIDRAID
RAID
 
Raid
RaidRaid
Raid
 
Raid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive DisksRaid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive Disks
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
Raid data recovery Tips
Raid data recovery TipsRaid data recovery Tips
Raid data recovery Tips
 
Raid
RaidRaid
Raid
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
Raid
Raid Raid
Raid
 
RAID
RAIDRAID
RAID
 
Understanding RAID Controller
Understanding RAID ControllerUnderstanding RAID Controller
Understanding RAID Controller
 
Raid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewRaid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overview
 
Raid Technology
Raid TechnologyRaid Technology
Raid Technology
 

Viewers also liked

03 data mining : data warehouse
03 data mining : data warehouse03 data mining : data warehouse
03 data mining : data warehouse
Institute of Technology Telkom
 
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld
 
Research and technology explosion in scale-out storage
Research and technology explosion in scale-out storageResearch and technology explosion in scale-out storage
Research and technology explosion in scale-out storage
Jeff Spencer
 
Future of Data Storage in the Cloud
Future of Data Storage in the CloudFuture of Data Storage in the Cloud
Future of Data Storage in the Cloud
Bret Piatt
 
Digital Pragmatism with Business Intelligence, Big Data and Data Visualisation
Digital Pragmatism with Business Intelligence, Big Data and Data VisualisationDigital Pragmatism with Business Intelligence, Big Data and Data Visualisation
Digital Pragmatism with Business Intelligence, Big Data and Data Visualisation
Jen Stirrup
 
Leadership in the Big Data era
Leadership in the Big Data eraLeadership in the Big Data era
Leadership in the Big Data era
Mick Yates
 
Future Information Growth And Storage Device Reliability 2007
Future Information Growth And Storage Device Reliability 2007Future Information Growth And Storage Device Reliability 2007
Future Information Growth And Storage Device Reliability 2007
Andrei Khurshudov
 

Viewers also liked (7)

03 data mining : data warehouse
03 data mining : data warehouse03 data mining : data warehouse
03 data mining : data warehouse
 
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
 
Research and technology explosion in scale-out storage
Research and technology explosion in scale-out storageResearch and technology explosion in scale-out storage
Research and technology explosion in scale-out storage
 
Future of Data Storage in the Cloud
Future of Data Storage in the CloudFuture of Data Storage in the Cloud
Future of Data Storage in the Cloud
 
Digital Pragmatism with Business Intelligence, Big Data and Data Visualisation
Digital Pragmatism with Business Intelligence, Big Data and Data VisualisationDigital Pragmatism with Business Intelligence, Big Data and Data Visualisation
Digital Pragmatism with Business Intelligence, Big Data and Data Visualisation
 
Leadership in the Big Data era
Leadership in the Big Data eraLeadership in the Big Data era
Leadership in the Big Data era
 
Future Information Growth And Storage Device Reliability 2007
Future Information Growth And Storage Device Reliability 2007Future Information Growth And Storage Device Reliability 2007
Future Information Growth And Storage Device Reliability 2007
 

Similar to Spinning Brown Donuts: Why Storage Still Counts

Storage
StorageStorage
DAS RAID NAS SAN
DAS RAID NAS SANDAS RAID NAS SAN
DAS RAID NAS SAN
Ghassen Smida
 
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
Tony Pearson
 
Nas and san
Nas and sanNas and san
Nas and san
songaco
 
It's the End of Data Storage As We Know It (And I Feel Fine)
It's the End of Data Storage As We Know It (And I Feel Fine)It's the End of Data Storage As We Know It (And I Feel Fine)
It's the End of Data Storage As We Know It (And I Feel Fine)
Stephen Foskett
 
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
 
Challenges in Managing IT Infrastructure
Challenges in Managing IT InfrastructureChallenges in Managing IT Infrastructure
Varrow datacenter storage today and tomorrow
Varrow   datacenter storage today and tomorrowVarrow   datacenter storage today and tomorrow
Varrow datacenter storage today and tomorrow
pittmantony
 
Storage Virtualization Introduction
Storage Virtualization IntroductionStorage Virtualization Introduction
Storage Virtualization Introduction
Stephen Foskett
 
SAN vs NAS vs DAS: Decoding Data Storage Solutions
SAN vs NAS vs DAS: Decoding Data Storage SolutionsSAN vs NAS vs DAS: Decoding Data Storage Solutions
SAN vs NAS vs DAS: Decoding Data Storage Solutions
MaryJWilliams2
 
Network attached storage (nas)
Network attached storage (nas)Network attached storage (nas)
Network attached storage (nas)
Vîvék Thørät
 
Storage School 1
Storage School 1Storage School 1
Storage School 1
Stephen Foskett
 
Cloud storage infrastructures
Cloud storage infrastructuresCloud storage infrastructures
Cloud storage infrastructures
NIKHILKUMAR SHARDOOR
 
Fulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization PresentationFulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization Presentation
Steve Meek
 
final-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdffinal-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdf
Samiksha880257
 
Storage Technology Overview
Storage Technology OverviewStorage Technology Overview
Storage Technology Overview
nomathjobs
 
Nimbus Partner Solutions Brief
Nimbus Partner Solutions BriefNimbus Partner Solutions Brief
Nimbus Partner Solutions Brief
IT Brand Pulse
 
ProServer - Direct network attached CD / DVD Server and Loader
ProServer - Direct network attached CD / DVD Server and LoaderProServer - Direct network attached CD / DVD Server and Loader
ProServer - Direct network attached CD / DVD Server and Loader
Prime Array
 
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
DrewMe1
 
Automated Storage Tiering
Automated Storage TieringAutomated Storage Tiering
Automated Storage Tiering
DataCore Software
 

Similar to Spinning Brown Donuts: Why Storage Still Counts (20)

Storage
StorageStorage
Storage
 
DAS RAID NAS SAN
DAS RAID NAS SANDAS RAID NAS SAN
DAS RAID NAS SAN
 
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
 
Nas and san
Nas and sanNas and san
Nas and san
 
It's the End of Data Storage As We Know It (And I Feel Fine)
It's the End of Data Storage As We Know It (And I Feel Fine)It's the End of Data Storage As We Know It (And I Feel Fine)
It's the End of Data Storage As We Know It (And I Feel Fine)
 
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?
 
Challenges in Managing IT Infrastructure
Challenges in Managing IT InfrastructureChallenges in Managing IT Infrastructure
Challenges in Managing IT Infrastructure
 
Varrow datacenter storage today and tomorrow
Varrow   datacenter storage today and tomorrowVarrow   datacenter storage today and tomorrow
Varrow datacenter storage today and tomorrow
 
Storage Virtualization Introduction
Storage Virtualization IntroductionStorage Virtualization Introduction
Storage Virtualization Introduction
 
SAN vs NAS vs DAS: Decoding Data Storage Solutions
SAN vs NAS vs DAS: Decoding Data Storage SolutionsSAN vs NAS vs DAS: Decoding Data Storage Solutions
SAN vs NAS vs DAS: Decoding Data Storage Solutions
 
Network attached storage (nas)
Network attached storage (nas)Network attached storage (nas)
Network attached storage (nas)
 
Storage School 1
Storage School 1Storage School 1
Storage School 1
 
Cloud storage infrastructures
Cloud storage infrastructuresCloud storage infrastructures
Cloud storage infrastructures
 
Fulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization PresentationFulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization Presentation
 
final-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdffinal-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdf
 
Storage Technology Overview
Storage Technology OverviewStorage Technology Overview
Storage Technology Overview
 
Nimbus Partner Solutions Brief
Nimbus Partner Solutions BriefNimbus Partner Solutions Brief
Nimbus Partner Solutions Brief
 
ProServer - Direct network attached CD / DVD Server and Loader
ProServer - Direct network attached CD / DVD Server and LoaderProServer - Direct network attached CD / DVD Server and Loader
ProServer - Direct network attached CD / DVD Server and Loader
 
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
 
Automated Storage Tiering
Automated Storage TieringAutomated Storage Tiering
Automated Storage Tiering
 

More from Sparkhound Inc.

IT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the BusinessIT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the Business
Sparkhound Inc.
 
Quality Assurance: What is it and what are the Business Benefits?
Quality Assurance: What is it and what are the Business Benefits?Quality Assurance: What is it and what are the Business Benefits?
Quality Assurance: What is it and what are the Business Benefits?
Sparkhound Inc.
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
Sparkhound Inc.
 
Dashboards for Everyone with Microsoft Power BI & Excel
Dashboards for Everyone with Microsoft Power BI &  ExcelDashboards for Everyone with Microsoft Power BI &  Excel
Dashboards for Everyone with Microsoft Power BI & Excel
Sparkhound Inc.
 
Intro to AngularJS
Intro to AngularJS Intro to AngularJS
Intro to AngularJS
Sparkhound Inc.
 
Leveraging SharePoint 2013 Search and CSR
Leveraging SharePoint 2013 Search and CSRLeveraging SharePoint 2013 Search and CSR
Leveraging SharePoint 2013 Search and CSR
Sparkhound Inc.
 
Ensuring Quality Mobile Apps with Testing and Crash Reporting
Ensuring Quality Mobile Apps with Testing and Crash ReportingEnsuring Quality Mobile Apps with Testing and Crash Reporting
Ensuring Quality Mobile Apps with Testing and Crash Reporting
Sparkhound Inc.
 
Managing Customer Expectations
Managing Customer ExpectationsManaging Customer Expectations
Managing Customer Expectations
Sparkhound Inc.
 
Virtualize All The Things!
Virtualize All The Things!Virtualize All The Things!
Virtualize All The Things!
Sparkhound Inc.
 
What is "Next Generation" Analytics? How does it fit with my Business Vision?
What is "Next Generation" Analytics? How does it fit with my Business Vision?What is "Next Generation" Analytics? How does it fit with my Business Vision?
What is "Next Generation" Analytics? How does it fit with my Business Vision?
Sparkhound Inc.
 
What is the right SharePoint Cloud Strategy for My Business?
What is the right SharePoint Cloud Strategy for My Business? What is the right SharePoint Cloud Strategy for My Business?
What is the right SharePoint Cloud Strategy for My Business?
Sparkhound Inc.
 
Identity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureIdentity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft Azure
Sparkhound Inc.
 
Integrating the BCS with Search in SharePoint 2013
Integrating the BCS with Search in SharePoint 2013Integrating the BCS with Search in SharePoint 2013
Integrating the BCS with Search in SharePoint 2013
Sparkhound Inc.
 
Htf2014 managing share point projects with agile and tfs andy
Htf2014 managing share point projects with agile and tfs   andyHtf2014 managing share point projects with agile and tfs   andy
Htf2014 managing share point projects with agile and tfs andy
Sparkhound Inc.
 
SQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV'sSQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV's
Sparkhound Inc.
 
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Sparkhound Inc.
 
PowerShell Fundamentals for SharePoint
PowerShell Fundamentals for SharePointPowerShell Fundamentals for SharePoint
PowerShell Fundamentals for SharePoint
Sparkhound Inc.
 
Introduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APIIntroduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST API
Sparkhound Inc.
 
Introduction to JSLink in 2013
Introduction to JSLink in 2013Introduction to JSLink in 2013
Introduction to JSLink in 2013
Sparkhound Inc.
 
Cross-Platform Mobile Development with PCLs
Cross-Platform Mobile Development with PCLsCross-Platform Mobile Development with PCLs
Cross-Platform Mobile Development with PCLs
Sparkhound Inc.
 

More from Sparkhound Inc. (20)

IT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the BusinessIT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the Business
 
Quality Assurance: What is it and what are the Business Benefits?
Quality Assurance: What is it and what are the Business Benefits?Quality Assurance: What is it and what are the Business Benefits?
Quality Assurance: What is it and what are the Business Benefits?
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
 
Dashboards for Everyone with Microsoft Power BI & Excel
Dashboards for Everyone with Microsoft Power BI &  ExcelDashboards for Everyone with Microsoft Power BI &  Excel
Dashboards for Everyone with Microsoft Power BI & Excel
 
Intro to AngularJS
Intro to AngularJS Intro to AngularJS
Intro to AngularJS
 
Leveraging SharePoint 2013 Search and CSR
Leveraging SharePoint 2013 Search and CSRLeveraging SharePoint 2013 Search and CSR
Leveraging SharePoint 2013 Search and CSR
 
Ensuring Quality Mobile Apps with Testing and Crash Reporting
Ensuring Quality Mobile Apps with Testing and Crash ReportingEnsuring Quality Mobile Apps with Testing and Crash Reporting
Ensuring Quality Mobile Apps with Testing and Crash Reporting
 
Managing Customer Expectations
Managing Customer ExpectationsManaging Customer Expectations
Managing Customer Expectations
 
Virtualize All The Things!
Virtualize All The Things!Virtualize All The Things!
Virtualize All The Things!
 
What is "Next Generation" Analytics? How does it fit with my Business Vision?
What is "Next Generation" Analytics? How does it fit with my Business Vision?What is "Next Generation" Analytics? How does it fit with my Business Vision?
What is "Next Generation" Analytics? How does it fit with my Business Vision?
 
What is the right SharePoint Cloud Strategy for My Business?
What is the right SharePoint Cloud Strategy for My Business? What is the right SharePoint Cloud Strategy for My Business?
What is the right SharePoint Cloud Strategy for My Business?
 
Identity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureIdentity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft Azure
 
Integrating the BCS with Search in SharePoint 2013
Integrating the BCS with Search in SharePoint 2013Integrating the BCS with Search in SharePoint 2013
Integrating the BCS with Search in SharePoint 2013
 
Htf2014 managing share point projects with agile and tfs andy
Htf2014 managing share point projects with agile and tfs   andyHtf2014 managing share point projects with agile and tfs   andy
Htf2014 managing share point projects with agile and tfs andy
 
SQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV'sSQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV's
 
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
 
PowerShell Fundamentals for SharePoint
PowerShell Fundamentals for SharePointPowerShell Fundamentals for SharePoint
PowerShell Fundamentals for SharePoint
 
Introduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APIIntroduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST API
 
Introduction to JSLink in 2013
Introduction to JSLink in 2013Introduction to JSLink in 2013
Introduction to JSLink in 2013
 
Cross-Platform Mobile Development with PCLs
Cross-Platform Mobile Development with PCLsCross-Platform Mobile Development with PCLs
Cross-Platform Mobile Development with PCLs
 

Recently uploaded

“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
TIPNGVN2
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 

Recently uploaded (20)

“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 

Spinning Brown Donuts: Why Storage Still Counts

  • 1. SPINNING BROWN DONUTS Why Storage Still Counts Presented by: David Pechon, Jr. MCSA, VCP5-DCV
  • 2. 2
  • 3. WHO DOES THIS GUY THINK HE IS? Started IT career with an enlistment in the US Army in 1997 as an Information Systems Operator/Analyst. Stationed at Fort Polk, LA; Youngsan Army Garrison in Seoul, South Korea; and Fort Bragg, NC. (never airborne, instead a dirty nasty leg) Worked for a loan servicing company and three different banks in SE Louisiana, as well as a consulting business from a small MSP in New Orleans to a large systems integrator based in Denver. Started working at Sparkhound in February 2014, specializing in virtualization, storage, messaging and identity management Held certifications from Microsoft, VMware, NetApp, CommVault and SyncSort (now Catalogic Software). Married to my wife Clare of 8 years with two children and currently resides in Ponchatoula, LA Avid Chicago Cubs fan; enjoys fish, fine beers and grilling outdoors. Fun fact: My face was on the Today show in 1991 for a full five seconds when Joe Garagiola visited my school at Fort Stewart, GA. david.pechon@sparkhound.com @davidpechon http://linkedin.com/in/davidpechonjr
  • 4. … AND WHY IS HE SO EXCITED ABOUT STORAGE? As workloads become increasingly virtualized, storage becomes more and more of a potential storage bottleneck, many technologies have been produced to reduce impact. The amount of data generated has grown exponentially with no signs of slowing down. Information is an asset to any organization. There are needs to make sure its secure and available at all times.
  • 5. BRIEF HISTORY OF DATA STORAGE 1948 Williams Tube Early 1950s – Drum Memory 1951 - Uniservo 1956 – IBM 350 First HDD 1972 – Data Cassette 1976 – Floppy disks 1983 – ST-506 First PC HDD 1990s Optical Media 2010s Cloud 2000s USB Flash 1725-1940s: Punch Cards
  • 6. RAID IS NOT A BACKUP Seriously…
  • 7. RAID IS NOT A BACKUP Anyone who thinks RAID is a backup should be swatted on the nose with a rolled up newspaper…. …and laughed at too. RAID is used to span storage load across spindles and/or survive a disk failure. RAID will not protect against rouge admins, stupid admins, stupid users, users in general, users looking to get out of congressional hearings, viruses, Decepticons, the guys the Go-Bots fought against, vampires, fire, earthquakes, nuclear apocalypse …. well you get the idea.
  • 8. STUPID IS AS STUPID DOES One official wrote me … “there are criminal penalties for destroying federal records, which makes sense, including liability for negligence for not taking the necessary steps to protect files, including a federal requirement to backup data. This doesn’t happen. All email servers are backed up with something called ‘RAID’ (Redundant Array Of Independent Disks), and it’s nearly impossible for something to delete the files, and that even if that were to happen they would not be gone forever.” Source: D. Giordano (June 16, 2014) Attkisson On Missing IRS Documents: If The Emails Really Are Lost, ‘That’s Quite A Story In Itself’. Retrieved from http://philadelphia.cbslocal.com/2014/06/16/attkisson-on- missing-irs-documents-if-the-emails-really-are-lost-thats-quite-a-story-in-itself/
  • 9. BREAK IT DOWN … BARNEY STYLE RAID does not protect against deletion, be it accidental or intentional. RAID does not protect against data corruption. Some RAID levels will not protect you against disk loss, all will not protect you against other catastrophic failures. Remember Kids!! RAID is not a backup!
  • 10. TRADITIONAL DATACENTER STORAGE Why SAN is not just NAS Spelled Backwards
  • 11. IN THE BEGINNING... STORAGE AREA NETWORK Storage Device A SAN shares virtual disks from an array to a host. In this example, a fabric is being used. Storage is presented to a host as raw block storage. DIRECT ATTACHED STORAGE Direct attached storage is basically disks attached directly to a host via a storage controller card. While performance can be great, flexibility is low in creating islands of storage. A NAS hosts files over network shares. Storage is mapped to hosts. Was created to share information between computers over standard data networks. NETWORK ATTACHED STORAGE Storage Device File System (CIFS, NFS, etc.)Network Storage
  • 12. NAS PROTOCOLS Server Message Block (SMB) a.k.a.: Common Internet File System (CIFS) Network File System (NFS) Primarily used by Windows to share files over a network. Supported by MacOS. Can be used by UNIX/Linux distributions with third party tools like Samba Developed by Sun Microsystems to share files with other Solaris systems. Primarily used by UNIX and UNIX like operating systems. Windows Server 2012 can act as an NFS server natively. Latest version SMB 3.0 supports hardware acceleration and multipathing. Latest version NFS 4.1 supports multipathing and supports parallel writes for applications like high performance computing (pNFS) Hyper-V 3.0 can use SMB 3.0 shares to store VMs in a cluster. Only NAS protocol supported to store Microsoft Exchange mailbox databases on virtual disks NFS 3 is supported by all vSphere versions. NFS 4.1 is supported by ESXi 6/vSphere 6.
  • 13. SAN PROTOCOLS Fibre Channel iSCSI Requires special FC switching and cards called Host Bus Adaptors or HBAs. Configured in a fabric configuration to minimize failure points and increase data paths. Uses existing Ethernet/IP infrastructure, can use either software initiators or HBAs. Developed to go beyond the SCSI limits for disk devices and tape drives. Developed as a lower cost alternative to Fibre Channel Lossless protocol to minimize storage latency. Beholden to the loss packets that can occur on an IP network Great scalability and can traverse greater distances by use of dark fiber. In some cases up to 100 kilometers (a tad over 62 miles) While it can go over IP networks, not recommended to go over wide area networks.
  • 14. BEST OF BOTH WORLDS - FCOE FCoE switches can carry both Fibre Channel and IP networking on the same switches, reducing complexity, cabling, and devices. Converged Network Adaptors replace specific HBAs and can also carry IP and Fibre Channel protocols. Popular in converged architecture sets such as FlexPod, Vblock, ActiveSystem, CloudMatrix, etc. Uses the same architecture and networking practices as Fibre Channel. Ethernet replaces the physical layer.
  • 15. SO WHAT'S THE DIFFERENCE?
  • 16. SO WHAT'S THE DIFFERENCE? • You would need a SAN if… • You need lower latency disk access over a lossless protocol. • You are using higher transaction intensive systems like database management applications, enterprise resource planning, or email systems like Exchange Server • You want to eliminate of single points of failure by use of a fabric network and multiple data paths. • You need to traverse over a campus or even a metro area over fiber. • You would need a NAS if.. • You need lower administrative overhead without the need for special network configuration outside of setting up a VLAN or two. • You want to share files directly to users from the array, eliminating traditional file servers. • You want to cluster storage to scale out performance, not just capacity. (scale-out NAS)
  • 17. WHAT IF I WANT BOTH?
  • 18. WHAT IF I WANT BOTH? Unified storage systems that can host both SAN and NAS protocols from the same array, simplifying management and allowing more flexibility. NAS gateways are systems that use a LUN from a SAN to host file protocols. These can be systems that are built for that purpose or a general purpose operating system running on a server.
  • 19. BEYOND ARRAYS Software Defined, Hybrid, All-Flash, and Convergence
  • 20. HYBRID ARRAYS Hybrid arrays combine the use of traditional magnetic disk and solid state. The idea came from the method of storage tiering, where blocks of “hot” data are moved to faster disks. While effective for a while, it was basically trying to squeeze blood from a stone. Performance was still limited by mechanical disk speed and scheduling of blocks to be written and when they were deemed hot or cold 15k RPM SAS RAID 10 10k RPM SAS RAID 6 7.2k RPM SATA RAID 6 HOT! COLD WARM HOT! WARM WARM WARM COLD
  • 21. HYBRID ARRAYS Hybrid arrays combine the use of traditional magnetic disk and solid state. In most hybrid arrays, hot data is cached in SSDs or PCI flash in the storage array. Some arrays will use DRAM as a cache level. Data isn’t moved but the array will use metadata to point reads to the cache, known as “cache hits” Some hybrid arrays have the ability to use SSDs as a write cache, to ingest large amounts of data quickly, then move it to slower storage. STORAGE ARRAY SSD SERVER SSD
  • 22. ALL FLASH ARRAYS Its an array with all flash drives…. …duh. On a serious note, what sets vendors apart are features. Violin Memory is an example of one such array that doesn’t do any special space efficiency, but makes very dense solid state arrays. Pure Storage sacrifices some raw performance for space efficiencies deduplication and compression. Some traditional storage vendors like HP and NetApp, and added all-flash support to their existing storage arrays.
  • 23. CONVERGED SYSTEMS VMware brought virtualization to commodity x86 computing, bringing the benefits of mainframes to lesser expensive hardware. Fibre Channel over Ethernet allowed datacenters to reduce the amount of networking devices in the datacenter. Cisco UCS platforms had decoupled various hardware settings from systems, allowing you to replace WWN, MAC addresses, BIOS settings, etc. to a new node either hot or cold Unified storage systems such as NetApp FAS and EMC VNX allowed for all storage protocols under one system. This led to the concept of converged systems, where compute, network, storage and hypervisor systems were combined under a validated model, giving the customer one number to call for support, or known as “one throat to choke.”
  • 24. SOFTWARE DEFINED STORAGE Software Defined Storage is the ability to get the features of a storage array in a virtual appliance rather than hardware or run a storage OS on their own hardware. This has given birth to two disruptive technologies…
  • 25. HYPERCONVERGED Hyperconverged systems cluster the local storage on virtual hosts by using a storage VM or by the hypervisor itself. HYPERVISOR Storage VM SCSI Controller SSD SSD SATA SATA SATA SATA VMI/O HYPERVISOR Storage VM SCSI Controller SSD SSD SATA SATA SATA SATA VMI/O HYPERVISOR Storage VM SCSI Controller SSD SSD SATA SATA SATA SATA VMI/O Virtual storage cluster This technology has proven to be excellent for applications that linearly scale such as big data and virtual desktop infrastructure.
  • 26. CLOUD STORAGE Cloud storage can be in the form of user accessible storage such as OneDrive or Dropbox It can be a cold data tier, as used by Microsoft StorSimple It can be used as a replication or backup target, similar to NetApp Cloud ONTAP. Or replicate your entire infrastructure for disaster recovery with services like vCloud Air or Hyper-V/Azure replication.
  • 27. FLASH! ….ahhh ahhhh….savior of the universe datacenter!
  • 28. TYPES OF SOLID STATE DRIVES Single level cell flash or SLC NAND* memory stores one bit per cell. It can endure more writes than any other flash memory available and is usually the most expensive. Multi-level cell or MLC flash can do two to three bits per cell but has a shorter lifespan than SLC. Enterprise MLC or eMLC will consist of chips of higher quality, much like how enterprise drives are more reliable than consumer grade. They cost more than consumer MLC SSD drives but less than SLC SSDs. *NAND being a transistor logic gate, which is a negation of the AND operator. NOR logic gates are used in some SLC flash where the logic gate results in the negation of an OR operator.
  • 29. ALL FLASH OR HYBRID? It all depends! Using metrics to determine cost, such as $/GB or $/IOPS. Do you need sub millisecond latency? Do you want the benefits of flash with a cost somewhat similar to disk? Not all workloads need all flash arrays.
  • 31. BIG DATA Big Data is basically taking petabytes of unstructured and structured data and turning it into something useful. Storage frameworks like Hadoop make this possible. Hadoop requires an array of nodes that are usually only needed on demand. Amazon EWR and Azure HDInsight are cloud services specifically for provisioning Hadoop clusters in seconds and you only pay for running a workload.
  • 33. HERO NUMBERS IOPS stands for Input/Output Operatoins Per Second. Most numbers quoted are based on 4 kilobyte block size and sequential reads, which most drives and arrays can perform quite well. Most applications like SQL Server will require a 64k block size. So this figure readjusted for 64k sequential read would be 12,500 IOPS. Deduplication is the method of removing redundant blocks of storage to save space. Metadata is used to reconstruct data from the deduplicated blocks. This depends all about how much redundant data is being stored. If you have 10 desktops with nothing else installed, you pretty much have the same bits written 10 times, hence the 10:1 dedupe ratio. Databases for instance may only see 10-30% space savings with deduplication. NL-SAS or Nearline SAS are SATA drives that can use SAS backplanes. They’re no faster per spindle than SATA drives. I can imagine Paul Thurott saying something like that.
  • 34. IN CONCLUSION Sizing storage properly can make or break your line of business applications. A lower cost hybrid array may be sufficient over all flash. You may want to consider cloud storage over an on premise array for cold storage. Never let a vendor tell you how you should run your systems on their storage. A good storage consultant should be able to size an environment not only on your applications but through the entire lifecycle of the appliance. Always ask for a “bake off”, meaning you can test your workloads on their gear before signing a purchase order. Be wary of “hero numbers”, again using a bake off to get a much better picture on how their system will work for you.

Editor's Notes

  1. SLIDE PURPOSE: Describe our Market Differentiators – our end-to-end business approach and driving a meaningful impact SPIEL: How do we make an impact? We make it happen with consultants who think far beyond tomorrow, solutions that push the boundaries of technology’s promise, and support that frees you to focus on what you do best.