Skip to content

Commit ba5bd05

Browse files
committed
Edits
1 parent 07a7559 commit ba5bd05

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/migrate/vmware/migrate-support-matrix-vmware-migration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ The VMware vSphere hypervisor requirements are:
4545
**Privilege Name in the vSphere Client** | **The purpose for the privilege** | **Required On** | **Privilege Name in the API**
4646
--- | --- | --- | ---
4747
**Browse datastore** | Allow browsing of VM log files to troubleshoot snapshot creation and deletion. | Data stores | Datastore.Browse
48-
**Low level file operations** | Allow read/write/delete/rename operations in the datastore browser, to troubleshoot snapshot creation and deletion. | Data stores | Datastore.FileManagement
49-
**Change Configuration** - Toggle disk change tracking | Allow enable or disable change tracking of VM disks, to pull changed blocks of data between snapshots. | Virtual machines | VirtualMachine.Config.ChangeTracking
50-
**Change Configuration** - Acquire disk lease | Allow disk lease operations for a VM, to read the disk using the VMware vSphere Virtual Disk Development Kit (VDDK). | Virtual machines | VirtualMachine.Config.DiskLease
51-
**Provisioning** - Allow read-only disk access | Allow read-only disk access: Allow opening a disk on a VM, to read the disk using the VDDK. | Virtual machines | VirtualMachine.Provisioning.DiskRandomRead
52-
**Provisioning** - Allow disk access | Allow opening a disk on a VM, to read the disk using the VDDK. | Virtual machines | VirtualMachine.Provisioning.DiskRandomAccess
53-
**Provisioning** - Allow virtual machine download | Allow virtual machine download: Allows read operations on files associated with a VM, to download the logs and troubleshoot if failure occurs. | Root host or vCenter Server | VirtualMachine.Provisioning.GetVmFiles
48+
**Low level file operations** | Allow read/write/delete/rename operations in the datastore browser to troubleshoot snapshot creation and deletion. | Data stores | Datastore.FileManagement
49+
**Change Configuration** - Toggle disk change tracking | Allow enable or disable change tracking of VM disks to pull changed blocks of data between snapshots. | Virtual machines | VirtualMachine.Config.ChangeTracking
50+
**Change Configuration** - Acquire disk lease | Allow disk lease operations for a VM to read the disk using the VMware vSphere Virtual Disk Development Kit (VDDK). | Virtual machines | VirtualMachine.Config.DiskLease
51+
**Provisioning** - Allow read-only disk access | Allow read-only disk access: Allow opening a disk on a VM to read the disk using the VDDK. | Virtual machines | VirtualMachine.Provisioning.DiskRandomRead
52+
**Provisioning** - Allow disk access | Allow opening a disk on a VM to read the disk using the VDDK. | Virtual machines | VirtualMachine.Provisioning.DiskRandomAccess
53+
**Provisioning** - Allow virtual machine download | Allow virtual machine download: Allows read operations on files associated with a VM to download the logs and troubleshoot if failure occurs. | Root host or vCenter Server | VirtualMachine.Provisioning.GetVmFiles
5454
**Snapshot management** | Allow Discovery, Software Inventory, and Dependency Mapping on VMs. | Virtual machines | VirtualMachine.State.*
5555
**Guest operations** | Allow creation and management of VM snapshots for replication. | Virtual machines | VirtualMachine.GuestOperations.*
5656
**Interaction Power Off** | Allow the VM to be powered off during migration to Azure. | Virtual machines | VirtualMachine.Interact.PowerOff
@@ -65,9 +65,9 @@ The table summarizes agentless migration requirements for VMware vSphere VMs.
6565
**Windows VMs in Azure** | You might need to [make some changes](../prepare-for-migration.md#verify-required-changes-before-migrating) on VMs before migration.
6666
**Linux VMs in Azure** | Some VMs might require changes so that they can run in Azure.<br/><br/> For Linux, Azure Migrate makes the changes automatically for these operating systems:<br/> - Red Hat Enterprise Linux 9.x, 8.x, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.0, 6.x<br> - CentOS 9.x (Release and Stream), 8.x (Release and Stream), 7.9, 7.7, 7.6, 7.5, 7.4, 6.x</br> - SUSE Linux Enterprise Server 15 SP4, 15 SP3, 15 SP2, 15 SP1, 15 SP0, 12, 11 SP4, 11 SP3 <br>- Ubuntu 22.04, 21.04, 20.04, 19.04, 19.10, 18.04LTS, 16.04LTS, 14.04LTS<br> - Debian 11, 10, 9, 8, 7<br> - Oracle Linux 9, 8, 7.7-CI, 7.7, 6<br> - Kali Linux (2016, 2017, 2018, 2019, 2020, 2021, 2022) <br> For other operating systems, you make the [required changes](../prepare-for-migration.md#verify-required-changes-before-migrating) manually.<br/> The `SELinux Enforced` setting is currently not fully supported. It causes Dynamic IP setup and Microsoft Azure Linux Guest agent (waagent/WALinuxAgent) installation to fail. You can still migrate and use the VM. The `SELinux Permissive` setting is supported.
6767
**Boot requirements** | **Windows VMs:**<br/>OS Drive (C:\\) and System Reserved Partition (EFI System Partition for UEFI VMs) should reside on the same disk.<br/>If `/boot` is on a dedicated partition, it should reside on the OS disk and not be spread across multiple disks. <br/> If `/boot` is part of the root (/) partition, then the '/' partition should be on the OS disk and not span other disks. <br/><br/> **Linux VMs:**<br/> If `/boot` is on a dedicated partition, it should reside on the OS disk and not be spread across multiple disks.<br/> If `/boot` is part of the root (/) partition, then the '/' partition should be on the OS disk and not span other disks.
68-
**UEFI boot** | UEFI-based virtual machines will be migrated to Azure's Generation 2 VMs. However, it's important to note that Azure Generation 2 VMs lack the Secure Boot feature. For VMs that utilized Secure Boot in their original configuration, a conversion to Trusted Launch VMs is recommended after migration. This step ensures that Secure Boot, along with other enhanced security functionalities, is re-enabled.
68+
**UEFI boot** | UEFI-based virtual machines are migrated to Azure's Generation 2 VMs. However, it's important to note that Azure Generation 2 VMs lack the Secure Boot feature. For VMs that utilized Secure Boot in their original configuration, a conversion to Trusted Launch VMs is recommended after migration. This step ensures that Secure Boot, along with other enhanced security functionalities, is re-enabled.
6969
**Disk size** | Up to 2-TB OS disk for gen 1 VM and gen 2 VMs; 32 TB for data disks. Changing the size of the source disk after initiating replication is supported and won't impact ongoing replication cycle.
70-
**Dynamic disk** | - An OS disk as a dynamic disk isn't supported. <br/> - If a VM with OS disk as dynamic disk is replicating, convert the disk type from dynamic to basic and allow the new cycle to complete, before triggering test migration or migration. Note that you'll need help from OS support for conversion of dynamic to basic disk type.
70+
**Dynamic disk** | - An OS disk as a dynamic disk isn't supported. <br/> - If a VM with OS disk as dynamic disk is replicating, convert the disk type from dynamic to basic and allow the new cycle to complete, before triggering test migration or migration. You'll need help from OS support for conversion of dynamic to basic disk type.
7171
**Ultra disk** | Ultra disk migration isn't supported from the Azure Migrate portal. You have to do an out-of-band migration for the disks that are recommended as Ultra disks. That is, you can migrate selecting it as premium disk type and change it to Ultra disk after migration.
7272
**Encrypted disks/volumes** | VMs with encrypted disks/volumes aren't supported for migration.
7373
**Shared disk cluster** | Not supported.
@@ -116,7 +116,7 @@ Agentless migration uses the [Azure Migrate appliance](../migrate-appliance.md).
116116

117117
- Learn about [appliance requirements](../migrate-appliance.md#appliance---vmware) for VMware vSphere.
118118
- Learn about URLs that the appliance needs to access in [public](../migrate-appliance.md#public-cloud-urls) and [government](../migrate-appliance.md#government-cloud-urls) clouds.
119-
- In Azure Government, you must deploy the appliance [using the script](../deploy-appliance-script-government.md).
119+
- In Azure Government, you must deploy the appliance [using the script](../deploy-appliance-script-government.md).s
120120

121121
### Port requirements (agentless)
122122

0 commit comments

Comments
 (0)