• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Hugo
    3. Posts
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 13
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Hugo

    • RE: Replication issue between Master node and Storage node

      @george1421 Yes there’s a little issue on that point : If the Node you just installed is added automatically in the GUI (it appears in the list of storage nodes with its IP) then the bandwidth is set to 0 by default and no problem with that.

      But if you have to create the new storage node manually (it was the case for my second one) then you’ve got the following error :

      0_1501766529534_error 0.JPG

      So my trick was to set a value like 10000, update the Node, then reset to 0 manually and Update again.

      posted in FOG Problems
      H
      Hugo
    • RE: Replication issue between Master node and Storage node

      @Quazz After updating the bandwidth to 10000, I can now update it to 0 in order to remove the limit. The replication is now working fine and I can track it on the disk Usage on the dashboard.

      I should have been more careful about the settings before posting … Thanks for your help guys !

      posted in FOG Problems
      H
      Hugo
    • RE: Replication issue between Master node and Storage node

      @quazz Damn yes you’re right for the bandwidth, I set it to 1 because ONLY for this node, it doesn’ allow me to let it to 0. But when thinking about it that was stupid ahah.

      I did that because when I installed the first node, it appears automatically on the GUI with his IP address. Then I just had to rename it adn the bandwidth was automatically set to 0 (no limite if i’m right).
      But for the second node, I don’t know why but I have to create it manually with all its settings, and with this method I can’t let the bandwidth to 0… So I let it to 1

      Anyway I try to make the installation again with a valid value and keep you in touch 😉

      posted in FOG Problems
      H
      Hugo
    • RE: Replication issue between Master node and Storage node

      @Sebastian-Roth Yes I can admit that it doesn’t look like an error like this, but I did exactly the same process for the first node I installed. There were about 6 images on it and the replication on the node took about 15 minutes. This new node’s got only 2 images and replication is still running after 30 minutes what makes me say that there’s something wrong.

      @george1421 There it is :

      0_1501746450440_storage page.JPG

      0_1501746464224_master2.JPG

      posted in FOG Problems
      H
      Hugo
    • Replication issue between Master node and Storage node
      Server
      • FOG Version: 1.5.0-RC-6
      • OS: CentOS 7.3
      Description

      Hello,

      I have a FOG master server with two “internal” storage nodes, one mounted on /images and the other on a /images2 repository that i’ve created.

      I added an external storage node associated to the primary master node (/images) : Replication works fine

      But then I have to add a second external storage node associated to the secondary master node (/images2). When I proceed, I can see it on the dashboard :

      0_1501685114155_dash.JPG

      In the fogreplicator.log, I can see that the replication start between the two nodes because of the following lines :

      0_1501685208810_replicatorlog1.JPG

      And on the side of the /images repository of the node, I can see that folders have been created for each images to replicate :

      0_1501685305016_images rep.JPG

      But unfortunately, it seems that the replication fails during processing because the Node usage disk stays on 100% Free on the dashboard. When I come back to the fogreplicator log after waiting 10 minutes for it to rerun, it appears that the replication is running and doesn’t want to finish :

      0_1501685607927_replicatorlog2.JPG

      Any suggestions would be helpful 🙂

      PS : Sorry for the red frames but I can’t disclose all of the information

      posted in FOG Problems
      H
      Hugo
    • RE: Storage node disk usage missing

      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 😉

      posted in FOG Problems
      H
      Hugo
    • RE: Storage node disk usage missing

      @tom-elliott That’s my master server so yes, this is the same node that I access the GUI from.

      posted in FOG Problems
      H
      Hugo
    • RE: Storage node disk usage missing

      @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 …

      posted in FOG Problems
      H
      Hugo
    • RE: Storage node disk usage missing

      @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 :

      0_1501266720939_Capture d’écran 2017-07-28 à 20.30.03.png

      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.

      posted in FOG Problems
      H
      Hugo
    • RE: Storage node disk usage missing

      @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 😉

      posted in FOG Problems
      H
      Hugo
    • RE: Storage node disk usage missing

      Yes that’s right, here’s what i got :

      0_1501261331027_set.JPG

      I can’t disclose the IP’s but the three lines are the same -> IP and Port of the proxy server

      posted in FOG Problems
      H
      Hugo
    • RE: Storage node disk usage missing

      Yeah sorry, it’s clear for me because of the time I spent on trying to solve it ahah.

      The original issue is the blank section for “Storage Node Disk Usage” on the dashboard.

      So :

      1. I can log into mysql with root user (with no password as set by default when installing) and with fogstorage user (with STORAGENODE MYSQLPASS)

      2. I can log on my FOG Server linux OS with fog account and password of .fogsettings.

      Then comes the second problem : The script always failed on “Backing up database” when I rerun it…

      posted in FOG Problems
      H
      Hugo
    • Storage node disk usage missing
      Server
      • FOG Version: 1.5.0-RC-4
      • OS: CentOS 7.3
      Description

      Hello,

      I know that similar topics have already been opened on this subject, but none of solutions posted worked for me…

      I decided to restart from begining with a fresh intstall, so I installed latest version with git method on a clean VM. No errors during the script, I can update the database schema and then access to the WebUI with default credentials, but the storage disk usage is still not present.

      I also realized that the ‘fogstorage’ user created during installation was set without any password, so I made an update on mysql (from command line on local server) to set the same password as in the WebUI (STORAGENODE MYSQLPASS)
      After that I updated both .fogsettings and config.class.php files with this password but still not working.

      I read on other topics that rerun the installer script after updating those files can solve the problem, but the script fails on “Backing up database” whereas my proxy settings are correctly set in wgetrc file and in bashrc environment variables (with “export” command).

      I suppose that the bug is only “graphical” because clicking in the blank space give me correct informations about used and free space on the disk, but still embarassing because the next part is to add additional storage nodes …

      Any help is very welcome 🙂

      Thanking you in advance.

      posted in FOG Problems
      H
      Hugo
    • 1 / 1