SQL Server AlwaysOn. Michal Tinthofer 11. Praha What to avoid and how to optimize, deploy and operate.

Size: px
Start display at page:

Download "SQL Server AlwaysOn. Michal Tinthofer 11. Praha 2013. What to avoid and how to optimize, deploy and operate. Michal.Tinthofer@Woodler."

Transcription

1 SQL Server AlwaysOn What to avoid and how to optimize, deploy and operate. 11. ročník největší odborné IT konference v ČR! Michal Tinthofer Michal.Tinthofer@Woodler.eu Praha 2013

2 Overview Introduction to AlwaysOn & Availability Groups How to set up AlwaysOn Managing and tuning AlwaysOn Monitoring Availability Groups Common issues Questions & Answers

3 Introduction to AlwaysOn & Availability Groups

4 SQL Server Always On Solutions AlwaysOn Availability Groups AlwaysOn = (SQL Server Failover Cluster Instances + Availability Groups) Availability Groups Database Mirroring High Availability (Local HA): Availability within a data center Disaster Recovery (DR): Availability across data centers

5 SQL Server Always On Solutions Availability Groups Non-Shared Storage Solution (Group of) Database level HA (Group of) Database level DR DR replica can be Active Secondary Databases must be in FULL recovery model Failover Cluster Instance (for local HA) + Availability groups (for DR) Combined Shared and Non-Shared Storage Instance level HA (Group of) Database level DR DR replica can be Active Secondary Databases must be in FULL recovery model

6

7 The logical topology of a representative Availability Groups solution

8 Windows Server Failover Clustering (WSFC) Cluster Network Subnet A Network Subnet B Node A1 Node A2 Node A3 Node B1 Node B2 WSFC Configuration WSFC Configuration WSFC Configuration WSFC Configuration WSFC Configuration Availability Group Virtual Network Name SQL Server Failover Cluster Instance 1 SQL Server Instance 2 SQL Server Instance 3 SQL Server Instance 4 Instance Network Name Instance Network Name Instance Network Name Instance Network Name Availability Group Listener AlwaysOn Availability Group Primary Replica Secondary Replica Secondary Replica Secondary Replica Shared Storage Storage Storage Storage WSFC Quorum Witness Remote File Share (Optional) The logical topology of a representative AlwaysOn solution

9 How to Set Up AlwaysOn

10 Pre-installation Planning: 1. Choose number and location of replicas 2. Choose Quorum model (based on number of replicas) 3. Design Availability Groups 4. Plan DR strategy with 2k12 SQL servers only 5. If you are moving your environment from older sql environment further checks are necessary. 1.1 Synchronous or asynchronous replication? Up to three synchronous Total of four replicas + primary 1.2 Where should be Automatic failover? Two Automatic failover partners (primary and secondary) 2.1 Decision is made by number of nodes and votes used to prevent cluster split brain Odd: Node majority Even: Node and file share majority How many nodes need to be up for the cluster to stay online, and which nodes should vote How many databases do you want in each group? 3.2. Do you want to move groups around for load balancing? 3.3. Do you need to separate reporting databases from the OLTP databases Report db can be read-only replica of production OLTP? 3.4. If just one database on an instance fails, what do you want to happen? 3.5. How many AG you need based on db priority and function Auto Failover and synch replica or manual failover and asynch replica. 4. If any other servers require restores from your new 2012 instance, they should get 2012 first. (Think development, disaster recovery, or reporting servers.) 5. Review non-database stuff installed on old servers. Plan for SSIS, SSAS, SSRS, DTS packages, logins, Agent jobs, etc.

11 Windows Configuration Create a single instance account for all SQL Servers You can use different accounts per node if NO Kerberos auth. will ever be used for listener. Use same drive letters for across all nodes (No C:\ drive please ) Use static IP addresses for all servers & subnets. If SQL Failover Cluster instance (FCI) will be used: Reserve IP also for SQL instance & Cluster management Configure DTC if clustered Achieve network redundancy between nodes before SQL installation. No separate heartbeat network necessary Use more NICs with separate IPs or Team them. Where backups will be done? Choose preferred & secondary server What if failover to DR site occurs? Plan for both sites (DR & HA) Use windows update to get servers up to date. Don t allow auto download and install updates!

12 Installation Single domain should be used! Install Windows prerequisite hotfixes for Availability Groups Install the hotfix to allow nodes with 0 votes - This is important to do on all nodes Open Windows firewall ports 1433,1434 and 5022 on all nodes. Enable Instant File Initialization..NET Framework feature and the Failover Clustering feature should be installed

13 Cluster Installation step by step Install Failover Cluster Feature

14 Cluster Installation step by step Create a primary cluster via failover cluster manager

15 Cluster Installation step by step Pass validation tests SCSI SAN must support SCSI-3 Persistent Reservation Especially iscsi

16 Cluster Installation step by step Specify cluster name for MSCS service Not instance name

17 Cluster Installation step by step Windows Cluster created With two nodes for Primary site Sql1 Sql2

18 AlwaysOn Current progress

19 Cluster Installation settings Servers will need to exchange backup files and other stuff so we need a fileshare for this. Create folder on shared server Will be used for new quorum settings R/W access Go to cluster management and change quorum mode

20 Cluster Installation settings Quorum is managed by the WSFC, irrespective of the number of SQL Server instances, number of nodes, number of availability groups Important goal: Design to ensure Unavailability of the DR site (or the node at DR site), or loss of network connectivity between sites should not impact the quorum of the WSFC Two steps: Node votes: First decide which nodes should have a vote Quorum Model: Then choose the appropriate quorum model

21 Cluster Installation settings Node and Fileshare Majority Use this quorum model with a protected file share witness. The Fileshare Witness always has 1 vote. SQL Server Primary Disaster Recovery Primary Data Center Data Center Windows Server Failover Cluster (single WSFC crossing two data centers) Synchronous SQL Server Secondary Availability Group Asynchronous SQL Server Secondary File Share

22 Cluster Installation settings Node Majority Add an additional voting node to the WSFC in the primary data center, and then use the this quorum model. SQL Server Primary Disaster Recovery Primary Data Center Data Center Windows Server Failover Cluster (single WSFC crossing two data centers) Synchronous SQL Server Secondary Availability Group Asynchronous SQL Server Secondary Additional Server for Node Majority Quorum Model

23 Cluster Installation settings Pick Node and file share majority because we will have even number of nodes

24 Cluster Installation settings Confirm new quorum settings Important design goal is to ensure that: Unavailability of the DR site, or loss of network connectivity between sites should not impact the quorum of the WSFC

25 AlwaysOn Current progress

26 Cluster Installation settings Disallow SAN network for cluster communication

27 Cluster Installation settings Add shared disk to cluster Suooprted SCSI iscsi Fibre Channel

28 SQL Clustered Instance setup Prefer default instance over named Use single AD service account for all instances You will be able to use Kerberos authentication in future Also use same collation on all instances Use same drive letters on all nodes Apply latest Service Pack for SQL Server 2012 Enable AlwaysOn HADR via Pwshell or ConfMgr. Prepare SAN storage Confirm network routing between subnets Configure SQL Instance as you do usually after new installation Memory settings, tempdb, model db, enable TCP/IP protocol, static port, default compression, maxdop, dbmail, SQL Agent alerts, data collecror, scheduled backups for system dbs, index fill factor, etc..

29 SQL Clustered Instance setup We are going to use clustered SQL instance

30 SQL Clustered Instance setup Pass rule check first

31 SQL Clustered Instance setup NW binding rule fix

32 SQL Clustered Instance setup Pick features and name NW name Hostname of instance ID Instance Depends on Type

33 SQL Clustered Instance setup Pick name of cluster resource group There will be stored resources for PROD cluster Then choose available shared storage And IP address on which PROD instance will listen

34 SQL Clustered Instance setup Add accounts to sysadmin role Optionally you can make AD group which will hold all service accounts of AG partners and sysadmins

35 SQL Clustered Instance setup Set Service account for new instance Finish installation and then install latest service pack

36 SQL Clustered Instance setup From SQL installation add node to newly created clustered SQL instance (FCI)

37 SQL Clustered Instance setup Choose existing FCI Then confirm network interface used for communication Fill password for service account

38 SQL Clustered Instance setup After successful installation you will be asked for SP Patch the server to last SP

39 AlwaysOn Current progress

40 Enable AlwaysON on PROD FCI Via Configuration Manager Or Powershell SQL5 machine is missing in cluster

41 DR Cluster Installation Add DR nodes to existing windows cluster

42 DR Cluster Installation Some resources cannot be used on those DR nodes Such as: Shared drives PROD LAN Etc..

43 DR Cluster Installation Remove Cluster Votes for offsite nodes. Also remove nodes from possible & preferred owners on PROD FCI resources We need to separate two SQL FCIs

44 AlwaysOn Current progress

45 DR Cluster Installation Install second FCI This will be our DR site Pick features and name NW name Hostname of instance ID Instance Depends on Type Pick name of cluster resource group There will be stored resources for DR cluster

46 DR Cluster Installation Then choose available shared storage And IP address on which DR instance will listen Set Service account for new instance and members of sysadmin role

47 DR Cluster Installation TEMPDB on Local Disk Enables use of local storage for TEMPDB Can use solid state storage to improve performance of TEMPDB-heavy workloads Saves money on storage replication licensing Reduces cross-data center storage replication traffic Tempdb folders should be on same path on both nodes

48 DR Cluster Installation Same as on PROD FCI add second node on DR FCI Don t forget on SP!!

49 DR Cluster Configuration Enable AlwaysOn on DR FCI Remove PROD nodes from possible & preferred owners on DR FCI resources

50 FCI Configuration If named instance used, set static port on All nodes TCP/IP Allows you to configure firewall effectively

51 FCI Configuration Again ensure that correct possible & preferred owners are set on all resources in cluster application (services, storage, network, etc..)

52 AlwaysOn Current progress

53 AlwaysOn (Availability groups) setup Databases should be: In Full Recovery mode Full backup must exist FCI+AG using manual asynchronous mode (by default)

54 Special Case: Automatic Failover for DR Use of 3rd Data Center and synchronous mode 3 rd Data Center Primary Data Center SQL Server Primary File Share Windows Server Failover Cluster Disaster Recovery Data Center SQL Server Secondary Synchronous Availability Group

55 AlwaysOn (Availability groups) setup Ensure correct endpoints are chosen Pick both FCI (PROD & DR)

56 AlwaysOn (Availability groups) setup Build your backup strategy for DR Create AG Listener to provide centralized Client management. Using both subnets

57 AlwaysOn (Availability groups) setup Select Initial Synchronization method Don t forget on AG prerequisites In this case folder structure should be same

58 AlwaysOn (Availability groups) setup Fixing AG prerequisites In this case folder structure should be same Create same folders on both FCI s to hold data files

59 AlwaysOn (Availability groups) setup Validation scripting and process Logins Endpoints Hard_endpoint Start XE session AlwaysOn_Health Create AG Add Listener Join Members Backup/Restore dbs Wait 5 min to start communicating

60 AlwaysOn Current progress

61 Result: FCI +AG Three separate FCIs Production Holds PROD SQL service Disaster Recovery Holds DR SQL service AlwaysOn Holds AG Listener Two separate LANs Nodes are evenly distributed

62 How to failover AlwaysOn Disaster = Primary site is down Manual Process involved to bring database service online on the DR site Force Quorum on the secondary in the DR site Start-ClusterNode Name "DRNODE1" FixQuorum If still running Stop-ClusterNode Name "DRNODE1" Execute FORCE SERVICE ALLOW DATA LOSS ALTER AVAILABILITY GROUP [AlwaysOnAG] FORCE_FAILOVER_ALLOW_DATA_LOSS; Adjust quorum model and/or node votes (Get-ClusterNode "DRNode1").NodeWeight=1 (Get-ClusterNode "DRNode2").NodeWeight=1 (Get-ClusterNode "PrimaryNode1").NodeWeight=0 (Get-ClusterNode "PrimaryNode2").NodeWeight=0 Reporting: Get-ClusterNode fl NodeName, NodeWeight

63 How to failback AlwaysOn Adjust quorum model node votes to 1 for primary site nodes Resume synchronization for all paused AlwaysOn databases Optionally switch to synchronous mode To ensure transaction safety Failback to primary site Switch back to asynchronous mode Adjust quorum model node votes to 0 for dr site nodes

64 Demo How to failover via GUI or TSQL

65 Tuning SQL Server Failover Cluster Instance DNS Settings

66 RegisterAllProvidersIP setting for AG listener Reducing client recovery latency after failover Connection strings that set MultiSubnetFailover to true/yes AlwaysOn Availability Groups sets the RegisterAllProvidersIP property to 1 in order to reduce re-connection time after a failover Clients will connect to all IP addresses simultaneously Available providers.net Framework 3.5 SP1 + connectivity patch SQL Native Client 11.0 ODBC Microsoft JDBC driver 4.0 for SQL Server Legacy strings change RegisterAllProvidersIP to 0 The active IP address (instead of all) is listed in the Client Access Point in the WSFC cluster, reducing latency for legacy clients. Change HostRecordTTL to 300 Clients will check AG listener record on DNS every 5 minutes

67 RegisterAllProvidersIP Setting for AG listener

68 Testing MultiSubnetFailover Same process as ReadOnlyRouting in my previous session

69 Monitoring

70 FCI monitoring On SQL 2k8 ResDLL query If two times no SQL response = resource down, then failover On SQL 2k12 ResDLL query SP_SERVER_DIAGNOSTICS Continuous send of data from SQL instance Is more precise Better configuration of failover policy Diagnostics logs are stored on server for later analysis

71 Flexible Failover Policy User sets new Cluster properties HealthCheckTimeout and FailureConditionLevel FailureConditionLevel (0 to 5) 5 Failover or restart on any qualified failure 4 Failover or restart on moderate SQL Server errors 3 Failover or restart on critical SQL Server errors 2 Failover or restart on SQL Server unresponsive Diagnostics Exec sp_server_diagnostics 1 Failover or restart on SQL Server down 0 No Automatic Failover or restart IsAlive/ LooksAlive result based on diagnostics and FailureConditionLevel WSFC Service IsAlive /LooksAlive WSFC asks Res DLL if SQL FCI alive

72 Flexible Failover Policy Configuration can be viewed and reconfigured from SQL server or Cluster resource HealthCheckTimeout Default 60sec Min 15sec Speed of Responses FailureConditionLevel Default 3 Failover or restart on critical SQL Server errors Should be enough User Configurable Diagnostics are always captured Instance root LOG\%SQLDIAG% SP_server_diagnostics [Level]

73 Demo Managing SQL server diagnostics

74 Q&A Thank You!!

SQL Server AlwaysOn (HADRON)

SQL Server AlwaysOn (HADRON) SQL Server AlwaysOn (HADRON) 朱 桦 Technical Leader, Microsoft Database Support Team Microsoft Public - See Terms of Use 2 Windows Server Failover Clustering (WSFC) Shared Data Disk Multi-node w/shared Data

More information

SQL Server 2012/2014 AlwaysOn Availability Group

SQL Server 2012/2014 AlwaysOn Availability Group SQL Server 2012/2014 AlwaysOn Availability Group Part 1 - Introduction v1.0-2014 - G.MONVILLE Summary SQL Server 2012 AlwaysOn - Introduction... 2 AlwaysOn Features... 2 AlwaysOn FCI (Failover Cluster

More information

Extending Your Availability Group for Disaster Recovery

Extending Your Availability Group for Disaster Recovery Extending Your Availability Group for Disaster Recovery Ed Leighton-Dick Kingfisher Technologies About Me Email: ed@leightondick.com Blog: edleightondick.com Twitter: @eleightondick 1 Agenda Availability

More information

GoGrid Implement.com Configuring a SQL Server 2012 AlwaysOn Cluster

GoGrid Implement.com Configuring a SQL Server 2012 AlwaysOn Cluster GoGrid Implement.com Configuring a SQL Server 2012 AlwaysOn Cluster Overview This documents the SQL Server 2012 Disaster Recovery design and deployment, calling out best practices and concerns from the

More information

Windows Geo-Clustering: SQL Server

Windows Geo-Clustering: SQL Server Windows Geo-Clustering: SQL Server Edwin Sarmiento, Microsoft SQL Server MVP, Microsoft Certified Master Contents Introduction... 3 The Business Need for Geo-Clustering... 3 Single-location Clustering

More information

Deploy App Orchestration 2.6 for High Availability and Disaster Recovery

Deploy App Orchestration 2.6 for High Availability and Disaster Recovery Deploy App Orchestration 2.6 for High Availability and Disaster Recovery Qiang Xu, Cloud Services Nanjing Team Last Updated: Mar 24, 2015 Contents Introduction... 2 Process Overview... 3 Before you begin...

More information

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009 Availability Guide for Deploying SQL Server on VMware vsphere August 2009 Contents Introduction...1 SQL Server 2008 with vsphere and VMware HA/DRS...2 Log Shipping Availability Option...4 Database Mirroring...

More information

MIRRORING: START TO FINISH. Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams

MIRRORING: START TO FINISH. Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams MIRRORING: START TO FINISH Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams About Me http://www.ryanjadams.com @ryanjadams Objectives Define Mirroring Describe how mirroring fits into HA and

More information

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud David Pae, Ulf Schoo June 2013 (Please consult http://aws.amazon.com/windows/

More information

SQL Server 2012 - AlwaysOn

SQL Server 2012 - AlwaysOn SQL Server 2012 - AlwaysOn João Loureiro Microsoft About João Loureiro SQL Server Senior Support Escalation Engineer (3 rd tier support level) Bridge between frontline support and SQL product group SQL

More information

Dell High Availability and Disaster Recovery Solutions Using Microsoft SQL Server 2012 AlwaysOn Availability Groups

Dell High Availability and Disaster Recovery Solutions Using Microsoft SQL Server 2012 AlwaysOn Availability Groups Dell High Availability and Disaster Recovery Solutions Using Microsoft SQL Server 2012 AlwaysOn Availability Groups Dell servers and storage options available for AlwaysOn Availability Groups deployment.

More information

Mission-Critical Availability

Mission-Critical Availability Mission-Critical Availability Detect failures reliably Able to stand multiple failures Unified solution Easy to configure, manage, and monitor Reuse existing investments SAN/DAS environments Allow using

More information

Installing and Configuring a SQL Server 2014 Multi-Subnet Cluster on Windows Server 2012 R2

Installing and Configuring a SQL Server 2014 Multi-Subnet Cluster on Windows Server 2012 R2 Installing and Configuring a SQL Server 2014 Multi-Subnet Cluster on Windows Server 2012 R2 Edwin Sarmiento, Microsoft SQL Server MVP, Microsoft Certified Master Contents Introduction... 3 Assumptions...

More information

SQL AlwaysOn Availability Groups (AAG) on Tintri

SQL AlwaysOn Availability Groups (AAG) on Tintri TECHNICAL WHITE PAPER SQL AlwaysOn Availability Groups (AAG) on Tintri Best Practices Guide V1.0 Rev Oct 2014 www.tintri.com Contents Intended Audience... 4 Executive Summary... 4 Assumptions... 4 Microsoft

More information

Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012

Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012 Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012 Introduction As part of the SQL Server AlwaysOn offering, AlwaysOn

More information

Windows Server Failover Clustering April 2010

Windows Server Failover Clustering April 2010 Windows Server Failover Clustering April 00 Windows Server Failover Clustering (WSFC) is the successor to Microsoft Cluster Service (MSCS). WSFC and its predecessor, MSCS, offer high availability for critical

More information

Administering and Managing Failover Clustering

Administering and Managing Failover Clustering 24_0672329565_ch18.qxd 9/7/07 8:37 AM Page 647 CHAPTER 18 Administering and Managing Failover Clustering Failover clustering is one of four SQL Server 2005 highavailability alternatives. Other SQL Server

More information

Implementing and Managing Windows Server 2008 Clustering

Implementing and Managing Windows Server 2008 Clustering Implementing and Managing Windows Server 2008 Clustering Course Number: 6423A Course Length: 3 Days Course Overview This instructor-led course explores Windows Server 2008 clustering and provides students

More information

Windows clustering glossary

Windows clustering glossary Windows clustering glossary To configure the Microsoft Cluster Service with Windows 2000 Advanced Server, you need to have a solid grounding in the various terms that are used with the Cluster Service.

More information

Installation and Upgrade on Windows Server 2008/2012 When the Secondary Server is Physical VMware vcenter Server Heartbeat 6.6

Installation and Upgrade on Windows Server 2008/2012 When the Secondary Server is Physical VMware vcenter Server Heartbeat 6.6 Installation and Upgrade on Windows Server 2008/2012 When the Secondary Server is Physical VMware vcenter Server Heartbeat 6.6 This document supports the version of each product listed and supports all

More information

Virtualizing your Datacenter

Virtualizing your Datacenter Virtualizing your Datacenter with Windows Server 2012 R2 & System Center 2012 R2 Part 2 Hands-On Lab Step-by-Step Guide For the VMs the following credentials: Username: Contoso\Administrator Password:

More information

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

More information

QuickStart Guide vcenter Server Heartbeat 5.5 Update 2

QuickStart Guide vcenter Server Heartbeat 5.5 Update 2 vcenter Server Heartbeat 5.5 Update 2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

SteelEye DataKeeper Cluster Edition. v7.6. Release Notes

SteelEye DataKeeper Cluster Edition. v7.6. Release Notes SteelEye DataKeeper Cluster Edition v7.6 Release Notes June 2013 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and all

More information

VMware vsphere Data Protection

VMware vsphere Data Protection VMware vsphere Data Protection Replication Target TECHNICAL WHITEPAPER 1 Table of Contents Executive Summary... 3 VDP Identities... 3 vsphere Data Protection Replication Target Identity (VDP-RT)... 3 Replication

More information

Administrator Guide VMware vcenter Server Heartbeat 6.3 Update 1

Administrator Guide VMware vcenter Server Heartbeat 6.3 Update 1 Administrator Guide VMware vcenter Server Heartbeat 6.3 Update 1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Introduction to Hyper-V High- Availability with Failover Clustering

Introduction to Hyper-V High- Availability with Failover Clustering Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V

More information

Installing and Configuring a. SQL Server 2012 Failover Cluster

Installing and Configuring a. SQL Server 2012 Failover Cluster Installing and Configuring a SQL Server 2012 Failover Cluster Edwin M Sarmiento Applies to: SQL Server 2012 SQL Server 2014 P a g e 1 Copyright This document is provided as-is. Information and views expressed

More information

Expert Reference Series of White Papers. Unlock the Power of Microsoft SQL Server 2012

Expert Reference Series of White Papers. Unlock the Power of Microsoft SQL Server 2012 Expert Reference Series of White Papers Unlock the Power of Microsoft SQL Server 2012 1-800-COURSES www.globalknowledge.com Unlock the Power of Microsoft SQL Server 2012 Brian D. Egler MCITP/MCSE/MCT 2012,

More information

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Mike Pfeiffer July 2014 Last updated: September 2015 (revisions)

More information

Bosch Video Management System High Availability with Hyper-V

Bosch Video Management System High Availability with Hyper-V Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements

More information

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server CA RECOVERY MANAGEMENT R12.5 BEST PRACTICE CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server Overview Benefits The CA Advantage The CA ARCserve Backup Support and Engineering

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

Contents. SnapComms Data Protection Recommendations

Contents. SnapComms Data Protection Recommendations Contents Abstract... 2 SnapComms Solution Environment... 2 Concepts... 3 What to Protect... 3 Database Failure Scenarios... 3 Physical Infrastructure Failures... 3 Logical Data Failures... 3 Service Recovery

More information

SafeCom G2 Enterprise Disaster Recovery Manual

SafeCom G2 Enterprise Disaster Recovery Manual SafeCom G2 Enterprise Disaster Recovery Manual D60612-06 September 2009 Trademarks: SafeCom, SafeCom Go, SafeCom P:Go, SafeCom OnLDAP, SafeCom epay and the SafeCom logo are trademarks of SafeCom a/s. Company

More information

Francesco.diaz@insight.com. http://francescodiaz.azurewebsites.net

Francesco.diaz@insight.com. http://francescodiaz.azurewebsites.net Francesco.diaz@insight.com http://francescodiaz.azurewebsites.net Agenda SQL workloads on Azure Microsoft Azure IaaS concepts Best Practices for SQL running on Azure VMs HA/DR SQL DB HA/DR Dedicated Higher

More information

MS 20465C: Designing a Data Solution with Microsoft SQL Server

MS 20465C: Designing a Data Solution with Microsoft SQL Server MS 20465C: Designing a Data Solution with Microsoft SQL Server Description: Note: Days: 5 Prerequisites: The focus of this five-day instructor-led course is on planning and implementing enterprise database

More information

General DBA Best Practices

General DBA Best Practices General DBA Best Practices An Accelerated Technology Laboratories, Inc. White Paper 496 Holly Grove School Road West End, NC 27376 1 (800) 565-LIMS (5467) / 1 (910) 673-8165 1 (910) 673-8166 (FAX) E-mail:

More information

Configuring Windows Server Clusters

Configuring Windows Server Clusters Configuring Windows Server Clusters In Enterprise network, group of servers are often used to provide a common set of services. For example, Different physical computers can be used to answer request directed

More information

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Dell Compellent Solution Guide Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date Description 1/4/2013

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

1. Server 2008 - Microsoft FEP 2010 - Instalation

1. Server 2008 - Microsoft FEP 2010 - Instalation 1. Server 2008 - Microsoft FEP 2010 - Instalation 1 2. Windows XP x86 (32bit) - Microsoft FEP 2010 Instalation 2 3 2.1. 4 System Requirements Microsoft Forefront Endpoint Protection 2010 1 System Requirements

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering Tuesday, Feb 21 st, 2012 KernSafe Technologies, Inc. www.kernsafe.com Copyright KernSafe Technologies 2006-2012.

More information

RingStor User Manual. Version 2.1 Last Update on September 17th, 2015. RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816.

RingStor User Manual. Version 2.1 Last Update on September 17th, 2015. RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816. RingStor User Manual Version 2.1 Last Update on September 17th, 2015 RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816 Page 1 Table of Contents 1 Overview... 5 1.1 RingStor Data Protection...

More information

Step-by-Step Guide to Open-E DSS V7 Active-Active Load Balanced iscsi HA Cluster

Step-by-Step Guide to Open-E DSS V7 Active-Active Load Balanced iscsi HA Cluster www.open-e.com 1 Step-by-Step Guide to Open-E DSS V7 Active-Active Load Balanced iscsi HA Cluster (without bonding) Software Version: DSS ver. 7.00 up10 Presentation updated: May 2013 www.open-e.com 2

More information

SQL Server Mirroring. Introduction. Setting up the databases for Mirroring

SQL Server Mirroring. Introduction. Setting up the databases for Mirroring SQL Server Mirroring The purpose of this document is to describe in detail the process of configuring Secret Server and SQL Server 2008 for a high-availability environment using Mirroring. The contents

More information

Advanced HA and DR. Ido@Valinor.co.il

Advanced HA and DR. Ido@Valinor.co.il Advanced HA and DR מי אני? עידו פרידמן יועץ ומדריך SQL Server בחברת מוביל טכנולוגי של תחום SQL ואלינור Ido@Valinor.co.il 1 ואלינור החברה המובילה בישראל במתן שירותים מקצועיים בתחום בסיסי נתונים צוות יועצים

More information

Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate. Nytro Flash Accelerator Cards

Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate. Nytro Flash Accelerator Cards Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate Nytro Flash Accelerator Cards Technology Paper Authored by: Mark Pokorny, Database Engineer, Seagate Overview SQL Server 2014 provides

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Microsoft Corporation Published: December 2005 Table of Contents Getting Started Guide...1 Table of Contents...2 Get Started with Windows Server 2003 R2...4 Windows Storage Server

More information

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover JANUARY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre

Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre User Guide cloudstore.interoute.com Introduction & Scope This document is intended as an illustration of how a Microsoft

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft SQL Server on Azure An e2e Overview Nosheen Syed Principal Group Program Manager Microsoft Dedicated Higher cost Shared Lower cost SQL Server Cloud Continuum Hybrid SQL Server in Azure VM Virtualized Machines

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

Below are the some of the new features of SQL Server that has been discussed in this course

Below are the some of the new features of SQL Server that has been discussed in this course Course 10775A: Administering Microsoft SQL Server 2012 Databases OVERVIEW About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL

More information

Mind Q Systems Private Limited

Mind Q Systems Private Limited MS SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques Module 1: SQL Server Architecture Introduction to SQL Server 2012 Overview on RDBMS and Beyond Relational Big picture of

More information

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled Getting Started with Hyper-V and the Scale Computing Cluster Scale Computing 5225 Exploration Drive Indianapolis, IN, 46241 Contents Contents CHAPTER 1 Introduction to Hyper-V: BEFORE YOU START. vii Revision

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

Appendix A Core Concepts in SQL Server High Availability and Replication

Appendix A Core Concepts in SQL Server High Availability and Replication Appendix A Core Concepts in SQL Server High Availability and Replication Appendix Overview Core Concepts in High Availability Core Concepts in Replication 1 Lesson 1: Core Concepts in High Availability

More information

How to Configure an Initial Installation of the VMware ESXi Hypervisor

How to Configure an Initial Installation of the VMware ESXi Hypervisor How to Configure an Initial Installation of the VMware ESXi Hypervisor I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide

More information

SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques

SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques Module: 1 Module: 2 Module: 3 Module: 4 Module: 5 Module: 6 Module: 7 Architecture &Internals of SQL Server Engine Installing,

More information

Allan Hirt Cluster MVP e mail: allan@sqlha.com Website: http://www.sqlha.com Blog: http://www.sqlha.com/blog Twitter: SQLHA

Allan Hirt Cluster MVP e mail: allan@sqlha.com Website: http://www.sqlha.com Blog: http://www.sqlha.com/blog Twitter: SQLHA Allan Hirt Cluster MVP e mail: allan@sqlha.com Website: http://www.sqlha.com Blog: http://www.sqlha.com/blog Twitter: SQLHA Two kinds: Failover Clustering SQL Server s clustering is built on top of this

More information

Critical SQL Server Databases:

Critical SQL Server Databases: Webinar Critical SQL Server Databases: Provide HA with SQL Server Failover Clustering and Cluster Shared Volumes Edwin Sarmiento Microsoft MVP/Microsoft Certified Master: http://www.edwinmsarmiento.com

More information

$99.95 per user. SQL Server 2005 Database Administration CourseId: 152 Skill level: 200-500 Run Time: 30+ hours (158 videos)

$99.95 per user. SQL Server 2005 Database Administration CourseId: 152 Skill level: 200-500 Run Time: 30+ hours (158 videos) Course Description This popular LearnItFirst.com course is a soup-to-nuts course that will teach you how to choose your edition, install, configure and manage any edition of. You ll learn the details of

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Administering Microsoft SQL Server 2012 Databases Install and Configure (19%) Plan installation. May include but not limited to: evaluate installation requirements; design the installation of SQL Server

More information

SteelEye DataKeeper Cluster Edition. v7.5. Release Notes

SteelEye DataKeeper Cluster Edition. v7.5. Release Notes SteelEye DataKeeper Cluster Edition v7.5 Release Notes December 2012 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and

More information

70-417: Upgrading Your Skills to MCSA Windows Server 2012

70-417: Upgrading Your Skills to MCSA Windows Server 2012 70-417: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course prepares students to demonstrate your real-world knowledge of Windows Server 2012 core infrastructure services. Exam

More information

Step-by-Step Guide to Open-E DSS V7 Active-Active iscsi Failover

Step-by-Step Guide to Open-E DSS V7 Active-Active iscsi Failover www.open-e.com 1 Step-by-Step Guide to Software Version: DSS ver. 7.00 up10 Presentation updated: June 2013 www.open-e.com 2 TO SET UP ACTIVE-ACTIVE ISCSI FAILOVER, PERFORM THE FOLLOWING STEPS: 1. Hardware

More information

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

More information

Setup and configuration for Intelicode. SQL Server Express

Setup and configuration for Intelicode. SQL Server Express Setup and configuration for Intelicode SQL Server Express Due to overwhelming demand and the increased load on support, we are providing a complete SQL Server installation walkthrough document. SQL Server

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

Windows Host Utilities 6.0.2 Installation and Setup Guide Windows Host Utilities 6.0.2 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

Cluster to Cluster Failover Using Double-Take

Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take Revision 2.2.0 published March 2004 Double-Take, GeoCluster and NSI are registered trademarks of NSI Software,

More information

Step-by-Step Guide. to configure Open-E DSS V7 Active-Active iscsi Failover on Intel Server Systems R2224GZ4GC4. Software Version: DSS ver. 7.

Step-by-Step Guide. to configure Open-E DSS V7 Active-Active iscsi Failover on Intel Server Systems R2224GZ4GC4. Software Version: DSS ver. 7. Step-by-Step Guide to configure on Intel Server Systems R2224GZ4GC4 Software Version: DSS ver. 7.00 up01 Presentation updated: April 2013 www.open-e.com 1 www.open-e.com 2 TECHNICAL SPECIFICATIONS OF THE

More information

Owner of the content within this article is www.msexchange.org Written by Marc Grote www.it-training-grote.de

Owner of the content within this article is www.msexchange.org Written by Marc Grote www.it-training-grote.de Owner of the content within this article is www.msexchange.org Written by Marc Grote www.it-training-grote.de Exchange 2003 Implementing iscsi for Exchange Server 2003 Written by Marc Grote - mailto:grotem@it-training-grote.de

More information

PRECISION v16.0 MSSQL Database. Installation Guide. Page 1 of 45

PRECISION v16.0 MSSQL Database. Installation Guide. Page 1 of 45 Installation Guide PRECISION v16.0 MSSQL Database Page 1 of 45 2015 Precision Software, a division of QAD Inc. Precision Software products are copyrighted and all rights are reserved by Precision Software,

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Microsoft SQL Server Native High Availability with XtremIO

Microsoft SQL Server Native High Availability with XtremIO Microsoft SQL Server Native High Availability with XtremIO Extending Microsoft SQL Server Functionality with the EMC XtremIO Storage Array ABSTRACT This whitepaper examines the storage efficiency and performance

More information

vsphere Upgrade vsphere 6.0 EN-001721-03

vsphere Upgrade vsphere 6.0 EN-001721-03 vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Quorum DR Report. Top 4 Types of Disasters: 55% Hardware Failure 22% Human Error 18% Software Failure 5% Natural Disasters

Quorum DR Report. Top 4 Types of Disasters: 55% Hardware Failure 22% Human Error 18% Software Failure 5% Natural Disasters SAP High Availability in virtualized environments running on Windows Server 2012 Hyper-V Part 1: Overview Introduction Almost everyone is talking about virtualization and cloud computing these days. This

More information

WELKOM Cloud met Azure

WELKOM Cloud met Azure WELKOM Cloud met Azure Inspiratiedag zonder praatjes Cloud met Azure Inspiratiedag zonder praatjes Brecht Vuylsteke Microsoft System Engineer RealDolmen SQL Hybrid on Azure Agenda Introduction Disaster

More information

Symantec NetBackup for Microsoft SQL Server Administrator's Guide

Symantec NetBackup for Microsoft SQL Server Administrator's Guide Symantec NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 7.7.1 Documentation version: 7.7.1 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec,

More information

Accelerating Databases and Applications...8. Virtualizing and Consolidating Workloads...8. Delivering the Ultimate Virtual Desktop Experience...

Accelerating Databases and Applications...8. Virtualizing and Consolidating Workloads...8. Delivering the Ultimate Virtual Desktop Experience... Accelerating Databases and Applications...8 Virtualizing and Consolidating Workloads...8 Delivering the Ultimate Virtual Desktop Experience...8 Protecting and Recovering Vital Data Assets...8 Consistent

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

MS SQL Server Database Management

MS SQL Server Database Management MS SQL Server Database Management Contents Creating a New MS SQL Database... 2 Connecting to an Existing MS SQL Database... 3 Migrating a GoPrint MS SQL Database... 5 Troubleshooting... 11 Published April

More information

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1 SQL Server 2008 Designing, Optimizing, and Maintaining a Database Course The SQL Server 2008 Designing, Optimizing, and Maintaining a Database course will help you prepare for 70-450 exam from Microsoft.

More information

Installing SQL Server 2008 Cluster

Installing SQL Server 2008 Cluster 1. Introduction Installing SQL Server 2008 Cluster This document outlines the step by step process to install SQL Server 2008 failover Cluster. 2. Prerequisites The following prerequisites must be fulfilled

More information

Microsoft Windows Storage Server 2003 R2

Microsoft Windows Storage Server 2003 R2 Microsoft Windows Storage Server 2003 R2 Getting Started Guide Abstract This guide documents the various features available in Microsoft Windows Storage Server 2003 R2. Rev 1. 2005 Microsoft Corporation.

More information

1Y0-250 Implementing Citrix NetScaler 10 for App and Desktop Solutions Practice Exam

1Y0-250 Implementing Citrix NetScaler 10 for App and Desktop Solutions Practice Exam 1Y0-250 Implementing Citrix NetScaler 10 for App and Desktop Solutions Practice Exam Section 1: Assessing infrastructure needs for the NetScaler implementation 1.1 Task Description: Verify the objectives

More information

How To Install A New Database On A 2008 R2 System With A New Version Of Aql Server 2008 R 2 On A Windows Xp Server 2008 (Windows) R2 (Windows Xp) (Windows 8) (Powerpoint) (Mysql

How To Install A New Database On A 2008 R2 System With A New Version Of Aql Server 2008 R 2 On A Windows Xp Server 2008 (Windows) R2 (Windows Xp) (Windows 8) (Powerpoint) (Mysql Microsoft SQL Server Express 2008 R2 Install on Windows Server 2008 r2 for HoleBASE SI The following guide covers setting up a SQL server Express 2008 R2 system and adding a new database and user for HoleBASE

More information

SteelEye Protection Suite for Windows Microsoft SQL Server Recovery Kit. Administration Guide

SteelEye Protection Suite for Windows Microsoft SQL Server Recovery Kit. Administration Guide SteelEye Protection Suite for Windows Microsoft SQL Server Recovery Kit Administration Guide June 2013 This document and the information herein is the property of SIOS Technology Corp. (previously known

More information

Securing SQL Server. Protecting Your Database from. Second Edition. Attackers. Denny Cherry. Michael Cross. Technical Editor ELSEVIER

Securing SQL Server. Protecting Your Database from. Second Edition. Attackers. Denny Cherry. Michael Cross. Technical Editor ELSEVIER Securing SQL Server Second Edition Protecting Your Database from Attackers Denny Cherry Technical Editor Michael Cross AMSTERDAM BOSTON HEIDELBERG LONDON ELSEVIER NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO

More information

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

3M Command Center. Installation and Upgrade Guide

3M Command Center. Installation and Upgrade Guide 3M Command Center Installation and Upgrade Guide Copyright 3M, 2015. All rights reserved., 78-8129-3760-1d 3M is a trademark of 3M. Microsoft, Windows, Windows Server, Windows Vista and SQL Server are

More information

Server Clusters : Geographically Dispersed Clusters For Windows 2000 and Windows Server 2003

Server Clusters : Geographically Dispersed Clusters For Windows 2000 and Windows Server 2003 Server Clusters : Geographically Dispersed Clusters For Windows 2000 and Windows Server 2003 Microsoft Corporation Published: November 2004 Abstract This document describes what a geographically dispersed

More information

IMF Tune Quarantine & Reporting Running SQL behind a Firewall. WinDeveloper Software Ltd.

IMF Tune Quarantine & Reporting Running SQL behind a Firewall. WinDeveloper Software Ltd. IMF Tune Quarantine & Reporting Running SQL behind a Firewall WinDeveloper Software Ltd. 1 Basic Setup Quarantine & Reporting Web Interface must be installed on the same Windows Domain as the SQL Server

More information