Forum Discussion
Cluster Failover Hyper-v
- Apr 11, 2023
Darvin1705 The Get-Cluster | fl will tell you about a parameter called "ResiliencyDefaultPeriod" which is set to 240s (4mins). During node outage, the cluster must wait for 4mins for the failing node to become responsive again before taking action. It is this time that the VMs remain in unmonitored state in the cluster. You must not change this parameter because in a real scenario, 4 minutes is what it typically takes for devices like network switches to reboot and return to senses before the cluster realizes something is very wrong and starts to failover the VMs to the surviving and responsive nodes.
There are several steps you can take to speed up the cluster failover process:
Optimize the Network: Ensure that the network between the cluster nodes is optimized for performance. This can include using high-speed network adapters, optimizing network settings, and ensuring that there are no bottlenecks in the network.
Allocate Sufficient Resources: Ensure that the cluster nodes have sufficient resources, including CPU, memory, and storage, to handle the failover process. If resources are limited, the failover process may take longer.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily.