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
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ appliesto:
17
17
18
18
## Summary
19
19
20
-
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, failures in configuration, hardware compatibility, or interactions with third-party DSMs (Device Specific Modules) can make disks unavailable and cause performance issues, path loss, and unexpected outages. This article provides troubleshooting help for administrators to resolve MPIO and storage path issues.
20
+
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
21
22
22
## Troubleshooting checklist
23
23
@@ -27,27 +27,31 @@ Use this checklist for systematic troubleshooting.
27
27
28
28
- Back up all the affected systems and data. Test that you can restore the backup.
29
29
- Confirm that you have a maintenance window and change management approval for troubleshooting.
30
-
- Review recent storage and network changes or firmware and driver updates.
31
30
- Document all observed issues, error messages, event IDs, and timing.
32
31
33
-
**Initial triage**
32
+
### Review the symptoms
34
33
35
-
- Are disks or volumes missing in Disk Management, Failover Cluster Manager, or virtual machine (VM) settings?
36
-
- Are any MPIO or storage errors reported? (Check: mpclaim -s -d, Device Manager, Event Viewer.)
37
-
- Are you using third-party DSMs? Are they certified for your OS version?
38
-
- Recent hardware changes: New or replaced cables, HBAs, storage switches and zones, server restarts.
39
-
- Are storage controller and network paths visible in the system management console?
40
-
- Are relevant Windows features (for example, Multipath-IO) installed and enabled?
34
+
- Check the Disk Management and Failover Cluster Manager tools, as well as the settings of any affected virtual machines (VMs). Are disks or volumes missing?
35
+
- Are issues isolated to one cluster node, all nodes, or all servers?
36
+
- Check Server Manager. Are storage controller and network paths missing?
37
+
- 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?
41
39
42
-
**Deeper checks**
40
+
### Check for the most basic possible causes
43
41
44
-
- Review Windows Event Viewer (system, storage, failover clustering logs).
42
+
- Are there recent hardware changes, such as new or replaced cables, HBAs, or storage switches and zones?
43
+
- Did any devices get firmware or driver updates?
44
+
- Did any servers restart recently?
45
+
- Are the relevant Windows features, such as MPIO, installed? Are the related services running?
46
+
47
+
### Investigate issues more deeply
48
+
49
+
- Review the available event log data, as described in [Data collection](#data-collection).
45
50
- Use PowerShell, DiskPart, and sysinternals tools to inspect and manipulate the disk and volume status.
46
-
- Are problems isolated to one node, all nodes, or all servers?
47
51
48
52
## Common issues and solutions
49
53
50
-
The following sections detail the most common failure modes and provide step-by-step solutions.
54
+
The following sections describe the most common issues, and how to fix them.
51
55
52
56
### Disks or paths missing in MPIO or OS (including after maintenance or restart)
0 commit comments