Enable a SAN Policy for Windows VMs

To enable disks that must be brought online as part of a VM conversion process, enable a SAN policy for the source VM.

Procedure

  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...