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

    Persistent Group - Snapins

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    16
    1.5k
    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.
    • george1421G
      george1421 Moderator @vanopstp15d
      last edited by

      @vanopstp15d Is it possible that you deleted a snapin or changed its target system association? I can’t find any way this is possible unless the snapin has either been deleted from the system after the task was assigned, or something happened to the snapin.

      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!

      V 2 Replies Last reply Reply Quote 0
      • V
        vanopstp15d @george1421
        last edited by

        @george1421 May be…
        But the snapin withouth a name in the snapin history is the same as the one below…
        I’ll create a new snapin, associate it to the group (persistent) create à new VM register it and just make it member of the group.

        I’ll let you know the result.

        Thank you very much for your help.

        Have à nice day 😉

        1 Reply Last reply Reply Quote 0
        • V
          vanopstp15d @george1421
          last edited by

          @george1421
          I created a new snapin pack from a new zip file
          I created à new group called test-snapin, a new host with the same name
          I managed Active directory, snapin membership, Image etc in the group and checked if the settings where available on the host, everything was applied.

          I setup a new VM, booted into PXE
          Named the computer
          ignored master
          setup group and choosed test-snapin
          ignored domain (because set in group)
          ignored snapins (because set in group)
          Choose deploy now
          Reboot into PXE

          The deploy task starts and finish well, but i get the same problem with the snapin… the name is not showing in the snapin history and nothing will apply…

          Is it possible because it is a snapin PACK…?

          Thank you!

          alt text

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

            @vanopstp15d I guess I need to setup a snapin and deploy it this way to see if I can duplicate the issue. If I can, then I might be able to work out a path forward. There is some link that is missing here.

            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!

            V 1 Reply Last reply Reply Quote 0
            • V
              vanopstp15d @george1421
              last edited by

              @george1421 I tried again today because I found out the Host-Template was member from the Group… But no differences, still the same problem.

              Can it have to do with the Snapin Timeout?

              I really need to figure ou this problem. Has anyone run into the same problem?

              Is there any posibility to force the snapins with command line from the client (Windows)?

              Thank you!

              EduardoTSeoaneE 1 Reply Last reply Reply Quote 0
              • EduardoTSeoaneE
                EduardoTSeoane @vanopstp15d
                last edited by

                @vanopstp15d
                Fog service is an iteration of services, you can restart it and force to be executed with only stop/start the service. Take care, the services has an execution order, example if you put a task and a snapin, always be executed the task first. The order is by service list, not by launching time.

                You can do it from the powershell console, locally or remotelly if you have remote powershell configured.

                If you restart the fogservice you lost the useragent until you execute it again or restart the computer.

                V 1 Reply Last reply Reply Quote 0
                • V
                  vanopstp15d @EduardoTSeoane
                  last edited by

                  @EduardoTSeoane Thank you for your awnser, but restarting the service won’t resolve my problem 😕

                  I think to problem comes from how the snapin task is set when you want to deploy directly after full registration. The snapin task won’t get the snapin ID, may be because the complete deploy task is set before the persisten group code excecutes. But i don’t know how i can check this.

                  For information: if you register the computer and set the task from fog’s web interface the snapins will be applied because the task is set correctly.

                  Have I nice day 😉

                  EduardoTSeoaneE 1 Reply Last reply Reply Quote 0
                  • EduardoTSeoaneE
                    EduardoTSeoane @vanopstp15d
                    last edited by

                    @vanopstp15d
                    Restart service is for that question you do on the last post, maybe i missunderstood the question…
                    Is there any posibility to force the snapins with command line from the client (Windows)?

                    About the question:

                    I use persistent groups & location too but not Active Directory… and I haven’t that problem…

                    so… What about a database repair procedure?

                    [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL](link url)

                    V 1 Reply Last reply Reply Quote 0
                    • V
                      vanopstp15d @EduardoTSeoane
                      last edited by

                      @EduardoTSeoane
                      I really appreciate your help, it’s reassuring to hear you use it without any problems. i’ll give a database repair a try!

                      Thanks 😉

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

                        @vanopstp15d I was setting up persistent groups in my test environment to see if I can duplicate your findings. I’ve been drawn away from testing by my day job. Hopefully I can have this debugged yet today.

                        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!

                        V 1 Reply Last reply Reply Quote 0
                        • V
                          vanopstp15d @george1421
                          last edited by

                          @george1421
                          Thank you very much for your help!

                          For information, i ran the next command succesfully:

                          DELETE FROM `hosts` WHERE `hostID` = '0';
                          DELETE FROM `hostMAC` WHERE hmID = '0' OR `hmHostID` = '0';
                          DELETE FROM `groupMembers` WHERE `gmID` = '0' OR `gmHostID` = '0' OR `gmGroupID` = '0';
                          DELETE FROM `snapinGroupAssoc` WHERE `sgaID` = '0' OR `sgaSnapinID` = '0' OR `sgaStorageGroupID` = '0';
                          DELETE from `snapinAssoc` WHERE `saID` = '0' OR `saHostID` = '0' OR `saSnapinID` = '0';
                          DELETE FROM `hosts` WHERE `hostID` NOT IN (SELECT `hmHostID` FROM `hostMAC` WHERE `hmPrimary` = '1');
                          DELETE FROM `hosts` WHERE `hostID` NOT IN (SELECT `hmHostID` FROM `hostMAC`);
                          DELETE FROM `hostMAC` WHERE `hmhostID` NOT IN (SELECT `hostID` FROM `hosts`);
                          DELETE FROM `snapinAssoc` WHERE `saHostID` NOT IN (SELECT `hostID` FROM `hosts`);
                          DELETE FROM `groupMembers` WHERE `gmHostID` NOT IN (SELECT `hostID` FROM `hosts`);
                          DELETE FROM `tasks` WHERE `taskStateID` IN ("1","2","3");
                          DELETE FROM `snapinTasks` WHERE `stState` in ("1","2","3");
                          TRUNCATE TABLE multicastSessions; 
                          TRUNCATE TABLE multicastSessionsAssoc; 
                          DELETE FROM tasks WHERE taskTypeId=8;
                          

                          But the problem remains…

                          EduardoTSeoaneE 1 Reply Last reply Reply Quote 0
                          • EduardoTSeoaneE
                            EduardoTSeoane @vanopstp15d
                            last edited by Sebastian Roth

                            @vanopstp15d try

                            mysqlcheck -r fog
                            
                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post

                            163

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.3k

                            Posts
                            Copyright © 2012-2024 FOG Project