neonetman Posted June 20, 2023 Posted June 20, 2023 I have an issue in Hyper-V whereby the console is showing 2 checkpoints, whilst the disks have been merged manually. This means I can't delete the checkpoint entries as the files are missing, nor can I create any more checkpoints. Can anyone advise how I can resolve this?
ThatBoringBloke Posted June 20, 2023 Posted June 20, 2023 We have had this in the past. I ended up exporting the VM and re-importing.
Fazza Posted June 20, 2023 Posted June 20, 2023 We've had that kind of issue plenty of times and there's a powershell command you need to run that tidies up the checkpoints for you after you have merged the disks manually but I cant for the life of me remember what the powershell command is at this time!
neonetman Posted June 20, 2023 Author Posted June 20, 2023 Finding that command out would be immensely useful. Might save me a massive headache
Fazza Posted June 20, 2023 Posted June 20, 2023 Finding that command out would be immensely useful. Might save me a massive headache Just been checking our notes and I think this is it: Get-VMSnapshot -ComputerName "MyHyperVHost" -VMName "VirtualMachineName" If I remember correctly once you run this at the powershell command line, in Hyper-V the VM then says 'merging' etc. and sorts itself out. We've had to use this when DPM left checkpoints behind that Hyper-V itself wouldnt let us delete/merge but this did the trick. It was a number of years ago since we had to do this and nothing to test it on so you might want to export your VM first so you have a backup in case it doesnt work any more. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now