Clusters have same name?

Hello Xorux Team,
we are facing below Errormessages in lpar2rrd error.log
<snip>
Wed May 19 11:03:22 2021: Seems more clusters have same name cluster_XXX cluster_domain-c99391 cluster_domain-c354490 /opt/lpar2rrd/lpar2rrd/bin/heatmap.pl:714 :
Wed May 19 11:03:22 2021: Seems more clusters have same name cluster_YYY cluster_domain-c333262 cluster_domain-c25838 /opt/lpar2rrd/lpar2rrd/bin/heatmap.pl:714 :
<snip>
Our VMWare Team says - there are no duplicate names.
Is this a bug?

mfg.
ku

Comments

  • this info:
    su - lpar2rrd
    cd lpar2rrd
    grep "^A:" tmp/menu.txt|egrep "cluster_domain-c99391|cluster_domain-c354490"

    result is like:
    A:atom1:atom2:...
    A:atom3:atom4:...

    Is atom2 same as atom4?




  • Hello,
    seems to be that atom2 and atom4 are the same in our Environment (Servernames changed for hiding our Environment:
    <snip>
    [lpar2rrd@xxxx lpar2rrd]$ grep "^A:" tmp/menu.txt|egrep "cluster_domain-c99391|cluster_domain-c354490"
    A:ourserver.localhost.localdomain:cluster_Production:Totals:/lpar2rrd-cgi/detail.sh?host=cluster_domain-c99391&server=vmware_68959895-A67F-41F7-900F-F3E4A2F8A4C2_42&lpar=nope&item=cluster&entitle=0&gui=1&none=none::our_vCenter::V:
    A:ourserver.localhost.localdomain:cluster_Production:Totals:/lpar2rrd-cgi/detail.sh?host=cluster_domain-c354490&server=vmware_68959895-A67F-41F7-900F-F3E4A2F8A4C2_42&lpar=nope&item=cluster&entitle=0&gui=1&none=none::our_vCenter::V:
    [lpar2rrd@xxxx lpar2rrd]$ grep "^A:" tmp/menu.txt|egrep "cluster_domain-c99391|cluster_domain-c354490"|awk -F":" '{print $2}'
    ourserver.localhost.localdomain
    ourserver.localhost.localdomain
    [lpar2rrd@xxxx lpar2rrd]$ grep "^A:" tmp/menu.txt|egrep "cluster_domain-c99391|cluster_domain-c354490"|awk -F":" '{print $3}'
    cluster_Production
    cluster_Production
    <snip>

    mfg.
    ku

  • In this case you really have same names for two different clusters under one vCenter,
    our tool does not support this, probably some features will not function ok, we recommand to use different names for different clusters in one vCenter
  • Hmm, I do not know how this second cluster came into our configuration. Howto get rid of one of them?
  • Can you see this situation in vmware vSphere? Ask vmware team
  • VMware Team stated - there is no double naming in the clusters.
  • Hmm this, is interesting, we have to analyse
    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 tmp/*txt tmp/*json

    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.lpar2rrd.com

Sign In or Register to comment.