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

FOG slow to image when on VM

Scheduled Pinned Locked Moved Solved
FOG Problems
5
19
1.9k
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 @kafluke
    last edited by george1421 Apr 17, 2019, 4:27 PM Apr 17, 2019, 10:26 PM

    @kafluke said in FOG slow to image when on VM:

    I can copy an image from the old physical server over to the VM at the OS level (centos) using SSH with no bottleneck whatsoever (Full 1Gbs)

    How about in the other direction new fog server to old fog server? That is actually the direction the image will be traveling during deployment.

    Also the other thought is that the old fog server to new fog server is probably happening on the same network switch, whereas going to a target computer would probably be switch to switch communication.

    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 2
    • K
      kafluke @george1421
      last edited by Apr 18, 2019, 2:08 PM

      @george1421 No that’s the VM not the host. Here’s the specs on the host:

      12 CPU’s Xeon X5675
      96GB RAM
      10 Terabyte SAS RAID10

      G 1 Reply Last reply Apr 18, 2019, 2:14 PM Reply Quote 0
      • G
        george1421 Moderator @kafluke
        last edited by george1421 Apr 18, 2019, 8:16 AM Apr 18, 2019, 2:14 PM

        @kafluke So unless I’m missing something you have 16 vCPUs allocated to the FOG vm with 12 cores in the host system? Yeah, I’d drop that back to 2 vCPUs with 8GB of ram to start with. Over provisioning the VM is counter productive.

        4 x CPU Sockets
        4 x CPU Cores
        8 GB RAM

        And really the FOG server doesn’t do much for imaging. It just moves the image from disk to the network adapter. There is no calculations done on the fog server, the target computer does all of the real work. Much more than 2 cores is a bit of a waste unless you have a lot of client computers checking into the fog server, then I’d probably go to 4 vCPUs.

        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
        • B
          BREIT
          last edited by Apr 18, 2019, 6:45 PM

          I’ll throw my two-cents in here. Has anything changed network wise? I know I ran into an issue when one of the hubs we had went down and we replaced it with a 10/100 we had lying around. As soon as we put in a gigabit hub it was blazing again. Just an idea.

          K 1 Reply Last reply Apr 18, 2019, 9:04 PM Reply Quote 0
          • K
            kafluke @BREIT
            last edited by Apr 18, 2019, 9:04 PM

            Okay so I just built it up on a different physical server and it’s fast again. Something to note though… when I use the dev-branch I have no logs and behaves a bit funny (snapins not installing and not able to join the target to the domain). If I use the working branch everything works fine.

            1 Reply Last reply Reply Quote 0
            • T
              TaTa
              last edited by Apr 19, 2019, 3:06 PM

              @kafluke It happens to me too. Also on the latest dev-branch, Advance Menu has stopped working.

              1 Reply Last reply Reply Quote 0
              • K
                kafluke @kafluke
                last edited by Apr 24, 2019, 4:14 PM

                @kafluke We gave up on the VM route. Went back to physical server and it’s working as expected. I am going to put in a bug report though about the log viewer. I rely on that and it’s not working in latest dev-branch build.

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Apr 29, 2019, 9:40 PM

                  @TaTa Can you please post more information on the “Advanced menu issue” you see with current dev-branch. I’d like to fix this before we push out the next release.

                  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
                    TaTa
                    last edited by Apr 30, 2019, 6:45 PM

                    @Sebastian-Roth Whenever I selected Advanced Menu and signed in, the machine will either beep or display a black screen (sounded like missing RAM beeping sound). I installed dev-branch on a test server with fresh installed ubuntu 18.04 with same issues.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Sebastian Roth Apr 30, 2019, 3:00 PM Apr 30, 2019, 8:58 PM

                      @TaTa Thanks for the update. Would you mind opening a new topic for this as it has not much to do with the initial posting. I feel it’s good to keep things separated so people will find answers quickly as well.

                      At first I though you might be running into an issue we already found in 1.5.5 and fixed some weeks ago: https://forums.fogproject.org/topic/12911/chainloading-failed-advanced-menu (definitely worth reading the whole topic as it also has some information on how this works)

                      But as you are using dev-branch I suppose you already have that fix. When did you last update to the latest dev-branch version?

                      Can you please post your advanced menu code here? Possibly it’s just an issue within the menu code?!

                      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 May 6, 2019, 9:13 PM

                        @TaTa I just pushed a fix, follow the discussion here: https://forums.fogproject.org/topic/13230/advanced-menu-bug

                        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
                          TaTa
                          last edited by May 9, 2019, 7:52 PM

                          @Sebastian-Roth Thank you very much. We had an outage last week so I didn’t have time to follow up. I just upgraded to latest dev-branch and things are working now. Advanced menu is working as it was before. Thanks everyone involved!

                          1 Reply Last reply Reply Quote 1
                          • 1 / 1
                          1 / 1
                          • First post
                            17/19
                            Last post

                          178

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project