Dear Manish Rahul,
When Cluster Shared Volumes get stuck in Redirected Access mode due to MPIO issues, the correct approach is to completely reset and rebuild the multipath claims. On the affected nodes, you must first remove all existing DSM registrations using mpclaim -r -i -d <DeviceID> or, if you want to clear everything, mpclaim -r -i -a. This removes the stale entries from the registry under HKLM\SYSTEM\CurrentControlSet\Control\MPDEV and HKLM\SYSTEM\CurrentControlSet\Services\MSDSM\Parameters\DsmParameters. Afterward, restart the server and run mpclaim -n -d <DeviceID> or mpclaim -n -a to reclaim the devices with MSDSM. Before reverting the CSVs to direct I/O mode, verify that all paths are correctly visible using mpclaim -s -d and that the DSM policy (Round Robin or Failover Only) is consistent across all nodes. It is also advisable to run Get-ClusterSharedVolumeState and Get-ClusterResource to verify that the volumes are back in “Online” status and have no pending redirections. Only when all multipath claims have been rebuilt and the SAN zoning is correct can you safely revert the CSVs to normal direct access without the risk of latency spikes.
If my answer is useful for you, please hit Accept the answer to support me.
Thank you,
Domic.