Skip to content

Commit 01a84ff

Browse files
committed
Intro thru Checklist edits
1 parent c613a92 commit 01a84ff

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

support/windows-server/backup-and-storage/windows-server-mpio-troubleshooting.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ appliesto:
1717

1818
## Summary
1919

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.
2121

2222
## Troubleshooting checklist
2323

@@ -27,27 +27,31 @@ Use this checklist for systematic troubleshooting.
2727

2828
- Back up all the affected systems and data. Test that you can restore the backup.
2929
- 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.
3130
- Document all observed issues, error messages, event IDs, and timing.
3231

33-
**Initial triage**
32+
### Review the symptoms
3433

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?
4139

42-
**Deeper checks**
40+
### Check for the most basic possible causes
4341

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).
4550
- 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?
4751

4852
## Common issues and solutions
4953

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.
5155

5256
### Disks or paths missing in MPIO or OS (including after maintenance or restart)
5357

0 commit comments

Comments
 (0)