SlideShare a Scribd company logo
1 of 79
WFCI - Storage Introduction
What options do we
have?
Prepared by Murilo Miranda
November, 2013
About Me
Murilo
Miranda
DBA @ The Pythian
http://www.sql.pt/
Group

@murilocmiranda
http://pt.linkedin.com/in/murilomiranda/

2

© 2013
Agenda
•

WFC Overview.

•

WFCI Supported storage types:
– Local Disk.
– SMB File Share.
– Shared Storage.
– Clustered Shared Volumes.

•

Conclusion

•

Questions and Answers.

3

© 2013
Windows Failover Cluster
Overview

4

© 2013
WFC – The advantages
• In a SQL Server
perspective:

5

– The WFC’s role is to make
the instance highly
available (WFCI).
– Protects from hardware
failures.
– Applying service packs
and hotfixes are less
impactful.
– It’s transparent for the
applications/users
connecting to the
© 2013
WFC – Handicaps
• Still in a SQL Server
perspective  :
– Expensive than a
standalone installation.
• In € and effort:
– More hardware.
– More maintenance.

– It’s a HA solution only.
• No performance
improvements.
6

– Doesn’t guaranties you
© 2013
Standalone instance

7

© 2013
Standalone instance

8

© 2013
Standalone instance
HOSTNAME

• One hostname.

9

© 2013 Pythian
Standalone instance
HOSTNAME

• One hostname.
• One or more IP addresses.

10

© 2013
Standalone instance
HOSTNAME

• One hostname.
• One or more IP addresses.
• One or more disks.

11

© 2013
Standalone instance
HOSTNAME

• One hostname.
• One or more IP addresses.
• One or more disks.

12

© 2013
HOSTNAME

Standalone instance

13

© 2013
HOSTNAME

Standalone instance

14

© 2013
HOSTNAME

Standalone instance

15

© 2013
Clustered instance
e
m
am e
stnna
st
H
l Hoo
oc a l
LLoca

mee
tnnam
ta
s
Hoos
cc l H
ooaal
LL

Failover
Failover
Cluster
Cluster

16

© 2013
Clustered instance
mee
tnnam
ta
s
Hoos
cc l H
ooaal
LL

HOSTNAME

Failover Cluster
Failover Cluster
e
m
am e
stnna
st
o
l HHo
oc a l
LLoca

IP
IP

Assigned
Assigned
Storage
Storage

17

© 2013
Clustered instance
Failover Cluster
Failover Cluster
e
m
am e
stnna
st
o
l HHo
oc a l
LLoca
HOSTNAME

mee
tnnam
ta
s
Hoos
cc l H
ooaal
LL

IP
IP

Assigned
Assigned
Storage
Storage

18

© 2013
Clustered instance
Failover Cluster
Failover Cluster
e
m
am e
stnna
st
o
l HHo
oc a l
LLoca
HOSTNAME

mee
tnnam
ta
s
Hoos
cc l H
ooaal
LL

IP
IP

Assigned
Assigned
Storage
Storage

19

© 2013
Clustered instance
Failover Cluster
Failover Cluster
e
m
am e
stnna
st
o
l HHo
oc a l
LLoca
HOSTNAME

mee
tnnam
ta
s
Hoos
cc l H
ooaal
LL

IP
IP

Assigned
Assigned
Storage
Storage

20

© 2013
Clustered instance
• The connection “is made
to” the hostname
assigned to the SQL
Server role.

21

© 2013
Clustered instance
• The connection “is made
to” the hostname
assigned to the SQL
Server role.
• The cluster service
redirects the
connection to the
appropriate (active)
node.
22

– Where the SQL Server
service is UP and
© 2013
WCFI supported storage
types
What is supported for
the database files.

23

© 2013
WCFI supported storage types
• For SQL Server, we
have four options:
– Local Disk
• From SQL Server 2012

24

© 2013
WCFI supported storage types
• For SQL Server, we
have four options:
– Local Disk
• From SQL Server 2012
– SMB File Share

25

© 2013
WCFI supported storage types
• For SQL Server, we
have four options:
– Local Disk
• From SQL Server 2012
– SMB File Share
– Shared Storage

26

© 2013
WCFI supported storage types
• For SQL Server, we
have four options:
– Local Disk
• From SQL Server 2012
– SMB File Share
– Shared Storage
– Clustered Shared
Volumes
• From SQL Server 2014

27

© 2013
Local Disk
• In a clustered
instance it’s possible
to store the TempDB
into a local disk.

28

© 2013
Local Disk
• In a clustered
instance it’s possible
to store the TempDB
into a local disk.
• This local disk is not a
cluster resource, so,
this is not an option to
user database files.

29

© 2013
Local Disk
• What are the benefits
in have the TempDB
stored in a local disk?

30

– More flexibility to chose
the storage type.
• Utilize disks with a
higher rotational speed.
– TempDB will utilize a
different path than user
databases to access data
and log files.
• Less congestion and
contention on shared
© 2013
Local Disk
– We can take advantage of
PCIe.

• At least 6 times the
speed of traditional PCI.
– More throughput than a
disk interface or HBA.
31

© 2013
Local Disk
• Fusion-IO, OCZ and LSI
Corp products are
options.
– Fusion-IO is the first firm
to provide a direct PCI
Express storage solution
that doesn’t utilize an
internal storage interface
like SATA, but is not
bootable.

32

© 2013
Local Disk
• Good article about PCIe
and SSDs:
“Three PCI Express-Based SSDs: When
SATA 6 Gb/s Is Too Slow” –
http://goo.gl/dhDaTy

33

© 2013
SMB File Share
• SMB 3.0 was introduced
with Windows Server
2012.
– It brought several
significant changes to add
functionality and improve
SMB performance.

• System and User DBs
can be installed with
SMB file server as a
storage option.
34

– This applies to both SQL
© 2013
SMB File Share
• Windows Server 2008
(SMB 2.0)
– Durability, which helps recover
from temporary network
glitches.

• Windows Server 2008 R2
(SMB 2.1)
– Significant performance
improvements, specifically for
SQL OLTP style workloads.

• Windows Server 2012
(SMB 3.0)
35

– Support for transparent
failover of file shares
© 2013
SMB File Share
• Supported Universal
Naming Convention (UNC):
– ServerNameShareName
– ServerNameShareName

• Not supported UNC:
– Loopback path:
• localhost..
or 127.0.0.1...

– Administrative shares:
• servernamex$

36

– Other UNC path formats
like ?x:
© 2013
SMB File Share
• SMB protocol version is
transparent to SQL
Server.
• The SQL Server engine
and SQL Server agent
service accounts
should have FULL
CONTROL share
permissions and NTFS
permissions on the SMB
share folders.
37

© 2013
SMB File Share

38

© 2013
SMB File Share

39

© 2013
SMB File Share
• Network performance
starts to be more than
critical!
– Consider use a dedicated
network to access the
share.

• We will need to monitor
the file share
performance.

40

– Physical disk counters.
– Memory.
– CPU.
© 2013
SMB File Share
• This option is not so
good as SAN, but we can
take advantage in few
points:
– In non-prod/DR servers.
– Light databases.
– Emergency/Temporary
storage.
– Database migrations.

41

© 2013
Shared Storage
• Shared storage allows
direct disk access from
multiple computers
simultaneously.
– All nodes of the WFC are
physically connected.
– Only the active node is
able to access the disk.

42

© 2013
Shared Storage
• Shared storage allows
direct disk access from
multiple computers
simultaneously.
– All nodes of the WFC are
physically connected.
– Only the active node is
able to access the disk.

• A shared storage
allows connections on
either:

43

© 2013
Shared Storage
• SAN – Storage Area
Network.

44

– Network to connect
systems and storage for
the purpose of
transmitting storage I/O.
• Based on Fiber Channel,
iSCSI or FC over
Ethernet (FCoE).
• Support speed up to 16
GB/s
• Centralizes storage and
management.
© 2013
Shared Storage

HP EVA 3000

45

© 2013
Shared Storage

IP Network
IP Network

Clients
46

FC SAN
FC SAN

Servers

Storage Arrays
© 2013
Shared Storage
• iSCSI Initiator:

47

© 2013
Shared Storage
• Disk Management:

48

© 2013
Shared Storage
• FC manager:

49

© 2013
Shared Storage

50

© 2013
Shared Storage
• Be careful with
dependencies!
– Adapt your disk strategy
to you cluster
configuration.

51

© 2013
Shared Storage
W2012SQL01

52

W2012SQL02

© 2013
Shared Storage
W2012SQL01

53

W2012SQL02

© 2013
Shared Storage
W2012SQL01

54

W2012SQL02

© 2013
Shared Storage

55

© 2013
Shared Storage

56

© 2013
Shared Storage

57

© 2013
Shared Storage
W2012SQL01

W2012SQL02

SAN
58

© 2013
Shared Storage
W2012SQL01

W2012SQL02

SAN
59

© 2013
Clustered Shared Volume
• CSV was being used to
facilitate Virtual
Machines management.
– Supported since Windows
2008 R2.

• Clustered Shared
Volumes (CSV) could be
a solution to increase
the HA!
60

© 2013
Clustered Shared Volume
• How it works?
– CSVs are still on SAN.
– The difference is the way
they’re managed.

61

© 2013
Clustered Shared Volume
• How it works?
– CSVs are still on SAN.
– The difference is the way
they’re managed.
• Only one node is the
owner – Coordinator Node
– CN can be any node, even if
is not the SQL active node.

62

© 2013
Clustered Shared Volume
• How it works?
– CSVs are still on SAN.
– The difference is the way
they’re managed.
• Only one node is the
owner – Coordinator Node
– CN can be any node, even if
is not the SQL active node.

63

• The CN uses
SMB (Server Message Blo
ck) to manage the I/O
between the storage
and all the cluster
nodes.
© 2013
Clustered Shared Volume
• How it works?
– CSVs are still on SAN.
– The difference is the way
they’re managed.
• Only one node is the
owner – Coordinator Node
– CN can be any node, even if
is not the SQL active node.

64

• The CN uses
SMB (Server Message Blo
ck) to manage the I/O
between the storage
and all the cluster
nodes.
© 2013
Clustered Shared Volume
• How it works?
– CSVs are still on SAN.
– The difference is the way
they’re managed.
• Only one node is the
owner – Coordinator Node
– CN can be any node, even if
is not the SQL active node.

65

• The CN uses
SMB (Server Message Blo
ck) to manage the I/O
between the storage
and all the cluster
nodes.
© 2013
Clustered Shared Volume
W2012SQL01

W2012SQL02

Coordinator Node

SAN
66

© 2013
Clustered Shared Volume
W2012SQL01

W2012SQL02
Metadata write
Request

Coordinator Node

SAN
67

© 2013
Clustered Shared Volume
W2012SQL01

W2012SQL02
Metadata write
Request

Coordinator Node

Me
tad

ata

wri
te

SAN
68

© 2013
Clustered Shared Volume
W2012SQL01

W2012SQL02
Metadata write
Request

Coordinator Node

Data I/O

69

Me
tad

ata

wri
te

SAN
© 2013

Data I/O
Clustered Shared Volume
• Advantages:
– The storage is accessible
from all nodes.
• To read and write!
• SQL Server files are
locked by the SQL
process.
– Helps to increases the
availability rate.
• The failover proccess
faster.
70

– No need to mound disks.
© 2013
Clustered Shared Volume
• With CSV, another path
to the shared storage
is opened, helping to
increase the
availability.
– This alternative path is
opened in case of a fail.
– The cluster will use the
less costly path to
perform the
I/O operations.
71

© 2013
Clustered Shared Volume
W2012SQL01

W2012SQL02

SAN
72

© 2013
Clustered Shared Volume
W2012SQL01

W2012SQL02
I/O request

Data I/O

73

SAN
© 2013
Clustered Shared Volume
• CSV is a "NTFS reparse
point”, so it’s presented
like a mountpoint.
– Is not mounted as a disk
(not assigned to a
letter).
– Accessible via
%SystemDrive
%ClusterStorage.

74

© 2013
Conclusion
• Consider the TempDB in
a local disk, when designing
a SQL Server 2012
solution.

75

© 2013
Conclusion
• Consider the TempDB in
a local disk, when designing
a SQL Server 2012
solution.
• For non-mission critical
instances, SMB File Share is a
great option!
– Also useful for
emergencies.

76

© 2013
Conclusion
• Consider the TempDB in
a local disk, when designing
a SQL Server 2012
solution.
• For non-mission critical
instances, SMB File Share is a
great option!
– Also useful for
emergencies.

• Shared Storage is expensive,
but still the best
solution.

77

© 2013
Conclusion
• Consider the TempDB in
a local disk, when designing
a SQL Server 2012
solution.
• For non-mission critical
instances, SMB File Share is a
great option!
– Also useful for
emergencies.

• Shared Storage is expensive,
but still the best
solution.

78

© 2013
Thank you – Q&A
To contact
murilo.miranda@gmail.com

To follow
http://www.sql.pt/
@murilocmiranda
http://pt.linkedin.com/in/murilomiranda/

79

© 2013

More Related Content

What's hot

12 christian ferber xen_server_advanced
12 christian ferber xen_server_advanced12 christian ferber xen_server_advanced
12 christian ferber xen_server_advanced
Digicomp Academy AG
 
Scott Schnoll - Exchange server 2013 high availability and site resilience
Scott Schnoll - Exchange server 2013 high availability and site resilienceScott Schnoll - Exchange server 2013 high availability and site resilience
Scott Schnoll - Exchange server 2013 high availability and site resilience
Nordic Infrastructure Conference
 
Storing and processing data with the wso2 platform
Storing and processing data with the wso2 platformStoring and processing data with the wso2 platform
Storing and processing data with the wso2 platform
WSO2
 
xen server 5.6, provisioning server 5.6 — технические детали и планы на будущее
xen server 5.6, provisioning server 5.6 — технические детали и планы на будущееxen server 5.6, provisioning server 5.6 — технические детали и планы на будущее
xen server 5.6, provisioning server 5.6 — технические детали и планы на будущее
Denis Gundarev
 
E2E PVS Technical Overview Stephane Thirion
E2E PVS Technical Overview Stephane ThirionE2E PVS Technical Overview Stephane Thirion
E2E PVS Technical Overview Stephane Thirion
sthirion
 
SQL Server Cluster Presentation
SQL Server Cluster PresentationSQL Server Cluster Presentation
SQL Server Cluster Presentation
webhostingguy
 
vRanger feature overview august 2012 - dell-maxwell
vRanger feature overview   august 2012 - dell-maxwellvRanger feature overview   august 2012 - dell-maxwell
vRanger feature overview august 2012 - dell-maxwell
Dell_Maxwell
 
SQL Server Clustering for Dummies
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for Dummies
Mark Broadbent
 

What's hot (20)

12 christian ferber xen_server_advanced
12 christian ferber xen_server_advanced12 christian ferber xen_server_advanced
12 christian ferber xen_server_advanced
 
Managing storage on Prem and in Cloud
Managing storage on Prem and in CloudManaging storage on Prem and in Cloud
Managing storage on Prem and in Cloud
 
Linux and H/W optimizations for MySQL
Linux and H/W optimizations for MySQLLinux and H/W optimizations for MySQL
Linux and H/W optimizations for MySQL
 
VMworld 2013: vSphere Flash Read Cache Technical Overview
VMworld 2013: vSphere Flash Read Cache Technical Overview VMworld 2013: vSphere Flash Read Cache Technical Overview
VMworld 2013: vSphere Flash Read Cache Technical Overview
 
Scott Schnoll - Exchange server 2013 high availability and site resilience
Scott Schnoll - Exchange server 2013 high availability and site resilienceScott Schnoll - Exchange server 2013 high availability and site resilience
Scott Schnoll - Exchange server 2013 high availability and site resilience
 
Storing and processing data with the wso2 platform
Storing and processing data with the wso2 platformStoring and processing data with the wso2 platform
Storing and processing data with the wso2 platform
 
Windows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageWindows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined Storage
 
xen server 5.6, provisioning server 5.6 — технические детали и планы на будущее
xen server 5.6, provisioning server 5.6 — технические детали и планы на будущееxen server 5.6, provisioning server 5.6 — технические детали и планы на будущее
xen server 5.6, provisioning server 5.6 — технические детали и планы на будущее
 
Scaling Your Database in the Cloud
Scaling Your Database in the CloudScaling Your Database in the Cloud
Scaling Your Database in the Cloud
 
E2E PVS Technical Overview Stephane Thirion
E2E PVS Technical Overview Stephane ThirionE2E PVS Technical Overview Stephane Thirion
E2E PVS Technical Overview Stephane Thirion
 
Xen server storage Overview
Xen server storage OverviewXen server storage Overview
Xen server storage Overview
 
VMworld 2017 - Top 10 things to know about vSAN
VMworld 2017 - Top 10 things to know about vSANVMworld 2017 - Top 10 things to know about vSAN
VMworld 2017 - Top 10 things to know about vSAN
 
MCSA 70-412 Chapter 11
MCSA 70-412 Chapter 11MCSA 70-412 Chapter 11
MCSA 70-412 Chapter 11
 
VMworld 2017 vSAN Network Design
VMworld 2017 vSAN Network Design VMworld 2017 vSAN Network Design
VMworld 2017 vSAN Network Design
 
SQL Server Cluster Presentation
SQL Server Cluster PresentationSQL Server Cluster Presentation
SQL Server Cluster Presentation
 
Mysql wp memcached
Mysql wp memcachedMysql wp memcached
Mysql wp memcached
 
Top Troubleshooting Tips and Techniques for Citrix XenServer Deployments
Top Troubleshooting Tips and Techniques for Citrix XenServer DeploymentsTop Troubleshooting Tips and Techniques for Citrix XenServer Deployments
Top Troubleshooting Tips and Techniques for Citrix XenServer Deployments
 
vRanger feature overview august 2012 - dell-maxwell
vRanger feature overview   august 2012 - dell-maxwellvRanger feature overview   august 2012 - dell-maxwell
vRanger feature overview august 2012 - dell-maxwell
 
Xen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentationXen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentation
 
SQL Server Clustering for Dummies
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for Dummies
 

Viewers also liked

Computer Fundamentals Chapter 08 secondary storage
Computer Fundamentals Chapter 08 secondary storageComputer Fundamentals Chapter 08 secondary storage
Computer Fundamentals Chapter 08 secondary storage
Saumya Sahu
 
Introduction to storage
Introduction to storageIntroduction to storage
Introduction to storage
sagaroceanic11
 
Understanding nas (network attached storage)
Understanding nas (network attached storage)Understanding nas (network attached storage)
Understanding nas (network attached storage)
sagaroceanic11
 
Storage Area Network(SAN)
Storage Area Network(SAN)Storage Area Network(SAN)
Storage Area Network(SAN)
Krishna Kahar
 

Viewers also liked (13)

Introduction to storage technologies
Introduction to storage technologiesIntroduction to storage technologies
Introduction to storage technologies
 
Nas101
Nas101Nas101
Nas101
 
Storage School 1
Storage School 1Storage School 1
Storage School 1
 
Storage Primer
Storage PrimerStorage Primer
Storage Primer
 
Storage 101 for VMware admins 2015
Storage 101 for VMware admins 2015Storage 101 for VMware admins 2015
Storage 101 for VMware admins 2015
 
Computer Fundamentals Chapter 08 secondary storage
Computer Fundamentals Chapter 08 secondary storageComputer Fundamentals Chapter 08 secondary storage
Computer Fundamentals Chapter 08 secondary storage
 
Introduction to Cloud Storage
Introduction to Cloud StorageIntroduction to Cloud Storage
Introduction to Cloud Storage
 
Introduction to storage
Introduction to storageIntroduction to storage
Introduction to storage
 
Understanding nas (network attached storage)
Understanding nas (network attached storage)Understanding nas (network attached storage)
Understanding nas (network attached storage)
 
network storage
network storagenetwork storage
network storage
 
Storage Area Network(SAN)
Storage Area Network(SAN)Storage Area Network(SAN)
Storage Area Network(SAN)
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts Presentation
 

Similar to WFCI Storage Introduction

Varrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentationVarrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentation
pittmantony
 
Hadoop in the Clouds, Virtualization and Virtual Machines
Hadoop in the Clouds, Virtualization and Virtual MachinesHadoop in the Clouds, Virtualization and Virtual Machines
Hadoop in the Clouds, Virtualization and Virtual Machines
DataWorks Summit
 
Presentation architecting a cloud infrastructure
Presentation   architecting a cloud infrastructurePresentation   architecting a cloud infrastructure
Presentation architecting a cloud infrastructure
solarisyourep
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Andrew Miller
 

Similar to WFCI Storage Introduction (20)

IaaS for DBAs in Azure
IaaS for DBAs in AzureIaaS for DBAs in Azure
IaaS for DBAs in Azure
 
High availability solutions bakostech
High availability solutions bakostechHigh availability solutions bakostech
High availability solutions bakostech
 
SIAD.T.7. DC_Storage_LVMS
SIAD.T.7.                DC_Storage_LVMSSIAD.T.7.                DC_Storage_LVMS
SIAD.T.7. DC_Storage_LVMS
 
Varrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentationVarrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentation
 
Hadoop in the Clouds, Virtualization and Virtual Machines
Hadoop in the Clouds, Virtualization and Virtual MachinesHadoop in the Clouds, Virtualization and Virtual Machines
Hadoop in the Clouds, Virtualization and Virtual Machines
 
Provisioning server high_availability_considerations2
Provisioning server high_availability_considerations2Provisioning server high_availability_considerations2
Provisioning server high_availability_considerations2
 
SQL 2014 hybrid platform - Azure and on premise
SQL 2014 hybrid platform - Azure and on premise SQL 2014 hybrid platform - Azure and on premise
SQL 2014 hybrid platform - Azure and on premise
 
Modeling, estimating, and predicting Ceph (Linux Foundation - Vault 2015)
Modeling, estimating, and predicting Ceph (Linux Foundation - Vault 2015)Modeling, estimating, and predicting Ceph (Linux Foundation - Vault 2015)
Modeling, estimating, and predicting Ceph (Linux Foundation - Vault 2015)
 
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
 
CSD-2881 - Achieving System Production Readiness for IBM PureApplication System
CSD-2881 - Achieving System Production Readiness for IBM PureApplication SystemCSD-2881 - Achieving System Production Readiness for IBM PureApplication System
CSD-2881 - Achieving System Production Readiness for IBM PureApplication System
 
Azure DBA with IaaS
Azure DBA with IaaSAzure DBA with IaaS
Azure DBA with IaaS
 
OpenEBS; asymmetrical block layer in user-space breaking the million IOPS bar...
OpenEBS; asymmetrical block layer in user-space breaking the million IOPS bar...OpenEBS; asymmetrical block layer in user-space breaking the million IOPS bar...
OpenEBS; asymmetrical block layer in user-space breaking the million IOPS bar...
 
Presentation architecting a cloud infrastructure
Presentation   architecting a cloud infrastructurePresentation   architecting a cloud infrastructure
Presentation architecting a cloud infrastructure
 
Presentation architecting a cloud infrastructure
Presentation   architecting a cloud infrastructurePresentation   architecting a cloud infrastructure
Presentation architecting a cloud infrastructure
 
Implement SQL Server on an Azure VM
Implement SQL Server on an Azure VMImplement SQL Server on an Azure VM
Implement SQL Server on an Azure VM
 
San in depth
San in depthSan in depth
San in depth
 
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best PracticesVMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
 
Vdi storage challenges_presented at vmug_toronto 2014 by scalar decisions
Vdi storage challenges_presented at vmug_toronto 2014 by scalar decisionsVdi storage challenges_presented at vmug_toronto 2014 by scalar decisions
Vdi storage challenges_presented at vmug_toronto 2014 by scalar decisions
 
Module 06_Cloud Backup and Solutions.pptx
Module 06_Cloud Backup and Solutions.pptxModule 06_Cloud Backup and Solutions.pptx
Module 06_Cloud Backup and Solutions.pptx
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

WFCI Storage Introduction