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

The Storage Groups associated storage node is not valid

Scheduled Pinned Locked Moved Solved
FOG Problems
5
17
3.0k
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.
  • R
    raumin
    last edited by Mar 30, 2016, 7:02 AM

    Hi,

    i cannot deploy an image anymore, i can capture, the image is well present on the NFS.

    1- On Web GUI, i get this:

    Failed to create deployment tasking for the following hosts
    Image not found on node: willy
    

    2- Booting directly from the the host and choosing an image give me this :

    http://172.x.x.x/fog/service/ipxe/boot.php...ok
    The storage groups associated storage node is not valid
    

    How can i resolve this please? Thank you

    FOG trunk

    C 1 Reply Last reply Mar 30, 2016, 7:18 AM Reply Quote 0
    • C
      ch3i Moderator @raumin
      last edited by Mar 30, 2016, 7:18 AM

      @raumin Hi, I saw your post on another topic about that error, have you try Tom solution ? : https://forums.fogproject.org/topic/6857/the-storage-groups-associated-storage-node-is-not-valid/4

      1 Reply Last reply Reply Quote 1
      • R
        raumin
        last edited by Mar 30, 2016, 7:43 AM

        Hi ch3i,

        yep i tried but i dont really understand…

        I get a storage group called “Principal”
        In the storage node called “Willy”, i selected the Storage Group “Principal”.

        Then i put my image in the storage group “Principal” but it doesnt work.

        Is that it ? What i dont undestand is i can upload an image but the deploy is not ok…

        FOG trunk

        1 Reply Last reply Reply Quote 0
        • G
          george1421 Moderator
          last edited by Mar 30, 2016, 10:09 AM

          Can you confirm that on your storage node Willy, that your images are in really in the /images folder. Depending on the size of the image and the connection speed it may take some time to replicate the images from your main storage node (typically your FOG server) to your remote storage node.

          As far as I know you can only capture images to your main storage node. So I can understand why capture works, but deploy might not.

          Is it safe to assume that you are also using the location plugin to allocate your storage node to a specific location that is different from your main storage node?

          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!

          R 1 Reply Last reply Mar 30, 2016, 10:36 AM Reply Quote 0
          • R
            raumin @george1421
            last edited by Mar 30, 2016, 10:36 AM

            @george1421
            yes, the image directory is /images .

            My storage node is a QNAP Nas, everything was working well until an update, the paths are correct (/images), credentials are ok, the storage node is the “Master node”.
            i can browse in the FTP.

            I am not using the location plugin.

            I suspect a problem in the database, i’m checking the tables…

            FOG trunk

            1 Reply Last reply Reply Quote 0
            • G
              george1421 Moderator
              last edited by Mar 30, 2016, 11:39 AM

              OK, that tells me everything I need to know. You are not using a linux box for a FOG storage node. I ran into the same error when setting up a synology NAS as well as a windows server as a storage node. https://forums.fogproject.org/topic/6941/windows-server-as-fog-storage-node-fin/6
              The newer versions of FOG makes some http web calls to the storage node (it didn’t do this with 1.2.0 stable). The storage node did not respond correctly to the master node so the The storage groups associated storage node is not valid error was thrown in my testing. If the @Developers could add an option to the function of master node so that if the storage node is not a linux server the master node would react like FOG 1.2.0 and just assume the storage node is functional.

              This is only speculation since I have not researched the code to see where this error is actually being thrown.

              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!

              T 1 Reply Last reply Mar 30, 2016, 11:40 AM Reply Quote 0
              • T
                Tom Elliott @george1421
                last edited by Mar 30, 2016, 11:40 AM

                @george1421 It’s probably simpler than all that. I can actually add back the FTP checks that were in place, in the case the node doesn’t return any data/error 404.

                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

                G 1 Reply Last reply Mar 30, 2016, 11:43 AM Reply Quote 0
                • G
                  george1421 Moderator @Tom Elliott
                  last edited by george1421 Mar 30, 2016, 5:44 AM Mar 30, 2016, 11:43 AM

                  @Tom-Elliott With my testing everthing was in place on the windows storage node. All of the images where there, in debug mode the target computer could map to the windows storage node via nfs. I was just able to trap the http calls in IIS and it was about the same time the error was displayed on the target computer.

                  BUT I love simple fixes too.

                  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!

                  T 1 Reply Last reply Mar 30, 2016, 11:47 AM Reply Quote 0
                  • T
                    Tom Elliott @george1421
                    last edited by Mar 30, 2016, 11:47 AM

                    @george1421 It’s simpler to check if any data exists in the return, and if not use FTP data to get the same info. Just a little bit more work, but should do the job nicely.

                    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 2
                    • R
                      raumin
                      last edited by Mar 30, 2016, 12:17 PM

                      how can i fix it ? It’s a bit annoying 🙂

                      FOG trunk

                      W T 2 Replies Last reply Mar 30, 2016, 12:20 PM Reply Quote 0
                      • W
                        Wayne Workman @raumin
                        last edited by Mar 30, 2016, 12:20 PM

                        @raumin said:

                        how can i fix it ? It’s a bit annoying 🙂

                        Just wait, Tom is working on a fix. He will inform everyone here in this thread when it’s ready. It shouldn’t be too long.

                        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
                        • T
                          Tom Elliott @raumin
                          last edited by Mar 30, 2016, 12:20 PM

                          @raumin what a bit while i work on it.

                          Sorry, I’m fast but i also have other things sometimes.

                          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

                          R 1 Reply Last reply Mar 30, 2016, 12:24 PM Reply Quote 1
                          • R
                            raumin @Tom Elliott
                            last edited by Mar 30, 2016, 12:24 PM

                            @Tom-Elliott

                            No problem Tom, i did not undestand that you were working on it 😉

                            FOG trunk

                            1 Reply Last reply Reply Quote 0
                            • T
                              Tom Elliott
                              last edited by Mar 30, 2016, 1:37 PM

                              Readded the ftp checking. Please test and let us know.

                              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

                              R G 2 Replies Last reply Mar 30, 2016, 1:46 PM Reply Quote 1
                              • R
                                raumin @Tom Elliott
                                last edited by Mar 30, 2016, 1:46 PM

                                @Tom-Elliott Yep it works great, thank you for this quick fix.

                                FOG trunk

                                1 Reply Last reply Reply Quote 0
                                • G
                                  george1421 Moderator @Tom Elliott
                                  last edited by Mar 30, 2016, 1:57 PM

                                  @Tom-Elliott Ok so this means I can restart the windows storage node POC again? Its not that I need this solution only to prove that it can or can’t be done. I was also working on the howto for synology and ran into the same roadblock.

                                  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!

                                  T 1 Reply Last reply Mar 30, 2016, 2:01 PM Reply Quote 0
                                  • T
                                    Tom Elliott @george1421
                                    last edited by Mar 30, 2016, 2:01 PM

                                    @george1421 Yes.

                                    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
                                    • 1 / 1
                                    1 / 1
                                    • First post
                                      7/17
                                      Last post

                                    164

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project