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

Multicast Session on wrong eth-port

Scheduled Pinned Locked Moved Solved
Bug Reports
5
17
3.5k
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.
  • T
    Tom Elliott
    last edited by May 25, 2016, 9:40 AM

    What version of FOG are you running?

    I ask because, @Sebastian-Roth is correct that I changed ethernet discovery for multicast tasks.

    Ultimately, the new code takes the Storage Node’s IP/Hostname and tries to find the interface that’s using that IP Address. (I convert hostname to IP address in case it’s stored on the Node in FQDN/Hostname form.)

    How well it works, I don’t know as I can not test all potential scenarios.

    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

    A 1 Reply Last reply May 25, 2016, 10:25 AM Reply Quote 0
    • A
      abos_systemax @Tom Elliott
      last edited by May 25, 2016, 10:25 AM

      @Tom-Elliott Trunk version 7843.

      T 1 Reply Last reply May 26, 2016, 4:59 PM Reply Quote 0
      • T
        Tom Elliott @abos_systemax
        last edited by May 26, 2016, 4:59 PM

        @abos_systemax When the command starts, I know it’s showing on the wrong interface, but is it also showing the wrong IP address?

        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
          last edited by Jun 6, 2016, 3:13 PM

          Can we get some info when you have time?

          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
          • A
            abos_systemax
            last edited by Jun 8, 2016, 12:05 PM

            Hi Tom, sorry for me not replying. I was busy with different work in the meantime.
            I am unable to recall the IPadress of the NIC, because the chosen NIC was connected to a VLAN that does not have a DHCP-server nor a static IP assigned. Also; as soon as we took the other NIC down, the problem resolved itself. I am willing to check what happens if I re-enable the second NIC, but am not able to do so in the upcoming week.

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Jun 8, 2016, 2:09 PM

              Should we mark this solved for now as taking the second NIC down fixed the issue?

              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
              • A
                abos_systemax
                last edited by Jun 8, 2016, 2:18 PM

                As far as I am concerned: Yes, but the issue itself might not yet be fixed

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Jun 29, 2016, 10:09 AM

                  Any way we can get some more information with this?

                  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 Jul 2, 2016, 5:50 AM Reply Quote 0
                  • D
                    dvchuyen
                    last edited by dvchuyen Jun 30, 2016, 8:52 PM Jul 1, 2016, 2:50 AM

                    I just updated to lasted Trunk version today and have the same problem

                    Multicast setting
                    alt text

                    Storage node (I have only 1 node)
                    alt text

                    And this is multicast log (wrong interface and IP address)
                    alt text

                    T 1 Reply Last reply Jul 2, 2016, 12:01 PM Reply Quote 0
                    • D
                      dvchuyen @Tom Elliott
                      last edited by Jul 2, 2016, 5:50 AM

                      @Tom-Elliott Please check my last post on this thread

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott @dvchuyen
                        last edited by Jul 2, 2016, 12:01 PM

                        @dvchuyen Please update and see if all is a little better. I found I missed a grep statement in looking for the interface and hopefully have a correction for this.

                        Thanks for the info thus far.

                        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 Jul 6, 2016, 11:35 AM Reply Quote 1
                        • D
                          dvchuyen @Tom Elliott
                          last edited by Jul 6, 2016, 11:35 AM

                          @Tom-Elliott Yes, it is working now.
                          Thanks,

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

                          169

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project