Skip to content

Commit f959193

Browse files
updated README and header in script to clarify scenarios
1 parent b5f7abd commit f959193

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

demos-sdk2/ActiveDR/SQL Server FCI + ActiveDR/ActiveDR-FCI-Testing.ps1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
##
44
## ActiveDR failover testing for SQL Server Failover Cluster Instance
55
##
6-
## Script actions: -
7-
### Perform failover of clustered SQL Server role to node on same array
8-
### Then perform failover of clustered SQL Server role to node on remote array: -
6+
## This demo script runs through two scenarios: -
7+
## 1. Failover of clustered SQL Server role to node on same array
8+
## 2. Failover of clustered SQL Server role to node on remote array
9+
##
10+
## The second test involves the following steps: -
911
###### Stop clustered SQL Server role in FCI
1012
###### Demote source pod
1113
###### Promote target pod

demos-sdk2/ActiveDR/SQL Server FCI + ActiveDR/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88

99
**Scenario:**
1010

11-
Testing failover of a SQL Server Failover Clustered Instance with nodes hosted on two separate FlashArrays.
11+
Testing failover of a 4 node SQL Server Failover Clustered Instance with nodes hosted on two separate FlashArrays.
12+
Failover between nodes on the same cluster will provide high availabiliy and failover between nodes on separate arrays provides disaster recovery.
1213

14+
This demo script runs through two scenarios: -
15+
1. Failover of the failover cluster instance between nodes on the same array (no ActiveDR involvement)
16+
2. Failover of the cluster instance between nodes on separate arrays (requiring ActiveDR involvement)
1317

1418
**Prerequisites:**
1519
1. Windows Cluster needs to be created, with four nodes...two on different FlashArrays

0 commit comments

Comments
 (0)