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

Another Domain Join Issue

Scheduled Pinned Locked Moved Solved
FOG Problems
6
44
8.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.
  • J
    Jay Bosworth @Sebastian Roth
    last edited by Sep 19, 2019, 5:15 PM

    @Sebastian-Roth I think we are close. FOG is still not starting automatically though. I checked the event viewer and there are no errors there so I think it just isn’t getting the command to start as opposed to last time when it was trying but was erroring out. I tried starting it manually and then restarting and it does eventually start running in that case. Without doing that, I have been waiting about 45 minutes and the status hasn’t changed to running yet.

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Sep 19, 2019, 8:36 PM

      @Jay-Bosworth Do you have all the latest Windows updates installed on the image before capturing? Just asking because we have reports of the FOG client failing on systems where Windows Update kicks in.

      It sounds strange that the service wouldn’t properly start by itself. Have not seen this before. Do other services start normally?

      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

      J 1 Reply Last reply Sep 20, 2019, 11:56 AM Reply Quote 0
      • J
        Jay Bosworth @Sebastian Roth
        last edited by Sep 20, 2019, 11:56 AM

        @Sebastian-Roth Yes, all of the Windows updates have been applied. I do all of that before I capture my audit image. I even double checked this time before I created it. Other services appear to be starting just fine.

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Sep 20, 2019, 12:41 PM

          @Jay-Bosworth Do you see if the service is starting and crashing over and over again?

          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

          J 1 Reply Last reply Sep 20, 2019, 5:08 PM Reply Quote 0
          • J
            Jay Bosworth @Sebastian Roth
            last edited by Sep 20, 2019, 5:08 PM

            @Sebastian-Roth No, nothing in the event viewer like the last time. Like I said, if I manually start the service the first time it then automatically starts after about ten minutes or so on subsequent reboots.

            D 1 Reply Last reply Sep 23, 2019, 12:56 PM Reply Quote 0
            • D
              David Osinski @Jay Bosworth
              last edited by David Osinski Sep 23, 2019, 6:58 AM Sep 23, 2019, 12:56 PM

              @Jay-Bosworth
              Jay on a side note while the guys are trying to troubleshoot the problem with services, ect., can you go ahead and try to spin up a new virtual machine and load widows from scratch. Mabey every try audit mode again but dont disable services (i never do and it works perfect) like you mentioned in your original post. Just install fog client and %WINDIR%\system32\sysprep\sysprep.exe /generalize /shutdown /oobe
              If your running a unattended.xml, please make sure your not doing post scripts for the test. Just try to make it as bare bones as possible. This will test to make sure
              1 your fog enviroment is running functionally
              2 you are building your windows images correctly

              If it works, you need to evaluate on how your building your images.
              If it doesnt work, then im going to leave it to the other guys

              J 1 Reply Last reply Sep 23, 2019, 5:42 PM Reply Quote 1
              • J
                Jay Bosworth @David Osinski
                last edited by Sep 23, 2019, 5:42 PM

                @David-Osinski Okay, I can try to start from scratch. It has been working fine for years with dozens of images that I created, so I am pretty sure that process is fine. I might have missed something on the past two I created, but I kind of doubt it. The only thing that is really different this time is the addition of the 1903 update.

                1 Reply Last reply Reply Quote 0
                • J
                  Jay Bosworth
                  last edited by Sep 23, 2019, 6:55 PM

                  I think we can chalk this one up as solved. I went back to my original audit image and I undid pretty much everything I had tried with the exception of using the newer FOG client. With my original SetupComplete file and everything else back to the way it was, it seems to be working now.

                  I truly believe the fix was just a matter of updating the FOG client to 11.16 I apologize for all of the hassle but I appreciate all of the help you tried to give me.

                  1 Reply Last reply Reply Quote 3
                  • A
                    ayy_nelson
                    last edited by Sep 24, 2019, 1:08 PM

                    I have been experiencing similar issues since moving to 1903… Though I am using the 11.16 FOG client. I didn’t find that adding those two sc.exe lines in my SetupComplete helped, and after checking for errors I have ruled out the Win update issue. I am considering starting a new image from scratch again, because like Jay, I’ve gone through about a dozen different changes and might be missing something crucial.

                    @Sebastian-Roth Is that Modules.dll for a small fix or for debugging? I’ve seen on other posts that you can join domain the in unattend.xml file. Is there a way to join domain AND change the name?

                    Looking for any sort of fix or recommendations here. For now, I’m fine with throwing some duct tape on it to get back off the ground!

                    G 1 Reply Last reply Sep 24, 2019, 6:23 PM Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Sep 24, 2019, 5:20 PM

                      @ayy_nelson said in Another Domain Join Issue:

                      I have been experiencing similar issues since moving to 1903

                      Did you do an in-place upgrade or fresh install of 1903??

                      What do you mean by similar? The fog-client software not joining a domain or renaming the host can have a dozen or so different reasons. I’d suggest you post you full story in a new topic, add a full fog-client log and we’ll have a look at it.

                      Is that Modules.dll for a small fix or for debugging?

                      Only debugging.

                      I’ve seen on other posts that you can join domain the in unattend.xml file. Is there a way to join domain AND change the name?

                      I am not an expert on unattend.xml stuff. Maybe @george1421 can give you an answer on this.

                      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
                      • G
                        george1421 Moderator @ayy_nelson
                        last edited by george1421 Sep 24, 2019, 12:26 PM Sep 24, 2019, 6:23 PM

                        @ayy_nelson said in Another Domain Join Issue:

                        Is there a way to join domain AND change the name?

                        Yes there is. In my case I don’t use the FOG Client at all for regulatory reasons. So I do everything in the unattend.xml file. My unattend.xml file connect the computer to AD as well as sets its host name. I do this using a FOG Post install script that connects to the windows 😄 drive just after the image is copied, updates the unattend.xml file with deploy time data, and finally disconnects from the 😄 drive before FOG finishes its deploy sequence.

                        The post install script how to is covered here: https://forums.fogproject.org/topic/11126/using-fog-postinstall-scripts-for-windows-driver-injection-2017-ed

                        You are probably most interested in the “fog.updateunattend” script. I know the sed scripts will melt your brain, but that’s where all of the action is. They search for the key word(s) then replace the key words with the keywords + the proper values.

                        Here is a sanatized version of my unattend.xml script. I’m using the same one for Win10 1903 as I used for Win7. https://forums.fogproject.org/topic/11920/windows-10-1803-sysprep-problem/7 The point is if its in a text file and can be searched by sed the value(s) can be replaced by sed

                        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 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        2 / 3
                        • First post
                          43/44
                          Last post

                        243

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project