Use a staged recovery approach rather than only clearing claims.
- Check the current MPIO state on the affected nodes.
- In Event Viewer and Device Manager, look for MPIO or storage errors.
- Run
mpclaim -s -dto confirm which paths are visible and whether only some paths are missing. - Pay particular attention to Event IDs 153, 129, and 140, and also cluster/storage events such as 51, 55, 98, 1069, 1205, 5120, 5121, and 5124.
- Verify the basic storage path conditions before rebuilding claims.
- Confirm recent cabling, zoning, HBA, firmware, or driver changes.
- If only some paths are visible, verify zoning, cabling, and HBA status on both the server and the SAN.
- Make sure MPIO, DSM, and Storport are up to date.
- If using a third-party DSM, confirm it is certified for the operating system version.
- Force Windows to refresh storage path discovery.
- On the affected computer, run:
Update-HostStorageCache mpclaim -n -d- If these commands do not restore path detection, restart the computer.
- Review and rebuild the MPIO configuration.
- Open MPIO by running
mpiocpland review Discover Multi-Paths for incorrect or stale hardware IDs. - The documented command-line tools for reviewing or updating MPIO discovery are:
mpclaim -e mpclaim -r -i -a- Also review available hardware and settings with:
Get-MPIOAvailableHW Get-MPIOSetting - Open MPIO by running
- Validate SAN policy and path layout.
- In Command Prompt, verify SAN policy is not preventing disks from coming online:
diskpart san policy=OnlineAll- For iSCSI environments, each connection should use a different network adapter. If the system detects only one path, rebuild the iSCSI connections.
- Before returning CSVs to direct I/O, validate cluster and disk health.
- In Failover Cluster Manager, check disk resource status.
- If a disk resource is stuck in Online Pending or fails with 1069 or 1205, increase the pending timeout:
Get-ClusterResource "<Resource_Name>" | Set-ClusterParameter PendingTimeout 300000- Check for file system issues with:
chkdsk <drive>: /f /r- Warning: if a disk is RAW and cannot be fixed, the documented recovery path is to delete and re-create the partition, then restore from backup.
- For CSVs in redirected mode with high latency, also check for non-MPIO causes.
- Redirected mode is slower than direct mode.
- Review for network bottlenecks or misconfiguration, network adapter resource exhaustion, physical disk or HBA failure, switch or cable faults, insufficient CSV capacity, and unsupported filter drivers.
The context does not provide a supported mpclaim sequence to completely wipe all existing path claims. It does support refreshing host storage cache, rediscovering paths with mpclaim -n -d, reviewing claims with mpclaim -s -d and mpclaim -e, and rebuilding discovery with mpclaim -r -i -a. Use those steps together with SAN, DSM, and cluster validation before expecting CSVs to return to direct mode.
- Multipath I/O (MPIO) troubleshooting guidance
- Multipath I/O (MPIO) troubleshooting guidance
- Redirected mode is enabled unexpectedly in a Cluster Shared Volume when you are running a third-party application in a Windows Server 2008 R2-based cluster
- Troubleshoot storage issues in Hyper-V and Windows Server failover clusters