Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Professional SQL Server High Availability and Disaster Recovery

You're reading from   Professional SQL Server High Availability and Disaster Recovery Implement tried-and-true high availability and disaster recovery solutions with SQL Server

Arrow left icon
Product type Paperback
Published in Jan 2019
Publisher Packt
ISBN-13 9781789802597
Length 564 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Ahmad Osama Ahmad Osama
Author Profile Icon Ahmad Osama
Ahmad Osama
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Professional SQL Server High Availability and Disaster Recovery
Preface
1. Getting Started with SQL Server HA and DR 2. Transactional Replication FREE CHAPTER 3. Monitoring Transactional Replication 4. AlwaysOn Availability Groups 5. Managing AlwaysOn Availability Groups 6. Configuring and Managing Log Shipping Appendix

Windows Server Failover Cluster


The next step is to configure Windows Server Failover Cluster.

Exercise 34: Configuring Windows Server Failover Cluster

To configure Windows Server Failover Cluster on the replicas, follow these steps:

  1. The first step is to install the failover clustering Windows feature on all replicas, DPLPR, DPLHA, and DPLDR.

    Navigate to the C:\Code\Lesson04\Common directory and copy the Install-FailoverCluster.ps1 PowerShell script to the C:\Scripts directory in DPLPR VM. When connected to DPLPR, execute the following command to enable the failover clustering feature on all the replicas:

    C:\Scripts\Install-FailoverCluster.ps1
  2. To verify the installation on a particular VM, execute the following PowerShell command:

    Get-WindowsFeature *clus* -ComputerName DPLHA

    You should get the output shown in the following screenshot:

    Figure 4.43: Verifying the installation

    Modify the -ComputerName parameter in this command and verify for the DPLPR and DPLDR VMs.

  3. The next step is to validate the cluster...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime