Skip to content

Commit 96483e3

Browse files
authored
Update troubleshoot-site-configuration.md
1 parent 3ed7e95 commit 96483e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/windows-server/high-availability/troubleshoot-site-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Site-aware configuration is essential for disaster recovery and high availabilit
6060
6161
### Check Active Directory subnets and sites
6262
63-
- Run the following command on each cluster node to verify the Active Directory site assignment:
63+
- To verify the Active Directory site assignment, run the following command on each cluster node:
6464
6565
```powershell
6666
@@ -137,7 +137,7 @@ Verify site and fault domain settings in Failover Cluster Manager or PowerShell.
137137
138138
```
139139
140-
3. Simulate failover to validate site-awareness:
140+
3. To validate site-awareness, simulate failover:
141141
142142
```powershell
143143
@@ -176,7 +176,7 @@ Verify site and fault domain settings in Failover Cluster Manager or PowerShell.
176176
177177
```
178178
179-
3. Resolve errors that are reported in the validation output, and rerun the tests to verify all issues are resolved.
179+
3. Resolve errors that are reported in the validation output, and then rerun the tests to verify that all issues are resolved.
180180
181181
### Commands for advanced troubleshooting and data collection
182182
@@ -222,14 +222,14 @@ Set-ClusterFaultDomain -Name -Type Site -Location
222222

223223
### Collect event logs
224224

225-
Use Event Viewer to export logs. Be sure to filter for FailoverClustering, system, and application event logs.
225+
Use Event Viewer to export logs. Be sure to filter for FailoverClustering, system event logs, and Application event logs.
226226

227227
### Common issues quick reference table
228228

229229
| Symptom | Likely cause | Resolution steps | Command or tool |
230230
| --- | --- | --- | --- |
231231
| Nodes assigned to the wrong site | Broad Active Directory subnet masks | Manually assign sites and review Active Directory subnet mapping | `Set-ClusterFaultDomain`, `nltest` |
232-
| Resources don't failover to correct site | Misconfigured placement policies | Review fault domains and simulate failover | `Get-ClusterFaultDomain`, `Move-ClusterGroup` |
232+
| Resources don't fail over to correct site | Misconfigured placement policies | Review fault domains and simulate failover | `Get-ClusterFaultDomain`, `Move-ClusterGroup` |
233233
| Resource dependencies not honored by site | Dependency misconfiguration | Configure dependencies and verify resource locality | Failover Cluster Manager, `Set-ClusterResourceDependency` |
234234
| Cluster validation errors on site or subnets | Incorrect Active Directory or subnet configuration | Update Active Directory topology and rerun validation tests | `Test-Cluster`, Active Directory Sites and Services |
235235

0 commit comments

Comments
 (0)