Narasimha Reddy Gopu Jisha J. Agenda Introduction to AlwaysOn * AlwaysOn Availability Groups (AG) & Listener * AlwaysOn Failover * AlwaysOn Active Secondaries.

Slides:



Advertisements
Similar presentations
Implementing SQLServer AlwaysON Sarabpreet Singh Anand SQL Server – MVP SQLServerGeeks.com (VP)
Advertisements

SQL Server Disaster Recovery Chris Shaw Sr. SQL Server DBA, Xtivia Inc.
Mecanismos de alta disponibilidad con Microsoft SQL Server 2008 Por: ISC Lenin López Fernández de Lara.
SQL Server AlwaysOn.
Oracle Data Guard Ensuring Disaster Recovery for Enterprise Data
1 © Copyright 2010 EMC Corporation. All rights reserved. EMC RecoverPoint/Cluster Enabler for Microsoft Failover Cluster.
Keith Burns Microsoft UK Mission Critical Database.
Virtual techdays INDIA │ September 2011 High Availability - A Story from Past to Future Balmukund Lakhani │ Technical Lead – SQL Support, Microsoft.
1© Copyright 2011 EMC Corporation. All rights reserved. EMC RECOVERPOINT/ CLUSTER ENABLER FOR MICROSOFT FAILOVER CLUSTER.
SQL Server 2012 Always On Premier Field Engineer Microsoft Corporation Lisa Gardner
SQL Server AlwaysOn: Active Secondaries Luis Vargas Program Manager Microsoft Corporation DBI312.
SharePoint Business Continuity Management with SQL Server AlwaysOn
SQL-Server 2012 Always On.
Get More out of SQL Server 2012 in the Microsoft Private Cloud environment Guy BowermanMadhan Arumugam DBI208.
MODIFY THIS SLIDE FOR ACTUAL PRESENTER, DELETE THIS BAR AFTER MODIFICATION.
SQLintersection SQL37 SQL Server 2012 Availability Groups: High Availability for Your Most Important Data Aaron Bertrand,
Data platform market will be 36.2B by 2012Database key in hosted scenarios.
SQLCAT: SQL Server 2012 AlwaysOn Lessons Learned from Early Customer Deployments Sanjay Mishra Program Manager Microsoft Corporation DBI360.
Tony Tomarchio Director of Field Engineering SIOS Technology
SQLintersection Session SQL37 SQL Server 2012 Availability Groups Aaron Bertrand
Unified solution Easy to configure, manage, and monitor Reuse existing investments SAN/DAS environments Allow using HA hardware resources Fast seamless.
High Availability in DB2 Nishant Sinha
1© Copyright 2012 EMC Corporation. All rights reserved. EMC VNX5700, EMC FAST Cache, SQL Server AlwaysOn Availability Groups Strategic Solutions Engineering.
Alwayson Availability Groups
DBI302 AlwaysOn Availability Groups for database protection AlwaysOn Availability Groups for database protection AlwaysOn Failover Cluster Instances.
Course Topics Administering SQL Server 2012 Jump Start 01 | Install and Configure SQL Server04 | Manage Data 02 | Maintain Instances and Databases05 |
Data Disaster Recovery Planning Greg Fibiger 1/7/2016.
Warwick Rudd – Henry Rooney – How Available is SQL Server 2016? DAT33 6.
1 Chapter Overview Using Standby Servers Using Failover Clustering.
Log Shipping, Mirroring, Replication and Clustering Which should I use? That depends on a few questions we must ask the user. We will go over these questions.
Luis Vargas Senior Program Manager Lead Microsoft.
What HADR Option(s) Are Right For You?. Where’s The AlwaysOn?
SQL Server High Availability Introduction to SQL Server high availability solutions.
Windows Server Failover Clustering (WSFC) with SQL Server.
Sql Server Architecture for World Domination Tristan Wilson.
William Durkin A Gourmet Menu of SQL Server High Availability Options.
AlwaysOn In SQL Server 2012 Fadi Abdulwahab – SharePoint Administrator - 4/2013
FUN WITH AVAILABILITY GROUPS Christopher Wolff SQL Server Database Engineer, Xero.
Redmond Protocols Plugfest 2016 Kevin Farlee Senior Program Manager SQL Server AlwaysOn in SQL Server 2016.
SQL 2012 – Always On Deep Dive Bob Duffy Database Architect Prodata SQL Centre of Excellence 11 th April 2013.
Level 400 SQL Server 2012 AlwaysOn Deep Dive Christian Bolton, Coeo Ltd.
Microsoft Dynamics NAV Dynamics NAV 2016 one Azure SQL Dmitry Chadayev Microsoft.
High Availability & Disaster Recovery with SQL Server AlwaysOn Availability Groups Turgay Sahtiyan Microsoft – Senior SQL Server PFE
SQLSaturday (Silicon Valley) – Mar
Microsoft Connect /23/ :39 PM
High Availability - SQL Cluster
Turgay Sahtiyan Istanbul, Turkey
Sponsors.
SQL Server AlwaysOn Availability Groups DrillDown
Business Continuity for Virtual SQL Servers
AlwaysON Availability groups
ALWAYSON AVAILABILITY GROUPS
Disaster Recovery Where to Begin
Always On Availability Groups
Always on HA SQL Server Always ON feature is the new comprehensive high availability and disaster recovery solution which increases application availability.
Contained DB? Did it do something wrong?
Required 9s and data protection: introduction to sql server 2012 alwayson, new high availability solution Santosh Balasubramanian Senior Program Manager.
AlwaysOn, an Early bird Overview
AlwaysOn Availability Groups 101
Disaster Recovery Where to Begin
Denali Always On for Mission Critical Systems
What’s new in SQL Server 2016 Availability Groups
Migrating your SQL Server Instance
SYED SAJID WASIM SQL SERVER ALWAYS ON Step by Step.
SQL Server on Linux: High Availability And Disaster Recovery
AlwaysOn Availability Groups
High Availability/Disaster Recovery Solution
Distributed Availability Groups
04 | Always On High Availability
Designing Database Solutions for SQL Server
Presentation transcript:

Narasimha Reddy Gopu Jisha J

Agenda Introduction to AlwaysOn * AlwaysOn Availability Groups (AG) & Listener * AlwaysOn Failover * AlwaysOn Active Secondaries Improved Failure Detection Beyond AlwaysOn Summary *Demo

Mission Critical High Availability Solution Meets the Business SLAs(Service Level Agreements) RPO and RTO Planned and Un-planned Downtime Flexible A unified, simplified solution Easy to deploy and Manage IntegratedEfficient Improved Hardware Utilization Improved IT Efficiency

AlwaysOn AlwaysOn Availability Groups for Database Protection AlwaysOn Failover Instances for Instance Protection HADR(High Availability and Disaster Recovery) feature To be released as part of SQL Server 2012(Denali)

AlwaysOn Availability Groups Combines the best of Database Mirroring and Log shipping Windows Server Failover Cluster Database Active Log Synchronization Database Active Log Synchronization

A Flexible Solution

An Integrated Solution

An Efficient Solution

Demo

Application Failover Availability Groups Listener allow applications to failover to any secondary node/s Application uses a virtual name for the failover

AlwaysOn Failover AlwaysOn Cluster Server A Server B Server C Listener Availability Group DB Primary Secondary

Demo

AlwaysOn – Active Secondary Improve IT efficiency by avoiding idle hardware Multiple Secondaries may be used for Offloading Backup operations Balancing Read-only workloads

Offloading Backup Operations Backups can be done on the primary as well as any of the secondaries Log backups done on all replicas form a single log chain

Demo

Balancing Read-only Workloads Readable secondary feature enable offloading read queries to multiple secondary nodes Latency of log synchronization can impact data freshness on Asynchronous Secondary Databases.

Demo

Improved Failover Detection Monitoring Failure Dedicated connection on a new Thread for monitoring Health Status proc execution in Repeat mode to gather ( SQLDIAG logs) For Failure DetectionFor Diagnostic Only a) Systemd) IO-Subsystem b) Resourcee) Events c) Query Process Determining Failure: Basic resource health check interval(Looks Alive Poll) and Thorough resource health check interval (Is Alive Poll) Action:- FailoverConditionLevel setting value (0-5, 3 default) takes required action (Restart or Fail Over) based on the detected health status`. Ex: 3 :- SQL Server Down + SQL Server Un responsive(Timeout for SP_Server_Diagnostics) + ‘System Error ‘ for SP_Server_Diagnostics

Beyond AlwaysOn Integrating Contained Databases with AlwaysOn No more orphaned DB users, Logins DB users with passwords replace the SQL Logins Native Support for Multi-site Clustering ‘OR ‘ Logic in Dependency tab 3 rd party Replication between the Storage/servers Support TEMPDB on local drive Support for Windows Server Core Reduce OS patching by as much as 50-60%

Summary HA & DR Solution Flexible, Integrated, Efficient technology Offloading Read Only/Reporting operations Offloading Backup Operations

References Microsoft SQL Server site SQL Server 2012 Release Candidate 0 SQL Server 2012 high availability site critical/SQL-Server-2012-high-availability.aspx Microsoft TechEd 2011 Events

Contact US Narasimha Reddy Gopu Jisha J