From e7e67bfeb69f56f5f9983998ec3b2ac04246ff34 Mon Sep 17 00:00:00 2001 From: Victor Valadares <42184702+vivalada@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:10:38 -0400 Subject: [PATCH 1/6] Update hcx-deployment.md --- hcx/hcx-deployment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hcx/hcx-deployment.md b/hcx/hcx-deployment.md index dedc449f..249d8554 100644 --- a/hcx/hcx-deployment.md +++ b/hcx/hcx-deployment.md @@ -6,7 +6,9 @@ For the purposes of this article, VPN will also include connections via 3rd part HCX over a VPN connection is fully supported on Azure VMware Solution. VMware has a set of minimum requirements for support which can be found here: [Network Underlay Minimum Requirements](https://docs.vmware.com/en/VMware-HCX/4.2/hcx-user-guide/GUID-8128EB85-4E3F-4E0C-A32C-4F9B15DACC6D.html). -A minimum MTU size of 1150 is required. Microsoft recommends setting the MTU to 1300 in the Uplink Network Profile. +A minimum MTU size of 1150 is required. Per Microsoft’s official documentation, for Azure VMware Solution connected via VPN, it is recommended to set the Uplink Network Profile MTU to 1350 to account for IPSec overhead. While an MTU of 1300 is a safe default, 1350 MTU will work in most cases. + +Verify your MTU setting using an MTU tool to ensure optimal configuration. ![VMware HCX over VPN](./images/hcx-vpn.png) From 636b3c5f4b54dfef1e15b32e2366267d26a8f9a0 Mon Sep 17 00:00:00 2001 From: Victor Valadares <42184702+vivalada@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:11:57 -0400 Subject: [PATCH 2/6] Update hcx-deployment.md --- hcx/hcx-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcx/hcx-deployment.md b/hcx/hcx-deployment.md index 249d8554..94d76044 100644 --- a/hcx/hcx-deployment.md +++ b/hcx/hcx-deployment.md @@ -6,7 +6,7 @@ For the purposes of this article, VPN will also include connections via 3rd part HCX over a VPN connection is fully supported on Azure VMware Solution. VMware has a set of minimum requirements for support which can be found here: [Network Underlay Minimum Requirements](https://docs.vmware.com/en/VMware-HCX/4.2/hcx-user-guide/GUID-8128EB85-4E3F-4E0C-A32C-4F9B15DACC6D.html). -A minimum MTU size of 1150 is required. Per Microsoft’s official documentation, for Azure VMware Solution connected via VPN, it is recommended to set the Uplink Network Profile MTU to 1350 to account for IPSec overhead. While an MTU of 1300 is a safe default, 1350 MTU will work in most cases. +A minimum MTU size of 1150 is required. It is recommended to set the Uplink Network Profile MTU to 1350 to account for IPSec overhead. While an MTU of 1300 is a safe default, 1350 MTU will work in most cases. Verify your MTU setting using an MTU tool to ensure optimal configuration. From 9cf2b0be37900bfc3e76c722f48af8cf40ff0ed1 Mon Sep 17 00:00:00 2001 From: Victor Valadares <42184702+vivalada@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:17:59 -0400 Subject: [PATCH 3/6] Rename hcx-migrations-Cold Migration.md to hcx-migrations-ColdMigration.md --- ...grations-Cold Migration.md => hcx-migrations-ColdMigration.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hcx/HCX Migrations/{hcx-migrations-Cold Migration.md => hcx-migrations-ColdMigration.md} (100%) diff --git a/hcx/HCX Migrations/hcx-migrations-Cold Migration.md b/hcx/HCX Migrations/hcx-migrations-ColdMigration.md similarity index 100% rename from hcx/HCX Migrations/hcx-migrations-Cold Migration.md rename to hcx/HCX Migrations/hcx-migrations-ColdMigration.md From 24dbe62d8e78a808fb77697f06377ac167316af8 Mon Sep 17 00:00:00 2001 From: Victor Valadares <42184702+vivalada@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:40:30 -0400 Subject: [PATCH 4/6] Create README.md --- hcx/HCX Migrations/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hcx/HCX Migrations/README.md diff --git a/hcx/HCX Migrations/README.md b/hcx/HCX Migrations/README.md new file mode 100644 index 00000000..a7e9fda1 --- /dev/null +++ b/hcx/HCX Migrations/README.md @@ -0,0 +1,10 @@ +# VMware HCX Migrations + +You can find detailed explanation of the VMware HCX migration types in the table below: + +| Document | Description | +|----------|-------------| +| [HCX Bulk Migration](./hcx-migrations-BulkMigration.md) | Explanation of HCX Bulk Migration. | +| [HCX Cold Migration](./hcx-migrations-ColdMigration.md) | Explanation of HCX Cold Migration. | +| [HCX Replicated Assisted vMotion](./hcx-migrations-RAV.md) | Explanation of HCX Replicated Assisted vMotion (RAV). | +| [HCX vMotion Migration](./hcx-migrations-vMotion.md) | Explanation of HCX vMotion Migrations. | From dd13d6b83983624083b6b36b5858a27d33b952ec Mon Sep 17 00:00:00 2001 From: Victor Valadares <42184702+vivalada@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:58:59 -0400 Subject: [PATCH 5/6] Update README.md --- hcx/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hcx/README.md b/hcx/README.md index f779af30..85721146 100644 --- a/hcx/README.md +++ b/hcx/README.md @@ -14,3 +14,4 @@ You can find official VMware HCX documentation in VMware documentation page: [VM | [HCX Service Mesh](hcx-servicemesh.md) | Explanation of HCX Service Mesh and its components. | | [HCX Deployment Scenarios](hcx-deployment.md) | Different possible HCX Deployment Scenarios and recommendations. | | [Networking and Network Extension Considerations](netextconsiderations.md) | Options for networking setups for migrations and HCX Network Extension considerations. | +| [HCX Migrations](./HCX-Migrations/README.md) | Explanation of HCX Migration types. | From cf2882687d193af3026f350d5482064ea5159b21 Mon Sep 17 00:00:00 2001 From: Victor Valadares <42184702+vivalada@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:01:45 -0400 Subject: [PATCH 6/6] HCX Migrations --- hcx/{HCX Migrations => HCX-Migrations}/README.md | 0 .../hcx-migrations-BulkMigration.md | 0 .../hcx-migrations-ColdMigration.md | 0 hcx/{HCX Migrations => HCX-Migrations}/hcx-migrations-RAV.md | 0 .../hcx-migrations-vMotion.md | 0 hcx/README.md | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename hcx/{HCX Migrations => HCX-Migrations}/README.md (100%) rename hcx/{HCX Migrations => HCX-Migrations}/hcx-migrations-BulkMigration.md (100%) rename hcx/{HCX Migrations => HCX-Migrations}/hcx-migrations-ColdMigration.md (100%) rename hcx/{HCX Migrations => HCX-Migrations}/hcx-migrations-RAV.md (100%) rename hcx/{HCX Migrations => HCX-Migrations}/hcx-migrations-vMotion.md (100%) diff --git a/hcx/HCX Migrations/README.md b/hcx/HCX-Migrations/README.md similarity index 100% rename from hcx/HCX Migrations/README.md rename to hcx/HCX-Migrations/README.md diff --git a/hcx/HCX Migrations/hcx-migrations-BulkMigration.md b/hcx/HCX-Migrations/hcx-migrations-BulkMigration.md similarity index 100% rename from hcx/HCX Migrations/hcx-migrations-BulkMigration.md rename to hcx/HCX-Migrations/hcx-migrations-BulkMigration.md diff --git a/hcx/HCX Migrations/hcx-migrations-ColdMigration.md b/hcx/HCX-Migrations/hcx-migrations-ColdMigration.md similarity index 100% rename from hcx/HCX Migrations/hcx-migrations-ColdMigration.md rename to hcx/HCX-Migrations/hcx-migrations-ColdMigration.md diff --git a/hcx/HCX Migrations/hcx-migrations-RAV.md b/hcx/HCX-Migrations/hcx-migrations-RAV.md similarity index 100% rename from hcx/HCX Migrations/hcx-migrations-RAV.md rename to hcx/HCX-Migrations/hcx-migrations-RAV.md diff --git a/hcx/HCX Migrations/hcx-migrations-vMotion.md b/hcx/HCX-Migrations/hcx-migrations-vMotion.md similarity index 100% rename from hcx/HCX Migrations/hcx-migrations-vMotion.md rename to hcx/HCX-Migrations/hcx-migrations-vMotion.md diff --git a/hcx/README.md b/hcx/README.md index 85721146..b3c95d93 100644 --- a/hcx/README.md +++ b/hcx/README.md @@ -14,4 +14,4 @@ You can find official VMware HCX documentation in VMware documentation page: [VM | [HCX Service Mesh](hcx-servicemesh.md) | Explanation of HCX Service Mesh and its components. | | [HCX Deployment Scenarios](hcx-deployment.md) | Different possible HCX Deployment Scenarios and recommendations. | | [Networking and Network Extension Considerations](netextconsiderations.md) | Options for networking setups for migrations and HCX Network Extension considerations. | -| [HCX Migrations](./HCX-Migrations/README.md) | Explanation of HCX Migration types. | +| [HCX Migrations](./HCX-Migrations/README.md) | Explanation of HCX Migration types. | \ No newline at end of file