Storage node disk usage missing
-
@hugo said in Storage node disk usage missing:
whereas my proxy settings are correctly set in wgetrc file and in bashrc environment variables (with “export” command)
Ok lets focus on this statement then.
So your fog server is behind a proxy server right?
If you key in the following command, please post the results here:
set |grep proxy
-
Yes that’s right, here’s what i got :
I can’t disclose the IP’s but the three lines are the same -> IP and Port of the proxy server
-
@hugo OK I wanted to make sure you had the no_proxy in there. Typically you would put your proxy settings in like this
export http_proxy="http://<IP_Addr>:<Port>" export https_proxy="http://<IP_Addr>:<Port>" export ftp_proxy="http://<IP_Addr>:<Port>" no_proxy="127.0.0.1, <fog_server_ip>"
For the proxy ones you need to ensure you have http:// in front of the proxy server address, and for no_proxy the loopback ip address and the network interface for the FOG server.
-
@george1421 Yes the problem is that I have no longer access to the server until monday morning… I did this config on a VM to post you the result but that’s not the real server (http:// is set on the good one).
So I will add the fog_server_ip for the no_proxy variable on Monday and i’ll keep you in touch
-
can we see a picture of the problem please?
Can you also include the Information as it’s stored on the GUI? Proxy is not used to get storage node information.
-
@tom-elliott I don’t have access to the server now but my problem is exactly the same as this post, only difference is that in my case that’s a fresh install and not an upgrade :
What do you mean by Information stored on the GUI ?
And we talked about proxy because of the “Backing up database” failed that I have when trying to rerun the script.
-
@george1421 @Tom-Elliott Hi guys, just successfully reran the script after adding the fog_server_ip for the $no_proxy variable.
So I’m now on 1.5.0-RC-6 but still the same problem, no Sotrage node disk usage on Dashboard …
-
@hugo this is the same node that you access the GUI from? Or is GUI different? I ask because I added code that switched from always using http to access node information. If the nodes are all setup without https but you access the GUI with https it would have won’t even display the node in the list. Otherwise I don’t quite now for the moment.
-
@tom-elliott That’s my master server so yes, this is the same node that I access the GUI from.
-
Ok I don’t know why, but creating a new user on the GUI made the disk usage come back !
Maybe it has updated the db ? Really don’t know but IT WORKS ! You can mark it as “Solved”.
Thanks for your help