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

Multicast without registration starts OK, but hangs and disconnects clients due to timeout.

Scheduled Pinned Locked Moved
FOG Problems
4
57
10.8k
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
    jmvela2x @jmvela2x
    last edited by May 5, 2020, 9:58 PM

    @jmvela2x I didn’t even have the chance to join the clients to the session.

    J 1 Reply Last reply May 5, 2020, 10:27 PM Reply Quote 0
    • J
      jmvela2x @jmvela2x
      last edited by May 5, 2020, 10:27 PM

      @jmvela2x I see something potentially relevant in the status output of the FOGMulticastManager service.

      “PHP Warning: proc_get_status(): supplied resource is not a”(vailable) I presume is the ending, but it’s cut off in the terminal.

      1 Reply Last reply Reply Quote 0
      • J
        jmvela2x
        last edited by May 6, 2020, 4:01 PM

        @Sebastian-Roth I may have an opportunity coming up soon to test this in our production environment, but without multicast working in 1.5.9-RC1.4 I will lose the chance. Barring some kind of fix in the very near future for this issue, can you advice on how to roll back to 1.5.8 so I can at least test functionality of multicast cross-subnet in terms of bandwidth usage, etc when the opportunity presents itself?

        G 1 Reply Last reply May 6, 2020, 4:57 PM Reply Quote 0
        • G
          george1421 Moderator @jmvela2x
          last edited by May 6, 2020, 4:57 PM

          @jmvela2x said in Multicast without registration starts OK, but hangs and disconnects clients due to timeout.:

          I can at least test functionality of multicast cross-subnet in terms of bandwidth usage,

          This can only happen if your subnet router supports igmp proxying or you have a mrouter in place to manage the multicast traffic. Multicasts will not normally traverse a normal router.

          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 2 Replies Last reply May 6, 2020, 5:36 PM Reply Quote 0
          • J
            jmvela2x @george1421
            last edited by May 6, 2020, 5:36 PM

            @george1421 I’m pretty sure we’re covered on this front, but I will run this by our network guy.

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by May 6, 2020, 8:07 PM

              @jmvela2x I am sorry but today has been a very busy day und I could not find the time to look at this yet. I will do so first thing in the morning!! I don’t recommend you to roll back to 1.5.8 just now.

              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 May 6, 2020, 8:43 PM Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth May 6, 2020, 2:17 PM May 6, 2020, 8:15 PM

                @jmvela2x Just a quick note on this. Now that I think more about it I am fairly sure I did test multicast once before pushing out the RC1 release. So I wonder if this could be a hickup on your FOG server? Did you try to clear all tasks, restart the FOG server and then schedule a fresh multicast task yet?

                Is this multicast scheduled through a group in the FOG Web UI?

                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 May 6, 2020, 8:40 PM Reply Quote 0
                • J
                  jmvela2x @Sebastian Roth
                  last edited by May 6, 2020, 8:40 PM

                  @Sebastian-Roth I did try several reboots and cleared all the tasks each time to make double sure. The multicast session is being scheduled from the Images tab with a defined client count as we are trying to avoid host registration as the hosts in our environment are not static per se. The amount of work required just makes FOG an nonviable solution for us if have to do host registration for all our clients.

                  1 Reply Last reply Reply Quote 0
                  • J
                    jmvela2x @Sebastian Roth
                    last edited by May 6, 2020, 8:43 PM

                    @Sebastian-Roth I will hold off on changing anything until I hear from you tomorrow. Thanks for the follow up.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Sebastian Roth May 7, 2020, 1:32 AM May 7, 2020, 7:31 AM

                      @jmvela2x Good news and bad news. I found the issue but I still need a bit more time to debug and fix it. It’s getting late and I need to rush to work now. Please stay tuned and I will update as soon as I can.

                      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
                      • S
                        Sebastian Roth Moderator
                        last edited by May 7, 2020, 11:09 AM

                        @jmvela2x I just pushed a fix to dev-branch which should fix the issue. But I found that multicast from the PXE menu seems to still have an issue. Though it works it spawns several udpcast sessions. But this issue has been in 1.5.8 already as I see from my testing. I will look into this and fix that soon as well.

                        For now you can pull the latest fix to get multicast as in 1.5.8 back again:

                        sudo -i
                        cd fogproject
                        git checkout dev-branch
                        git pull
                        cd bin
                        ./installfog.sh
                        

                        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 May 7, 2020, 2:54 PM Reply Quote 0
                        • J
                          jmvela2x @Sebastian Roth
                          last edited by May 7, 2020, 2:54 PM

                          @Sebastian-Roth That works for the time being. I can just manually cancel the tasks on completion since this is still in validation on our side. Thanks a ton!

                          1 Reply Last reply Reply Quote 0
                          • J
                            jmvela2x @george1421
                            last edited by May 8, 2020, 10:54 PM

                            @george1421 Finally heard back from IT and we have Catalyst 4510r+e in the router department. From some of the documentation I’ve been looking at it seems they have mroute and IGMP Proxy capability. Might need some guidance in that department if anyone has the knowledge or experience.

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by May 10, 2020, 5:36 PM

                              @jmvela2x I just pushed some more commits to dev-branch which should fix the multicast session issue altogether.

                              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 May 11, 2020, 3:44 PM Reply Quote 0
                              • S
                                spychodelics
                                last edited by spychodelics May 11, 2020, 5:12 AM May 11, 2020, 10:50 AM

                                Hi,

                                i dont know if its the right thread, but i stumble upon somehow similar problem.

                                My Host are all registered, in a Group and Multicast for the group starts just fine. But after a while up to 50% of the machines suddenly restart and go back to the “waiting” screen where the image location is shown. The Rest Multicasts up to 95-97 Percent and then does not finish or finish VERY slow.

                                Any Ideas?

                                dev-branch from Mo, 11.05.2020 - 12:00
                                Fog Installation/Update and Server restart happend.

                                No problems on Unicast.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by Sebastian Roth May 11, 2020, 9:13 AM May 11, 2020, 3:13 PM

                                  @spychodelics From what you describe your issue is not related to this topic. May I ask you to open a new one so we can focus on each of them and not mix up things. It helps a lot to not have separate issues discussed in one topic!

                                  Post your FOG version (right lower corner of the web UI after login) - probably 1.5.9-RC1.8 but I wanna be sure. As well tell us more about your setup. Do you have FOG server and clients all in the same subnet, all connected on the exact same switch or is it distributed across network equipment and possibly even subnets? Are clients all the same hardware? Please give us more details like make and model when opening the new topic.

                                  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
                                  • J
                                    jmvela2x @Sebastian Roth
                                    last edited by May 11, 2020, 3:44 PM

                                    @Sebastian-Roth I still see the same issue where the multicast task is stuck at “in progress” and continues to run according to the logs. The job finishes successfully, but the task does not auto delete. Updated to 1.5.9-RC1.8 and rebooted server. Checked twice, same issue as before.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      Sebastian Roth Moderator
                                      last edited by Sebastian Roth May 11, 2020, 9:48 AM May 11, 2020, 3:47 PM

                                      @jmvela2x Thanks for testing and the update. Interesting that it did “auto delete” / cleanup the task in my tests fine all the time. We are still talking about multicast session created via web UI -> images view and joined through the PXE menu?

                                      Everything else works fine now? I mean do you see only one multicast task being started (we had it start as many as multicast clients would PXE boot)?

                                      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 May 11, 2020, 4:33 PM Reply Quote 0
                                      • J
                                        jmvela2x @Sebastian Roth
                                        last edited by May 11, 2020, 4:33 PM

                                        @Sebastian-Roth Yes, still talking ‘multicast session created via web UI -> images view and joined through the PXE menu.’ I had no other issues from 1.5.8 release that I could tell except for the failure to auto-delete multicast tasks.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Sebastian Roth Moderator
                                          last edited by Sebastian Roth May 11, 2020, 10:42 AM May 11, 2020, 4:41 PM

                                          @jmvela2x said in Multicast without registration starts OK, but hangs and disconnects clients due to timeout.:

                                          I had no other issues from 1.5.8 release that I could tell except for the failure to auto-delete multicast tasks.

                                          In my tests it created several multicast tasks (new udp-sender processes which you’d see in the log as well) whenever a new host joined via the PXE menu. While the clients still did deploy it’s actually not proper multicast because each host had its own session. I am fairly sure this would be the case because after I found what was causing this I figured that it was a change I did long before 1.5.8 was released.

                                          When you did multicast with 1.5.8 did the PXE booted clients all wait on the first blue partclone screen until the amount of clients reached the number defined when creating the multicast session in the web UI??

                                          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 May 11, 2020, 5:59 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 2 / 3
                                          2 / 3
                                          • First post
                                            33/57
                                            Last post

                                          323

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project