• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Storage node error when adding to management UI

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    13
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sebastian Roth Moderator
      last edited by

      @wambat10 said in Storage node error when adding to management UI:

      It’s just not showing in the web UI.

      What do you mean by “not showing”?? Please provide a screenshot.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      W 1 Reply Last reply Reply Quote 0
      • W
        wambat10 @Sebastian Roth
        last edited by wambat10

        @Sebastian-Roth

        This is what I’m seeing

        a88351a4-4dda-4d6b-87c7-456a0f097f5b-image.png

        and this

        d060cac1-96d2-4375-b8a7-0680cefc1861-image.png

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by

          @wambat10 Try this command as well: curl http://x.x.x.x/fog/status/kernelvers.php

          My guess is this is working just fine as well. So I can only imagine you have some kind of proxy server in your network that is interfering here.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          W 1 Reply Last reply Reply Quote 0
          • W
            wambat10 @Sebastian Roth
            last edited by

            @Sebastian-Roth

            1.5.9-RC2
            bzImage Version: 4.19.123
            bzImage32 Version: 4.19.123

            is the result. the storage node is located at a different site than the master node. with a private connection between the sites. the funny thing is we rebuilt our server after we had a problem with our previous fog server. prior to its problem on the old server the node’s graph and kernel version was listed in the web ui. nothing in the network has been changed. there is no proxy server in the network

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by

              @wambat10 Thanks for the update. That really sounds as if it’s not a network issue as I assumed.

              The weird thing from my point of view is that I have never seen those messages before “The server is temporarily unable to service your request due to …” is not part of the FOG code but a typical HTTP 503 “Service (Temporarily) Unavailable” error generated by the web server.

              To make sure you get this answer from the storage node I may ask you to double check the IP you have set for this storage node in the FOG web UI plus run tail -f /var/log/httpd/access_log (assuming you use CentOS) on the storage node console while you open the FOG settings page. You should see the request come in. If you don’t see it in the access log I am somewhat sure the request is going to a different system. Possibly your DNS setup is pointing to different IPs in the network segments you have.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              M 1 Reply Last reply Reply Quote 0
              • M
                mwolfe60 @Sebastian Roth
                last edited by

                @Sebastian-Roth so I ran the tail -f on the access.log and i saw 1 request come in but none after that.

                21f1a989-5e82-4499-b298-e2b9b2169fbc-image.png

                I have Verified the IP address and DNS it is all correct. I use the IP address to ssh into the storage node.

                Would re-running the fog setup in the storage node or the master node help here. also can i ask why we are pulling down 1.5.9-RC2 instead of 1.5.8? It seems odd that the git command is pulling a release candidate instead of the latest stable.

                M 1 Reply Last reply Reply Quote 0
                • M
                  mwolfe60 @mwolfe60
                  last edited by

                  @Sebastian-Roth so when we go to the http://10.1.26.88/fog/management/ we get this response
                  7c97aac1-9acf-4a3b-8208-b30c3d6e340a-image.png

                  but https://10.1.26.88/fog/management/ we get:

                  5cfe34ba-6bb0-4b5d-9634-7c915abaaca6-image.png

                  do i have a setting wrong in the master node?

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by

                    @mwolfe60 said in Storage node error when adding to management UI:

                    also can i ask why we are pulling down 1.5.9-RC2 instead of 1.5.8? It seems odd that the git command is pulling a release candidate instead of the latest stable.

                    We were hoping to bring out the new release (1.5.9) quickly after the release candidates and to have a few more people test the RC version to get some feedback we decided to push out RC in the git master branch - as it’s more stable and has less issues than 1.5.8 by the way. Then an unexpected wall of work hit and we didn’t get to do as we had planned. But we are back on course and will release 1.5.9 in a few days.

                    Ok, now I think I got what’s going on. You installed the master node with HTTPS enabled but not the storage node?! Good we pushed out the RC version on git master because there is a minor bug in the installer: We added the question on enabling HTTS/SSL for master node setups but not for storage nodes. So you still need to manually add the command line parameter to have a HTTPS enabled storage node setup. Please re-run the installer on your storage node like this: ./installfog.sh --force-https

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      mwolfe60 @Sebastian Roth
                      last edited by

                      @Sebastian-Roth

                      That fixed it thanks!

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @mwolfe60 @wambat10 Thanks for the quick response! I just pushed a fix to the dev-branch. So we have that right in the final release as well.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post

                        200

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.4k

                        Posts
                        Copyright © 2012-2024 FOG Project