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. | 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-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 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 f779af30..b3c95d93 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. | \ No newline at end of file diff --git a/hcx/hcx-deployment.md b/hcx/hcx-deployment.md index dedc449f..94d76044 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. 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)