Cluster Image Updates Showing all hosts with Error Message: "Host is not compatible with the image."
search cancel

Cluster Image Updates Showing all hosts with Error Message: "Host is not compatible with the image."

book

Article ID: 413470

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

  • All hosts are throwing the following error message: <Host is not compatible with the image.>
  • Reviewing vCenter <var/log/vmware/vmware-updatemgr/vum-server/vmware-vumserver.log> - the following errors are observed.
    -->                                                         "default_message": "Host is not compatible with the image.",
    -->                                                         "id": "com.vmware.vcIntegrity.lifecycle.HostScan.HostCompliance.Incompatible",
  • Reviewing the same <vmware-vumserver.log> reveals the cluster image contains an HBR build of 24299508.
       }
    -->                                                                         ],
    -->                                                                         "details": {
    -->                                                                             "OPTIONAL": {
    -->                                                                                 "STRUCTURE": {
    -->                                                                                     "com.vmware.esx.settings.solution_details": {
    -->                                                                                         "components": [
    -->                                                                                             {
    -->                                                                                                 "STRUCTURE": {
    -->                                                                                                     "com.vmware.esx.settings.solution_component_details": {
    -->                                                                                                         "component": "VMware-HBR-Agent",
    -->                                                                                                         "display_name": "Host Based Replication Agent for ESX",
    -->                                                                                                         "display_version": {
    -->                                                                                                             "OPTIONAL": "HBR component for ESX - version 8.0.3 build 24299508"
    -->                                                                                                         },
    -->                                                                                                         "vendor": "VMware"
    -->                                                                                                     }
  • ESXi is configured with the following HBR build:
    "STRUCTURE": {
    -->                                                                 "com.vmware.esx.settings.notifications": {
    -->                                                                     "errors": {
    -->                                                                         "OPTIONAL": [
    -->                                                                             {
    -->                                                                                 "STRUCTURE": {
    -->                                                                                     "com.vmware.esx.settings.notification": {
    -->                                                                                         "id": "com.vmware.vcIntegrity.lifecycle.HostScan.SolutionComponentDowngrade",
    -->                                                                                         "message": {
    -->                                                                                             "STRUCTURE": {
    -->                                                                                                 "com.vmware.vapi.std.localizable_message": {
    -->                                                                                                     "args": [
    -->                                                                                                         "Host Based Replication Agent for ESX(HBR component for ESX - version 9.0.0 build 24556354)",
    -->                                                                                                         "VMware-HBR-Agent"
    -->                                                                                                     ],
    -->                                                                                                     "default_message": "Downgrades of Components Host Based Replication Agent for ESX(HBR component for ESX - version 9.0.0 build 24556354) in Solution VMware-HBR-Agent are not supported.",

Environment

vCenter 8.x

Cause

    • VLCM will not downgrade host components. 

 

Resolution

  • Edit the cluster image to include the same version of HBR already configured on ESXi.
  • Remove the VIB from the host manually using the command <esxcli software vib remove -n vmware-hbr-agent>
    • Then re-apply the cluster image. 
  • OR just remove the HBR vib from both the host and cluster image if it is not utilized. 

Additional Information

  • For more information please see KB: 381723