Sql server 2012 ha dr 24_hop_final

Joseph D'Antoni
Joseph D'AntoniPrincipal Consultant at Denny Cherry & Associates Consulting
Professional Association for SQL Server




SQL Server 2012
High Availability and DR
Joey D’Antoni
2200 GMT
Thank You to our Sponsors
About Me

•   @jdanton on Twitter
•   Principal Architect SQL Server, Comcast Cable
•   Joedantoni.wordpress.com
•   Videos and Blogs at SSWUG.org
•   Vice President of the Philadelphia SQL Server User
    Group
    – SQL Saturday #121 Philadelphia—June 9th
Agenda

• SQL Server 2008 to 2012—What’s Changed in HA and
  DR
• Geo-Clustering
• All about Availability Groups
Learning Objectives

•   SQL Server HA and DR
•   What’s involved in SQL Clustering
•   How clustering and Availability Groups work
•   What’s new in 2012 HA/DR
Licensing (What’s New)

• The Availability Group features will require the Enterprise
  Edition of SQL Server
• The licensing model for SQL Enterprise Edition has
  changed. Consult your friendly Microsoft sales
  representative for more details
• AlwaysOn read-only replicas will need to be licensed
Windows Core Support

• No GUI version of Windows
• Allows for fewer patches
• Uses PowerShell and MMCs for support
Windows Core
High Availability (HA) and Disaster
Recovery (DR) Options in SQL 2008

 •   Backup and Recovery
 •   Failover Cluster Instances (FCI)
 •   Mirroring
 •   Log Shipping
 •   Replication
 •   SAN Replication*
 •   Virtualization*
High Availability (HA) and Disaster
Recovery (DR) Options in SQL Server 2012

• Backup and Recovery
• Failover Cluster Instances (FCI)
• Mirroring
• Availability Groups (2012)
•   Log Shipping
•   Replication
•   SAN Replication*
•   Virtualization*
What’s new in SQL Server 2012 HA/DR

•   AlwaysOn Availability Groups
•   SMB Support for Failover Cluster Instances
•   Multi-subnet clustering is supported
•   Flexible Failover
SQL Server Failover Clustering
Architecture
SQL Failover Clustering in 2008

• SQL Clustering required 1 subnet to be used across the
  whole cluster
• Cluster failover is controlled by isAlive/looksAlive
  processes, which check the SQL service and run
  @@servername
SQL Failover Clustering in 2012

•   Full support for geo-distributed clusters
•   SMB Storage (File Shares) Supported for FCI
•   Flexible failover model based on sp_server_diagnostics
•   TempDB on Non-shared Disk Resource
    – Makes PCI-based Solid State Drive an option
Quorum



 It’s not just bad cologne
 anymore
Quorum
                     Are you
                     there?




         Why Yes I
         am here
Understanding Quorum

• There are a several slides on this topic—it is critical!
  – In a nutshell, you cluster has to be able to talk to itself to keep the
    cluster service up in running
  – This applies to both SQL Server Failover Cluster Instances and
    AlwaysOn Availability Groups
Quorum

• Quorum is critical—contains master copy of the cluster’s
  configuration
• Serves as a tiebreaker if network communications
  between cluster nodes fail
• If Quorum fails—cluster is shut down until it’s restored
Quorum Models

•   Node and Disk Majority (Default)
•   Node Majority
•   No Majority (Quorum Disk Only)
•   Node and File Share Majority (Good for Geo Clusters)
Quorum Failure Tolerance



 Number of Nodes                          2     3     4     5     6         7
 Node Majority                            0     1     1     2     2         3
 Node and Disk/File Share Majority        1     2     2     3     3         4

  • Assuming Disk is Up Calculation is: Cluster Up = RoundUp(Total # of
    Nodes/2)
  • Assuming Disk is Down Calculation is: ClusterUp = RoundUp (Total # of
    Nodes/2)-1
Why Do Clusters Failover?

 • Initiated by failures
   in hardware or
   software

 • Checked by
   isAlive/LooksAlive
   processes (in
   2008R2 and below)
Flexible Failover—New for 2012

• Replaces looksAlive/isAlive functionality in SQL Clusters
  (and is used for Availability Groups)
• Now runs sp_server_diagnostics
  – Accepts two parameter
    • HealthCheckTimeout (Default 60 sec/Minimum 15 sec)
    • Failover Condition Level
Flexible Failover Policies for
Clusters

 Level         Condition             Description

               No automatic          •       Indicates that no failover or restart will be
 0
               failover or restart           triggered automatically on any failure conditions.
               Failover or restart
 1                                   •       SQL Server service is down.
               on server down
                                     •       SQL Server instance is not responsive (Resource
               Failover or restart
                                             DLL cannot receive data from
 2             on server
                                             sp_server_diagnostics within the
               unresponsive
                                             HealthCheckTimeout settings).
               Failover or restart
                                   •         System stored procedure sp_server_diagnostics
 3 (Default)   on critical server
                                             returns ‘system error’. (Critical errors > 20)
               errors
               Failover or restart
                                   •         System stored procedure sp_server_diagnostics
 4             on moderate server
                                             returns ‘resource error’. (Moderate errors > 17)
               errors
               Failover or restart
                                     •       System stored procedure sp_server_diagnostics
 5             on any qualified
                                             returns ‘query_processing error’. (Deadlock)
               failure conditions
What is Stretch Clustering

• Also known as Geo-Clustering
Geo Cluster
Geo-Distributed Clustering

• Requires SAN replication ($$$$)
• Two of everything
• Requires really fast network connection
• Requires some trickery at the network/DNS level for
  connectivity
• Witness Disk (Quorum)
    – Can be physical (SAN) disk, or cluster file share
Geo-distributed Failover Clustering

• Was available in SQL 2008, but easier to implement in
  2012
• Won’t be used by most organizations due to cost and
  complexity
Review—DR Options in SQL 2008

• Mirroring
  – Allowed automatic failover, but only one target
  – Mirror target is unreadable
• Log Shipping
  – Allowed multiple targets, but failover a manual process, requiring a
    connection string change
• Replication
AlwaysOn Availability Groups
AlwaysOn Requirements

•   Windows Enterprise (Clustering is a requirement)
•   SQL Server Enterprise Edition
•   Windows Cluster
•   No shared storage is required
•   Quorum Disk (File Share if multi-site or local storage)
AlwaysOn Architecture
Flexible AG Failover

• Similar to how a failover clustered instance fails over
• Connects to instance every 30 seconds to perform health
  check
• Also, similar quorum model to Windows Failover
  Clustering
Allows for SAN-Less HA/DR

• This is not a huge thing for SQL Server in larger
  organizations, but big win for medium sized businesses
• Allows much easier native SQL DR in Virtual
  Environments
Considerations for Availability Groups

• All SQL servers (including the secondary in the
  DR site) in the same Windows domain
• All the databases must be in FULL recovery
  model
• The unit of failover (for local HA, as well as DR)
  is at the AG level, i.e., group of databases – not
  the instance
Failover Scenarios



                                        Synchronous-       Synchronous-
                        Asynchronous-   commit mode with   commit mode with
                        commit mode     manual-failover    automatic-failover
                                        mode               mode

   Automatic failover   No              No                 Yes

   Manual failover      No              Yes                Yes

   Forced failover      Yes             Yes                No
Read Only Replicas

• Can have up to 3
• SQL Client 2012 will allow for this routing specifically
• Can take backups from read-only copies*
  – Copy Only Backups (only full copy, does not affect primary log)
• Indexing must be same on replicas
• Bad queries can affect status of replica
Client Connections in This Model

• Availability Group Listener
  – Works just like a failover clustering instance (single
    instance, single IP)
  – Creates a VCO (AD Virtual Computer Object)—similar to a cluster
    virtual object


• Read-only Connections
  – Requires 2012 native ODBC client
Client Connections
Client Connections

• Always specify Multi-Subnet Failover=True in listener
  connection
• From Books Online

   “will significantly reduce failover time
  for single and multi-subnet AlwaysOn
  topologies.”

• SQL Server Failover Cluster Instances as well
Turning On AlwaysOn
Availability Groups Demo
Summary

•   Lots of Change in the HA/DR Space
•   Licensing also changes—talk to your MS rep
•   SQL Server Failover Clusters still a good HA option
•   AlwaysOn Availability Groups add a lot more flexibility to
    DR
Contact Info

• Twitter: @jdanton
• jdanton1@yahoo.com
• Blog: joedantoni.wordpress.com
Thank You to our Sponsors
1 of 44

Recommended

Sql server 2012 ha dr nova by
Sql server 2012 ha dr novaSql server 2012 ha dr nova
Sql server 2012 ha dr novaJoseph D'Antoni
973 views42 slides
Sql server 2012 ha dr by
Sql server 2012 ha drSql server 2012 ha dr
Sql server 2012 ha drJoseph D'Antoni
1.9K views36 slides
Always On - Wydajność i bezpieczeństwo naszych danych - High Availability SQL... by
Always On - Wydajność i bezpieczeństwo naszych danych - High Availability SQL...Always On - Wydajność i bezpieczeństwo naszych danych - High Availability SQL...
Always On - Wydajność i bezpieczeństwo naszych danych - High Availability SQL...SQLExpert.pl
1.2K views33 slides
Sql Server High Availability & DR Technologies by
Sql Server High Availability & DR TechnologiesSql Server High Availability & DR Technologies
Sql Server High Availability & DR TechnologiesRockSolid SQL
1.5K views23 slides
SQL Server High Availability and Disaster Recovery by
SQL Server High Availability and Disaster RecoverySQL Server High Availability and Disaster Recovery
SQL Server High Availability and Disaster RecoveryMichael Poremba
858 views49 slides
The SQL Stack Design And Configurations by
The SQL Stack Design And ConfigurationsThe SQL Stack Design And Configurations
The SQL Stack Design And ConfigurationsStephan Lawson
1.9K views20 slides

More Related Content

What's hot

Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C... by
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...SpanishPASSVC
1.3K views28 slides
Exchange Server 2013 High Availability - Site Resilience by
Exchange Server 2013 High Availability - Site ResilienceExchange Server 2013 High Availability - Site Resilience
Exchange Server 2013 High Availability - Site ResilienceMicrosoft TechNet - Belgium and Luxembourg
6.7K views56 slides
Scott Schnoll - Exchange server 2013 virtualization best practices by
Scott Schnoll - Exchange server 2013 virtualization best practicesScott Schnoll - Exchange server 2013 virtualization best practices
Scott Schnoll - Exchange server 2013 virtualization best practicesNordic Infrastructure Conference
6.2K views34 slides
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices by
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 PracticesVMworld
6.6K views70 slides
WLST by
WLSTWLST
WLSTBhavya Siddappa
7.2K views46 slides
Introduction to failover clustering with sql server by
Introduction to failover clustering with sql serverIntroduction to failover clustering with sql server
Introduction to failover clustering with sql serverEduardo Castro
3.5K views39 slides

What's hot(20)

Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C... by SpanishPASSVC
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
SpanishPASSVC1.3K views
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices by VMworld
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
VMworld6.6K views
Introduction to failover clustering with sql server by Eduardo Castro
Introduction to failover clustering with sql serverIntroduction to failover clustering with sql server
Introduction to failover clustering with sql server
Eduardo Castro3.5K views
Oracle WebLogic Diagnostics & Perfomance tuning by Michel Schildmeijer
Oracle WebLogic Diagnostics & Perfomance tuningOracle WebLogic Diagnostics & Perfomance tuning
Oracle WebLogic Diagnostics & Perfomance tuning
Michel Schildmeijer15.6K views
weblogic perfomence tuning by prathap kumar
weblogic perfomence tuningweblogic perfomence tuning
weblogic perfomence tuning
prathap kumar966 views
Blue Medora Oracle Enterprise Manager (EM12c) Plug-in for PostgreSQL by Blue Medora
Blue Medora Oracle Enterprise Manager (EM12c) Plug-in for PostgreSQLBlue Medora Oracle Enterprise Manager (EM12c) Plug-in for PostgreSQL
Blue Medora Oracle Enterprise Manager (EM12c) Plug-in for PostgreSQL
Blue Medora2.5K views
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi... by Michael Noel
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...
Michael Noel2.1K views
WLS by Bebo Yu
WLSWLS
WLS
Bebo Yu2.7K views
Metro Cluster High Availability or SRM Disaster Recovery? by David Pasek
Metro Cluster High Availability or SRM Disaster Recovery?Metro Cluster High Availability or SRM Disaster Recovery?
Metro Cluster High Availability or SRM Disaster Recovery?
David Pasek6K views
SQL 2012 AlwaysOn Availability Groups for SharePoint 2010 - AUSPC2012 by Michael Noel
SQL 2012 AlwaysOn Availability Groups for SharePoint 2010 - AUSPC2012SQL 2012 AlwaysOn Availability Groups for SharePoint 2010 - AUSPC2012
SQL 2012 AlwaysOn Availability Groups for SharePoint 2010 - AUSPC2012
Michael Noel4.4K views
SQL 2014 AlwaysOn Availability Groups for SharePoint Farms - SPS Sydney 2014 by Michael Noel
SQL 2014 AlwaysOn Availability Groups for SharePoint Farms - SPS Sydney 2014SQL 2014 AlwaysOn Availability Groups for SharePoint Farms - SPS Sydney 2014
SQL 2014 AlwaysOn Availability Groups for SharePoint Farms - SPS Sydney 2014
Michael Noel3K views
Changes in WebLogic 12.1.3 Every Administrator Must Know by Bruno Borges
Changes in WebLogic 12.1.3 Every Administrator Must KnowChanges in WebLogic 12.1.3 Every Administrator Must Know
Changes in WebLogic 12.1.3 Every Administrator Must Know
Bruno Borges9.1K views
VMworld 2014: Virtualizing Databases by VMworld
VMworld 2014: Virtualizing DatabasesVMworld 2014: Virtualizing Databases
VMworld 2014: Virtualizing Databases
VMworld722 views
Performance Tuning Oracle Weblogic Server 12c by Ajith Narayanan
Performance Tuning Oracle Weblogic Server 12cPerformance Tuning Oracle Weblogic Server 12c
Performance Tuning Oracle Weblogic Server 12c
Ajith Narayanan7.5K views
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan by Tobias Koprowski
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbeganKoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan
Tobias Koprowski445 views

Similar to Sql server 2012 ha dr 24_hop_final

SQLDay2013_Denny Cherry - SQLServer2012inaHighlyAvailableWorld by
SQLDay2013_Denny Cherry - SQLServer2012inaHighlyAvailableWorldSQLDay2013_Denny Cherry - SQLServer2012inaHighlyAvailableWorld
SQLDay2013_Denny Cherry - SQLServer2012inaHighlyAvailableWorldPolish SQL Server User Group
896 views74 slides
Sql 2012 always on by
Sql 2012 always onSql 2012 always on
Sql 2012 always ondilip nayak
5K views31 slides
SQL Server Clustering for Dummies by
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for DummiesMark Broadbent
4.9K views17 slides
Sp2010 high availlability_sql by
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sqlSamuel Zürcher
2.8K views40 slides
MCSA 70-412 Chapter 10 by
MCSA 70-412 Chapter 10MCSA 70-412 Chapter 10
MCSA 70-412 Chapter 10Computer Networking
1.1K views49 slides
Maria DB Galera Cluster for High Availability by
Maria DB Galera Cluster for High AvailabilityMaria DB Galera Cluster for High Availability
Maria DB Galera Cluster for High AvailabilityOSSCube
2.2K views32 slides

Similar to Sql server 2012 ha dr 24_hop_final(20)

SQL Server Clustering for Dummies by Mark Broadbent
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for Dummies
Mark Broadbent4.9K views
Sp2010 high availlability_sql by Samuel Zürcher
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sql
Samuel Zürcher2.8K views
Maria DB Galera Cluster for High Availability by OSSCube
Maria DB Galera Cluster for High AvailabilityMaria DB Galera Cluster for High Availability
Maria DB Galera Cluster for High Availability
OSSCube2.2K views
MariaDB Galera Cluster by Abdul Manaf
MariaDB Galera ClusterMariaDB Galera Cluster
MariaDB Galera Cluster
Abdul Manaf1.1K views
Sql server 2012 ha and dr sql saturday dc by Joseph D'Antoni
Sql server 2012 ha and dr sql saturday dcSql server 2012 ha and dr sql saturday dc
Sql server 2012 ha and dr sql saturday dc
Joseph D'Antoni919 views
Sql Server 2012 HA and DR -- SQL Saturday Richmond by Joseph D'Antoni
Sql Server 2012 HA and DR -- SQL Saturday RichmondSql Server 2012 HA and DR -- SQL Saturday Richmond
Sql Server 2012 HA and DR -- SQL Saturday Richmond
Joseph D'Antoni2.5K views
Sql server 2012 ha and dr sql saturday boston by Joseph D'Antoni
Sql server 2012 ha and dr sql saturday bostonSql server 2012 ha and dr sql saturday boston
Sql server 2012 ha and dr sql saturday boston
Joseph D'Antoni1K views
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20... by LarryZaman
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
LarryZaman5 views
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec... by Michael Noel
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
Michael Noel11.8K views
Sql server 2012 ha and dr sql saturday tampa by Joseph D'Antoni
Sql server 2012 ha and dr sql saturday tampaSql server 2012 ha and dr sql saturday tampa
Sql server 2012 ha and dr sql saturday tampa
Joseph D'Antoni644 views
Sql server 2012 - always on deep dive - bob duffy by Anuradha
Sql server 2012 - always on deep dive - bob duffySql server 2012 - always on deep dive - bob duffy
Sql server 2012 - always on deep dive - bob duffy
Anuradha 3K views
Tips to install and manage always on availability groups in sql server 2012 &... by Antonios Chatzipavlis
Tips to install and manage always on availability groups in sql server 2012 &...Tips to install and manage always on availability groups in sql server 2012 &...
Tips to install and manage always on availability groups in sql server 2012 &...
SQL Server Alwayson for SharePoint HA/DR Step by Step Guide by Lars Platzdasch
SQL Server Alwayson for SharePoint HA/DR Step by Step GuideSQL Server Alwayson for SharePoint HA/DR Step by Step Guide
SQL Server Alwayson for SharePoint HA/DR Step by Step Guide
Lars Platzdasch5.1K views
SQL Server High Availability Solutions (Pros & Cons) by Hamid J. Fard
SQL Server High Availability Solutions (Pros & Cons)SQL Server High Availability Solutions (Pros & Cons)
SQL Server High Availability Solutions (Pros & Cons)
Hamid J. Fard10.2K views
Db spof(mssql, my sql) by 재원 최
Db spof(mssql, my sql)Db spof(mssql, my sql)
Db spof(mssql, my sql)
재원 최114 views

More from Joseph D'Antoni

DBA Fundamentals VC by
DBA Fundamentals VCDBA Fundamentals VC
DBA Fundamentals VCJoseph D'Antoni
685 views40 slides
The modern analytics architecture by
The modern analytics architectureThe modern analytics architecture
The modern analytics architectureJoseph D'Antoni
2.4K views43 slides
Building perfect sql servers, every time -oops by
Building perfect sql servers, every time -oopsBuilding perfect sql servers, every time -oops
Building perfect sql servers, every time -oopsJoseph D'Antoni
3.4K views30 slides
Pass 2013 dantoni azure a gs by
Pass 2013 dantoni azure a gsPass 2013 dantoni azure a gs
Pass 2013 dantoni azure a gsJoseph D'Antoni
1.6K views42 slides
Accelerating Database Performance Using Compression by
Accelerating Database Performance Using CompressionAccelerating Database Performance Using Compression
Accelerating Database Performance Using CompressionJoseph D'Antoni
1.9K views25 slides
Pass bac jd_sm by
Pass bac jd_smPass bac jd_sm
Pass bac jd_smJoseph D'Antoni
920 views20 slides

More from Joseph D'Antoni(20)

The modern analytics architecture by Joseph D'Antoni
The modern analytics architectureThe modern analytics architecture
The modern analytics architecture
Joseph D'Antoni2.4K views
Building perfect sql servers, every time -oops by Joseph D'Antoni
Building perfect sql servers, every time -oopsBuilding perfect sql servers, every time -oops
Building perfect sql servers, every time -oops
Joseph D'Antoni3.4K views
Accelerating Database Performance Using Compression by Joseph D'Antoni
Accelerating Database Performance Using CompressionAccelerating Database Performance Using Compression
Accelerating Database Performance Using Compression
Joseph D'Antoni1.9K views
Accelerating Database Performance with Compression by Joseph D'Antoni
Accelerating Database Performance with CompressionAccelerating Database Performance with Compression
Accelerating Database Performance with Compression
Joseph D'Antoni1K views
Windows server 2012 failover clustering new features by Joseph D'Antoni
Windows server 2012 failover clustering new featuresWindows server 2012 failover clustering new features
Windows server 2012 failover clustering new features
Joseph D'Antoni1.8K views
San presentation nov 2012 central pa by Joseph D'Antoni
San presentation nov 2012 central paSan presentation nov 2012 central pa
San presentation nov 2012 central pa
Joseph D'Antoni609 views
Always on availability groups way too deep by Joseph D'Antoni
Always on availability groups way too deepAlways on availability groups way too deep
Always on availability groups way too deep
Joseph D'Antoni1.2K views
Deploying your Application to SQLRally by Joseph D'Antoni
Deploying your Application to SQLRallyDeploying your Application to SQLRally
Deploying your Application to SQLRally
Joseph D'Antoni539 views
Deploying data tier applications sql saturday dc by Joseph D'Antoni
Deploying data tier applications sql saturday dcDeploying data tier applications sql saturday dc
Deploying data tier applications sql saturday dc
Joseph D'Antoni436 views
Building your first sql server cluster by Joseph D'Antoni
Building your first sql server clusterBuilding your first sql server cluster
Building your first sql server cluster
Joseph D'Antoni2.1K views
Deploying data tier applications sql saturday dc by Joseph D'Antoni
Deploying data tier applications sql saturday dcDeploying data tier applications sql saturday dc
Deploying data tier applications sql saturday dc
Joseph D'Antoni548 views
Server virtualization and cloud computing by Joseph D'Antoni
Server virtualization and cloud computingServer virtualization and cloud computing
Server virtualization and cloud computing
Joseph D'Antoni730 views

Recently uploaded

Piloting & Scaling Successfully With Microsoft Viva by
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft VivaRichard Harbridge
10 views160 slides
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...Bernd Ruecker
26 views69 slides
Case Study Copenhagen Energy and Business Central.pdf by
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdfAitana
12 views3 slides
DALI Basics Course 2023 by
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023Ivory Egg
14 views12 slides
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...James Anderson
33 views32 slides
Five Things You SHOULD Know About Postman by
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About PostmanPostman
27 views43 slides

Recently uploaded(20)

Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker26 views
Case Study Copenhagen Energy and Business Central.pdf by Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana12 views
DALI Basics Course 2023 by Ivory Egg
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023
Ivory Egg14 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson33 views
Five Things You SHOULD Know About Postman by Postman
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About Postman
Postman27 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Perth MeetUp November 2023 by Michael Price
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023
Michael Price15 views
Special_edition_innovator_2023.pdf by WillDavies22
Special_edition_innovator_2023.pdfSpecial_edition_innovator_2023.pdf
Special_edition_innovator_2023.pdf
WillDavies2216 views
Lilypad @ Labweek, Istanbul, 2023.pdf by Ally339821
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdf
Ally3398219 views
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex19 views
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec11 views
Empathic Computing: Delivering the Potential of the Metaverse by Mark Billinghurst
Empathic Computing: Delivering  the Potential of the MetaverseEmpathic Computing: Delivering  the Potential of the Metaverse
Empathic Computing: Delivering the Potential of the Metaverse
Mark Billinghurst470 views
Voice Logger - Telephony Integration Solution at Aegis by Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma17 views
Spesifikasi Lengkap ASUS Vivobook Go 14 by Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang35 views

Sql server 2012 ha dr 24_hop_final

  • 1. Professional Association for SQL Server SQL Server 2012 High Availability and DR Joey D’Antoni 2200 GMT
  • 2. Thank You to our Sponsors
  • 3. About Me • @jdanton on Twitter • Principal Architect SQL Server, Comcast Cable • Joedantoni.wordpress.com • Videos and Blogs at SSWUG.org • Vice President of the Philadelphia SQL Server User Group – SQL Saturday #121 Philadelphia—June 9th
  • 4. Agenda • SQL Server 2008 to 2012—What’s Changed in HA and DR • Geo-Clustering • All about Availability Groups
  • 5. Learning Objectives • SQL Server HA and DR • What’s involved in SQL Clustering • How clustering and Availability Groups work • What’s new in 2012 HA/DR
  • 6. Licensing (What’s New) • The Availability Group features will require the Enterprise Edition of SQL Server • The licensing model for SQL Enterprise Edition has changed. Consult your friendly Microsoft sales representative for more details • AlwaysOn read-only replicas will need to be licensed
  • 7. Windows Core Support • No GUI version of Windows • Allows for fewer patches • Uses PowerShell and MMCs for support
  • 9. High Availability (HA) and Disaster Recovery (DR) Options in SQL 2008 • Backup and Recovery • Failover Cluster Instances (FCI) • Mirroring • Log Shipping • Replication • SAN Replication* • Virtualization*
  • 10. High Availability (HA) and Disaster Recovery (DR) Options in SQL Server 2012 • Backup and Recovery • Failover Cluster Instances (FCI) • Mirroring • Availability Groups (2012) • Log Shipping • Replication • SAN Replication* • Virtualization*
  • 11. What’s new in SQL Server 2012 HA/DR • AlwaysOn Availability Groups • SMB Support for Failover Cluster Instances • Multi-subnet clustering is supported • Flexible Failover
  • 12. SQL Server Failover Clustering Architecture
  • 13. SQL Failover Clustering in 2008 • SQL Clustering required 1 subnet to be used across the whole cluster • Cluster failover is controlled by isAlive/looksAlive processes, which check the SQL service and run @@servername
  • 14. SQL Failover Clustering in 2012 • Full support for geo-distributed clusters • SMB Storage (File Shares) Supported for FCI • Flexible failover model based on sp_server_diagnostics • TempDB on Non-shared Disk Resource – Makes PCI-based Solid State Drive an option
  • 15. Quorum It’s not just bad cologne anymore
  • 16. Quorum Are you there? Why Yes I am here
  • 17. Understanding Quorum • There are a several slides on this topic—it is critical! – In a nutshell, you cluster has to be able to talk to itself to keep the cluster service up in running – This applies to both SQL Server Failover Cluster Instances and AlwaysOn Availability Groups
  • 18. Quorum • Quorum is critical—contains master copy of the cluster’s configuration • Serves as a tiebreaker if network communications between cluster nodes fail • If Quorum fails—cluster is shut down until it’s restored
  • 19. Quorum Models • Node and Disk Majority (Default) • Node Majority • No Majority (Quorum Disk Only) • Node and File Share Majority (Good for Geo Clusters)
  • 20. Quorum Failure Tolerance Number of Nodes 2 3 4 5 6 7 Node Majority 0 1 1 2 2 3 Node and Disk/File Share Majority 1 2 2 3 3 4 • Assuming Disk is Up Calculation is: Cluster Up = RoundUp(Total # of Nodes/2) • Assuming Disk is Down Calculation is: ClusterUp = RoundUp (Total # of Nodes/2)-1
  • 21. Why Do Clusters Failover? • Initiated by failures in hardware or software • Checked by isAlive/LooksAlive processes (in 2008R2 and below)
  • 22. Flexible Failover—New for 2012 • Replaces looksAlive/isAlive functionality in SQL Clusters (and is used for Availability Groups) • Now runs sp_server_diagnostics – Accepts two parameter • HealthCheckTimeout (Default 60 sec/Minimum 15 sec) • Failover Condition Level
  • 23. Flexible Failover Policies for Clusters Level Condition Description No automatic • Indicates that no failover or restart will be 0 failover or restart triggered automatically on any failure conditions. Failover or restart 1 • SQL Server service is down. on server down • SQL Server instance is not responsive (Resource Failover or restart DLL cannot receive data from 2 on server sp_server_diagnostics within the unresponsive HealthCheckTimeout settings). Failover or restart • System stored procedure sp_server_diagnostics 3 (Default) on critical server returns ‘system error’. (Critical errors > 20) errors Failover or restart • System stored procedure sp_server_diagnostics 4 on moderate server returns ‘resource error’. (Moderate errors > 17) errors Failover or restart • System stored procedure sp_server_diagnostics 5 on any qualified returns ‘query_processing error’. (Deadlock) failure conditions
  • 24. What is Stretch Clustering • Also known as Geo-Clustering
  • 26. Geo-Distributed Clustering • Requires SAN replication ($$$$) • Two of everything • Requires really fast network connection • Requires some trickery at the network/DNS level for connectivity • Witness Disk (Quorum) – Can be physical (SAN) disk, or cluster file share
  • 27. Geo-distributed Failover Clustering • Was available in SQL 2008, but easier to implement in 2012 • Won’t be used by most organizations due to cost and complexity
  • 28. Review—DR Options in SQL 2008 • Mirroring – Allowed automatic failover, but only one target – Mirror target is unreadable • Log Shipping – Allowed multiple targets, but failover a manual process, requiring a connection string change • Replication
  • 30. AlwaysOn Requirements • Windows Enterprise (Clustering is a requirement) • SQL Server Enterprise Edition • Windows Cluster • No shared storage is required • Quorum Disk (File Share if multi-site or local storage)
  • 32. Flexible AG Failover • Similar to how a failover clustered instance fails over • Connects to instance every 30 seconds to perform health check • Also, similar quorum model to Windows Failover Clustering
  • 33. Allows for SAN-Less HA/DR • This is not a huge thing for SQL Server in larger organizations, but big win for medium sized businesses • Allows much easier native SQL DR in Virtual Environments
  • 34. Considerations for Availability Groups • All SQL servers (including the secondary in the DR site) in the same Windows domain • All the databases must be in FULL recovery model • The unit of failover (for local HA, as well as DR) is at the AG level, i.e., group of databases – not the instance
  • 35. Failover Scenarios Synchronous- Synchronous- Asynchronous- commit mode with commit mode with commit mode manual-failover automatic-failover mode mode Automatic failover No No Yes Manual failover No Yes Yes Forced failover Yes Yes No
  • 36. Read Only Replicas • Can have up to 3 • SQL Client 2012 will allow for this routing specifically • Can take backups from read-only copies* – Copy Only Backups (only full copy, does not affect primary log) • Indexing must be same on replicas • Bad queries can affect status of replica
  • 37. Client Connections in This Model • Availability Group Listener – Works just like a failover clustering instance (single instance, single IP) – Creates a VCO (AD Virtual Computer Object)—similar to a cluster virtual object • Read-only Connections – Requires 2012 native ODBC client
  • 39. Client Connections • Always specify Multi-Subnet Failover=True in listener connection • From Books Online “will significantly reduce failover time for single and multi-subnet AlwaysOn topologies.” • SQL Server Failover Cluster Instances as well
  • 42. Summary • Lots of Change in the HA/DR Space • Licensing also changes—talk to your MS rep • SQL Server Failover Clusters still a good HA option • AlwaysOn Availability Groups add a lot more flexibility to DR
  • 43. Contact Info • Twitter: @jdanton • jdanton1@yahoo.com • Blog: joedantoni.wordpress.com
  • 44. Thank You to our Sponsors

Editor's Notes

  1. ELS: Change order here to match previous slide better, and follow order of slides later on (I moved them):SQL Server HA and DR What’s new in 2012 HA/DRWhat’s involved in SQL ClusteringHow clustering and Availability Groups work
  2. ELS: I think I would put the last bullet about mirroring on the next slide. To me, nothing changes about licensing for mirroring (right?), and it’s still available in Standard and Enterprise, right? If so, then I would classify it as a functionality “change” rather than licensingMirroring as a technology will be going away in a future version of SQL—so if you would like to have automatic DR, Standard edition will not be an option.
  3. The reason why I have this in my HA/DR presentation is that Core will reduce the amount of patches that need to be applied to your servers. Without IE, and many other attack vectors, Microsoft expects the patches needed to be reduced by about 50%.
  4. SQL Server clustering is the most obvious high availability solution that everyone knows about. However, mirroring between two SQL Servers (with a witness server) can also provide a level a both h/a and D/R. The other two options are a little bit more controversial and more complicated to setup. Both peer to peer replication and SQL Log Shipping can provide some measure of H/A, but there are caveats to this, and some data loss is possible. This is a little outside of the scope of this preso, so if you would like to know more detail around these topics, I highly recommend Paul Randal’s white paper on SQL HA and DR options. I’ll provide a link at the end of this presentation.ELS: This slide has High Availability spelled out, the next has HA. Make them consistent, either
  5. DR Options—yes backup and recovery is your first line of defense in the event of a disaster. You should have extensive monitoring and notification around your backup process, and take regular transaction log backups, if you need point in time recovery.Mirroring is probably the best high availability option. With a witness server (a server that sits in between the two mirrors) you get automatic failover in the event of the failure of your primary instance goes down. Most applications that use Microsoft connections to your database can support mirroring. The only negative, is that unless you have enterprise edition, you are limited to synchronous mirroring, which can have a performance impact on your primary. Enterprise edition brings in asynchronous mirroring, which allows for greater flexibility and distance between sites with no performance impact.Log shipping and Replication—both of these will require manual intervention in the event of a failure. However, they are very mature technologies and can work over great distances. This is not a DR scenario, but I have an application which replicates from the US to Switzerland over a nominal network connection, running on SQL 2000, and I haven’t had to touch it in two years. (Knocks on wood).Lastly SAN replication—this is really cool technology, and can enable the concept of geo-distributed clusters (also covered in Paul’s white paper). This is pretty far out of scope for today’s presentation, but I’ll say this—while really cool, it’s really complex to setup, and really expensive. You need additional software from your SAN vendor, which is always pretty pricey, and the additional network bandwidth to transfer bits in real time over the network. When I was at Wyeth, we did this between Philadelphia and Pearl River NY for the SAP system that ran the business. But the cost made it prohibitive to do much else. Also, when it goes wrong, it can be ugly.
  6. ELS Maybe change “Traditional” to be 2008, and note that it’s still an option in 2012
  7. ELS: Change title to be like next one (Clustering in 2008)
  8. Insert picture here
  9. Mention DNS Time To Life value for cluster DNS name, this applies to both Ags and SQL FCI.
  10. The amount of time that the database will be unavailable during a failover depends on the type of failover and its cause. For more information, see Estimate the Interruption of Service During Failover of an Availability Group (SQL Server). ImportantTo support client connections after failover, except for contained databases, logins and jobs defined on any of the former primary databases must be manually recreated on the new primary database. For more information, see Management of Logins and Jobs for the Databases of an Availability Group (SQL Server).
  11. ELS: I moved this slide and the next one DOWN (moved Failover Modes and Failover Scenarios up)