Storage Migration “Operation not allowed for VM because Hyper-V State is yet to be initialized from Virtual Machine Configuration” (0x80070015)

1 Min. Read

Table of Contents

Issue:

When trying to migrate a VM storage to a local device or through iSCSI using Hyper-V Manager or PowerShell, you could see the following error:

VMStorageMigration-Error0x80070015-01

VMStorageMigration-Error0x80070015-02

Solution:

The only solution that works is to restart the Hyper-V Management Service by running the following PowerShell command

Restart-Service -Name VMMS

Get-VM -ComputerName HV05 | Out-GridView -Title "Select one or more VMs to Live Migrate" -PassThru | Move-VMStorage -DestinationStoragePath "V:\VMs\"

VMStorageMigration-Error0x80070015-05

Cause:

I was moving the VM including the storage, and I lost the connectivity to the iSCSI storage, thus the VM storage migration failed. When I attempt to migrate the VM again, the storage migration failed with error 0x80070015.

Hope this helps!

__
Thank you for reading our blog.

Please let us know in the comments section below if you have any questions or feedback.

-Charbel Nemnom-

Previous

StarWind News September 11th, 2015 @starwindsan

Step-by-Step: Running Hyper-V Cluster on Nano from #WindowsServer Using #PowerShell Direct

Next

Let us know what you think, or ask a question...