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

    Multicast remains on Partclone screen (HP switch)

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    17
    5.1k
    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.
    • Matthieu JacquartM
      Matthieu Jacquart
      last edited by

      I’ve got this on my L3 switch (HP 2920)

      SW-RGI-01(config)# ip udp-bcast-forward
      SW-RGI-01(config)# show ip forward-protocol
       IP Forwarder Addresses
          UDP Broadcast Forwarding: Enabled
       VLAN: 1
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 2
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 3
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 4
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 5
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 6
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 7
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 8
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 9
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 10
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 11
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 12
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 13
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 21
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 22
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 251
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 252
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 253
        IP Forward Addresses UDP Port
        -------------------- --------
       VLAN: 254
        IP Forward Addresses UDP Port
        -------------------- --------
      

      But UDP forwading command seems not exist on my L2 switch (HP 2530)…

      Fog 1.5.9.138
      Debian 11
      Vmware ESXi

      Tom ElliottT 2 Replies Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @Matthieu Jacquart
        last edited by

        @Matthieu-Jacquart I believe you’d only need to enable it at the thing handling the routing so it can move about. This namely because the main central switch or router is what’s communicating to the other switches. Of course enabling forwarding on each switch shouldn’t hurt either but I believe you’d need it pointing at the place to forward ad welk

        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
        • Tom ElliottT
          Tom Elliott @Matthieu Jacquart
          last edited by

          @Matthieu-Jacquart assuming you have all vlans looking at a single fog server each vlan would need to allow forwarding to the broadcast address set for the fog server.

          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

          Matthieu JacquartM 1 Reply Last reply Reply Quote 1
          • Matthieu JacquartM
            Matthieu Jacquart @Tom Elliott
            last edited by

            @Tom-Elliott ok, appliying this command to all vlan (64158 is multicast port in fog configuration)

            ip forward-protocol udp 192.168.10.60 64158
            

            And now :

            show ip forward-protocol
             IP Forwarder Addresses
                UDP Broadcast Forwarding: Enabled
             VLAN: 1
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 2
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 3
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 4
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 5
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 6
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 7
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 8
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 9
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 10
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
             VLAN: 11
              IP Forward Addresses UDP Port
              -------------------- --------
              192.168.10.60        64158
            

            But always same result, even with 1 PC 😞
            And I’ve just noticed that FOG_UDPCAST_STARTINGPORT seems change every time ???

            Fog 1.5.9.138
            Debian 11
            Vmware ESXi

            Tom ElliottT 1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @Matthieu Jacquart
              last edited by

              @Matthieu-Jacquart it does, however you can override it in fog settings

              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

              Matthieu JacquartM 1 Reply Last reply Reply Quote 0
              • Matthieu JacquartM
                Matthieu Jacquart @Tom Elliott
                last edited by

                @Tom-Elliott you mean in file fogsettings on debian server, or in web management ?
                Because I’ve tried to fix it in web management but it changes again…

                Fog 1.5.9.138
                Debian 11
                Vmware ESXi

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @Matthieu Jacquart
                  last edited by

                  @Matthieu-Jacquart in GUI. There’s actually a variable called port override

                  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

                  Matthieu JacquartM 1 Reply Last reply Reply Quote 0
                  • Matthieu JacquartM
                    Matthieu Jacquart @Tom Elliott
                    last edited by

                    @Tom-Elliott nop, no change…
                    Anyone else use fog with HP 2920/2530 swtich ?

                    Fog 1.5.9.138
                    Debian 11
                    Vmware ESXi

                    1 Reply Last reply Reply Quote 0
                    • Matthieu JacquartM
                      Matthieu Jacquart
                      last edited by

                      Ok, I’ll continue test with sotfware IC_Tester_Multicast and communication is ok between 2 PC (1 server and 1 client).

                      After that I run on fog server (with client in debug mode and “udp-receiver” command) :

                      
                      root@FOG:~/fogproject/bin$ udp-sender --file /opt/fog/log/multicast.log --ttl 1
                      Udp-sender 20120424
                      Using full duplex mode
                      Using mcast address 232.168.10.60
                      UDP sender for /opt/fog/log/multicast.log at 192.168.10.60 on eth0
                      Broadcasting control to 192.168.10.255
                      New connection from 192.168.10.200  (#0) 00000009
                      Ready. Press any key to start sending data.
                      Starting transfer: 00000009
                      bytes=      17 782  re-xmits=0000000 (  0.0%) slice=0112 -   0
                      Transfer complete.
                      Disconnecting #0 (192.168.10.200)
                      

                      So everything seems good for multicast, but still same problem : computer stays on partclone screen.
                      In multicast.log

                      [10-19-16 11:23:22 am]  | Task (16) Multi-Cast Task is new!
                      [10-19-16 11:23:22 am]  | Task (16) Multi-Cast Task has been cleaned.
                      [10-19-16 11:23:22 am]  | Task (16) /images/Win10 image file found.
                      [10-19-16 11:23:22 am]  | Task (16) 1 client(s) found or to receive.
                      [10-19-16 11:23:22 am]  | Task (16) Multi-Cast Task sending on base port: 64158
                      [10-19-16 11:23:22 am]  | CMD: cat /images/Win10/d1p1.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 1 --max-wait 600 --mcast-data-address 192.168.10.60 --portbase 64158 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/Win10/d1p2.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 1 --max-wait 10 --mcast-data-address 192.168.10.60 --portbase 64158 --full-duplex --ttl 32 --nokbd --nopointopoint;
                      [10-19-16 11:23:22 am]  | Task (16) Multi-Cast Task has started.
                      [10-19-16 11:23:32 am]  | Task (16) Multi-Cast Task is already running PID 10132
                      [10-19-16 11:23:42 am]  | Task (16) Multi-Cast Task is already running PID 10132
                      [10-19-16 11:23:52 am]  | Task (16) Multi-Cast Task is already running PID 10132
                      [10-19-16 11:24:02 am]  | Task (16) Multi-Cast Task is already running PID 10132
                      [10-19-16 11:24:12 am]  | Task (16) Multi-Cast Task is already running PID 10132
                      [10-19-16 11:24:22 am]  | Task (16) Multi-Cast Task is already running PID 10132
                      

                      Help will be appreciate, thanks
                      Matthieu

                      Fog 1.5.9.138
                      Debian 11
                      Vmware ESXi

                      1 Reply Last reply Reply Quote 0
                      • Matthieu JacquartM
                        Matthieu Jacquart
                        last edited by

                        Please help… ?
                        Everything seems fine when testing, just this screen remaining on Partclone screen 😞

                        Fog 1.5.9.138
                        Debian 11
                        Vmware ESXi

                        Tom ElliottT 1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott @Matthieu Jacquart
                          last edited by

                          @Matthieu-Jacquart I believe this is related to the ports. I don’t know if you have a specific port or set of ports that are allowed vs, those that are not allowed.

                          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
                          • Wayne WorkmanW
                            Wayne Workman @Matthieu Jacquart
                            last edited by

                            @Matthieu-Jacquart said in Multicast remains on Partclone screen (HP switch):

                            Thanks for your help, deploying tens of computer in unicast is really long…

                            In the meantime, I would suggest only deploying 2 or 3 at a time. You can limit the number in Storage Management -> node -> max clients.

                            We need to figure out where the failure is exactly. Do you have a spare HP 2920/2530 switch that you can tinker with for a few days off-network ?

                            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!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            Matthieu JacquartM 1 Reply Last reply Reply Quote 0
                            • Matthieu JacquartM
                              Matthieu Jacquart @Wayne Workman
                              last edited by

                              @Wayne-Workman For the moment I just test multicast on one computer.
                              I have a 2530 spare to make test, but even if I try to deploy directly on my core L3 (2920), it’s similar…

                              Fog 1.5.9.138
                              Debian 11
                              Vmware ESXi

                              Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                              • Wayne WorkmanW
                                Wayne Workman @Matthieu Jacquart
                                last edited by Wayne Workman

                                @Matthieu-Jacquart My thought was to take two spare computers aside, install FOG on one with DHCP too, then take it off-network with your spare switch. And we just work on adjusting the switch configuration until we get multicast working to the other computer.

                                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!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

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

                                148

                                Online

                                12.2k

                                Users

                                17.3k

                                Topics

                                155.4k

                                Posts
                                Copyright © 2012-2024 FOG Project