Nos stats problem (but not the know one I guess)
-
Update: I have 4 hosts in that pool. For one host, I can see stats. But just for that one host only. Not sure if that helps to point to the right directrion.
BR
C -
@cgasser said in Nos stats problem (but not the know one I guess):
connect ECONNREFUSED 127.0.0.1:443
That's the issue. XO needs to have access to all hosts management IPs, not just the master. I assume you made a tunnel or something specific to make XO connecting to the master. It's not related to 8.2 or 8.3, it's an architecture thing on pools since XCP exists
-
@olivierlambert Hi! No, that is not the case. All servers are in the same rack. Connected to the same switch. Same network (VLAN, IP Range).
XOA runs on the master server. No stats for that server. But stats for another server are ok (just one), all the others are not working.
C
-
Then, there is one machine thinking its management IP is 127.0.0.1
-
@olivierlambert Right. Any idea on how to check and change that? Management interfaces seems to be OK on the hosts. I can access and manage all servers. It seems it is just the stats that are not working. C
-
I would print the result of the command
xe host-param-list uuid=<problematic host UUID>
to see where this localhost IP is set somlewhere. -
@olivierlambert Nothing with 127.0.0.1. Also hostname ( RO): is set correct. I can find some localhost entries. But for license server, etc. C
-
Let's try to grep
127.0.0.1
in the XAPI DB file then -
@olivierlambert Would you mind giving me a hint on where to find that file? C
-
Folder /var/lib/xcp/ file xapi? C
-
If it is the state.db file, then there is no mention of 127.0.0.1.
grep "127.0.0.1" state.db brings nothing no result. C