When attempting to convert a cluster from baseline-managed to image-based management in vSphere Lifecycle Manager (vLCM), the following warning or error is displayed:
"Orphan vibs found"
Users may also see references to "unrecognized VIBs" specifically for the vmware-fdm component during the "Proceed with Image" or "Transition" phase.
VMware vCenter Server 8.x
This behavior is expected.
The vmware-fdm (Fault Domain Manager) VIB is the agent responsible for vSphere HA. It is not part of the standard ESXi base image. Instead, it is a solution-specific VIB that vCenter Server dynamically injects into the Cluster Image only when vSphere HA is enabled on the cluster.
Because the initial vLCM image does not inherently contain the vmware-fdm component, vLCM flags the existing agent on the host as "orphaned" because it has no match in the proposed target image.
You can safely proceed with the conversion. Thevmware-fdm component will be automatically managed after the transition.
vmware-fdm.vmware-fdm component back into the vLCM image and the hostsNote: If the transition is strictly blocked (not just a warning), you may manually remove the VIB via SSH using esxcli software vib remove -n vmware-fdm before proceeding with the conversion, then re-enable HA at the cluster level once the transition is complete.