Missing VMware heatmap after upgrade

Hi,

First - thanks for your continued support and development.

I upgraded from 5.07 to 6.00 earlier in the week and the heatmap for VMware seems to have disappeared, I left it a few days to ensure that it wasnt something that required 24h to generate

Also - what is the correct way to remove an old vcentre which has been decommissioned?

Thanks,

Comments

  • Hi
    as to heatmap,
    Send us logs pls. 
    Note a short problem description in the text field of the upload form.
    
    cd /home/lpar2rrd/lpar2rrd  # or where is your LPAR2RRD working dir
    tar cvhf logs.tar logs tmp/*txt tmp/*json
    gzip -9 logs.tar
    
    Send us logs.tar.gz via https://upload.lpar2rrd.com
    You might even attach screenshots when it helps in understanding of the issue.
    Vcenter disappers from gui after 30 day of inactivity.
    If you want to remove data from file system, we can supply script.
  • Thanks, I've uploaded the logs.

    I'm happy to wait for the 30days pruning


  • heatmap*.html is actually being generated so its an issue with it not being displayed on the menu rather than it not being generated. I've restored genjson.pl from v5.07 which has resolved this.

    Thanks
  • Hello,

    there was a bug in 6.00, please use this patch:

    Gunzip it and copy to /home/lpar2rrd/lpar2rrd/bin (755, lpar2rrd owner)
    -rwxr-xr-x 1 lpar2rrd lpar2rrd 126604 Mar  4 15:04 genjson.pl

    If your web browser gunzips it automatically then just rename it: mv genjson.pl.gz genjson.pl
  • Hi Jirka,

    Thanks - this is now working
Sign In or Register to comment.