Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

Error: Not enough data collected to generate an availability report

Details

Why does the Availability Report page state Not enough data collected to generate an availability report?

Solution

The Availability Report is generated after scheduled tasks in the Service Console are completed. As these tasks are scheduled to be run daily, an entire day of operation may be necessary before the report is ready to be viewed in the Management User Interface.
 
You can manually execute the scripts that generate the report by issuing this command from the Service Console as the root user:
 
/etc/cron.daily/vmkuptimereport
 
Note: There is a known issue with ESX Server for systems that have '-' characters in their hostnames. This issue prevents the Availability Report from being generated. This problem has been solved in ESX Server 2.0 and later.
 
To workaround this issue if you have an earlier version of ESX Server installed:
  1. Log in to the Service Console as the root user.
  2. Edit the /usr/sbin/vmkuptime.pl file. 
  3. Look for the line:

    if ($line =~ /^(\w+)\s*(\w*):\s+\((\d+)\)\s+(.*)$/) 

  4. Change this line to (the first w should be changed to an S):

    if ($line =~ /^(\S+)\s*(\w*):\s+\((\d+)\)\s+(.*)$/)

  5. Save the file and then run /etc/cron.daily/vmkuptimereport from the command line as described earlier in this article. The Availability Report should now be viewable in the Management User Interface.

Keywords

.

Request a Product Feature

To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.

Feedback


Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
Actions
KB: