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-availability-group.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ In this article, you learn how to migrate a SQL Server Always On Availability Gr
14
14
15
15
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-architecture.png" alt-text="Diagram showing the architecture of Always On SQL Server for Azure VMware Solution." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-architecture.png":::
16
16
17
+
Microsoft SQL Server (2019 and 2022) was tested with Windows Server (2019 and 2022) Data Center edition with the virtual machines deployed in the on-premises environment. Windows Server and SQL Server have been configured following best practices and recommendations from Microsoft and VMware. The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
18
+
17
19
## Prerequisites
18
20
19
21
These are the prerequisites to migrating your SQL Server instance to Azure VMware Solution.
@@ -25,12 +27,17 @@ These are the prerequisites to migrating your SQL Server instance to Azure VMwar
25
27
- VMware HCX must be configured between your on-premises datacenter and the Azure VMware Solution private cloud that runs the migrated workloads. For more information on how to configure HCX, see [Azure VMware Solution documentation](install-vmware-hcx.md).
26
28
- Ensure that all the network segments in use by SQL Server and workloads using it are extended into your Azure VMware Solution private cloud. To verify this step, see [Configure VMware HCX network extension](configure-hcx-network-extension.md).
27
29
28
-
VMware HCX over VPN is supported in Azure VMware Solution for workload migration.
29
-
However, due to the size of database workloads, VMware HCX over VPN is not recommended for Microsoft SQL Server Always On FCI or AG migrations for production workloads.
30
-
ExpressRoute connectivity is recommended as more performant and reliable.
31
-
For Microsoft SQL Server standalone and non-production workloads this may be suitable, depending upon the size of the database, to migrate.
30
+
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
32
31
33
-
Microsoft SQL Server (2019 and 2022) was tested with Windows Server (2019 and 2022) Data Center edition with the virtual machines deployed in the on-premises environment. Windows Server and SQL Server have been configured following best practices and recommendations from Microsoft and VMware. The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
32
+
With VMWare HCX over VPN, due to its limited bandwidth it is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
33
+
34
+
For any of the following, ExpressRoute connectivity is recommended for a migration:
35
+
36
+
- Production environments
37
+
- Workloads with large database sizes
38
+
- Scenarios in which there is a need to minimize downtime the ExpressRoute connectivity is recommended for the migration.
39
+
40
+
Further downtime considerations are discussed in the next section.
Copy file name to clipboardExpand all lines: articles/azure-vmware/migrate-sql-server-failover-cluster.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ However, you can overcome this limitation by performing the steps shown in this
24
24
> [!NOTE]
25
25
> This procedure requires a full shutdown of the cluster. Since the SQL Server service will be unavailable during the migration, plan accordingly for the downtime period.
26
26
27
+
Microsoft SQL Server 2019 and 2022 were tested with Windows Server 2019 and 2022 Data Center edition with the virtual machines deployed in the on-premises environment.
28
+
Windows Server and SQL Server have been configured following best practices and recommendations from Microsoft and VMware.
29
+
The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
30
+
27
31
## Prerequisites
28
32
29
33
- Review and record the storage and network configuration of every node in the cluster.
@@ -34,14 +38,15 @@ However, you can overcome this limitation by performing the steps shown in this
34
38
- VMware HCX must be configured between your on-premises datacenter and the Azure VMware Solution private cloud that runs the migrated workloads. For more details about installing VMware HCX, see [Azure VMware Solution documentation](install-vmware-hcx.md).
35
39
- Ensure that all the network segments in use by SQL Server and workloads using it are extended into your Azure VMware Solution private cloud. To verify this step, see [Configure VMware HCX network extension](configure-hcx-network-extension.md).
36
40
37
-
VMware HCX over VPN is supported in Azure VMware Solution for workload migration.
38
-
However, due to the size of database workloads it isn't recommended for Microsoft SQL Server Failover Cluster Instance and Microsoft SQL Server Always On migrations, especially for production workloads.
39
-
ExpressRoute connectivity is recommended as more performant and reliable.
40
-
For Microsoft SQL Server Standalone and non-production workloads this can be suitable, depending upon the size of the database, to migrate.
41
+
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
41
42
42
-
Microsoft SQL Server 2019 and 2022 were tested with Windows Server 2019 and 2022 Data Center edition with the virtual machines deployed in the on-premises environment.
43
-
Windows Server and SQL Server have been configured following best practices and recommendations from Microsoft and VMware.
44
-
The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
43
+
With VMWare HCX over VPN, due to its limited bandwidth it is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
44
+
45
+
For any of the following, ExpressRoute connectivity is recommended for a migration:
46
+
47
+
- Production environments
48
+
- Workloads with large database sizes
49
+
- Scenarios in which there is a need to minimize downtime the ExpressRoute connectivity is recommended for the migration.
Copy file name to clipboardExpand all lines: articles/azure-vmware/migrate-sql-server-standalone-cluster.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ In both cases, consider the size and criticality of the database being migrated.
22
22
For this how-to procedure, we have validated VMware HCX vMotion.
23
23
VMware HCX Cold Migration is also valid, but it requires a longer downtime period.
24
24
25
+
This scenario was validated using the following editions and configurations:
26
+
27
+
- Microsoft SQL Server (2019 and 2022)
28
+
- Windows Server (2019 and 2022) Data Center edition
29
+
- Windows Server and SQL Server were configured following best practices and recommendations from Microsoft and VMware.
30
+
- The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
31
+
25
32
:::image type="content" source="media/sql-server-hybrid-benefit/migrated-sql-standalone-cluster.png" alt-text="Diagram showing the architecture of Standalone SQL Server for Azure VMware Solution." border="false" lightbox="media/sql-server-hybrid-benefit/migrated-sql-standalone-cluster.png":::
26
33
27
34
## Prerequisites
@@ -34,21 +41,17 @@ VMware HCX Cold Migration is also valid, but it requires a longer downtime perio
34
41
- Configure VMware HCX between your on-premises datacenter and the Azure VMware Solution private cloud that runs the migrated workloads. For more information about configuring VMware HCX, see [Azure VMware Solution documentation](install-vmware-hcx.md).
35
42
- Ensure that all the network segments in use by the SQL Server and workloads using it are extended into your Azure VMware Solution private cloud. To verify this step in the process, see [Configure VMware HCX network extension](configure-hcx-network-extension.md).
36
43
37
-
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
44
+
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
38
45
39
46
With VMWare HCX over VPN, due to its limited bandwidth it is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
40
47
41
-
For production environments, or workloads with large database sizes or where there is a need to minimize downtime the ExpressRoute connectivity is recommended for the migration.
42
-
43
-
Further downtime considerations are discussed in the next section.
44
-
45
-
This scenario was validated using the following editions and configurations:
48
+
For any of the following, ExpressRoute connectivity is recommended for a migration:
46
49
47
-
- Microsoft SQL Server (2019 and 2022)
48
-
- Windows Server (2019 and 2022) Data Center edition
49
-
- Windows Server and SQL Server were configured following best practices and recommendations from Microsoft and VMware.
50
-
- The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
50
+
- Production environments
51
+
- Workloads with large database sizes
52
+
- Scenarios in which there is a need to minimize downtime the ExpressRoute connectivity is recommended for the migration.migration.
51
53
54
+
Further downtime considerations are discussed in the next section.
0 commit comments