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-vmware/migrate-sql-server-always-on-cluster.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ For details about configuring and managing the quorum, see [Failover Clustering
71
71
1. Select your primary replica and open **Availability Group****Properties**.
72
72
73
73
74
-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-1.png" alt-text="Always On Availability Group properties" border="false":::
74
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-1.png" alt-text="Diagram showing Always On Availability Group properties." border="false":::
75
75
76
76
1. Change **Availability Mode** to **Asynchronous commit** only for the replica to be migrated.
77
77
1. Change **Failover Mode** to **Manual** for every member of the availability group.
@@ -89,26 +89,26 @@ For details about configuring and managing the quorum, see [Failover Clustering
89
89
1. Click **Go** and the migration will initiate.
90
90
1. Once the migration has been completed, access the migrated replica and verify connectivity with the rest of the members in the availability group.
91
91
1. In SQL Server Management Studio, open the **Availability Group Dashboard** and verify that the replica appears as **Online**.
92
-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-2.png" alt-text="Always On Availability Group Dashboard." border="false":::
92
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-2.png" alt-text="Diagram showing Always On Availability Group Dashboard." border="false":::
93
93
94
94
1.**Data Loss** status in the **Failover Readiness** column is expected since the replica has been out-of-sync with the primary during the migration.
95
95
1. Edit the **Availability Group****Properties** again and set **Availability Mode** back to **Synchronous commit**.
96
96
1. The secondary replica will start to synchronize back all the changes made to the primary replica during the migration. Wait until it appears in Synchronized state.
97
97
1. From the **Availability Group Dashboard** in SSMS click on **Start Failover Wizard**.
98
98
1. Select the migrated replica and click **Next**.
99
99
100
-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-3.png" alt-text="New primary replica selection for failover." border="false":::
100
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-3.png" alt-text="Diagram showing new primary replica selection for always on." border="false":::
101
101
102
102
1. Connect to the replica in the next screen with your DB admin credentials.
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-6.png" alt-text="Diagram showing that always on SQL server cluster successfully finished." border="false":::
112
112
113
113
114
114
1. Refresh the **Object Explorer** view in SQL Server Management Studio (SSMS), and verify that the migrated instance is now the primary replica.
@@ -118,10 +118,10 @@ For details about configuring and managing the quorum, see [Failover Clustering
118
118
> Migrate one replica at a time and verify that all changes are synchronized back to the replica after each migration. Do not migrate all the replicas at the same time using **HCX Bulk Migration**.
119
119
1. After the migration of all the replicas is completed, access your Always-On availability group with **SQL Server Management Studio**.
120
120
1. Open the Dashboard and verify there is no data loss in any of the replicas and that all are in a **Synchronized** state.
121
-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-7.png" alt-text="Availability Group Dashboard with new primary replica and all migrated secondary replicas in synchronized state." border="false":::
121
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-7.png" alt-text="Diagram showing availability Group Dashboard with new primary replica and all migrated secondary replicas in synchronized state." border="false":::
122
122
1. Edit the **Properties** of the availability group and set **Failover Mode** to **Automatic** in all replicas.
123
123
124
-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-alwayson-8.png" alt-text="Set Failover back to Automatic for all replicas." border="false":::
124
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-alwayson-8.png" alt-text="Diagram showing a setting for failover back to Automatic for all replicas." border="false":::
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-1.png" alt-text="Diagram showing Windows Server Failover Cluster Manager cluster storage verification." border="false":::
79
79
80
80
1. Shut down the cluster.
81
81
82
-
:::image type="content" source="media/sql-server-hybrid-benefit/failover-2.png" alt-text="Shut down your cluster using Windows Server Failover Cluster Manager." border="false":::
82
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-2.png" alt-text="Diagram showing a shut down cluster using Windows Server Failover Cluster Manager." border="false":::
83
83
84
84
1. Check that all cluster services are successfully stopped without errors.
85
85
1. Shut down first node of the cluster.
@@ -111,17 +111,17 @@ For illustration purposes, in this document we're using a two-node cluster with
111
111
1. Access the first node VM with **VMware Remote Console**.
112
112
1. Verify virtual machine network configuration and ensure it can reach on-premises and Azure resources.
113
113
1. Open **Failover Cluster Manager** and verify cluster services.
114
-
:::image type="content" source="media/sql-server-hybrid-benefit/failover-3.png" alt-text="Cluster summary in Failover Cluster Manager." border="false":::
114
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-3.png" alt-text="Diagram showing a cluster summary in Failover Cluster Manager." border="false":::
115
115
116
116
1. Power on the second node virtual machine.
117
117
1. Access the second node VM from the **VMware Remote Console**.
118
118
1. Verify that Windows Server can reach the storage.
119
119
1. In the **Failover Cluster Manager** review that the second node appears as **Online** status.
120
-
:::image type="content" source="media/sql-server-hybrid-benefit/failover-4.png" alt-text="Cluster node status in Failover Cluster Manager." border="false":::
120
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-4.png" alt-text="Diagram showing a cluster node status in Failover Cluster Manager." border="false":::
121
121
122
122
1. Using the **SQL Server Management Studio** connect to the SQL Server cluster resource network name. Check the database is online and accessible.
123
123
124
-
:::image type="content" source="media/sql-server-hybrid-benefit/fail-over-5.png" alt-text="SQL Server Management Studio connection verification to the migrated cluster instance database." border="false":::
124
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-5.png" alt-text="Diagram showing a verification of SQL Server Management Studio connection to the migrated cluster instance database." border="false":::
125
125
126
126
Finally, check the connectivity to SQL from other systems and applications in your infrastructure and verify that all applications using the database(s) can still access them.
Copy file name to clipboardExpand all lines: articles/azure-vmware/migrate-sql-server-standalone-cluster.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The table below indicates the estimated downtime for each Microsoft SQL Server t
66
66
67
67
68
68
69
-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-standalone-1.png" alt-text="SQL Server Management Studio connection to the migrated database." border="false":::
69
+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-standalone-1.png" alt-text="Diagram showing a SQL Server Management Studio connection to the migrated database." border="false":::
0 commit comments