This website use cookies to help you have a superior and more admissible browsing experience on the website.
Loading...
If Reconfigure for vSphere HA is greyed out in vCenter, the cause is almost always a mismatch between the host’s current state and what vCenter requires before it allows the action. vCenter enforces strict conditions before surfacing this option, and if any of them are not met, the menu item stays disabled.
This guide walks through every known cause behind the greyed-out option and the exact fix for each, covering vSphere 6, 7, and 8.
Reconfigure for vSphere HA is a per-host action in vCenter that reinstalls and reinitializes the Fault Domain Manager (FDM) agent on the target ESXi host. The FDM agent is responsible for reporting host state and coordinating VM restarts within the HA cluster.
You would normally use it after an HA agent error, when a host exits maintenance mode with a stale agent, or after a failed FDM VIB installation.
vCenter only makes this option available when specific host state conditions are met. The section below covers each condition and the fix for it.
The option is greyed out because vCenter detects that the host or cluster is not in a supported state for HA operations. Below are the eight most common causes and how to resolve each one.
If HA is disabled at the cluster level, the per-host reconfigure option is suppressed entirely. There is nothing to act on at the host level until HA is turned on for the cluster first.
Fix:

When a host enters maintenance mode, vCenter disables the FDM agent on it. The reconfigure option is unavailable until the host returns to an active state.
Fix:
vCenter cannot dispatch management commands to a host it cannot reach. Both “Disconnected” and “Not Responding” states block the option.
Fix:

Not all vCenter roles include the privileges needed to trigger host-level HA tasks. If the logged-in account has read-only or limited access, the option may appear permanently greyed out regardless of host state.
Fix:
This one is not a problem. vCenter suppresses the reconfigure option when the FDM agent is correctly installed and running because there is nothing to fix.
Fix:
vCenter processes host configuration tasks sequentially. An active compliance check, storage rescan, or remediation job will block HA reconfiguration until it completes.
Fix:
vim-cmd vimsvc/task_list to see all tasks currently registered on the host.vim-cmd vimsvc/task_info <taskID> to check its current state.vim-cmd vimsvc/task_cancel <taskID>, then retry the HA reconfiguration.In vSphere 8 environments managed by vSphere Lifecycle Manager (vLCM), the FDM agent is delivered as part of the cluster image. If the host fails its image compliance check, the FDM VIB cannot be installed and HA reconfiguration is blocked.
Fix:
/var/log/esxupdate.log for VIB installation errors before attempting further CLI intervention.settingsd restart step suggested in some guides applies to specific edge cases only and is not a standard remediation step.vSphere Essentials does not include High Availability. If your hosts are running on an Essentials license, all HA controls are permanently unavailable regardless of cluster configuration.
Fix:
Once the greyed-out issue is resolved and you run the reconfiguration, you may hit another problem: vCenter displays a false VM failover alert immediately after the task runs.
This occurs when you run the reconfiguration on the primary HA host. When the FDM agent on the primary host shuts down to reinitialize, the secondary hosts lose contact with it and immediately start electing a new primary. During that transition window, the secondary hosts may assume the primary’s VMs have gone down, triggering a false “vSphere HA virtual machine failover failed” alert in vCenter.
Increase the detection timeout before running the reconfiguration. This gives the remaining hosts enough time to recognize that a re-election is in progress rather than an actual failure.
das.config.fdm.unknownStateMonitorPeriod and set the value to 30.
This raises the default timeout from 10 to 30 seconds, giving the cluster enough buffer to complete the reconfiguration without triggering false alerts.
Once the reconfigure option is working again, there are two things left to do: confirm the fix actually took effect, and put a few practices in place to avoid running into the same issue again.
Check the following indicators to confirm the FDM agent is back to a healthy state:
/var/log/fdm.log on the ESXi host and look for clean initialization entries confirming the FDM agent has joined the cluster.A few operational habits can go a long way toward keeping HA reconfiguration issues from resurfacing:
vSphere HA is a solid first line of defense, but it has a fundamental dependency: the FDM agent. As this guide has shown, a stale agent, a failed VIB installation, or a misconfigured host state can leave your cluster without protection until the issue is manually resolved. During that window, your VMs are exposed.
i2Availability from Info2Soft adds an independent protection layer that operates outside of vSphere’s native HA mechanism. It uses byte-level real-time replication to continuously synchronize data between production and disaster recovery environments, so a healthy standby is always ready regardless of what is happening at the hypervisor level.
For teams that also need scheduled backup and point-in-time recovery alongside real-time replication, i2Backup covers physical servers, virtual machines, and databases from a single console. Together, i2Availability and i2Backup provide a layered approach to data protection that does not rely on any single platform’s native HA tooling.
See i2Availability in action in the demo below, and start a 60-day free trial to test it in your own environment.
Q1: Why is “Reconfigure for VMware HA” Not Clickable?
The option is not clickable because the host or its parent cluster is in a state that prevents HA operations. The most common causes are vSphere HA being disabled at the cluster level, the host being in maintenance mode, or a management network disconnection between the host and vCenter.
Q2: How Do I Manually Trigger vSphere HA Reconfiguration?
Right-click the ESXi host in the vSphere Client and select Reconfigure for vSphere HA. If the option is greyed out, verify that HA is enabled on the cluster and that the host is fully connected and in an active state before retrying.
Q3: Does Disabling and Re-enabling HA Fix a Greyed-Out Reconfigure Option?
In many cases, yes. Toggling Turn ON vSphere HA off and on at the cluster level forces vCenter to redeploy the FDM agent across all hosts. Use this with caution though, as it temporarily removes HA protection from all VMs in the cluster during the process.
Q4: What Is the FDM Agent in vSphere HA?
The Fault Domain Manager (FDM) agent is installed on each ESXi host when it joins a vSphere HA cluster. It handles host status reporting, VM heartbeat monitoring, and coordinating automated VM restarts when a host failure is detected.
A greyed-out Reconfigure for vSphere HA option almost always comes down to one of eight conditions: HA disabled at the cluster level, maintenance mode, host connectivity issues, permission gaps, a healthy agent that needs no action, a blocked task queue, a VIB compliance failure in vSphere 8, or an Essentials license without HA entitlement. Work through each cause systematically and the fix is usually straightforward.
Once the FDM agent is back to a healthy state, verify the result in the host’s Summary tab and the cluster’s Monitor > vSphere HA tab before considering the issue closed. And if you are running reconfiguration on the primary HA host, set das.config.fdm.unknownStateMonitorPeriod to 30 seconds first to avoid false failover alerts.
For environments where native vSphere HA agent dependency is a concern, Info2soft’s i2Availability provides an independent replication and failover layer that keeps your VMs protected regardless of FDM agent state.