Nos stats problem (but not the know one I guess)
-
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
-
do you have a default backup network set on the advanced tab of the pool view ?
the rrd go through this -
@florent Yes. That was set. We want to run all backups in a dedicated network (VLAN, 10 Gbit, et,c). That network is completely separated.
Does that mean if I use a backup network, I wont get any stats?
Is there any documentation available on that that I can read?BR
C