Enabling the SAN Policy for Source VM

  • For Windows VMs, to enable disks to be brought online as part of the conversion, enable SAN policy for the source VM. You can use this workaround for disks that are not shared.

    1. Open a command line or PowerShell session locally on the VM.

    2. Open the disk partition tool:

        C:> diskpart
    3. Verify that the SAN policy is set to Offline Shared:

        DISKPART> SAN
        SAN Policy : Offline Shared
    4. Change the policy to OnlineAll:

        DISKPART> SAN POLICY=OnlineAll

Loading...