AZ-801 · Question #35
Server1 shuts down unexpectedly. You need to ensure that when you start Server1, App1 continues to run on Server2. Solution: You increase Maximum failures in the specified period for the App1…
The correct answer is B. No. Increasing the 'Maximum failures in the specified period' for a cluster role like App1 will not ensure it runs on Server2 after Server1's unexpected shutdown.
Question
Options
- AYes
- BNo
How the community answered
(58 responses)- A28% (16)
- B72% (42)
Why each option
Increasing the 'Maximum failures in the specified period' for a cluster role like App1 will not ensure it runs on Server2 after Server1's unexpected shutdown.
This setting dictates how many times a resource can fail on its *current* node within a timeframe before the cluster attempts to fail it over or take it offline. Increasing this value means the cluster will try to restart App1 more times on the failed Server1, delaying failover to Server2 and thus failing to meet the goal of App1 continuing to run on Server2.
Concept tested: Failover Cluster resource failure thresholds
Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn765474(v=ws.11)
Topics
Community Discussion
No community discussion yet for this question.