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/backup-and-storage/windows-server-mpio-troubleshooting.md
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,40 @@ appliesto:
15
15
16
16
# Windows Server Multipath I/O (MPIO) troubleshooting guidance
17
17
18
-
## Summary
19
-
20
18
In modern Windows Server environments (Hyper-V, clustering, and virtualization), Multipath I/O (MPIO) is important for achieving storage high availability and fault tolerance. However, configuration issues, hardware compatibility issues, or interactions with third-party device-specific modules (DSMs) can make disks unavailable and cause performance issues, path loss, and unexpected outages. This article helps you to resolve MPIO storage path issues.
21
19
20
+
MPIO or disk storage failures cause several problems. You see disk unavailability, degraded performance, or application outages. These issues appear as connectivity loss, path failures, or file system corruption. Problems stem from misconfiguration, hardware faults, driver or firmware incompatibilities, or external factors like storage or network changes.
21
+
22
+
## Known issues
23
+
24
+
### Windows Server 2019 or 2022: VM IO performance degrades when Hyper-V uses resilient change tracking (RCT) is in use
25
+
26
+
If you experience this issue, make sure that your computers are up to date. [October 23, 2025—KB5070884 (OS Build 20348.4297)](https://support.microsoft.com/en-us/topic/october-23-2025-kb5070884-os-build-20348-4297-out-of-band-9c001fdc-f0d2-4636-87bb-494a59da55d0) and subsequent updates contain a fix for this issue.
27
+
28
+
> [!NOTE]
29
+
> After you install this update, VMs that have been backed up by using or a host-level backup application might not be able to start. To fix this issue, delete any .rct and .mrt files that are associated with the affected virtual hard disks. Then try again to start the VMs. If the issue persists, contact Microsoft Support.
30
+
31
+
### After you update firmware, multipath disks are missing
32
+
33
+
This is a known issue for some storage devices. Contact your storage vendor for support.
34
+
35
+
### In VMware or virtual environments, Event ID 153 recurs
36
+
37
+
This behavior reflects a Storport driver issue. Make sure that your drivers are up to date. If the issue continues, contact your vendor for support.
38
+
39
+
### Some cluster disks remain in "Online Pending" state
40
+
41
+
The default `PendingTimeout` value is too low for cluster disks that have quota or File Server Resource Manager (FSRM) changes. As a result, the cluster disks don't come online. To increase this `PendingTimout` value, run the following cmdlets at the PowerShell command prompt:
> - In these commands, \<Resource_Name> is the name of the disk resource.
50
+
> - The value of the PendingTimeout property is measured in milliseconds. The value shown here is higher than the default value.
51
+
22
52
## Troubleshooting checklist
23
53
24
54
Use this checklist for systematic troubleshooting.
@@ -35,11 +65,16 @@ Use this checklist for systematic troubleshooting.
35
65
- Are issues isolated to one cluster node, all nodes, or all servers?
36
66
- Check Server Manager. Are storage controller and network paths missing?
37
67
- If you're using third-party DSMs, check their documentation. Are they certified for your operating system version?
38
-
- Check Event Viewer and Device Manager, and run `mpclaim -s -d` at a Windows command prompt. Do you see any MPIO or storage errors?
68
+
- Check Event Viewer and Device Manager, and run `mpclaim -s -d` at a Windows command prompt. Do you see any MPIO or storage errors? In particular, watch for the following events:
69
+
70
+
- Event ID 153: "The IO operation at logical block address... was retried."
71
+
- Event ID 129: "Reset to device... was issued."
72
+
- Event ID 140: "Device specified does not exist."
73
+
- Event ID 51, 55, 98, 1069, 1205, 5120, 5121, 5124. These events describe disk, file system, and cluster errors.
39
74
40
75
### Check for the most basic possible causes
41
76
42
-
- Are there recent hardware changes, such as new or replaced cables, HBAs, or storage switches and zones?
77
+
- Are there recent hardware changes, such as new or replaced cables, host bus adapters (HBA)s, or storage switches and zones?
43
78
- Did any devices get firmware or driver updates?
44
79
- Did any servers restart recently?
45
80
- Are the relevant Windows features, such as MPIO, installed? Are the related services running?
0 commit comments