Datastore counters not showing up after the VCenter was upgraded to 6.5 U2

Hello:

Some time ago, one of the VCenters was upgraded to version 6.5 U2 (during they had some problems and VCenter had to be rebuilt). Since then, I have a hard time gathering the data for the attached datastores - collection "stopped" and the GUI shows "NaNQ".
I've tried the following, under 'lpar2rrd' user:
- test VCenter connectivity - OK;
- verified 'lpar2rrd' rights assignment - R/O at the VCenter level and all child objects - OK;
- ran: './load.sh' and './load.sh html' from the install directory of LPAR2RRD - OK
- vSphere Perl SDK is 6.0
    $ $PERL ~/lpar2rrd/vmware-lib/apps/connect.pl --version
     vSphere SDK for Perl version: 6.0.0
     Script 'connect.pl' version: 1.0

Do I have to upgrade the SDK to 6.5 (if I do so, will it work with other VCenters that are not at v6.5 yet?) ?

Please advise.

Comments

  • Hi,

    definitelly upgrade to SDK 6.5 however I am not convicend that it resolves it.
    It does not hurt other vCenters 6.0.

    perl ~/lpar2rrd/vmware-lib/apps/connect.pl --version
    vSphere SDK for Perl version: 6.5.0
    Script 'connect.pl' version: 1.0

    When it does not help then send us logs:

    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 etc tmp/*txt 
    gzip -9 logs.tar
    
    Send us logs.tar.gz via https://upload.lpar2rrd.com

  • 1. SDK upgraded to v6.5.0:
    $ perl ~/lpar2rrd/vmware-lib/apps/connect.pl --version
    vSphere SDK for Perl version: 6.5.0
    Script 'connect.pl' version: 1.0

    2. under lpar2rrd user:
    ./load.sh
    ./load.sh html

    3. no change
    4. logs uploaded

Sign In or Register to comment.