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

    Multicast Fedora24

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    10
    2.4k
    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.
    • C
      Christian
      last edited by

      Server
      • FOG Version: 1.3.0-RC19 SVN 6003
      • OS: Fedora 24 Server
      Client
      • Service Version: -
      • OS: Windows7

      For testing , i try a multicast-deploy to a group with one host. It seems to me, that FOG don´t start the multicast.
      0_1478248733266_Multi1.jpg

      
      

      0_1478248873532_Multi2.jpg

      Is the green window ok? Under FOG 1.2 were in this window a lists of hosts.

      On the client side:

      0_1478249267967_Multi3.jpg

      Regards Christian

      C 1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by Tom Elliott

        So I found the issue.

        I had two commands side by side accidentally on the schema update.

        Please forget my other postings and run from mysql:

        ALTER TABLE `fog`.`multicastSessions` CHANGE `msAnon1` `msIsDD` INTEGER NOT NULL;'
        

        This should fix the issue you are seeing into the future.

        I’m also added this to the schema so those still with the issue will have it fixed relatively shortly.

        This would have only happened on fresh installs between (I think, RC-16 and 19). I’ll double check, and I’m sorry about missing it.

        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

        C 1 Reply Last reply Reply Quote 0
        • C
          Christian @Christian
          last edited by

          command udp-sender shows:
          @Christian 0_1478271537250_Multi4.jpg

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

            Please try this:

            systemctl stop FOGMulticastManager FOGImageReplicator FOGSnapinReplicator FOGPingHosts FOGScheduler
            rm -rf /opt/fog/{etc,service}
            rm -rf /var/www/{html/,}fog
            rm -rf /home/*.BACKUP # IF YOU WANT TO KEEP THESE MOVE THEM OFF /home
            

            Rerun the installer.

            Then you can check if the service started properly (and of course restart the Clients (or shut them down first)).

            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

            C 1 Reply Last reply Reply Quote 0
            • C
              Christian @Tom Elliott
              last edited by

              @Tom-Elliott i have done it, but the problem still exists. I think the FogMulticastService is ok, but the creation of an mutlicast-task fails

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

                @Christian Is this a new server build or a preexisting one? If preexisting, has multicast ever worked in your environment with this 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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                C 1 Reply Last reply Reply Quote 0
                • C
                  Christian @Wayne Workman
                  last edited by

                  @Wayne-Workman its a new, fresh installation . i work with a VM with Fedora 21 and FOG 1.2 and everything works fine. Now i try a new installation on a seperate vm with Fedora 24 and Fog 1.3. So at the moment FOG 1.2 is for work and 1.3 is for testing. I hope i can use 1.3 soon.

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

                    @Christian Can you get the output of:

                    describe table `fog`.`multicastSessions`\G
                    describe table `fog`.`multicastSessionsAssoc`\G
                    select * from `fog`.`multicastSessions` where `msState` NOT IN ('4','5')\G
                    select * from `fog`.`multicastSessionsAssoc`\G

                    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
                      last edited by

                      The \G is on purpose, it makes the display much “neater” especially when dealing with many columns.

                      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
                        last edited by Tom Elliott

                        So I found the issue.

                        I had two commands side by side accidentally on the schema update.

                        Please forget my other postings and run from mysql:

                        ALTER TABLE `fog`.`multicastSessions` CHANGE `msAnon1` `msIsDD` INTEGER NOT NULL;'
                        

                        This should fix the issue you are seeing into the future.

                        I’m also added this to the schema so those still with the issue will have it fixed relatively shortly.

                        This would have only happened on fresh installs between (I think, RC-16 and 19). I’ll double check, and I’m sorry about missing it.

                        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

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          Christian @Tom Elliott
                          last edited by

                          @Tom-Elliott Thank you very much!!! Now it works great!

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

                          252

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project