Hi all,
I have physical server Dell PE R330 (Intel Xeon E3-1220 / 32GB RAM /PERC H330 / RAID-1 on SSD / RAID 10 on SAS 15K).
Windows 2016 standard with Hyper-V / AD / DNS / DHCP installed on SSD RAID.
Hyper-V service has mostly standard settings. There are 2 virtual machines(KAV and WinFS-V) - both Win 2016 STD .
There's about 20-25% free space on all volumes at hypervisor right
now.
All VM has 2 vhdx - first located on SSDfor OS and second on SAS for DATA.
All 3 OSes were patched last month.
One of VM has a problem. A year before the checkpoint was taken. So there were vhdx and avhdx
disk files.
Today we have decided to take a new checkpoint, but the strange error raised.
Then we tried to delete old checkpoint (it takes about 34Gb), but Windows also showed strange
error (no specific error like 0x87979879). Just generic error and that's it.
powershell commands remove-vmsnapshot gives
that generic error
- Get-VMSnapshot -VMName kav
VMName Name SnapshotType CreationTime ParentSnapshotName
------ ---- ------------ ------------ ------------------
kav kav - (2/27/2019 - 1:52:21 PM) Standard 1/1/0001 12:00:00 AM
- Get-VMSnapshot -VMName kav | Remove-VMSnapshot
Remove-VMSnapshot : Deleting 'kav - (2/27/2019 - 1:52:21 PM)' failed.
At line:1 char:30
+ Get-VMSnapshot -VMName kav | Remove-VMSnapshot
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Remove-VMSnapshot], VirtualizationException
+ FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.RemoveVMSnapshot
removing via GUI was failed, checkpoint and full tree too
and export VM as well.
After we followed some tips and merged vhdx and avhdx disk files for this VM.
Now it works with merged disk files, but shows that it has a checkpoint.
We cannot delete it, create new one or export VM and re-create KAV again.
If we create new VM (say KAV-2) and connect merged vhdx form old KAV, the configuration changes and services can't run.
EventViewer shows several errors,
every time I tried to remove checkpoint, these 4 errors arise
- The Hyper-V Virtual Machine Management service encountered an unexpected error: Unspecified error (0x80004005).
- Virtual machine failed to generate VHD tree: 'The specified network resource or device is no longer available.'('0x80070037').
- Failed to lock virtual machine's configuration 'V:\Snapshots\B7250DC8-04BE-4BDC-A481-2EC06CF6CD7B.vmcx': 'The specified network resource or device is no longer available.'('0x80070037').
- Checkpoint operation for 'kav' failed. (Virtual machine ID 4C82B504-BE0C-41C0-9606-8DDD3F29E4B3)
When I try to export VM, these 2 errors arise
- Failed to delete export directory ''. Please delete export directory manually.
- Export failed for virtual machine 'kav' (4C82B504-BE0C-41C0-9606-8DDD3F29E4B3) with error 'Unspecified error' (0x80004005).
When we start KAV-2 with merged vhdx these errors arise
- 'kav' Сетевой адаптер (4c82b504-be0c-41c0-9606-8ddd3f29e4b3--5113d8c0-f428-4e48-85bc-3068d552b266) failed to allocate a virtual function: The device does not recognize the command. (0x80070016): IOV networking might be incompatible
with other configured networking features. (Virtual Machine ID 4C82B504-BE0C-41C0-9606-8DDD3F29E4B3)
- Failed to allocate virtual function for NIC 4C82B504-BE0C-41C0-9606-8DDD3F29E4B3--5113D8C0-F428-4E48-85BC-3068D552B266 (Friendly Name: Сетевой адаптер), status = The device is not in a valid state to perform this request.
- Failed to allocate virtual function for NIC 4C82B504-BE0C-41C0-9606-8DDD3F29E4B3--5113D8C0-F428-4E48-85BC-3068D552B266 (Friendly Name: Сетевой адаптер), status = {Drive Not Ready}
The drive is not ready for use; its door may be open. Please check drive %hs and make sure that a disk is inserted and that the drive door is closed..
Please help
![]()
![]()