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

bnx2x fails to load firmware on Dell R430

Scheduled Pinned Locked Moved Solved
Hardware Compatibility
4
54
22.2k
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.
  • G
    george1421 Moderator
    last edited by george1421 Sep 16, 2016, 3:12 PM Sep 16, 2016, 9:11 PM

    OK this is good promising news. eth5 is getting a link up but no IP address in FOS but you can pxe boot and iPXE is getting an IP address because the FOS kernel (bzImage) and VHD (init.xz) are being sent to the target computer. When we see this we typically see that spanning tree is turned on at the network switch. Spanning tree takes about 27 seconds for the port to start forwarding data. The FOS engine is so fast that it has already given up by the time spanning tree starts to forward data.

    On these ports you need to enable one of the fast spanning tree prototocols (port fast, fast stp, rstp, or what ever your switch mfg calls it). A quick check to see if its a spanning tree issue is to put an unmanaged switch between the building switch and the target computer. This unmanaged switch keeps the port on the building switch from winking as the iPXE kernel hands off the network interface to the FOS engine.

    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!

    G 1 Reply Last reply Sep 16, 2016, 9:27 PM Reply Quote 0
    • G
      grey @george1421
      last edited by Sep 16, 2016, 9:27 PM

      @george1421 said in bnx2x fails to load firmware on Dell R430:

      OK this is good promising news. eth5 is getting a link up but no IP address in FOS but you can pxe boot and iPXE is getting an IP address because the FOS kernel (bzImage) and VHD (init.xz) are being sent to the target computer. When we see this we typically see that spanning tree is turned on at the network switch. Spanning tree takes about 27 seconds for the port to start forwarding data. The FOS engine is so fast that it has already given up by the time spanning tree starts to forward data.

      On these ports you need to enable one of the fast spanning tree prototocols (port fast, fast stp, rstp, or what ever your switch mfg calls it). A quick check to see if its a spanning tree issue is to put an unmanaged switch between the building switch and the target computer. This unmanaged switch keeps the port on the building switch from winking as the iPXE kernel hands off the network interface to the FOS engine.

      its a cisco so its port fast, i’ll check right now,

      1 Reply Last reply Reply Quote 0
      • G
        george1421 Moderator
        last edited by george1421 Sep 16, 2016, 3:33 PM Sep 16, 2016, 9:33 PM

        Also pondering this a bit more since your first (usable) interface is eth5 I can see another issue.

        @Developers Does the FOS engine stop enumerating the network adapter at eth1 or will it keep going until it finds a network adapter with a link up state to use? OR Is there a kernel parameter we can pass that says to use ethX as the FOS network interface?

        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!

        T 1 Reply Last reply Sep 16, 2016, 9:33 PM Reply Quote 0
        • T
          Tom Elliott @george1421
          last edited by Sep 16, 2016, 9:33 PM

          @george1421 It tries everything until it finds a link up I believe.

          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

          G 1 Reply Last reply Sep 16, 2016, 9:35 PM Reply Quote 0
          • G
            george1421 Moderator @Tom Elliott
            last edited by Sep 16, 2016, 9:35 PM

            @Tom-Elliott said in bnx2x fails to load firmware on Dell R430:

            @george1421 It tries everything until it finds a link up I believe.

            Great, I have never tried. But I just thought I can test this by creating a vm with 6 network adapters with eth5 being the only one connected. But I’m not sure if I can have it defined but not having the link up. I may have to play in my test lab later tonight.

            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!

            T 1 Reply Last reply Sep 16, 2016, 9:36 PM Reply Quote 0
            • T
              Tom Elliott @george1421
              last edited by Sep 16, 2016, 9:36 PM

              @george1421 Well it goes a bit further, if a link is up, but fails to get an ip, it will continue on as well, I believe.

              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

              G G 2 Replies Last reply Sep 16, 2016, 9:37 PM Reply Quote 0
              • G
                george1421 Moderator @Tom Elliott
                last edited by Sep 16, 2016, 9:37 PM

                @Tom-Elliott That one I can test by setting the interface to a vlan without a dhcp server. I will prove that one out for sure. The other one I’m not sure if I can have a “unplugged” interface but have it appear in linux with ESXi.

                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!

                1 Reply Last reply Reply Quote 0
                • G
                  grey @Tom Elliott
                  last edited by Sep 16, 2016, 10:17 PM

                  @Tom-Elliott said in bnx2x fails to load firmware on Dell R430:

                  @george1421 Well it goes a bit further, if a link is up, but fails to get an ip, it will continue on as well, I believe.

                  Networking works!

                  I can confirm that, mine runs through interfaces 1-5 and now now acquires a IP!, i’m unsure if there is a arbitrary limit. when 5 was failing to get DHCP it also tried 6 and 7. Toms fix on the firmware of the drivers and Georges portfast suggestion solved the last of my network issues. Unfortunately I won’t have access to the servers for a week or so, but once they get back i’ll see how the imaging goes. at this point it should work as the rest is similar to my older servers setup the same way.

                  G 1 Reply Last reply Sep 16, 2016, 10:19 PM Reply Quote 1
                  • G
                    grey @grey
                    last edited by Sep 16, 2016, 10:19 PM

                    @grey

                    oh btw, thanks tons guys for all your help

                    G 1 Reply Last reply Sep 16, 2016, 10:23 PM Reply Quote 1
                    • G
                      george1421 Moderator @grey
                      last edited by Sep 16, 2016, 10:23 PM

                      @grey Before you loose access to this server pxe boot it again and run the compatibility test from the FOG iPXE menu. I’m interested to see if both networking and storage passes (you will be too).

                      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!

                      G T 2 Replies Last reply Sep 16, 2016, 10:25 PM Reply Quote 0
                      • G
                        grey @george1421
                        last edited by Sep 16, 2016, 10:25 PM

                        @george1421

                        I will do that as soon as the servers return, they are all out with customers now and I have no access.

                        1 Reply Last reply Reply Quote 1
                        • T
                          Tom Elliott @george1421
                          last edited by Sep 16, 2016, 10:45 PM

                          @george1421 I’m fairly sure they will both pass.

                          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
                          • S
                            Sebastian Roth Moderator
                            last edited by Sep 17, 2016, 6:04 AM

                            @grey said:

                            Toms fix on the firmware of the drivers and Georges portfast suggestion solved the last of my network issues.

                            I don’t think the added firmware binaries made any difference in this case. As we can see in the dmesg output further down the connected NIC eth5 is managed by the tg3 driver…
                            @Tom-Elliott How much did those drivers add to the kernel size? We might think about removing those again as I have never seen anyone PXE booting on fiber cards. What do you think? @george1421?

                            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

                            G 1 Reply Last reply Sep 17, 2016, 11:41 AM Reply Quote 0
                            • G
                              george1421 Moderator @Sebastian Roth
                              last edited by Sep 17, 2016, 11:41 AM

                              @Sebastian-Roth You are right that firmware is for the fiber (10G) adapter. While it did fix the error in the log its not adding any real value for the OP or for FOG in general. But too, I’m still not seeing FOG as a good tool for cloning servers because of the other mix of hardware (you won’t find in desktops). I would say remove the firmware and have the OP test again now that its working in his environment (because the other roadblocks have been removed).

                              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!

                              1 Reply Last reply Reply Quote 0
                              • 1
                              • 2
                              • 3
                              • 3 / 3
                              3 / 3
                              • First post
                                54/54
                                Last post

                              190

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project