Skip to content

Commit 8792abd

Browse files
authored
AB#7035: Create unresponsive-vms-after-cluster-failover-failure.md (#10067)
* Create unresponsive-vms-after-cluster-failover-failure.md * Update unresponsive-vms-after-cluster-failover-failure.md * Update link format for Setup Report download
1 parent 7145377 commit 8792abd

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: Unresponsive VMs After Cluster Failover Failure
3+
description: Resolves issues that occur if virtual machines become unresponsive after cluster failover failure.
4+
ms.date: 10/06/2025
5+
author: kaushika-msft
6+
ms.author: kaushika
7+
manager: dcscontentpm
8+
audience: itpro
9+
ms.topic: troubleshooting
10+
ms.reviewer: kaushika
11+
ms.custom:
12+
- sap: virtualization and hyper-v\high availability virtual machines
13+
- pcy: Virtualization\high availability virtual machines
14+
appliesto:
15+
- <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
16+
---
17+
18+
# Unresponsive VMs after cluster failover failure
19+
20+
## Summary
21+
22+
This article provides information to help you diagnose and resolve issues that involve cluster failover failures. Such failures can cause virtual machines (VMs) to enter an unresponsive state. The issue can be resolved by restarting the affected VMs. This article also provides guidance to collect logs for further analysis.
23+
24+
## Prerequisites
25+
26+
Before you proceed, make sure that you have the following items:
27+
28+
- Access to Cluster and Hyper-V environments
29+
- Administrative privileges to restart VMs and collect logs
30+
- Knowledge of how to collect cluster logs and Hyper-V TSS logs
31+
32+
## Symptoms
33+
34+
When the issue occurs, you experience the following symptoms:
35+
36+
- All VMs enter a "paused" state.
37+
- The following error codes might appear in Event Viewer:
38+
- Event ID 1135
39+
- Event ID 5257
40+
- Event ID 1795
41+
42+
## Cause
43+
44+
The specific root cause of the issue isn't documented. However, restarting the VMs resolves the problem. Further investigation that uses cluster and Hyper-V logs is recommended to identify the underlying cause.
45+
46+
## Solution 1: Restart the VMs
47+
48+
Follow these steps to resolve the issue by restarting the affected VMs:
49+
50+
1. Open the Hyper-V Manager or the Failover Cluster Manager.
51+
2. Identify the VMs that are in a "paused" state.
52+
3. Right-click on each affected VM and select Restart.
53+
4. Monitor the VMs to make sure they return to an operational state.
54+
55+
## Solution 2: Collect logs for further analysis
56+
57+
To perform a deeper analysis of the issue, collect and share the necessary logs with your support team:
58+
59+
1. Collect Cluster Logs:
60+
61+
- Open a Command Prompt or PowerShell window that has administrative privileges.
62+
- Run the following command to generate the cluster logs:
63+
```powershell
64+
get-clusterlog -uselocaltime -destination C:\Mslog
65+
```
66+
- Locate the generated logs, typically saved in the %SystemRoot%\Cluster\Reports directory.
67+
68+
2. Collect Hyper-V TSS Logs:
69+
70+
- Use the TroubleShootingScript toolset (TSS) or any other recommended tool to gather Hyper-V logs.
71+
- Download the [Setup Report compressed file](https://aka.ms/getTSS).
72+
- Save and extract this file to a TEMP\TSS directory.
73+
- Open ADMIN PowerShell window.
74+
- Navigate to the TEMP\TSS location.
75+
- Run the following command:
76+
```console
77+
.\TSS.ps1 -CollectLog SHA_support-all
78+
```
79+
Logs are created here - C:\MS_DATA.
80+
81+
## Determine the cause of the problem
82+
83+
After the logs are collected, analyze them to identify potential causes of the failure. Common areas to investigate include:
84+
85+
- Cluster node communication issues
86+
- Resource contention or insufficient system resources
87+
- Configuration errors in the cluster or Hyper-V environment
88+
89+
If it's necessary, contact Microsoft Support for assistance in reviewing the logs and identifying the root cause of the issue.
90+
91+
By following the steps in this article, you can resolve the issue of unresponsive VMs, and gather data for a more thorough investigation to prevent similar occurrences in the future.

0 commit comments

Comments
 (0)