Skip to content

Commit 0353216

Browse files
author
Whyte
committed
fix hcx, tables
1 parent 54ae03c commit 0353216

File tree

3 files changed

+35
-20
lines changed

3 files changed

+35
-20
lines changed

articles/azure-vmware/migrate-sql-server-always-on-availability-group.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,30 @@ These are the prerequisites to migrating your SQL Server instance to Azure VMwar
2929
- 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).
3030
- 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).
3131

32-
VMware HCX over VPN is supported in Azure VMware Solution for workload migration.
33-
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.
34-
ExpressRoute connectivity is recommended as more performant and reliable.
35-
For Microsoft SQL Server standalone and non-production workloads this may be suitable, depending upon the size of the database, to migrate.
32+
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
33+
VMWare HCX over VPN, due to its limited bandwidth, is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
34+
35+
For any of the following scenarios, ExpressRoute connectivity is recommended for a migration:
36+
37+
- Production environments
38+
- Workloads with large database sizes
39+
- Any case where there is a need to minimize downtime for migration the ExpressRoute connectivity is recommended for the migration.
40+
41+
Further downtime considerations are discussed in the next section.
3642

3743

3844
## Downtime considerations
3945

4046
Downtime during a migration depends upon the size of the database to be migrated and the speed of the private network connection to Azure cloud.
4147
While SQL Server Availablity Group migrations can be executed with minimal solution downtime, it is optimal to conduct the migration during off-peak hours within a pre-approved change window.
4248

43-
The table below indicates the estimated downtime for migraton of each SQL Server topology.
49+
The following table indicates the estimated downtime for migration of each SQL Server topology.
4450

4551
| **Scenario** | **Downtime expected** | **Notes** |
4652
|:---|:-----|:-----|
47-
| **Standalone instance** | Low | Migrate with VMware vMotion, the database is available during migration, but it is not recommended to commit any critical data during it. |
48-
| **Always On Availability Group** | Low | The primary replica will always be available during the migration of the first secondary replica and the secondary replica will become the primary after the initial failover to Azure. |
49-
| **Always On Failover Cluster Instance** | High | All nodes of the cluster are shutdown and migrated using VMware HCX Cold Migration. Downtime duration depends upon database size and private network speed to Azure cloud. |
53+
| **Standalone instance** | Low | Migration is done using VMware vMotion, the database is available during migration time, but it isn't recommended to commit any critical data during it. |
54+
| **Always On SQL Server Availability Group** | Low | The primary replica will always be available during the migration of the first secondary replica and the secondary replica will become the primary after the initial failover to Azure. |
55+
| **Always On SQL Server Failover Cluster Instance** | High | All nodes of the cluster are shutdown and migrated using VMware HCX Cold Migration. Downtime duration depends upon database size and private network speed to Azure cloud. |
5056

5157
## Windows Server Failover Cluster quorum considerations
5258

articles/azure-vmware/migrate-sql-server-failover-cluster.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,30 @@ The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware
4040
- 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).
4141
- 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).
4242

43-
VMware HCX over VPN is supported in Azure VMware Solution for workload migration.
44-
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.
45-
ExpressRoute connectivity is recommended as more performant and reliable.
46-
For Microsoft SQL Server Standalone and non-production workloads this can be suitable, depending upon the size of the database, to migrate.
43+
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
44+
VMWare HCX over VPN, due to its limited bandwidth, is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
45+
46+
For any of the following scenarios, ExpressRoute connectivity is recommended for a migration:
47+
48+
- Production environments
49+
- Workloads with large database sizes
50+
- Any case where there is a need to minimize downtime for migration the ExpressRoute connectivity is recommended for the migration.
51+
52+
Further downtime considerations are discussed in the next section.
4753

4854

4955
## Downtime considerations
5056

5157
Downtime during a migration depends on the size of the database to be migrated and the speed of the private network connection to Azure cloud.
5258
Migration of SQL Server Failover Cluster Instances Always On to Azure VMware Solution requires a full downtime of the database and all cluster nodes, however you should plan for the migration to be executed during off-peak hours with an approved change window.
5359

54-
The table below indicates the downtime for each Microsoft SQL Server topology.
60+
The following table indicates the estimated downtime for migration of each SQL Server topology.
5561

5662
| **Scenario** | **Downtime expected** | **Notes** |
5763
|:---|:-----|:-----|
58-
| **Standalone instance** | Low | Migration will be done using vMotion, the database will be available during migration time, but it isn't recommended to commit any critical data during it. |
59-
| **Always-On SQL Server Availability Group** | Low | The primary replica will always be available during the migration of the first secondary replica and the secondary replica will become the primary after the initial failover to Azure. |
60-
| **Always On SQL Server Failover Cluster Instance** | High | All nodes of the cluster will be shut down and migrated using VMware HCX Cold Migration. Downtime duration will depend upon database size and private network speed to Azure cloud. |
64+
| **Standalone instance** | Low | Migration is done using VMware vMotion, the database is available during migration time, but it isn't recommended to commit any critical data during it. |
65+
| **Always On SQL Server Availability Group** | Low | The primary replica will always be available during the migration of the first secondary replica and the secondary replica will become the primary after the initial failover to Azure. |
66+
| **Always On SQL Server Failover Cluster Instance** | High | All nodes of the cluster are shutdown and migrated using VMware HCX Cold Migration. Downtime duration depends upon database size and private network speed to Azure cloud. |
6167

6268
## Windows Server Failover Cluster quorum considerations
6369

articles/azure-vmware/migrate-sql-server-standalone-cluster.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@ This scenario was validated using the following editions and configurations:
4242
- 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).
4343
- 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).
4444

45-
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
45+
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
46+
VMWare HCX over VPN, due to its limited bandwidth, is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
4647

47-
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).
48+
For any of the following scenarios, ExpressRoute connectivity is recommended for a migration:
4849

49-
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.
50+
- Production environments
51+
- Workloads with large database sizes
52+
- Any case where there is a need to minimize downtime for migration the ExpressRoute connectivity is recommended for the migration.
5053

5154
Further downtime considerations are discussed in the next section.
5255

@@ -55,7 +58,7 @@ Further downtime considerations are discussed in the next section.
5558
Downtime during a migration depends on the size of the database to be migrated and the speed of the private network connection to Azure cloud.
5659
Migration of a SQL Server standalone instance using the VMware HCX vMotion mechanism is intended to minimize the solution downtime, however we still recommend the migration take place during off-peak hours within an pre-approved change window.
5760

58-
This table indicates the estimated downtime for migration of each SQL Server topology.
61+
The following table indicates the estimated downtime for migration of each SQL Server topology.
5962

6063
| **Scenario** | **Downtime expected** | **Notes** |
6164
|:---|:-----|:-----|

0 commit comments

Comments
 (0)