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

    Storage Nodes not showing in GUI

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    storage node
    5
    12
    3.7k
    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
      SbrewerBAV
      last edited by Wayne Workman

      +------+--------------+------------------------------+
      | ngID | ngName       | ngDesc                       |
      +------+--------------+------------------------------+
      |    1 | default      | Auto generated fog nfs group |
      |    2 | troubleshoot |                              |
      +------+--------------+------------------------------+
      2 rows in set (0.01 sec)
      
      +-------+---------------+----------------------+-----------------+------------+---------------------+----------------------+------------+---------------+------------------+--------------+---------------+---------------+-------------------+---------+---------+--------+--------------+-----------------+------------+
      | ngmID | ngmMemberName | ngmMemberDescription | ngmIsMasterNode | ngmGroupID | ngmRootPath         | ngmSSLPath           | ngmFTPPath | ngmMaxBitrate | ngmSnapinPath    | ngmIsEnabled | ngmHostname   | ngmMaxClients | ngmBandwidthLimit | ngmUser | ngmPass | ngmKey | ngmInterface | ngmGraphEnabled | ngmWebroot |
      +-------+---------------+----------------------+-----------------+------------+---------------------+----------------------+------------+---------------+------------------+--------------+---------------+---------------+-------------------+---------+---------+--------+--------------+-----------------+------------+
      |     3 | media         |                      | 1               |          1 | /mnt/pool/it/images | /opt/fog/snapins/ssl |            |               | /opt/fog/snapins | 1            | 10.228.255.10 |           100 |                 0 | fog     | *       | eth0   |              | /fog            |
      |     4 | troubleshot   |                      | 1               |          2 | /mnt/pool/it/images | /opt/fog/snapins/ssl |            |               | /opt/fog/snapins | 1            | 10.228.255.10 |           100 |                 0 | fog     | ******  |        | eth0         |                 | /fog       |
      +-------+---------------+----------------------+-----------------+------------+---------------------+----------------------+------------+---------------+------------------+--------------+---------------+---------------+-------------------+---------+---------+--------+--------------+-----------------+------------+
      2 rows in set (0.00 sec)
      

      Mod edited to use code box.

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        Are all your nodes updated to the same version? What do you mean not showing in the GUI? Under the dashboard page?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        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

        S 1 Reply Last reply Reply Quote 0
        • S
          SbrewerBAV @Tom Elliott
          last edited by

          @Tom-Elliott 0_1484333941780_Screenshot (1).png

          We were not aware that we would also have to update storage nodes, how would we go about fixing that issue?

          george1421G Wayne WorkmanW 2 Replies Last reply Reply Quote 0
          • george1421G
            george1421 Moderator @SbrewerBAV
            last edited by

            @SbrewerBAV Would you select this page again, and then review the tail of the apache error log to see if there is anything of help there?

            I’ve seen FOG do this if there is an error on the page or information coming from the database.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

            S 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @SbrewerBAV
              last edited by

              @SbrewerBAV said in Storage Nodes not showing in GUI:

              We were not aware that we would also have to update storage nodes, how would we go about fixing that issue?

              You update the storage nodes exactly the same way you updated the main server - with the latest fog installer. It’s the same steps.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • S
                SbrewerBAV @george1421
                last edited by

                @george1421 There are no errors that pop up when moving to the storage node space, im told when they went to change a setting on the storage node and they clicked save that was when it disappeared.(were updating the FTP path)

                D 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  I’d really appreciate if you’re still around hitting me up in chat.

                  I can’t see WHY this would be happening and think remote session (if possible) or at least real time feedback would be really good.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  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
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    Remoted in today.

                    Found this is actually an unknown bug until now.

                    @SbrewerBAV uses a jailed FTP system and the ftppath was adjusted to use /

                    In the storage node, when a path was being received/set to the storage node, I was using the php command rtrim to remove the right side trailing / if they were present, so I could present the path in a nicer method. This was removing the / as it was the only one present. As the imagepath and ftppath are required fields, it was returning the nodes as if they were invalid.

                    I’ve updated @SbrewerBAV code base with a quick patch to fix this and have addressed this potential issue for the working-1.3.3 branch.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    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 1
                    • D
                      doubleailes @SbrewerBAV
                      last edited by

                      @sbrewerbav said in Storage Nodes not showing in GUI:

                      @george1421 There are no errors that pop up when moving to the storage node space, im told when they went to change a setting on the storage node and they clicked save that was when it disappeared.(were updating the FTP path)

                      Same case here. I just update and the node disappear.

                      george1421G 1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @doubleailes
                        last edited by

                        @doubleailes [Moderator note] Please start your own thread because this thread is over 8 months old and I’m sure your computing environment is not the same as the OP of this thread. In your thread, please include what version of FOG you are using on both the master node and storage node as well as what OS is used on the master node and storage node(s)

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

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

                        176

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project