You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/data/troubleshoot-managed-instance.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Troubleshoot connection to fail over group - Azure Arc-enabled SQL Managed Instance
3
-
description: Describes how to troubleshoot issues with connections to fail over group resources in Azure Arc-enabled data services
2
+
title: Troubleshoot connection to failover group - Azure Arc-enabled SQL Managed Instance
3
+
description: Describes how to troubleshoot issues with connections to failover group resources in Azure Arc-enabled data services
4
4
author: MikeRayMSFT
5
5
ms.author: mikeray
6
6
ms.topic: troubleshooting-general
@@ -11,19 +11,19 @@ ms.date: 03/15/2023
11
11
12
12
This article identifies potential issues, and describes how to diagnose root causes for these issues for deployments of Azure Arc-enabled data services.
13
13
14
-
## Connection to Azure Arc-enabled SQL Managed Instance fail over group
14
+
## Connection to Azure Arc-enabled SQL Managed Instance failover group
15
15
16
-
This section describes how to troubleshoot issues connecting to a fail over group.
16
+
This section describes how to troubleshoot issues connecting to a failover group.
17
17
18
-
### Check fail over group connections & synchronization state
18
+
### Check failover group connections & synchronization state
19
19
20
20
```console
21
21
kubectl -n $nameSpace get fog $fogName -o jsonpath-as-json='{.status}'
22
22
```
23
23
24
24
**Results**:
25
25
26
-
On each side, there are two replicas for one fail over group. Check the value of `connectedState`, and `synchronizationState` for each replica.
26
+
On each side, there are two replicas for one failover group. Check the value of `connectedState`, and `synchronizationState` for each replica.
27
27
28
28
If one of `connectedState` isn't equal to `CONNECTED`, see the instructions under [Check parameters](#check-parameters).
29
29
@@ -64,7 +64,7 @@ Compare the results from the remote instance with the results from the local ins
64
64
65
65
* Role from `kubectl -n $nameSpace get fog $fogName -o jsonpath-as-json='{.spec}'` should be different between two sites. One side should be primary, other should be secondary.
66
66
67
-
If any one of above isn't right, delete fail over group on both sites and re-create them.
67
+
If any one of values described doesn't match the comparison, delete failover group on both sites and re-create.
68
68
69
69
If nothing is wrong, follow the instructions under [Check mirroring endpoints for both sides](#check-mirroring-endpoints-for-both-sides).
70
70
@@ -78,7 +78,7 @@ kubectl -n test get services $sqlmiName-external-svc -o jsonpath-as-json='{.spec
78
78
79
79
**Results**
80
80
81
-
*`port-mssql-mirroring` should be presented on the list. The port should be used by fail over group `partnerMirroringURL` on other side.
81
+
*`port-mssql-mirroring` should be presented on the list. The failover group on the other side should use the same value for `partnerMirroringURL`.
82
82
83
83
If it'sn't, correct the mistake and retry from the beginning.
84
84
@@ -147,7 +147,7 @@ If you find it'sn't synchronized or not connected unexpectedly, try to kill the
147
147
148
148
## Check SQLMI SQL engine listener
149
149
150
-
SQL engine listener is the component which routes connections to the fail over group.
150
+
SQL engine listener is the component which routes connections to the failover group.
0 commit comments