vSphere Cluster Services health shows "History is not available at the moment.". - VMware vCenter Server
search cancel

vSphere Cluster Services health shows "History is not available at the moment.". - VMware vCenter Server

book

Article ID: 394952

calendar_today

Updated On:

Products

VMware vCenter Server 8.0

Issue/Introduction

After the VCSA upgrade from 7.0 to 8.0 U2, vSphere client on “Monitor > vSphere Cluster Services > Health” page for cluster showing in the main section mostly blank with only broken image icon and note “History is not available at the moment. Learn More [link]”. 

 

  • The  vCLS on a vSphere cluster are showing powered on and Running fine.
  • Confirm Cluster Health status.

    From VCSA MOB:

    • Go to the following url:

      https://<vcenter-fqdn>/mob/?moid=<cluster-id>&doPath=summary

    • Locate the "vcsHealthStatus" field in the summary table. The value should be "healthy".
    • If it is something other than healthy (such as degraded or nonhealthy), there is a problem with vCLS VMs in the given cluster.  This will impact HA and DRS functionality.  

    From the PowerCLI


    > Get-Cluster | select Name, @{N="VcsHealthStatus";E={$PSItem.ExtensionData.SummaryEx.VcsHealthStatus}}

  • vCLS Health not reported

Environment

vCenter Server 8.x

Cause

vCLS health change happened at very early stage of vpxd initialization, and at that point the event system was not properly initialized. The vCLS healthy event was missed.

Resolution

  1. Set DRS to Manual.
  2. Confirm no HA or DRS tasks occurring.
  3. Enable vCLS retreat mode (this will disable vCLS), see KB: Disable vCLS on a Cluster via Retreat Mode
  4. Confirm all tasks for the cluster vCLS VMs have completed (e.g., power off, delete, etc.).
  5. Enable System Managed (this will enable vCLS), see KB above. 
  6. Verify vSphere Cluster Services health shows Healthy status.
  7. Set DRS to original setting.

Additional Information

Contact Broadcom support