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

    Imaging computers at 2.6Gbps

    Scheduled Pinned Locked Moved
    General
    8
    40
    8.8k
    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.
    • O
      Obi-Jon @george1421
      last edited by

      @george1421 Good to know.

      Raspberry Pi2 FOG would have been sweet for carrying into remote 56k-connected offices where I used to work back in the early 2000s.

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @Obi-Jon
        last edited by george1421

        @Obi-Jon We use it for a mobile deployment server and a bit of a novelty. For small offices we typically use an i3 Intel NUC with an onboad SSD drive. Its pretty small, easy on power and has enough horse power to support multiple deployment streams.

        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
        • O
          Obi-Jon
          last edited by Obi-Jon

          OK, test results are in, and wow, zstd is fast, at least on my newest i3 systems with a vanilla Win10 installation (haven’t yet tested it with the original 157GB image I posted earlier). So, this isn’t really apples to apples when comparing with my earlier results, but solid comparison between zstd compression levels.

          Vanilla Win10 SSD/6th gen i3/32GB ram system:
          Image: 9,180MB uncompressed (converted from 8.55GiB as shown in FOG to MB)
          zstd -11: 3,390MB compressed, avg upload 3.66GB/min, download time 27 seconds, peak 18.23GB/min
          zstd -19: 3,068MB compressed, avg upload 725MB/min, download time 25 seconds, peak 19.75GB/min

          So it looks like an speed improvement of about 7% and a space improvement of 9%, tradeoff being 400% increase in upload time. Worth it for some, not for others. Totally worth it for me to save server space and make deployments as quick as possible to reduce user downtime. I suspect these increases will vary depending on client hardware specs.

          HOWEVER, I did see an “error 39 read premature end” at the very end of the download process for zstd -19 right before it rebooted. I didn’t notice if there was an error when uploading, but the error did cause FOG to repeat the image process until I killed it. However, Windows 10 booted fine and I don’t see any problems. I re-uploaded the image and compared disk usage and the post-error image is 10MB smaller, so I wouldn’t trust the image. This error may have been a fluke, will probably settle in the zfs -15 range if -19 continues to generate errors.

          And for fun…
          0_1491517144099_Speedtest 9180MB image zstd-19.JPG

          JunkhackerJ Tom ElliottT B 3 Replies Last reply Reply Quote 3
          • JunkhackerJ
            Junkhacker Developer @Obi-Jon
            last edited by

            @Obi-Jon the error is most likely completely unrelated to the compression level. if you can capture more information, we’ll see if we can find the cause.

            signature:
            Junkhacker
            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

            O 1 Reply Last reply Reply Quote 0
            • O
              Obi-Jon @Junkhacker
              last edited by Obi-Jon

              @Junkhacker “locate partclone.log” does not find a log file. Thinking a log was not generated, or am I looking for the wrong log file? I tried “locate *.log” but didn’t see anything promising:

              /opt/fog/log/fogimagesize.log
              /opt/fog/log/fogreplicator.log
              /opt/fog/log/fogscheduler.log
              /opt/fog/log/fogsnapinhash.log
              /opt/fog/log/fogsnapinrep.log
              /opt/fog/log/groupmanager.log
              /opt/fog/log/multicast.log
              /opt/fog/log/pinghost.log
              /opt/fog/log/servicemaster.log
              /root/fogproject/bin/error_logs/fog_error_1.3.5.log
              /root/fogproject/bin/error_logs/foginstall.log
              /var/log/alternatives.log
              /var/log/auth.log
              /var/log/bootstrap.log
              /var/log/dpkg.log
              /var/log/kern.log
              /var/log/php7.1-fpm.log
              /var/log/apache2/access.log
              /var/log/apache2/error.log
              /var/log/apache2/other_vhosts_access.log
              /var/log/apt/history.log
              /var/log/apt/term.log
              /var/log/mysql/error.log
              /var/log/unattended-upgrades/unattended-upgrades-shutdown.log

              0_1491518979404_Speedtest error.JPG

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @Obi-Jon
                last edited by

                @Obi-Jon Partclone.log is related to the client.

                Anything presented on the client in regards to FOS (Inits) will be in respect to the client.

                You could add isdebug=yes to that host’s Kernel Arguments field. This will drop the host into a terminal prompt where we can step through and obtain more information.

                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

                O 1 Reply Last reply Reply Quote 0
                • O
                  Obi-Jon @Tom Elliott
                  last edited by Obi-Jon

                  @Tom-Elliott Ah, I borked the log then when I uploaded the image and redownloaded after the error to compare image file sizes. No errors the second time since the images matched. If I see that error again I’ll revisit this. Thanks!

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott @Obi-Jon
                    last edited by

                    @Obi-Jon I feel I must add, once again.

                    “Holy Shit”

                    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

                    O 1 Reply Last reply Reply Quote 2
                    • O
                      Obi-Jon @Tom Elliott
                      last edited by

                      @Tom-Elliott Lol, my sentiments as well, been pumped all day. Can’t wait to try this over multiple unicasts simultaneously.

                      1 Reply Last reply Reply Quote 1
                      • B
                        Bob Henderson @Obi-Jon
                        last edited by

                        @Obi-Jon That’s great to see. We see very similar speeds with ours, though it’s just a VM on ZFS based storage with 4g of ram and 2 cores. I think the key is making sure you’ve got solid clients, and ssds on the client side. And Intel nics.

                        Some of our broadcom equipped thinkpads max out at around 7, the intel Dells hit the 10,11 mark.

                        This is all on gzip. Haven’t made a new image since the new compression.

                        O 1 Reply Last reply Reply Quote 0
                        • O
                          Obi-Jon @Bob Henderson
                          last edited by

                          @Bob-Henderson Good point on the Intel nics, that’s what I’m using as well. My new clients are based on H110T chipset, which has both Intel and Realtek nics. I made sure to only enable PXE on the Intel nic and disabled the Realtek nic entirely. Now to keep my users from plugging into the wrong jack and generating more help desk tickets. I’m actually contemplating gluing a punched down RJ45 plug into the Realtek ports, lol.

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            Bob Henderson @Obi-Jon
                            last edited by

                            @Obi-Jon eww ya, no, don’t do that.

                            Color code the jacks and cables. blue jack, blue cable, orange jack, orange cable. It’s what we do for our users. Another school here, but we’re a 1:1 shop so all my stuff are laptops. Snapins are my saving grace, tied with PDQ Deploy

                            O 1 Reply Last reply Reply Quote 0
                            • O
                              Obi-Jon @Bob Henderson
                              last edited by

                              @Bob-Henderson That’s a really good idea. Gives me ideas for audio/video stuff that gets plugged in wrong every time they wax the floors…

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                Bob Henderson @Obi-Jon
                                last edited by

                                @Obi-Jon Thats how it started with us too. Labels didn’t work, cuz who can asked to read something written in big letters on each end…

                                So we stock 10 colors now, and they all have a reason for them. We have a sign made up for the colors, and posted it in every room laminated.

                                O 1 Reply Last reply Reply Quote 0
                                • Q
                                  Quazz Moderator
                                  last edited by

                                  From my experience:

                                  Your FOG machine doesn’t need to be that fancy to accomplish this. It will be useful for concurrency and what not, of course, but I’ve had similar results with a 2nd generation i5, 6GB RAM, 500GB HDD (!!!) and 1gbps link

                                  The key to fast imaging is primarily down to the target device (assuming your imaging 1 device of course). Modern multi-core CPUs tend and faster storage solutions tend to get deployed to quite a bit faster.

                                  O 1 Reply Last reply Reply Quote 0
                                  • O
                                    Obi-Jon @Quazz
                                    last edited by

                                    @Quazz Yes, the target device does appear to be the deciding factor for deployment speed when imaging 1 device. That said, my old FOG box was running 0.32 (didn’t upgrade it due to some customization I had made to it) and was WAY slower than this, even with the same clients. The server was no slouch, even for 5 year old hardware, but the newer versions of FOG (partclone, etc) are making a big different too.

                                    From now on I think the bottleneck (if you can call it that) will be endpoint network bandwidth. We’re pretty much saturating 1Gbps links as this test shows, so going concurrent with 10Gbps link at the server is the next logical step. For me, 10Gbps is overkill since I have mostly 100Mbps endpoints with 1Gbps uplinks, but as I upgrade endpoint switches client speeds will improve a lot. Heck, with 100Mbps endpoints and SSD on the server I am thinking I can saturate 50-100 clients simultaneously at 100Mbps each. Can’t wait to try it.

                                    1 Reply Last reply Reply Quote 0
                                    • O
                                      Obi-Jon @Bob Henderson
                                      last edited by

                                      @Bob-Henderson My color scheme for network cables has been based on length (5’ = white, 7’ blue, 10’ pink, 14’ yellow, etc). Maintenance disconnects everything every summer, waxes the floors or shampoos the carpets, then hooks everything up again, so the different colors on each row of computers is useful for figuring out which cables go where. Not sure I can do away with that for network cables, but I’ll definitely incorporate your idea for everything else.

                                      Good idea to post laminated signs too.

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        Bob Henderson @Obi-Jon
                                        last edited by

                                        @Obi-Jon

                                        Ah, yeah, I remember that game. We ended up doing a disconnect/reconnect system myself, to alleviate the issues.

                                        good thing there are more colors available, huh?

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Joe Schmitt Senior Developer
                                          last edited by Joe Schmitt

                                          @Obi-Jon @Junkhacker it would be interesting to see the speed difference using our new fog 2.0 transfer protocols / techniques when it’s more ready for testing. Generally speaking our new approach we’re working on is far more stable in transit (less packet loss), and capable of a much higher throughput / network efficiency.

                                          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.

                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            Bob Henderson @Joe Schmitt
                                            last edited by

                                            @Joe-Schmitt Any documentation or such available for this? I’m curious about how you’re doing it from a technical perspective.

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

                                            157

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project