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

Slowdown Unicast and Multicast after upgrading FOG Server

Scheduled Pinned Locked Moved Solved
FOG Problems
5
55
8.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.
  • M
    mp12 @Quazz
    last edited by Feb 13, 2020, 3:11 PM

    @Quazz

    Did my best. After trying I noticed that the “frozen state” was active. Removing the SSD power cable while PC was powered on removed the frozen state. Then I was able to do a secure erase. A dd from ramdisk to /dev/sda was at the same speed as before. So no luck at all.

    1 Reply Last reply Reply Quote 0
    • M
      mp12
      last edited by mp12 Feb 14, 2020, 3:12 AM Feb 14, 2020, 9:09 AM

      @Sebastian-Roth @Quazz @george1421

      I have some good and bad news.

      First the good ones:

      I created a deploy using the FOG.Wiki https://wiki.fogproject.org/wiki/index.php/Debug_Mode#Win_7
      Therefor I booted a Clonezilla (2.6.4-10-amd64) Flashdrive and mounted the NFS-Share from FOG Server.

      I started the deploy with the following command:

      cat /images/IMAGEPATH/d1p2.img | zstd -d | sudo partclone.restore -O /dev/sda2 -N -f -i
      

      DSC_0585.JPG

      Tried a deploy with the fog client and still one-third of the expected speed.
      I think there is something wrong in the deploy process.
      Main difference I can see is that the FOS uses Partclone 0.3.12 and Clonezilla 0.3.13.

      Q 1 Reply Last reply Feb 14, 2020, 9:42 AM Reply Quote 0
      • Q
        Quazz Moderator @mp12
        last edited by Quazz Feb 14, 2020, 3:44 AM Feb 14, 2020, 9:42 AM

        @mp12 I vaguely recalled someone having this problem before with similar outcomes.

        Linking here for further reference: https://forums.fogproject.org/topic/13733/hp-elitebook-830-gen-6-issues-capturing-images-and-deploying-images/10

        Our kernels and inits have since received a few upgrades, however.

        Are you on the dev-branch, by the way? I don’t believe 1.5.7 was launched with partclone 0.3.12 (that’s for the upcoming release).

        If not, then try the init and kernel files from https://dev.fogproject.org/blue/organizations/jenkins/fos/detail/master/122/artifacts

        M 2 Replies Last reply Feb 14, 2020, 9:53 AM Reply Quote 0
        • M
          mp12 @Quazz
          last edited by Feb 14, 2020, 9:53 AM

          @Quazz said in Slowdown Unicast and Multicast after upgrading FOG Server:

          Are you on the dev-branch

          Yes I am on the dev-branch 1.5.7.109 (bzImage Version: 4.19.101)

          1 Reply Last reply Reply Quote 0
          • M
            mp12 @Quazz
            last edited by mp12 Feb 14, 2020, 7:40 AM Feb 14, 2020, 1:39 PM

            @Quazz said in Slowdown Unicast and Multicast after upgrading FOG Server:

            I vaguely recalled someone having this problem before with similar outcomes.
            Linking here for further reference: https://forums.fogproject.org/topic/13733/hp-elitebook-830-gen-6-issues-capturing-images-and-deploying-images/10

            Tried the bzImage529 and checked if RAMDISK size is correct.

            Also tried the following Kernels which all end up with a KERNEL PANIC:
            4.13.4, 4.11.1, 4.10.1, 4.9.11 and 4.8.11

            Other kernels starting with 4.15.2 and above seem to work but not with the sufficient speed.

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Sebastian Roth Feb 14, 2020, 8:09 AM Feb 14, 2020, 2:08 PM

              @mp12 said in Slowdown Unicast and Multicast after upgrading FOG Server:

              Therefor I booted a Clonezilla (2.6.4-10-amd64) Flashdrive

              From what you wrote so far I would expect the kernel to make the difference. What kernel is in the CloneZilla you used? Boot to a command shell and run uname -a.

              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

              M Q 2 Replies Last reply Feb 14, 2020, 2:24 PM Reply Quote 0
              • M
                mp12 @Sebastian Roth
                last edited by Feb 14, 2020, 2:24 PM

                @Sebastian-Roth

                Linux debian 5.3.0-1-amd64 #1 SMP Debian 5.3.7-1 (2019-10-19) x86_64 GNU/Linux

                1 Reply Last reply Reply Quote 0
                • Q
                  Quazz Moderator @Sebastian Roth
                  last edited by Feb 14, 2020, 2:55 PM

                  @Sebastian-Roth I mean, the strange part is that the older versions gave him proper speed too. And it’s not like this is a universal problem since others have not experienced such a large performance difference between FOG versions.

                  So I guess it’s time for more information to try and pin down the source of it all.

                  @mp12 Can you list a full spec list of a troubled machine? (or perhaps even two or three different ones if you have that)

                  It almost assuredly has to be some kind of interaction between certain kind of hardware and the Linux kernel (and its config), so we have to try and narrow it down or at least get a clearer picture of what we’re dealing with.

                  G 1 Reply Last reply Feb 14, 2020, 3:21 PM Reply Quote 0
                  • G
                    george1421 Moderator @Quazz
                    last edited by Feb 14, 2020, 3:21 PM

                    @Quazz would the complete fog inventory for this system give us enough data or do we need to dig deeper? If it doesn’t give us all of the data at least it would be a start. What would be grand is of the OP had 2 systems on his campus where one worked correctly and the other is slow. Then we could contrast and compare these two systems.

                    @Sebastian-Roth Is there a place where we can still download the 1.5.5 or 1.5.6 binaries zip file? I’m wondering if we replace the current bzImage and init.xz with the ones from 1.5.5 or 1.5.6 does that change the performance of these systems. While I highly doubt its the FOG server, this would at least isolate the issue to the FOS Linux install (unless that is our conclusion already).

                    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
                    • S
                      Sebastian Roth Moderator
                      last edited by Feb 16, 2020, 4:43 PM

                      @george1421 Good point on trying the older binaries. Though I’d expect that you get issues going back to very early binary versions like 1.5.3… They are all available on the fogproject.org website:
                      https://fogproject.org/binaries1.5.6.zip
                      https://fogproject.org/binaries1.5.5.zip
                      and so on all the way to 1.3.0…

                      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 Feb 16, 2020, 4:46 PM Reply Quote 0
                      • G
                        george1421 Moderator @Sebastian Roth
                        last edited by Feb 16, 2020, 4:46 PM

                        @Sebastian-Roth Yes going back to 1.5.3 version of FOS (at least for the inits) would be a good test of before and after upgrades causing this slowness. All the OP needs to do is download and extract the init.xz file from the zip file and move it to the FOG server to test.

                        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
                        • S
                          Sebastian Roth Moderator
                          last edited by Sebastian Roth Feb 16, 2020, 11:02 AM Feb 16, 2020, 4:48 PM

                          @george1421 @mp12 Using init and kernel binaries from the same archive as you will run into kernel panics quite easily if you do otherwise.

                          @mp12 I am wondering if you see the same slowness on many different types of hardware or if it’s all machines with the Samsung SSD 860 EVO 500GB??

                          EDIT: Reading through the whole topic again I stumbled upon this:

                          [ ID] Interval           Transfer     Bitrate         Retr
                          [  5]   0.00-10.00  sec  1.10 GBytes   943 Mbits/sec   11             sender
                          [  5]   0.00-10.00  sec  1.10 GBytes   942 Mbits/sec                  receiver
                          

                          Eleven retries for a file transfer over a period of 10 seconds seems a lot to me. So we might look at a combination of issues here.

                          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

                          M G 2 Replies Last reply Feb 17, 2020, 9:12 AM Reply Quote 0
                          • M
                            mp12 @Sebastian Roth
                            last edited by Feb 17, 2020, 9:12 AM

                            @Sebastian-Roth @Quazz @george1421
                            We only have computers with the following specs:

                            • Dell 9010 (BIOS A30)
                            • i7-3770
                            • 16GB RAM
                            • Samsung SSD 860 EVO 500GB

                            Made ten iperf3 tests in a row and got an average of 9.7 retries. Is that really so bad?

                            We also checked the binaries from 1.5.3 to 1.5.6. with the old image and recieved the following error:
                            read image_hdr device_size error

                            Now we are capturing a new image with the 1.5.3 binaries. The above error may have something to do with a mismatching partclone version. Hopefully the deploy speed will be at 12GB/min. If so we will try to capture an image with the current binaries.

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by Feb 17, 2020, 11:57 AM

                              @mp12 said in Slowdown Unicast and Multicast after upgrading FOG Server:

                              Now we are capturing a new image with the 1.5.3 binaries. The above error may have something to do with a mismatching partclone version.

                              Yeah, definitely. Need to re-capture the image.

                              Thanks for the information. Good to know you have a fleet of exact same machines and I am sure we will figure out what is causing the slow speed and fix it.

                              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

                              M 1 Reply Last reply Feb 17, 2020, 2:18 PM Reply Quote 0
                              • G
                                george1421 Moderator @Sebastian Roth
                                last edited by Feb 17, 2020, 12:42 PM

                                @Sebastian-Roth The 11 retransmits are something but really not much. If you look at the testing I did on a Dell 790 https://forums.fogproject.org/topic/10459/can-you-make-fog-imaging-go-fast/4 For a single iperf there was no retrans but as soon as I added a second iperf running at the same time the retrans shot up in the hundreds and the throughput dropped off accordingly.

                                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
                                • R
                                  rogalskij @mp12
                                  last edited by Feb 17, 2020, 2:18 PM

                                  @mp12 Just curious if you ever figured out the source of your slow down? I too experienced the same major slowdown after upgrading to a newer dev branch to fix some issues we had (I am now on 1.5.7.102). I went from roughly 13GB per minute to 2GB or slower per minute. Very frustrating. I tried capturing the image a couple different times with different compression and a bunch of things. Tried on multiple Dell Optiplex models: 9010, 9020, 7050 and all of them display the same slowness. Got this issue on two separate servers (we have 2 campuses at our College, so two different servers). Almost feels like the different kernels did this. We were on “5.1.16 mac nvmefix” but then upgraded to the “4.19.101” which came with the 1.5.7.102 install.

                                  I am interested in any fix for this as my desktop support team is very frustrated at the moment. I am happy to test out any theories to help this along. Would hate for others to run into this as well.

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    mp12 @Sebastian Roth
                                    last edited by mp12 Feb 17, 2020, 8:50 AM Feb 17, 2020, 2:18 PM

                                    @Sebastian-Roth
                                    We did two re-captures now. One with 1.5.3 binaries and one with current binaries from dev-branch 1.5.7.112.

                                    We have no improvments in deploying with 1.5.7. The speed of the binaries 1.5.7.112 is around 5 GB/min.
                                    Luckily the binaries 1.5.3 boost up to 13 GB/min. Thats the speed we had before.

                                    For now we will stick to 1.5.3 binaries running behind FOG 1.5.7.112.
                                    If there are improvments please let us know so we can test them.

                                    Q 1 Reply Last reply Feb 17, 2020, 3:01 PM Reply Quote 0
                                    • S
                                      Sebastian Roth Moderator
                                      last edited by Feb 17, 2020, 2:30 PM

                                      @rogalskij said in Slowdown Unicast and Multicast after upgrading FOG Server:

                                      Tried on multiple Dell Optiplex models: 9010, 9020, 7050 and all of them display the same slowness.

                                      May I ask you to open a new topic yourself and post all your hardware specs (hosts, not the FOG server) there? While I am not exactly sure yet this problem seems to be very specific to the SSD used by @mp12 and we should try to not put too much information in on topic as it leads to major confusion and failure to find and fix the issues in the end. If it turns out to be the exact same issue (which I doubt) we can still cross link the topics later on).

                                      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

                                      R 1 Reply Last reply Feb 17, 2020, 2:36 PM Reply Quote 0
                                      • R
                                        rogalskij @Sebastian Roth
                                        last edited by Feb 17, 2020, 2:36 PM

                                        @Sebastian-Roth Absolutely. Starting new topic now. My apologies folks!

                                        1 Reply Last reply Reply Quote 0
                                        • Q
                                          Quazz Moderator @mp12
                                          last edited by Quazz Feb 17, 2020, 9:02 AM Feb 17, 2020, 3:01 PM

                                          @mp12 Would it be possible to test the binaries between 1.5.3 and 1.5.7 (so 1.5.4, 1.5.5, 1.5.6)?

                                          This will help us track down roughly when the problem was introduced. (as there is about 2 years between 1.5.3 and current dev-branch I believe)

                                          G 1 Reply Last reply Feb 17, 2020, 3:35 PM Reply Quote 1
                                          • 1
                                          • 2
                                          • 3
                                          • 2 / 3
                                          2 / 3
                                          • First post
                                            27/55
                                            Last post

                                          156

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project