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

WIN10 Multicast Imaging Issues

Scheduled Pinned Locked Moved Solved
Windows Problems
3
34
3.3k
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
    Joe Gill @george1421
    last edited by Jun 8, 2018, 7:03 PM

    @george1421
    Thanks for explaining MDT. I will have to look into it. I’d love to only have one golden image for everything.

    So I think I figured one of my issues out… The SATA Operation in BIOS/UEFI was set to AHCI on some and ATA on others (two separate labs). The ATA image will not work on the AHCI image. That makes since now.

    To answer your questions - The model computers are identical. They are SATA SSD’s. The drivers are correctly installed on the master image.

    Now, I have since taken an image on the AHCI clone and it still does not multitask to the problem lab.

    1 Reply Last reply Reply Quote 0
    • J
      Joe Gill
      last edited by Jun 8, 2018, 7:14 PM

      @george1421
      I am re-running my AHCI image on some of the problem machines to verify that it does indeed fail on multicast. It should be done in about 10 minutes or so. I’ll post back when I find anything.

      1 Reply Last reply Reply Quote 0
      • J
        Joe Gill
        last edited by Jun 8, 2018, 7:55 PM

        @george1421
        Well I’m taking off for the weekend. This can wait until next week. The results from re-imaging was not successful. It still fails via multicast but does succeed via unicast.

        I’ll touch base with FOG on Monday.

        Thanks!

        J 1 Reply Last reply Jun 11, 2018, 4:58 PM Reply Quote 0
        • J
          Joe Gill @Joe Gill
          last edited by Joe Gill Jun 11, 2018, 10:58 AM Jun 11, 2018, 4:58 PM

          @george1421
          I wanted to report in on my findings… I tested things again and I can indeed push images via Unicast with my current image. I am currently pushing a lab of computers now. Unfortunately this isn’t very efficient.

          So I have set up a Windows Server 2016 with MDT and ADK installed on it. I am in the process of creating a golden image with that… I’m hoping by mid-week I will have a new image to use.

          Let me know if you’d like to see any log files or if you want to remote in.

          Thanks!

          G 1 Reply Last reply Jun 11, 2018, 4:59 PM Reply Quote 0
          • G
            george1421 Moderator @Joe Gill
            last edited by Jun 11, 2018, 4:59 PM

            @joe-gill So just multicasting is not working as you need it? (sorry too many threads).

            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!

            J 1 Reply Last reply Jun 11, 2018, 5:01 PM Reply Quote 0
            • J
              Joe Gill @george1421
              last edited by Jun 11, 2018, 5:01 PM

              @george1421

              That is correct.

              G 1 Reply Last reply Jun 11, 2018, 5:20 PM Reply Quote 0
              • G
                george1421 Moderator @Joe Gill
                last edited by george1421 Jun 11, 2018, 11:25 AM Jun 11, 2018, 5:20 PM

                @joe-gill OK between imaging I want you to test something for me.

                Lets disable php-fpm (you’re on FOG 1.5.4 right?) If so, lets check to see if its php-fpm causing the problem.

                From the /etc directory search for the php-fpm handler with
                grep -R -e ":9000
                That should locate the correct configuration file. It should be in /etc/httpd or /etc/apache2 depending on your configuration. I suspect

                Look for lines that look like this

                #SetHandler application/x-httpd-php
                SetHandler "proxy:fcgi://127.0.0.1:9000"
                

                Change the location of the hash tag to this

                SetHandler application/x-httpd-php
                #SetHandler "proxy:fcgi://127.0.0.1:9000"
                

                Save and exit your editor.
                Now restart apache to reload the updated configuration
                systemctl restart httpd for RHEL based systems
                systemctl restart apache2 for Debian based systems

                I’m also suggesting that you create the info.php page as described here so we can test to see when php-fpm is running with apache: https://forums.fogproject.org/topic/12030/fog-using-a-huge-amount-of-memory-and-failing/11

                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!

                J 1 Reply Last reply Jun 11, 2018, 6:12 PM Reply Quote 0
                • J
                  Joe Gill @george1421
                  last edited by Jun 11, 2018, 6:12 PM

                  @george1421

                  I believe I have already done this.

                  0_1528740738265_3b5a2eeb-ebd8-4a32-a530-55ca64674a83-image.png

                  G 1 Reply Last reply Jun 11, 2018, 6:19 PM Reply Quote 0
                  • G
                    george1421 Moderator @Joe Gill
                    last edited by Jun 11, 2018, 6:19 PM

                    @joe-gill Well then its pretty clear that php-fpm isn’t causing the multicasting issue. (nuts). Nothing of any value shows up in the multicasting logs when things go sideways?

                    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!

                    J 1 Reply Last reply Jun 13, 2018, 2:07 PM Reply Quote 0
                    • J
                      Joe Gill
                      last edited by Joe Gill Jun 13, 2018, 7:10 AM Jun 13, 2018, 1:09 PM

                      @george1421
                      I can post any logs, if you’d like. Multicast does complete. The image just does not function. I was out sick the last couple days. I’m back at it today. I’m hoping to get my new image done here this week. We’ll see.

                      1 Reply Last reply Reply Quote 0
                      • J
                        Joe Gill @george1421
                        last edited by Jun 13, 2018, 2:07 PM

                        @george1421

                        The multicast logs look normal.

                        G 1 Reply Last reply Jun 13, 2018, 2:25 PM Reply Quote 0
                        • G
                          george1421 Moderator @Joe Gill
                          last edited by Jun 13, 2018, 2:25 PM

                          @joe-gill So is imaging working correctly now with apache-php? If so I want to break it to find out what is going sideways.

                          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!

                          J 1 Reply Last reply Jun 13, 2018, 2:50 PM Reply Quote 0
                          • J
                            Joe Gill @george1421
                            last edited by Jun 13, 2018, 2:50 PM

                            @george1421
                            Multicast fails on both Apache-PHP and FPM.

                            T 1 Reply Last reply Jun 14, 2018, 6:14 AM Reply Quote 0
                            • T
                              Tom Elliott @Joe Gill
                              last edited by Jun 14, 2018, 6:14 AM

                              @joe-gill mind installing working branch to see if it helps with mulyicast? I’d also recommend trying the rendezvous option for mulyicast. This can be setup in fog settings. Set the address to the ip of your fog server, then as a failsafe restart the multicast manager service and then the clients.

                              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

                              J 2 Replies Last reply Jun 14, 2018, 1:24 PM Reply Quote 0
                              • J
                                Joe Gill @Tom Elliott
                                last edited by Jun 14, 2018, 1:24 PM

                                @tom-elliott
                                Thanks! Will do! I’ll report back. I will try a few labs today and see what happens.

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Joe Gill @Tom Elliott
                                  last edited by Jun 14, 2018, 2:29 PM

                                  @tom-elliott
                                  @george1421

                                  So… I tasked 5 machines for a test batch. Multicast worked on those 5 just fine. The image seems to be running fine. The task session was extremely fast. They were finished in less than 8 minutes.

                                  I tasked 30 more… and the interface locks up. I cannot get to the interface now at all.

                                  My server is running Debian 9.4. It ran fine using Apache. Now that we are back to FPM, the interface is locking up tight.

                                  Thanks guys! I’ll be around today until noon MST than again tomorrow 7 - 3 MST.

                                  J 1 Reply Last reply Jun 14, 2018, 2:56 PM Reply Quote 0
                                  • J
                                    Joe Gill @Joe Gill
                                    last edited by Jun 14, 2018, 2:56 PM

                                    I restarted PHP-FPM and the interface came back up.

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      Joe Gill
                                      last edited by Jun 14, 2018, 3:29 PM

                                      Well I think I may have something for you guys now.

                                      I had a batch of clones multitasking after I restarted the PHP-FPM services when things locked up… Some of the clones in the group did not start. Some did. The ones that started hung at this screen.

                                      0_1528990027796_IMG_20180614_091812.jpg

                                      Than after a bit of time, I noticed the interface was locked up once again… So I restarted PHP-FPM services and got the following message…

                                      0_1528990162953_IMG_20180614_092017.jpg

                                      Let me know if you need any log files. Thanks!

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        Joe Gill
                                        last edited by Jun 14, 2018, 4:37 PM

                                        @Tom-Elliott
                                        @george1421

                                        This might help with the Debian 9 issue.

                                        0_1528994080142_Screenshot from 2018-06-14 10-33-30.png

                                        Looks like the pm.max_childeren setting has been reached. That is when the server interface locks up.

                                        T 1 Reply Last reply Jun 14, 2018, 5:04 PM Reply Quote 0
                                        • T
                                          Tom Elliott @Joe Gill
                                          last edited by Jun 14, 2018, 5:04 PM

                                          @joe-gill can you try setting max children to say 200 and restart php fpm

                                          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

                                          J 1 Reply Last reply Jun 14, 2018, 5:10 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            17/34
                                            Last post

                                          149

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project