SlideShare a Scribd company logo
1 of 39
Introduction to Failover Clustering with SQL
Server (Level 100)

Eduardo Castro Martinez
Arquitecto Infraestructura
ecastro@simsasys.com
twitter: edocastro

http://ecastrom.blogspot.com
http://tiny.cc/comwindows
Agenda

•   High Availability
•   Hardware
•   Creating a failover cluster
•   HA workloads
•   HA virtual machines
•   Other considerations
What is High Availability?

• The world is now a 24/7 global marketplace.
• Systems must be online or customers are lost.
• Goal of High Availability (HA) is to keep systems,
  applications, services, e-mail, databases, files,
  and printers always running.
• Every business now has High Availability needs.

   Uptime Percentage   Maximum downtime per year
        99.999                 5 minutes
        99.99                 52 minutes
         99.9                  8.7 hours
          99                   3.7 days
Why is HA Important?

• Server downtime is unavoidable.
• Keep your business running and competitive.
• Servers may go offline due to:
    Maintenance
    Upgrade
      o Software or hardware
    Update
      o Hot fix, security patch
    Accident
    Power outage
    Disasters

• Start planning now!
Failover Clustering

• 2+ machines (nodes)
• Redundancy everywhere (storage, network
  interface cards [NICs], host bus adapters [HBAs],
  Microsoft Windows® Server Multipath I/O
  [MPIO], etc.)
• “Shared” storage accessible by all nodes
• 1 node will host a HA application
• Application writes data to “shared” storage
Failover Clustering

• Nodes monitor health of other nodes.
• If that node fails, health monitoring
  will cause a “failover” of the resource.
• Another node starts the application
  and reads the last saved information
  from the shared storage.
• Clients experience a slight
  interruption in service.
What is a Failover Cluster?


                        Public

                        HA Roles




                        Shared
                        Storage
Software Requirements

• Failover Clustering is an in-box feature:
    Windows Server® 2008 Datacenter and Windows Server
      2008 R2 Datacenter
    Windows Server 2008 Enterprise and Windows Server 2008
      R2 Enterprise
    Windows Server 2008 Enterprise and Windows Server 2008
      R2 Enterprise for IA-64
    Windows Server 2008 R2 Hyper-V ™ technology
    Windows Unified Data Storage Server
• Architecture:
    x64: up to 16 nodes
    x86: up to 8 nodes (not in R2)
    IA64: up to 8 nodes
Agenda

•   High Availability
•   Hardware
•   Creating a failover cluster
•   HA workloads
•   HA virtual machines
•   Other considerations
Building Your Cluster

• 2 or more computers (nodes)
• 2 NICs and dedicated storage adapter
   3rd NIC for iSCSI
   HBA
• 3 Networks
   Public
   Private (heartbeat)
   Storage / iSCSI
• Shared storage
                                •HA Roles


• Operating system, service,
   or application
Mix And Match Hardware

• You can use any hardware configuration if
      It passes Validate.
      Each component has a “Certified for Windows Server
       2008/R2” logo (servers, storage, HBAs, MPIO, device-
       specific modules [DSMs], etc.).
• It’s that simple!
    Connect your Windows Server 2008 or Windows
     Server 2008 R2 logo’d hardware.
    Pass every test in Validate (It is now supported!).
    If you make a change, just re-run Validate.
• Details: http://go.microsoft.com/fwlink/?LinkID=119949
Clustering Storage

    Windows Server 2008 and Windows Server
               2008 R2 Supported
                Shared Bus Types:
• SCSI-3 SPC-3 compliant SCSI Commands
• Persistent Reservations (PRs)
• Parallel-SCSI deprecated in 2008
• Multipath I/O (MPIO) recommended
• Basic GPT and MBR disks supported

           Fibre Channel             iSCSI   SAS
Networking

• Key clustering component
    Public network – clients
    Private network – cluster communication
    Storage network – nodes access “shared” storage
• Multiple networks for added redundancy
• IPv4/IPv6
• DHCP or static IP addresses
• Nodes can reside in different subnets
Agenda

•   High Availability
•   Hardware
•   Creating a failover cluster
•   HA workloads
•   HA virtual machines
•   Other considerations
Software Configuration

1. Install Windows Server 2008 R2.
2. Install Failover Clustering feature on each node
   (If necessary, install other roles/features for
   server).
3. Open the Failover Cluster Management.
4. Run Validate a Cluster Configuration.
5. To configure your cluster, run Create a Cluster
   Wizard.
6. Make your applications highly available.
Validating a Cluster

• For Microsoft support, cluster must pass the built-in
  Validate a Cluster Configuration (Validate) test

• Run during configuration and/or after deployment (Best
  practices analyzed if run on configured cluster)

• Series of end-to-end tests on all cluster components
    Configuration information for support and
     documentation
    Networking issues
    Troubleshoot in-production clusters

• More information
  http://go.microsoft.com/fwlink/?LinkID=119949
demonstration
Failover Clustering
    Validation and Creation
1.   Configure hardware and storage.
2.   Install Failover Clustering feature on all nodes.
3.   Run Validate a Configuration Wizard.
4.   Run Create Cluster Wizard.
Agenda

•   High Availability
•   Hardware
•   Creating a failover cluster
•   HA workloads
•   HA virtual machines
•   Other considerations
HA Roles and Features

• Common                    • Other
    Exchange                    DFS-Namespace
    File Server
                                 DFS-Replication (R2)
    Hyper-V
                                 DHCP
    Print
    SQL                         DTC
                                 iSNS
• Generic Containers             MSMQ
    Generic Application         NFS
    Generic Script              Remote Desktop (R2)
    Generic Service             WINS
                                 Other Server
• 3rd Party
    Many different roles
demonstration
Highly Available Resources
1. Install the feature/role on all nodes.
2. Configure workload for High Availability.
3. Configure application or virtual machine.
Agenda

•   High Availability
•   Hardware
•   Creating a failover cluster
•   HA workloads
•   HA virtual machines
•   Other considerations
What is Virtualization?

• Create a virtual operating system on a physical machine
  (Hyper-V requires special hardware with hypervisor).
• Allow multiple operating systems and non-compatible
  applications to exist on the same physical hardware.
• Virtual machines (VMs) have resources dedicated to
  them such as disks, memory, processors, and networks.
The Virtual Data Center Vision

• Virtualize your workloads
• Consolidate servers
• Reduce costs
       Space/facilities
       Cooling
       Physical hardware
       Maintenance
•   Easier management
•   HW flexibility
•   Quicker installations/deployments
•   Legacy operating systems/applications
The HA Virtual Data Center


 1 x 2-Node Cluster | 8 VMs | 1 Role / VM




                     Cluster
Hyper-V "Host" Clustering

•   Cluster physical machines (hosts).
•   The VMs are HA and can recover from crashes.
•   The VM fails over between host machines.
•   Most common configuration.

                          VMs




                 Physical “Host” Cluster
Hyper-V "Guest" Clustering

• The VMs are clustered (guests).
• The application within the VM is HA.
• Recovers from guest operating system
  crashes.        VMs        VMs   Virtual “Guest”
                                       Clusters




Standalone host 1                       Standalone host 2
Hyper-V "Hybrid" Clustering

• Cluster the “hosts” and cluster the “guests”
• HA VMs and HA application within the VMs
                               Virtual
Physical Cluster 1            Cluster 1       Physical Cluster 2

                     VMs      VMs




                                   Virtual
                                  Cluster 2
Hyper-V Quick Migration

• Move a running VM from one host to another
  host
• Little downtime while disk ownership of the VM
  moves
• Client may be briefly disconnected
• Planned failover
• Supported in 2008 & R2
Quick Migration

                                        Client accessing VM


          Quick
          Migrate




1. Save state of VM              •SAN
                                              4. Online Cluster Resources
2. Offline VM & cluster
   resources                                  5. Start VM
3. Move VM & cluster resources                6. Client reconnects

                                 •VHD
Hyper-V Live Migration

• Move a running VM from one host to another
  host with no downtime.
• Client is not aware of the migration.
• Clients stay connected.
• Keeps TCP connection between clients and VMs
  open.
• Planned failover.
   Failover clustering still recovers VM from a disk in an unplanned failover
Live Migration


Entire VM memory copied
                                  Memory content is
                                 copied to new server
    Live Migrate




                          SAN
                                May be additional incremental data
                                    copies until data on both nodes
                                    is essentially identical
                          VHD
Live Migration

    Session state is maintained
                                                Client directed to new
    No reconnections necessary                            host
    Clients stay connected to “live” VM




                                          SAN
ARP issued to point routing devices to
     new node
Old VM deleted after success
                                          VHD
Agenda

•   High Availability
•   Hardware
•   Creating a failover cluster
•   HA workloads
•   HA virtual machines
•   Other considerations
Session Summary

• Server downtime is inevitable.
• Failover clustering keeps your applications
  running and recovers from disasters.
• Buy certified solutions or reuse hardware.
• Validate simplifies troubleshooting.
• Cluster and HA workloads are easy to create.
• Make almost anything HA.
• Multiple management options.
• VM integration and live migration support.
Want to see more?

High Availability 101 with Windows Server 2008 R2 Hyper-V
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407222&Culture=en-
    US


Failover Clustering Feature Roadmap for Windows Server 2008 R2
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407235&Culture=en-
    US


Innovating High Availability with Cluster Shared Volumes
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407238&Culture=en-
    US


Multi-Site Clustering with Windows Server 2008 Enterprise”
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407242&Culture=en-
    US
For More Information, Go to:

Cluster Team Blog: http://blogs.msdn.com/clustering/
Cluster Information Portal:
     http://www.microsoft.com/windowsserver2008/en/us/clustering-home.aspx
Clustering Technical Resources:
     http://www.microsoft.com/windowsserver2008/en/us/clustering-resources.aspx
Clustering Forum (2008):
     http://forums.technet.microsoft.com/en-US/winserverClustering/threads/
Clustering Forum (2008 R2): http://social.technet.microsoft.com/Forums/en-
       US/windowsserver2008r2highavailability/threads/
Clustering Newsgroup: https://www.microsoft.com/technet/community/newsgroups/dgbrowser/en-
       us/default.mspx?dg=microsoft.public.windows.server.clustering
Failover Cluster Deployment Guide: http://technet.microsoft.com/en-us/library/dd197477.aspx
TechNet: Configure a Service or Application for High Availability:
     http://technet.microsoft.com/en-us/library/cc732478.aspx
TechNet: Installing Failover Clustering: http://technet.microsoft.com/en-us/library/cc772178.aspx
TechNet: Create a Failover Cluster: http://technet.microsoft.com/en-us/library/cc755009.aspx
Webcast: Build High-Availability Infrastructures with Windows Server 2008 Failover Clustering (Level
     300):
     http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032364828&EventCatego
     ry=4&culture=en-US&CountryCode=US
Q&A
Introduction to Failover Clustering with SQL
Server (Level 100)

Eduardo Castro Martinez
Arquitecto Infraestructura
ecastro@simsasys.com
twitter: edocastro

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

More Related Content

What's hot

SQL Server Cluster Presentation
SQL Server Cluster PresentationSQL Server Cluster Presentation
SQL Server Cluster Presentationwebhostingguy
 
Presentation v mware virtual san 6.0
Presentation   v mware virtual san 6.0Presentation   v mware virtual san 6.0
Presentation v mware virtual san 6.0solarisyougood
 
Virtual SAN 6.2, hyper-converged infrastructure software
Virtual SAN 6.2, hyper-converged infrastructure softwareVirtual SAN 6.2, hyper-converged infrastructure software
Virtual SAN 6.2, hyper-converged infrastructure softwareDuncan Epping
 
MySQL Group Replication
MySQL Group ReplicationMySQL Group Replication
MySQL Group ReplicationUlf Wendel
 
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group ReplicationPercona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group ReplicationKenny Gryp
 
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup Appliances
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup AppliancesDeep Dive: a technical insider's view of NetBackup 8.1 and NetBackup Appliances
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup AppliancesVeritas Technologies LLC
 
Oracle Client Failover - Under The Hood
Oracle Client Failover - Under The HoodOracle Client Failover - Under The Hood
Oracle Client Failover - Under The HoodLudovico Caldara
 
MySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR ScenariosMySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR ScenariosKeith Hollman
 
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStackBackroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStackShapeBlue
 
NETWORK FILE SYSTEM
NETWORK FILE SYSTEMNETWORK FILE SYSTEM
NETWORK FILE SYSTEMRoshan Kumar
 
Storage Technology Overview
Storage Technology OverviewStorage Technology Overview
Storage Technology Overviewnomathjobs
 
VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16David Pasek
 
MySQL with DRBD/Pacemaker/Corosync on Linux
 MySQL with DRBD/Pacemaker/Corosync on Linux MySQL with DRBD/Pacemaker/Corosync on Linux
MySQL with DRBD/Pacemaker/Corosync on LinuxPawan Kumar
 
Ibm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshopIbm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshopsolarisyougood
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentationaleyeldean
 
Always on in sql server 2017
Always on in sql server 2017Always on in sql server 2017
Always on in sql server 2017Gianluca Hotz
 

What's hot (20)

SQL Server Cluster Presentation
SQL Server Cluster PresentationSQL Server Cluster Presentation
SQL Server Cluster Presentation
 
Hypervisor
HypervisorHypervisor
Hypervisor
 
Presentation v mware virtual san 6.0
Presentation   v mware virtual san 6.0Presentation   v mware virtual san 6.0
Presentation v mware virtual san 6.0
 
Virtual SAN 6.2, hyper-converged infrastructure software
Virtual SAN 6.2, hyper-converged infrastructure softwareVirtual SAN 6.2, hyper-converged infrastructure software
Virtual SAN 6.2, hyper-converged infrastructure software
 
MySQL Group Replication
MySQL Group ReplicationMySQL Group Replication
MySQL Group Replication
 
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group ReplicationPercona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
 
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup Appliances
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup AppliancesDeep Dive: a technical insider's view of NetBackup 8.1 and NetBackup Appliances
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup Appliances
 
Oracle Client Failover - Under The Hood
Oracle Client Failover - Under The HoodOracle Client Failover - Under The Hood
Oracle Client Failover - Under The Hood
 
MySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR ScenariosMySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR Scenarios
 
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStackBackroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
 
Storage Basics
Storage BasicsStorage Basics
Storage Basics
 
NETWORK FILE SYSTEM
NETWORK FILE SYSTEMNETWORK FILE SYSTEM
NETWORK FILE SYSTEM
 
Storage Technology Overview
Storage Technology OverviewStorage Technology Overview
Storage Technology Overview
 
VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16
 
MySQL with DRBD/Pacemaker/Corosync on Linux
 MySQL with DRBD/Pacemaker/Corosync on Linux MySQL with DRBD/Pacemaker/Corosync on Linux
MySQL with DRBD/Pacemaker/Corosync on Linux
 
AlwaysON Basics
AlwaysON BasicsAlwaysON Basics
AlwaysON Basics
 
Ibm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshopIbm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshop
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
 
Windows server
Windows serverWindows server
Windows server
 
Always on in sql server 2017
Always on in sql server 2017Always on in sql server 2017
Always on in sql server 2017
 

Viewers also liked

Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...
Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...
Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...StarWind Software
 
Windows server 2012 failover clustering new features
Windows server 2012 failover clustering new featuresWindows server 2012 failover clustering new features
Windows server 2012 failover clustering new featuresJoseph D'Antoni
 
Install Linux CentOS 6 x86_64 - minimum installation
Install Linux CentOS 6 x86_64 - minimum installationInstall Linux CentOS 6 x86_64 - minimum installation
Install Linux CentOS 6 x86_64 - minimum installationMehdi Poustchi Amin
 
SQL Server Clustering for Dummies
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for DummiesMark Broadbent
 
Sql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_finalSql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_finalJoseph D'Antoni
 
Vsphere esxi-vcenter-server-601-setup-mscs
Vsphere esxi-vcenter-server-601-setup-mscsVsphere esxi-vcenter-server-601-setup-mscs
Vsphere esxi-vcenter-server-601-setup-mscskanth2161
 
Vsphere esxi-vcenter-server-55-setup-mscs
Vsphere esxi-vcenter-server-55-setup-mscsVsphere esxi-vcenter-server-55-setup-mscs
Vsphere esxi-vcenter-server-55-setup-mscsDhymas Mahendra
 
Wsfc basic 130720
Wsfc basic 130720Wsfc basic 130720
Wsfc basic 130720wintechq
 
Ws2012フェールオーバークラスタリングdeep dive 130802
Ws2012フェールオーバークラスタリングdeep dive 130802Ws2012フェールオーバークラスタリングdeep dive 130802
Ws2012フェールオーバークラスタリングdeep dive 130802wintechq
 
High Availability with Windows Server Clustering and Geo-Clustering
High Availability with Windows Server Clustering and Geo-ClusteringHigh Availability with Windows Server Clustering and Geo-Clustering
High Availability with Windows Server Clustering and Geo-ClusteringStarWind Software
 
Windows clustering and quorum basics
Windows clustering and quorum basicsWindows clustering and quorum basics
Windows clustering and quorum basicsHarsh Chawla
 
VMworld 2015: Introducing Application Self service with Networking and Security
VMworld 2015: Introducing Application Self service with Networking and SecurityVMworld 2015: Introducing Application Self service with Networking and Security
VMworld 2015: Introducing Application Self service with Networking and SecurityVMworld
 
V mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitV mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitsolarisyougood
 
vRA + NSX Technical Deep-Dive
vRA + NSX Technical Deep-DivevRA + NSX Technical Deep-Dive
vRA + NSX Technical Deep-DiveVMUG IT
 
VMware Performance Troubleshooting
VMware Performance TroubleshootingVMware Performance Troubleshooting
VMware Performance Troubleshootingglbsolutions
 

Viewers also liked (20)

Clustering and High Availability
Clustering and High Availability Clustering and High Availability
Clustering and High Availability
 
Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...
Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...
Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering...
 
Windows server 2012 failover clustering new features
Windows server 2012 failover clustering new featuresWindows server 2012 failover clustering new features
Windows server 2012 failover clustering new features
 
Install Linux CentOS 6 x86_64 - minimum installation
Install Linux CentOS 6 x86_64 - minimum installationInstall Linux CentOS 6 x86_64 - minimum installation
Install Linux CentOS 6 x86_64 - minimum installation
 
SQL Server Clustering for Dummies
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for Dummies
 
Sql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_finalSql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_final
 
Vsphere esxi-vcenter-server-601-setup-mscs
Vsphere esxi-vcenter-server-601-setup-mscsVsphere esxi-vcenter-server-601-setup-mscs
Vsphere esxi-vcenter-server-601-setup-mscs
 
Vsphere esxi-vcenter-server-55-setup-mscs
Vsphere esxi-vcenter-server-55-setup-mscsVsphere esxi-vcenter-server-55-setup-mscs
Vsphere esxi-vcenter-server-55-setup-mscs
 
MCSA 70-412 Chapter 11
MCSA 70-412 Chapter 11MCSA 70-412 Chapter 11
MCSA 70-412 Chapter 11
 
Wsfc basic 130720
Wsfc basic 130720Wsfc basic 130720
Wsfc basic 130720
 
Ws2012フェールオーバークラスタリングdeep dive 130802
Ws2012フェールオーバークラスタリングdeep dive 130802Ws2012フェールオーバークラスタリングdeep dive 130802
Ws2012フェールオーバークラスタリングdeep dive 130802
 
High Availability with Windows Server Clustering and Geo-Clustering
High Availability with Windows Server Clustering and Geo-ClusteringHigh Availability with Windows Server Clustering and Geo-Clustering
High Availability with Windows Server Clustering and Geo-Clustering
 
MCSA 70-412 Chapter 10
MCSA 70-412 Chapter 10MCSA 70-412 Chapter 10
MCSA 70-412 Chapter 10
 
Windows clustering and quorum basics
Windows clustering and quorum basicsWindows clustering and quorum basics
Windows clustering and quorum basics
 
VMworld 2015: Introducing Application Self service with Networking and Security
VMworld 2015: Introducing Application Self service with Networking and SecurityVMworld 2015: Introducing Application Self service with Networking and Security
VMworld 2015: Introducing Application Self service with Networking and Security
 
V mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitV mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kit
 
vRA7 What's New
vRA7 What's NewvRA7 What's New
vRA7 What's New
 
vRA + NSX Technical Deep-Dive
vRA + NSX Technical Deep-DivevRA + NSX Technical Deep-Dive
vRA + NSX Technical Deep-Dive
 
Introducing VMware vRealize Suite - Purpose Built for the Hybrid Cloud
Introducing VMware vRealize Suite - Purpose Built for the Hybrid Cloud Introducing VMware vRealize Suite - Purpose Built for the Hybrid Cloud
Introducing VMware vRealize Suite - Purpose Built for the Hybrid Cloud
 
VMware Performance Troubleshooting
VMware Performance TroubleshootingVMware Performance Troubleshooting
VMware Performance Troubleshooting
 

Similar to Introduction to failover clustering with sql server

Virtualizacao de Servidores - Windows
Virtualizacao de Servidores - WindowsVirtualizacao de Servidores - Windows
Virtualizacao de Servidores - WindowsSergio Maia
 
Microsoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private CloudMicrosoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private CloudMd Yousup Faruqu
 
Server Virtualization using Hyper-V
Server Virtualization using Hyper-VServer Virtualization using Hyper-V
Server Virtualization using Hyper-VMd Yousup Faruqu
 
Simplifying Hyper-V Management for VMware Administrators
Simplifying Hyper-V Management for VMware AdministratorsSimplifying Hyper-V Management for VMware Administrators
Simplifying Hyper-V Management for VMware Administrators5nine
 
Intro to Deploying and administering server virtualization with Hyper-V and S...
Intro to Deploying and administering server virtualization with Hyper-V and S...Intro to Deploying and administering server virtualization with Hyper-V and S...
Intro to Deploying and administering server virtualization with Hyper-V and S...Unitek Eduation
 
The Next Generation of Microsoft Virtualization With Windows Server 2012
The Next Generation of Microsoft Virtualization With Windows Server 2012The Next Generation of Microsoft Virtualization With Windows Server 2012
The Next Generation of Microsoft Virtualization With Windows Server 2012Lai Yoong Seng
 
Building Business Continuity Solutions With Hyper V
Building Business Continuity Solutions With Hyper VBuilding Business Continuity Solutions With Hyper V
Building Business Continuity Solutions With Hyper Vrsnarayanan
 
Whats new in Microsoft Windows Server 2016 Clustering and Storage
Whats new in Microsoft Windows Server 2016 Clustering and StorageWhats new in Microsoft Windows Server 2016 Clustering and Storage
Whats new in Microsoft Windows Server 2016 Clustering and StorageJohn Moran
 
Hyper-V 3.0 Overview
Hyper-V 3.0 OverviewHyper-V 3.0 Overview
Hyper-V 3.0 OverviewTudor Damian
 
Tudor Damian - Hyper-V 3.0 overview
Tudor Damian - Hyper-V 3.0 overviewTudor Damian - Hyper-V 3.0 overview
Tudor Damian - Hyper-V 3.0 overviewITCamp
 
Windows server 8 and hyper v
Windows server 8 and hyper vWindows server 8 and hyper v
Windows server 8 and hyper vSusantha Silva
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupEPC Group
 
Virtualization 101 - DeepDive
Virtualization 101 - DeepDiveVirtualization 101 - DeepDive
Virtualization 101 - DeepDiveAmit Agarwal
 
TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0Robb Boyd
 
Cisco HyperFlex 3.0
Cisco HyperFlex 3.0Cisco HyperFlex 3.0
Cisco HyperFlex 3.0Chase Rothe
 

Similar to Introduction to failover clustering with sql server (20)

Virtualizacao de Servidores - Windows
Virtualizacao de Servidores - WindowsVirtualizacao de Servidores - Windows
Virtualizacao de Servidores - Windows
 
Microsoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private CloudMicrosoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private Cloud
 
Server Virtualization using Hyper-V
Server Virtualization using Hyper-VServer Virtualization using Hyper-V
Server Virtualization using Hyper-V
 
Server 2016 sneak peek
Server 2016 sneak peekServer 2016 sneak peek
Server 2016 sneak peek
 
Simplifying Hyper-V Management for VMware Administrators
Simplifying Hyper-V Management for VMware AdministratorsSimplifying Hyper-V Management for VMware Administrators
Simplifying Hyper-V Management for VMware Administrators
 
Intro to Deploying and administering server virtualization with Hyper-V and S...
Intro to Deploying and administering server virtualization with Hyper-V and S...Intro to Deploying and administering server virtualization with Hyper-V and S...
Intro to Deploying and administering server virtualization with Hyper-V and S...
 
Hyper-v Best Practices
Hyper-v Best PracticesHyper-v Best Practices
Hyper-v Best Practices
 
Server virtualization 2
Server virtualization   2Server virtualization   2
Server virtualization 2
 
The Next Generation of Microsoft Virtualization With Windows Server 2012
The Next Generation of Microsoft Virtualization With Windows Server 2012The Next Generation of Microsoft Virtualization With Windows Server 2012
The Next Generation of Microsoft Virtualization With Windows Server 2012
 
OpenStack and Windows
OpenStack and WindowsOpenStack and Windows
OpenStack and Windows
 
Building Business Continuity Solutions With Hyper V
Building Business Continuity Solutions With Hyper VBuilding Business Continuity Solutions With Hyper V
Building Business Continuity Solutions With Hyper V
 
Whats new in Microsoft Windows Server 2016 Clustering and Storage
Whats new in Microsoft Windows Server 2016 Clustering and StorageWhats new in Microsoft Windows Server 2016 Clustering and Storage
Whats new in Microsoft Windows Server 2016 Clustering and Storage
 
Hyper-V 3.0 Overview
Hyper-V 3.0 OverviewHyper-V 3.0 Overview
Hyper-V 3.0 Overview
 
Tudor Damian - Hyper-V 3.0 overview
Tudor Damian - Hyper-V 3.0 overviewTudor Damian - Hyper-V 3.0 overview
Tudor Damian - Hyper-V 3.0 overview
 
Virtualization & tipping point
Virtualization & tipping pointVirtualization & tipping point
Virtualization & tipping point
 
Windows server 8 and hyper v
Windows server 8 and hyper vWindows server 8 and hyper v
Windows server 8 and hyper v
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC Group
 
Virtualization 101 - DeepDive
Virtualization 101 - DeepDiveVirtualization 101 - DeepDive
Virtualization 101 - DeepDive
 
TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0
 
Cisco HyperFlex 3.0
Cisco HyperFlex 3.0Cisco HyperFlex 3.0
Cisco HyperFlex 3.0
 

More from Eduardo Castro

Introducción a polybase en SQL Server
Introducción a polybase en SQL ServerIntroducción a polybase en SQL Server
Introducción a polybase en SQL ServerEduardo Castro
 
Creando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL ServerCreando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL ServerEduardo Castro
 
Seguridad en SQL Azure
Seguridad en SQL AzureSeguridad en SQL Azure
Seguridad en SQL AzureEduardo Castro
 
Azure Synapse Analytics MLflow
Azure Synapse Analytics MLflowAzure Synapse Analytics MLflow
Azure Synapse Analytics MLflowEduardo Castro
 
SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022Eduardo Castro
 
Novedades en SQL Server 2022
Novedades en SQL Server 2022Novedades en SQL Server 2022
Novedades en SQL Server 2022Eduardo Castro
 
Introduccion a SQL Server 2022
Introduccion a SQL Server 2022Introduccion a SQL Server 2022
Introduccion a SQL Server 2022Eduardo Castro
 
Machine Learning con Azure Managed Instance
Machine Learning con Azure Managed InstanceMachine Learning con Azure Managed Instance
Machine Learning con Azure Managed InstanceEduardo Castro
 
Novedades en sql server 2022
Novedades en sql server 2022Novedades en sql server 2022
Novedades en sql server 2022Eduardo Castro
 
Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022Eduardo Castro
 
Introduccion a databricks
Introduccion a databricksIntroduccion a databricks
Introduccion a databricksEduardo Castro
 
Pronosticos con sql server
Pronosticos con sql serverPronosticos con sql server
Pronosticos con sql serverEduardo Castro
 
Data warehouse con azure synapse analytics
Data warehouse con azure synapse analyticsData warehouse con azure synapse analytics
Data warehouse con azure synapse analyticsEduardo Castro
 
Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2Eduardo Castro
 
Introduccion a Azure Synapse Analytics
Introduccion a Azure Synapse AnalyticsIntroduccion a Azure Synapse Analytics
Introduccion a Azure Synapse AnalyticsEduardo Castro
 
Seguridad de SQL Database en Azure
Seguridad de SQL Database en AzureSeguridad de SQL Database en Azure
Seguridad de SQL Database en AzureEduardo Castro
 
Python dentro de SQL Server
Python dentro de SQL ServerPython dentro de SQL Server
Python dentro de SQL ServerEduardo Castro
 
Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft Eduardo Castro
 
Script de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure EnclavesScript de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure EnclavesEduardo Castro
 
Introducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure EnclavesIntroducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure EnclavesEduardo Castro
 

More from Eduardo Castro (20)

Introducción a polybase en SQL Server
Introducción a polybase en SQL ServerIntroducción a polybase en SQL Server
Introducción a polybase en SQL Server
 
Creando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL ServerCreando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL Server
 
Seguridad en SQL Azure
Seguridad en SQL AzureSeguridad en SQL Azure
Seguridad en SQL Azure
 
Azure Synapse Analytics MLflow
Azure Synapse Analytics MLflowAzure Synapse Analytics MLflow
Azure Synapse Analytics MLflow
 
SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022
 
Novedades en SQL Server 2022
Novedades en SQL Server 2022Novedades en SQL Server 2022
Novedades en SQL Server 2022
 
Introduccion a SQL Server 2022
Introduccion a SQL Server 2022Introduccion a SQL Server 2022
Introduccion a SQL Server 2022
 
Machine Learning con Azure Managed Instance
Machine Learning con Azure Managed InstanceMachine Learning con Azure Managed Instance
Machine Learning con Azure Managed Instance
 
Novedades en sql server 2022
Novedades en sql server 2022Novedades en sql server 2022
Novedades en sql server 2022
 
Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022
 
Introduccion a databricks
Introduccion a databricksIntroduccion a databricks
Introduccion a databricks
 
Pronosticos con sql server
Pronosticos con sql serverPronosticos con sql server
Pronosticos con sql server
 
Data warehouse con azure synapse analytics
Data warehouse con azure synapse analyticsData warehouse con azure synapse analytics
Data warehouse con azure synapse analytics
 
Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2
 
Introduccion a Azure Synapse Analytics
Introduccion a Azure Synapse AnalyticsIntroduccion a Azure Synapse Analytics
Introduccion a Azure Synapse Analytics
 
Seguridad de SQL Database en Azure
Seguridad de SQL Database en AzureSeguridad de SQL Database en Azure
Seguridad de SQL Database en Azure
 
Python dentro de SQL Server
Python dentro de SQL ServerPython dentro de SQL Server
Python dentro de SQL Server
 
Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft
 
Script de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure EnclavesScript de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure Enclaves
 
Introducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure EnclavesIntroducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure Enclaves
 

Recently uploaded

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 

Recently uploaded (20)

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 

Introduction to failover clustering with sql server

  • 1. Introduction to Failover Clustering with SQL Server (Level 100) Eduardo Castro Martinez Arquitecto Infraestructura ecastro@simsasys.com twitter: edocastro http://ecastrom.blogspot.com http://tiny.cc/comwindows
  • 2. Agenda • High Availability • Hardware • Creating a failover cluster • HA workloads • HA virtual machines • Other considerations
  • 3. What is High Availability? • The world is now a 24/7 global marketplace. • Systems must be online or customers are lost. • Goal of High Availability (HA) is to keep systems, applications, services, e-mail, databases, files, and printers always running. • Every business now has High Availability needs. Uptime Percentage Maximum downtime per year 99.999 5 minutes 99.99 52 minutes 99.9 8.7 hours 99 3.7 days
  • 4. Why is HA Important? • Server downtime is unavoidable. • Keep your business running and competitive. • Servers may go offline due to:  Maintenance  Upgrade o Software or hardware  Update o Hot fix, security patch  Accident  Power outage  Disasters • Start planning now!
  • 5. Failover Clustering • 2+ machines (nodes) • Redundancy everywhere (storage, network interface cards [NICs], host bus adapters [HBAs], Microsoft Windows® Server Multipath I/O [MPIO], etc.) • “Shared” storage accessible by all nodes • 1 node will host a HA application • Application writes data to “shared” storage
  • 6. Failover Clustering • Nodes monitor health of other nodes. • If that node fails, health monitoring will cause a “failover” of the resource. • Another node starts the application and reads the last saved information from the shared storage. • Clients experience a slight interruption in service.
  • 7. What is a Failover Cluster? Public HA Roles Shared Storage
  • 8. Software Requirements • Failover Clustering is an in-box feature:  Windows Server® 2008 Datacenter and Windows Server 2008 R2 Datacenter  Windows Server 2008 Enterprise and Windows Server 2008 R2 Enterprise  Windows Server 2008 Enterprise and Windows Server 2008 R2 Enterprise for IA-64  Windows Server 2008 R2 Hyper-V ™ technology  Windows Unified Data Storage Server • Architecture:  x64: up to 16 nodes  x86: up to 8 nodes (not in R2)  IA64: up to 8 nodes
  • 9. Agenda • High Availability • Hardware • Creating a failover cluster • HA workloads • HA virtual machines • Other considerations
  • 10. Building Your Cluster • 2 or more computers (nodes) • 2 NICs and dedicated storage adapter  3rd NIC for iSCSI  HBA • 3 Networks  Public  Private (heartbeat)  Storage / iSCSI • Shared storage •HA Roles • Operating system, service, or application
  • 11. Mix And Match Hardware • You can use any hardware configuration if  It passes Validate.  Each component has a “Certified for Windows Server 2008/R2” logo (servers, storage, HBAs, MPIO, device- specific modules [DSMs], etc.). • It’s that simple!  Connect your Windows Server 2008 or Windows Server 2008 R2 logo’d hardware.  Pass every test in Validate (It is now supported!).  If you make a change, just re-run Validate. • Details: http://go.microsoft.com/fwlink/?LinkID=119949
  • 12. Clustering Storage Windows Server 2008 and Windows Server 2008 R2 Supported Shared Bus Types: • SCSI-3 SPC-3 compliant SCSI Commands • Persistent Reservations (PRs) • Parallel-SCSI deprecated in 2008 • Multipath I/O (MPIO) recommended • Basic GPT and MBR disks supported Fibre Channel iSCSI SAS
  • 13. Networking • Key clustering component  Public network – clients  Private network – cluster communication  Storage network – nodes access “shared” storage • Multiple networks for added redundancy • IPv4/IPv6 • DHCP or static IP addresses • Nodes can reside in different subnets
  • 14. Agenda • High Availability • Hardware • Creating a failover cluster • HA workloads • HA virtual machines • Other considerations
  • 15. Software Configuration 1. Install Windows Server 2008 R2. 2. Install Failover Clustering feature on each node (If necessary, install other roles/features for server). 3. Open the Failover Cluster Management. 4. Run Validate a Cluster Configuration. 5. To configure your cluster, run Create a Cluster Wizard. 6. Make your applications highly available.
  • 16. Validating a Cluster • For Microsoft support, cluster must pass the built-in Validate a Cluster Configuration (Validate) test • Run during configuration and/or after deployment (Best practices analyzed if run on configured cluster) • Series of end-to-end tests on all cluster components  Configuration information for support and documentation  Networking issues  Troubleshoot in-production clusters • More information http://go.microsoft.com/fwlink/?LinkID=119949
  • 17. demonstration Failover Clustering Validation and Creation 1. Configure hardware and storage. 2. Install Failover Clustering feature on all nodes. 3. Run Validate a Configuration Wizard. 4. Run Create Cluster Wizard.
  • 18. Agenda • High Availability • Hardware • Creating a failover cluster • HA workloads • HA virtual machines • Other considerations
  • 19. HA Roles and Features • Common • Other  Exchange  DFS-Namespace  File Server  DFS-Replication (R2)  Hyper-V  DHCP  Print  SQL  DTC  iSNS • Generic Containers  MSMQ  Generic Application  NFS  Generic Script  Remote Desktop (R2)  Generic Service  WINS  Other Server • 3rd Party  Many different roles
  • 20. demonstration Highly Available Resources 1. Install the feature/role on all nodes. 2. Configure workload for High Availability. 3. Configure application or virtual machine.
  • 21. Agenda • High Availability • Hardware • Creating a failover cluster • HA workloads • HA virtual machines • Other considerations
  • 22. What is Virtualization? • Create a virtual operating system on a physical machine (Hyper-V requires special hardware with hypervisor). • Allow multiple operating systems and non-compatible applications to exist on the same physical hardware. • Virtual machines (VMs) have resources dedicated to them such as disks, memory, processors, and networks.
  • 23. The Virtual Data Center Vision • Virtualize your workloads • Consolidate servers • Reduce costs  Space/facilities  Cooling  Physical hardware  Maintenance • Easier management • HW flexibility • Quicker installations/deployments • Legacy operating systems/applications
  • 24. The HA Virtual Data Center 1 x 2-Node Cluster | 8 VMs | 1 Role / VM Cluster
  • 25. Hyper-V "Host" Clustering • Cluster physical machines (hosts). • The VMs are HA and can recover from crashes. • The VM fails over between host machines. • Most common configuration. VMs Physical “Host” Cluster
  • 26. Hyper-V "Guest" Clustering • The VMs are clustered (guests). • The application within the VM is HA. • Recovers from guest operating system crashes. VMs VMs Virtual “Guest” Clusters Standalone host 1 Standalone host 2
  • 27. Hyper-V "Hybrid" Clustering • Cluster the “hosts” and cluster the “guests” • HA VMs and HA application within the VMs Virtual Physical Cluster 1 Cluster 1 Physical Cluster 2 VMs VMs Virtual Cluster 2
  • 28. Hyper-V Quick Migration • Move a running VM from one host to another host • Little downtime while disk ownership of the VM moves • Client may be briefly disconnected • Planned failover • Supported in 2008 & R2
  • 29. Quick Migration Client accessing VM Quick Migrate 1. Save state of VM •SAN 4. Online Cluster Resources 2. Offline VM & cluster resources 5. Start VM 3. Move VM & cluster resources 6. Client reconnects •VHD
  • 30. Hyper-V Live Migration • Move a running VM from one host to another host with no downtime. • Client is not aware of the migration. • Clients stay connected. • Keeps TCP connection between clients and VMs open. • Planned failover.  Failover clustering still recovers VM from a disk in an unplanned failover
  • 31. Live Migration Entire VM memory copied Memory content is copied to new server Live Migrate SAN May be additional incremental data copies until data on both nodes is essentially identical VHD
  • 32. Live Migration Session state is maintained Client directed to new No reconnections necessary host Clients stay connected to “live” VM SAN ARP issued to point routing devices to new node Old VM deleted after success VHD
  • 33. Agenda • High Availability • Hardware • Creating a failover cluster • HA workloads • HA virtual machines • Other considerations
  • 34. Session Summary • Server downtime is inevitable. • Failover clustering keeps your applications running and recovers from disasters. • Buy certified solutions or reuse hardware. • Validate simplifies troubleshooting. • Cluster and HA workloads are easy to create. • Make almost anything HA. • Multiple management options. • VM integration and live migration support.
  • 35. Want to see more? High Availability 101 with Windows Server 2008 R2 Hyper-V http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407222&Culture=en- US Failover Clustering Feature Roadmap for Windows Server 2008 R2 http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407235&Culture=en- US Innovating High Availability with Cluster Shared Volumes http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407238&Culture=en- US Multi-Site Clustering with Windows Server 2008 Enterprise” http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032407242&Culture=en- US
  • 36. For More Information, Go to: Cluster Team Blog: http://blogs.msdn.com/clustering/ Cluster Information Portal: http://www.microsoft.com/windowsserver2008/en/us/clustering-home.aspx Clustering Technical Resources: http://www.microsoft.com/windowsserver2008/en/us/clustering-resources.aspx Clustering Forum (2008): http://forums.technet.microsoft.com/en-US/winserverClustering/threads/ Clustering Forum (2008 R2): http://social.technet.microsoft.com/Forums/en- US/windowsserver2008r2highavailability/threads/ Clustering Newsgroup: https://www.microsoft.com/technet/community/newsgroups/dgbrowser/en- us/default.mspx?dg=microsoft.public.windows.server.clustering Failover Cluster Deployment Guide: http://technet.microsoft.com/en-us/library/dd197477.aspx TechNet: Configure a Service or Application for High Availability: http://technet.microsoft.com/en-us/library/cc732478.aspx TechNet: Installing Failover Clustering: http://technet.microsoft.com/en-us/library/cc772178.aspx TechNet: Create a Failover Cluster: http://technet.microsoft.com/en-us/library/cc755009.aspx Webcast: Build High-Availability Infrastructures with Windows Server 2008 Failover Clustering (Level 300): http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032364828&EventCatego ry=4&culture=en-US&CountryCode=US
  • 37. Q&A
  • 38. Introduction to Failover Clustering with SQL Server (Level 100) Eduardo Castro Martinez Arquitecto Infraestructura ecastro@simsasys.com twitter: edocastro http://ecastrom.blogspot.com http://tiny.cc/comwindows
  • 39. © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.