Skip to content

Commit cea609a

Browse files
author
Mike Ray (Microsoft)
committed
Something
1 parent d1ec2ae commit cea609a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-arc/data/troubleshoot-managed-instance.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.topic: troubleshooting-general
@@ -11,19 +11,19 @@ ms.date: 03/15/2023
1111

1212
This article identifies potential issues, and describes how to diagnose root causes for these issues for deployments of Azure Arc-enabled data services.
1313

14-
## Connection to Azure Arc-enabled SQL Managed Instance fail over group
14+
## Connection to Azure Arc-enabled SQL Managed Instance failover group
1515

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.
1717

18-
### Check fail over group connections & synchronization state
18+
### Check failover group connections & synchronization state
1919

2020
```console
2121
kubectl -n $nameSpace get fog $fogName -o jsonpath-as-json='{.status}'
2222
```
2323

2424
**Results**:
2525

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.
2727

2828
If one of `connectedState` isn't equal to `CONNECTED`, see the instructions under [Check parameters](#check-parameters).
2929

@@ -64,7 +64,7 @@ Compare the results from the remote instance with the results from the local ins
6464

6565
* 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.
6666

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.
6868

6969
If nothing is wrong, follow the instructions under [Check mirroring endpoints for both sides](#check-mirroring-endpoints-for-both-sides).
7070

@@ -78,7 +78,7 @@ kubectl -n test get services $sqlmiName-external-svc -o jsonpath-as-json='{.spec
7878

7979
**Results**
8080

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`.
8282

8383
If it'sn't, correct the mistake and retry from the beginning.
8484

@@ -147,7 +147,7 @@ If you find it'sn't synchronized or not connected unexpectedly, try to kill the
147147
148148
## Check SQLMI SQL engine listener
149149

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.
151151

152152
```console
153153
kubectl exec -ti -n $nameSpace $sqlmiName-0 -c arc-sqlmi -- /opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U $User -P $Password -Q "SELECT @@ServerName"

0 commit comments

Comments
 (0)