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

Deploying Single Snapins to Group All

Scheduled Pinned Locked Moved Solved
FOG Problems
4
35
11.2k
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.
  • M
    MarkusK @MarkusK
    last edited by May 9, 2017, 12:52 PM

    @MarkusK said in Deploying Single Snapins to Group All:

    still exists

    Anyone?

    T 1 Reply Last reply May 9, 2017, 12:53 PM Reply Quote 0
    • T
      Tom Elliott @MarkusK
      last edited by May 9, 2017, 12:53 PM

      @MarkusK have you updated?

      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

      M 1 Reply Last reply May 9, 2017, 12:55 PM Reply Quote 0
      • M
        MarkusK @Tom Elliott
        last edited by May 9, 2017, 12:55 PM

        @Tom-Elliott It’s maybe two weeks ago since. Should I give it another try?

        T 1 Reply Last reply May 9, 2017, 2:09 PM Reply Quote 0
        • T
          Tom Elliott @MarkusK
          last edited by May 9, 2017, 2:09 PM

          @MarkusK Sure. Just make sure you’re on dev-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

          M 2 Replies Last reply May 9, 2017, 2:12 PM Reply Quote 0
          • M
            MarkusK @Tom Elliott
            last edited by May 9, 2017, 2:12 PM

            @Tom-Elliott Thanks, I’ll give dev-branch a try next week.

            1 Reply Last reply Reply Quote 0
            • M
              MarkusK @Tom Elliott
              last edited by May 15, 2017, 12:07 PM

              @Tom-Elliott I upgraded to

              Running Version 1.4.0
              SVN Revision: 6069

              but the problem is still there. The second time I submit a single snapin to the same group, there is no Task visible under “Active Snapin Tasks”. Only the first time I submit a single snapin, the Tasks are created.

              Looking for the missing tasks, I found out, that there are tasks visible under “Active Tasks”, but the Image field is empty.

              T 1 Reply Last reply May 15, 2017, 1:13 PM Reply Quote 0
              • T
                Tom Elliott @MarkusK
                last edited by May 15, 2017, 1:13 PM

                @MarkusK Why would “image” be visible or not?

                Essentially, the tasks link into a snapin job. Those jobs are what are used to determine what’s available for the host to use.

                Either it’s working, or it’s not working.

                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

                M 1 Reply Last reply May 16, 2017, 8:00 AM Reply Quote 0
                • M
                  MarkusK @Tom Elliott
                  last edited by May 16, 2017, 8:00 AM

                  @Tom-Elliott I did some more tests. All snapins deploy to the host, but they are not correctly displayed under “Active Tasks” or incomplete under “Active Snapin Tasks” (The Image name is missing, when submitting a single snapin task to a group".

                  T 1 Reply Last reply May 16, 2017, 10:10 AM Reply Quote 0
                  • T
                    Tom Elliott @MarkusK
                    last edited by May 16, 2017, 10:10 AM

                    @MarkusK the image name is not important if the tasking is a snapin tasking.

                    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

                    M 1 Reply Last reply May 16, 2017, 11:12 AM Reply Quote 0
                    • M
                      MarkusK @Tom Elliott
                      last edited by May 16, 2017, 11:12 AM

                      @Tom-Elliott Image name sounds logical and is not so necessary. I only prefer to see the active snapin tasks and I wonder why they execute but I can’t see them under “Active Snapin Tasks”.

                      T 1 Reply Last reply May 16, 2017, 11:16 AM Reply Quote 0
                      • T
                        Tom Elliott @MarkusK
                        last edited by Tom Elliott May 16, 2017, 5:17 AM May 16, 2017, 11:16 AM

                        @MarkusK I can only imagine the “SnapinTasks” table is filled with erroneous data.

                        You could test this theory by: (It will remove any snapin history of course.)

                        TRUNCATE TABLE `fog`.`snapinTasks`;
                        TRUNCATE TABLE `fog`.`snapinJobs`;
                        DELETE FROM `fog`.`tasks` WHERE `taskTypeID` IN (12, 13);
                        DELETE FROM `fog`.`snapinAssoc` WHERE `saHostID` NOT IN (SELECT `hostID` FROM `fog`.`hosts`) OR `sSnapinID` NOT IN (SELECT `saSnapinID` FROM `fog`.`sID`);
                        

                        Because of all the “changes” I’m suggesting, I would highly suggest getting a backup of the database before performing these actions. This can be done from FOG Configuration Page->Configuration Save->Export

                        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

                        M 2 Replies Last reply Jun 9, 2017, 12:28 PM Reply Quote 0
                        • M
                          MarkusK @Tom Elliott
                          last edited by Jun 9, 2017, 12:28 PM

                          @Tom-Elliott Does this also delete the Active Snapin Jobs in the queue or just the history?

                          T 1 Reply Last reply Jun 9, 2017, 12:29 PM Reply Quote 0
                          • T
                            Tom Elliott @MarkusK
                            last edited by Jun 9, 2017, 12:29 PM

                            @MarkusK Entirely.

                            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
                            • M
                              MarkusK @Tom Elliott
                              last edited by Jul 31, 2017, 8:46 AM

                              @tom-elliott

                              DELETE FROM `fog`.`snapinAssoc` WHERE `saHostID` NOT IN (SELECT `hostID` FROM `fog`.`hosts`) OR `sSnapinID` NOT IN (SELECT `saSnapinID` FROM `fog`.`sID`);
                              

                              Returns #1146 - Table ‘fog.sID’ doesn’t exist

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

                              193

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.4k

                              Posts
                              Copyright © 2012-2024 FOG Project