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

Display Ethernet card connection speed

Scheduled Pinned Locked Moved
General
2
7
866
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.
  • A
    andreiv
    last edited by Mar 15, 2019, 7:15 AM

    Our university networks are poorly maintained. And now that I have to take care of them, I run into all sorts of issues.
    It happened many times that I connected a bunch of computers to a multicast session, started the session only to see that one of the computers had a faulty cable and it connected only at 10Mbps. So the deployment took something like 8 hours. I had to leave it overnight.

    Would it be very complicated to display the connection speed on, for example, the multicast login page? That way, before starting the multicast, I can quickly review connection speeds and replace the cable if needed.

    Thanks.

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Sebastian Roth Mar 15, 2019, 3:35 AM Mar 15, 2019, 9:34 AM

      @andreiv Nice idea. But what if you schedule multicast as a group task? No login or any other User interaction is needed then.

      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
        andreiv
        last edited by Mar 15, 2019, 10:49 PM

        In the beginning I used group multicast but since people here have the bad habit of moving computers around between labs, I gave up managing groups.
        Now I just join them to a multicast session.

        Another advantage of the multicast session join is that I see how many computers can actually join and set up the session for that particular number of computers.

        It happened to me in the past, when using group multicast, that one (or more) computer(s) had cable issues and was unable to join, so the session didn’t start because not all group members joined.

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Mar 17, 2019, 5:45 PM

          @andreiv I played a bit with that but have not come up with a proper solution yet. The point where you need the information (before or at login time) we are bound to get the connection speed within the iPXE environment. Although it can do lots of things I have not found any hint on it being able to display the connection speed.

          Altough I know iPXE is capable of doing auto-negotiation on most network cards it’s interesting it doesn’t seem to provide this information to the outside world.

          What I came across is the driver speed test: http://ipxe.org/dev/drvtest/speed
          Possibly we could include that to measure download speed beforehand. Not great but maybe better than nothing.

          Can you please go ahead and do a bit of testing in your environment. For that go to the FOG web UI -> FOG Configuration -> iPXE Menu Item Settings -> fog.multijoin: here the Parameters section starts like this:

          login
          params
          param mac0 ${net0/mac}
          ...
          

          Now edit that and make it read:

          shell
          login
          params
          param mac0 ${net0/mac}
          ...
          

          Now when you boot up a client and select Multicast from the menu you will be dropped to the iPXE shell. Here you can test all the various iPXE commands and especially see what you can get out of the driver speed test things: time imgfetch ${boot-url}/service/ipxe/init.xz ; imgfree (takes around 1.4 to 1.6 seconds in my VM environment - see if you can get a clear difference in your setup between 10 MBit/s and 100 MBit/s links)

          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 Mar 17, 2019, 6:08 PM Reply Quote 0
          • A
            andreiv @Sebastian Roth
            last edited by Mar 17, 2019, 6:08 PM

            @Sebastian-Roth

            First, thanks for the effort. Sure, I’ll try what you suggest and see what I can come up with.

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Mar 25, 2019, 6:50 AM

              @andreiv Any news on this?

              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 Mar 25, 2019, 6:58 AM Reply Quote 0
              • A
                andreiv @Sebastian Roth
                last edited by Mar 25, 2019, 6:58 AM

                @Sebastian-Roth

                No, unfortunately not. I was so busy these last few days that couldn’t make some time to experiment.
                As I said, I just took over the management of our university networks and setting everything right will take some time.
                But I have this issue on my to-do list because O am directly interested so I didn’t forget. I’ll get back here when I have news.

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

                150

                Online

                12.0k

                Users

                17.3k

                Topics

                155.2k

                Posts
                Copyright © 2012-2024 FOG Project