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

    Multicast sessions disappearing

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    6
    847
    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.
    • V
      Vanlue IT Guy
      last edited by

      I have a Fog 1.5.4 install on CentOS 7. When I create a mulitcast session, I see the session at the bottom of the page, but target machines can’t find the session and when I refresh the page the session is gone. I have tested by making a session and then immediately refreshing the page once I see the session at the bottom, and the session is gone. Any ideas?

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

        This has been dicussed many times already. It’s a known issue, and I believe this to be fixed in the working branch.

        git clone https://github.com/fogproject/fogproject.git
        cd fogproject
        git checkout working
        cd bin
        ./installfog.sh -y
        

        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
        • V
          Vanlue IT Guy
          last edited by

          Tom, I ran the commands you provided and I’m now on 1.5.4.8. Now I have multicast sessions that some stay, and some disappear. Also, it seems as though I can’t reuse the same name for a session. Lastly, when I am able to create a session and get clients to join, it gets to the blue partclone screen and seems to hang. It never starts deploying the image. I’m happy to provide any info I can.

          Thanks!

          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @Vanlue IT Guy
            last edited by

            @vanlue-it-guy You likely need to clear out the old sessions. This is relatively simple.

            Open your mysql instance. Typically done with: mysql -u root fog

            Enter the commands:

            truncate table multicastSessionsAssoc;
            truncate table multicastSessions;
            

            Then exit to return to the terminal.

            Once that’s done, restart your MulticastManager service with: systemctl restart FOGMulticastManager

            Now, before you create a new session, goto FOG Configuration Page->FOG Settings->Expand All, search the page for Rendezvous. In the text field enter your FOG Servers IP Address, then click the save button that the rendezvous item is contained within.

            Then create your session.

            Names cannot be reused if their in use currently. (It should blank the name once the task is cancelled or completed, if it’s not doing that let me know and I can take a look at that.)

            Basically, if you’re on a flat network with a central switch, multicast defaults to go through 224.0.0.1, but if you have multiple switches that need traversing, often times they don’t allow multicast to go across that ip, especially true for vlans. Of course this is assuming your network is configured to allow multicast to begin with.

            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
            • V
              Vanlue IT Guy
              last edited by

              Tom thanks for the help. I’ve done your settings and will be testing multicast again soon. Do I need to fill in an address for Multicast Address as well or just leave that blank?

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @Vanlue IT Guy
                last edited by

                @vanlue-it-guy Leave that at 0 for disabled. It’s for those people who are using the 224.0.0.1 and want to use a different multicast address, (say for example 234.0.0.1)

                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
                • 1 / 1
                • First post
                  Last post

                203

                Online

                12.0k

                Users

                17.3k

                Topics

                155.2k

                Posts
                Copyright © 2012-2024 FOG Project