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

Multicast as Unicast

Scheduled Pinned Locked Moved Solved
FOG Problems
4
25
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.
  • D
    danilopinotti
    last edited by Feb 25, 2016, 6:43 PM

    I sent a Lab to pass the image as multicast and some machines did multicast, others unicast and others some even began to spend image.
    I created a group and was clicked to multicast.

    0_1456425700835_Captura de tela de 2016-02-25 15-38-47.png

    FOG 6323
    Ubuntu Server 14.04

    Att, Danilo Pinotti

    Fog 1.3.0-RC-7
    Ubuntu Server 14.04 LTS

    1 Reply Last reply Reply Quote 0
    • D
      danilopinotti
      last edited by Feb 25, 2016, 7:14 PM

      0_1456427668185_Captura de tela de 2016-02-25 16-14-03.png

      Att, Danilo Pinotti

      Fog 1.3.0-RC-7
      Ubuntu Server 14.04 LTS

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Feb 25, 2016, 7:47 PM

        Do me a favor login to your MySQL instance. Run these commands:

        Truncate table multicastSessions;
        Truncate table multicastSessionsAssoc;
        

        Until I can figure out why this is broken and substitute a suitable fix it should be come simpler. My guess is older multicast sessions are still hanging around. The hosts are then attaching themselves to separate multicast jobs.
        Truncating the tables I described above should correct this for you.

        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

        D 2 Replies Last reply Feb 25, 2016, 8:16 PM Reply Quote 0
        • D
          danilopinotti @Tom Elliott
          last edited by Feb 25, 2016, 8:16 PM

          @Tom-Elliott Not solve my problem 😧

          Att, Danilo Pinotti

          Fog 1.3.0-RC-7
          Ubuntu Server 14.04 LTS

          1 Reply Last reply Reply Quote 0
          • D
            danilopinotti @Tom Elliott
            last edited by danilopinotti Feb 25, 2016, 2:52 PM Feb 25, 2016, 8:31 PM

            @Tom-Elliott It seems he is not wait all the computers connect to start the Multicast
            Is there any way to force only create one multicast session?

            Att, Danilo Pinotti

            Fog 1.3.0-RC-7
            Ubuntu Server 14.04 LTS

            T 1 Reply Last reply Feb 25, 2016, 8:57 PM Reply Quote 0
            • T
              Tom Elliott @danilopinotti
              last edited by Feb 25, 2016, 8:57 PM

              @danilopinotti how are you creating the tasks? Exact steps please.

              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

              D 1 Reply Last reply Feb 25, 2016, 9:05 PM Reply Quote 0
              • D
                danilopinotti @Tom Elliott
                last edited by Feb 25, 2016, 9:05 PM

                @Tom-Elliott said:

                xact steps please.

                I associate a image in a group. After this, i clicked in All Groups and multicast button. So i confirmed the tasks creation and turn on the computers

                Att, Danilo Pinotti

                Fog 1.3.0-RC-7
                Ubuntu Server 14.04 LTS

                T 1 Reply Last reply Feb 25, 2016, 9:09 PM Reply Quote 0
                • T
                  Tom Elliott @danilopinotti
                  last edited by Feb 25, 2016, 9:09 PM

                  @danilopinotti Somethign isn’t making any sense.

                  I just put two hosts into a group. I assigned the hosts the same image.

                  I went to basic tasks.

                  I Chose multicast task.

                  I clicked create task.

                  A single multicast task was created.

                  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

                  D 1 Reply Last reply Feb 25, 2016, 9:17 PM Reply Quote 0
                  • D
                    danilopinotti @Tom Elliott
                    last edited by Feb 25, 2016, 9:17 PM

                    @Tom-Elliott said:

                    Somethign isn’t making any sense.

                    Well;

                    The group was created in a version 1.2.0 of FOG, it have 20 computers.

                    I went in group management > All groups

                    I clicked in multicast icon in the row of group that i want

                    I clicked “Create Multi-Cast task for GROUP_NAME”

                    Att, Danilo Pinotti

                    Fog 1.3.0-RC-7
                    Ubuntu Server 14.04 LTS

                    T 1 Reply Last reply Feb 25, 2016, 9:19 PM Reply Quote 0
                    • T
                      Tom Elliott @danilopinotti
                      last edited by Feb 25, 2016, 9:19 PM

                      @danilopinotti Did you remove the original tasks for the individual tasks?

                      Can you delete:

                      truncate table multicastSessions;
                      truncate table multicastSessionsAssoc;
                      delete from tasks where taskTypeID=8;
                      

                      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

                      D 1 Reply Last reply Feb 25, 2016, 9:40 PM Reply Quote 0
                      • D
                        danilopinotti @Tom Elliott
                        last edited by danilopinotti Feb 25, 2016, 3:57 PM Feb 25, 2016, 9:40 PM

                        @Tom-Elliott
                        Not solved

                        Att, Danilo Pinotti

                        Fog 1.3.0-RC-7
                        Ubuntu Server 14.04 LTS

                        T 3 Replies Last reply Feb 25, 2016, 9:45 PM Reply Quote 0
                        • T
                          Tom Elliott @danilopinotti
                          last edited by Feb 25, 2016, 9:45 PM

                          @danilopinotti What do you mean?

                          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
                          • T
                            Tom Elliott @danilopinotti
                            last edited by Feb 25, 2016, 9:48 PM

                            @danilopinotti See, hosts get their individual tasks so we can track it for logging purposes, but is it creating multiple multicast tasks still?

                            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

                            D 1 Reply Last reply Feb 25, 2016, 9:57 PM Reply Quote 0
                            • J
                              JJ Fullmer Testers
                              last edited by Feb 25, 2016, 9:55 PM

                              Where are you seeing things running as unicast and as sending an image?
                              On your task list it looks like you have all multi-cast tasks and some of them just didn’t start.

                              Can you try to explain the problem you’re having again because I’m having trouble following.

                              Also, you’re on 1.2? Time to upgrade to trunk 😃

                              Have you tried the FogApi powershell module? It's pretty cool IMHO
                              https://github.com/darksidemilk/FogApi
                              https://fogapi.readthedocs.io/en/latest/
                              https://www.powershellgallery.com/packages/FogApi
                              https://forums.fogproject.org/topic/12026/powershell-api-module

                              1 Reply Last reply Reply Quote 0
                              • D
                                danilopinotti @Tom Elliott
                                last edited by Feb 25, 2016, 9:57 PM

                                @Tom-Elliott Still creating a multiples multicast tasks

                                Att, Danilo Pinotti

                                Fog 1.3.0-RC-7
                                Ubuntu Server 14.04 LTS

                                T 1 Reply Last reply Feb 25, 2016, 9:57 PM Reply Quote 0
                                • T
                                  Tom Elliott @danilopinotti
                                  last edited by Feb 25, 2016, 9:57 PM

                                  @danilopinotti What version are you running? In the signature it says 6323, have you tried upgrading?

                                  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

                                  D 1 Reply Last reply Feb 25, 2016, 9:59 PM Reply Quote 0
                                  • D
                                    danilopinotti @Tom Elliott
                                    last edited by Feb 25, 2016, 9:59 PM

                                    @Tom-Elliott said:

                                    n the signature it says 6323, have you tried upgrading

                                    The first time in 6323.
                                    I’m upgrading today and now 6455

                                    Att, Danilo Pinotti

                                    Fog 1.3.0-RC-7
                                    Ubuntu Server 14.04 LTS

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott @danilopinotti
                                      last edited by Feb 25, 2016, 10:08 PM

                                      @Tom-Elliott said:

                                      truncate table multicastSessions;
                                      truncate table multicastSessionsAssoc;
                                      delete from tasks where taskTypeID=8;

                                      How are you running these? Do you have any information/output from running those commands?

                                      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

                                      D 1 Reply Last reply Feb 25, 2016, 10:16 PM Reply Quote 0
                                      • D
                                        danilopinotti @Tom Elliott
                                        last edited by Feb 25, 2016, 10:16 PM

                                        @Tom-Elliott said:

                                        ing those commands?

                                        Yes, im running
                                        truncate table multicastSessions;
                                        0 rows affected

                                        truncate table multicastSessionsAssoc;
                                        0 rows affected

                                        delete from tasks where taskTypeID=8;
                                        8 rows affected

                                        For each test i try this

                                        Att, Danilo Pinotti

                                        Fog 1.3.0-RC-7
                                        Ubuntu Server 14.04 LTS

                                        T 1 Reply Last reply Feb 26, 2016, 1:38 AM Reply Quote 0
                                        • W
                                          Wayne Workman
                                          last edited by Feb 26, 2016, 12:57 AM

                                          I can confirm that the output 0 rows affected is the standard output when a table with rows is truncated. Don’t ask me why, it just is. 😕

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

                                          156

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project