You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/virtualization/hyper-v-virtual-machine-backup-checkpoint-storage.md
+21-11Lines changed: 21 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,19 @@ ms.custom:
14
14
15
15
This article provides a comprehensive guide to troubleshooting common issues encountered with Hyper-V virtual machine (VM) backup, checkpoint management, and storage failures in Windows Server environments (Windows Server 2016, Windows Server 2019, and Windows Server 2022). These issues often arise during backup or restore operations, checkpoint creation or merging, VM startup, and storage connectivity. They can impact both production and disaster recovery workflows in standalone Hyper-V hosts, clustered setups, and environments integrated with third-party backup tools. Timely identification and resolution are critical to maintaining VM availability, data integrity, and backup reliability.
16
16
17
-
You might encounter the following symptoms in affected environments:
17
+
You might experience:
18
+
19
+
- Inability to perform backups or restores, leading to potential data loss.
20
+
- Unexpected VM downtime or loss of access.
21
+
- Orphaned disk files causing storage exhaustion.
22
+
- Persistent warning or error states in management consoles.
23
+
24
+
In addition, you might encounter the following symptoms in affected environments:
25
+
26
+
-[Backup and restore failures](#backup-and-restore-failures)
27
+
-[Checkpoint and snapshot issues](#checkpoint-and-snapshot-issues)
28
+
-[VM startup or migration failures](#vm-startup-or-migration-failures)
29
+
-[Storage and file system errors](#storage-and-file-system-errors)
18
30
19
31
## Backup and restore failures
20
32
@@ -58,14 +70,15 @@ You might encounter the following symptoms in affected environments:
58
70
-> Cannot connect to virtual machine configuration storage
59
71
-> The virtual machine is not in a valid state to perform the operation.
60
72
61
-
## User experience
73
+
The root causes of these issues can be grouped into the following categories with corresponding resolutions provided:
62
74
63
-
-Inability to perform backups or restores, leading to potential data loss.
64
-
-Unexpected VM downtime or loss of access.
65
-
-Orphaned disk files causing storage exhaustion.
66
-
-Persistent warning or error states in management consoles.
75
+
-[Checkpoint and VSS-related issues](#checkpoint-and-vss-related-issues)
76
+
-[File system and storage problems](#file-system-and-storage-problems)
77
+
-[Permissions and policy misconfiguration](#permissions-and-policy-misconfiguration)
78
+
-[Cluster and configuration issues](#cluster-and-configuration-issues)
67
79
68
-
The root causes of these issues can be grouped into the following categories, with corresponding resolutions provided.
80
+
> [!NOTE]
81
+
> Always back up critical VMs before performing file merges, deletions, or major configuration changes. For further assistance, consult Microsoft Support or your backup vendor.
69
82
70
83
## Checkpoint and VSS-related issues
71
84
@@ -186,7 +199,7 @@ The root causes of these issues can be grouped into the following categories, wi
186
199
In Hyper-V Manager, use **Import Virtual Machine** and locate the exported/imported files.
187
200
3. Update VM configuration version:
188
201
189
-
In Hyper-V Manager, right-click the VM, and select **Upgrade Configuration Version**. Or use the folowing PowerShell cmdlet:
202
+
In Hyper-V Manager, right-click the VM, and select **Upgrade Configuration Version**. Or use the following PowerShell cmdlet:
190
203
191
204
```powershell
192
205
Update-VMVersion
@@ -225,6 +238,3 @@ To assist with troubleshooting, collect the following items:
225
238
-[Backing up and restoring virtual machines](/windows/win32/hyperv_v2/backing-up-and-restoring-virtual-machines)
226
239
-[Antivirus exclusions for Hyper-V](antivirus-exclusions-for-hyper-v-hosts.md)
> Always back up critical VMs before performing file merges, deletions, or major configuration changes. For further assistance, consult Microsoft Support or your backup vendor.
0 commit comments