• Problem deploy slow

    Unsolved
    2
    0 Votes
    2 Posts
    325 Views
    george1421G

    @alexamore90 Lets try to unpack this.

    You have 3 ESXi servers connected to an unmanaged switch.

    This part is a bit unclear. After deploying on a few pcs the speed dropps to 900mb/min (watch your unit of measure). Normally its up to 22GB/min (again assuming you are getting this number from partclone).

    After deploying to a few PCs the speed drops. Is this simultaneous deployments or consecutive deployments the speed drops?

    Unmanaged switch: So this isn’t an enterprise class switch. You may have issues with throughput on the switch itself. The aciscs might not be fast enough for the amount of data your are trying to push through. Look at the throughput listed in the technical documentation for the switch.

    You didn’t mention the uplink speed from the ESXi servers to this switch. On a well managed 1GbE network you should get around 6GB/min throughput. On a well managed 10GbE network I’ve seen 13-15GB/min. So your 22GB/min seems a bit higher than expected. I can say with a physical FOG server connected via 1GbE link, I can saturate that 1GbE link with 3 concurrent image deployments. When that happens the error rate increases and the throughput drops off quote a bit.

    The other thing if you are trying to do concurrent deployments with these 3 FOG servers, make sure the drives on ESXi are SSD or NVME drives and not spinning disks for performance reasons.

    In the end I don’t think this is a FOG server issue specifically, rather something in the environment that is causing the speed issue.

  • Compile error

    Unsolved
    6
    0 Votes
    6 Posts
    512 Views
    Mr_____TM

    Just checking in here to Mark this as SOLVED. I had added the dev branch under a different folder. So the mix up was between the chair and the keyboard. Performed @Tom-Elliott Recommendations and reinstalled from my primary install and it is now working. trying to pxe boot MacBookPro’s. That’s another story, for another thread.

  • what makes an image, call for a fog.postdownload script?

    Unsolved
    6
    0 Votes
    6 Posts
    415 Views
    G

    @Tom-Elliott

    Ok thanks @Tom-Elliott - that helped me. I had a script that was failing and trying to find logs for it was difficult to get a location that it could write to, that I could find after the deployment, and i couldn’t see if it was erroring or whatever… running in deploy debug was really helpful. Thanks.

  • Conflict (content) while updating FOG server to newest version

    Unsolved
    1
    0 Votes
    1 Posts
    106 Views
    No one has replied
  • Pas de capture

    Unsolved
    2
    0 Votes
    2 Posts
    341 Views
    george1421G

    @ALV_SUPECOLES This seems to be similar to this thread: https://forums.fogproject.org/topic/17759/ipxe-initialising-devices

    In this case uefi firmware was updated then iPXE stops at initializing devices. If compiling and installing the latest version of iPXE doesn’t solve the problem then we will have to wait for either iPXE developers or Lenovo to fix the problem. https://forums.fogproject.org/topic/15826/updating-compiling-the-latest-version-of-ipxe

  • Problems With PXE OVER IPVA4

    Unsolved
    2
    0 Votes
    2 Posts
    341 Views
    george1421G

    @nicolas-moraes We have to be careful some Soho routersthe don’t behave well with pxe booting. Some will put its IP address as the boot server even if you have dhcp option 66 configured. I don’t know the edgerouter, but if there is a bootp option make sure that is turned on too.

    The edgerouter is based on vyos so it should behave correctly. Make sure when you define dhcp option 66 its the IP address of the fog server and for dhcp option 67 the boot file name needs to be all lower case. Make sure you don’t have a leading or trailing white space in the name.

    If you have double checked everything then get a witness computer and load wireshark on it. Make sure you setup a capture filter of port 67 or port 68 start the scanning then pxe boot the computer until you get the error message then stop scanning.

    What you are looking for is the DORA sequence
    Discover (sent by target computer, akin to hello world, please configure me)
    Offer (sent by one or more dhcp server, I would there to be only one of these and from your edgerouter).
    Request (sent by the target computer)
    Ack/Nack (sent by the dhcp server)

    The interesting packet will be the OFFER.

    Look at the packet, there should be an ethernet header section with the following fields.
    Next-Server: this should be the IP address of your fog server (this is the bootp part)
    Boot-FIle: this should be the name of the ipxe file to load.

    If either of those are blank some pxe clients will not boot if they look at the bootp fields.

    In the dhcp options section you should see option 66 and 67 that should mirror the values in the bootp part.

  • Issue with FOG Deployment - Disk Not Bootable After Deployment (Debian 12)

    Unsolved
    5
    0 Votes
    5 Posts
    415 Views
    D

    @Tom-Elliott Thank you Tom. I change the UUID’s by the devices names on the /etc/fstab on the “golden” machine before I capture a new image and I redeploy it, but apparently it doesn’t change anything

  • Stuck on Saving Partition Tables (MBR)

    Unsolved
    3
    0 Votes
    3 Posts
    296 Views
    D

    ok, got it.

    My storage pool had the other IP address, once I changed the IP of the storage pool to same subnet has the machine I am trying to clone, it went smoothly.

    It is now copying at 257MB/min… is that good ?

  • What is /bin/fog.download?

    Unsolved
    3
    0 Votes
    3 Posts
    431 Views
    S

    @george1421 Gotcha. Thanks for the reply. I’ll post a picture of the error when I’m able to get back to testing next week.

  • Fogclient and token.dat missing

    Unsolved
    1
    0 Votes
    1 Posts
    188 Views
    No one has replied
  • SNAP INS. Lets talk about them...

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    D

    @Tom-Elliott

    Yeah, this was my suspicion. I see both sides of it too. Sounds like I’ll have to either super simplify some of my install scripts and make some sacrifices or figure out another solution.

    I appriciate the response and confirmation!

  • pxe booting using dhcp from home router

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    Mr_____TM

    This thread is quite old. Just here to mark it solved. I did manage to set my isp’s router as the dhcp server and successfully captured an image.
    Thanks for all your suggestions and help.

  • Capture UEFI image on hyper-v VM

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    L

    @Tom-Elliott said in Capture UEFI image on hyper-v VM:

    6.1.89

    Thanks, this worked for me.

    When tasking a host, I’d get the same as @Baessens (Hyper-V).

    I went to kernel update and installed 6.1.89 as per Tom’s suggestion and I was able to get past and into image deployment!

  • FTP Error

    Unsolved
    12
    0 Votes
    12 Posts
    985 Views
    K

    @Tom-Elliott
    I could send you any log-info you guide me.
    Too bad no one could help this problem.
    I had so time consuming setting up this great project.
    Do you might now anyone else i could send a message maybe?A remote session somehow?
    Thanks for the effort anyway.

  • FOG on Proxmox use UEFI booting.

    Solved
    3
    0 Votes
    3 Posts
    433 Views
    R

    I had a problem when capturing an image when the computer was in legacy mode, when it was in UEFI mode everything worked. Then I reinstalled FOG on PROXMOX and I didn’t check Legacy mode anymore, but now I just tested imaging in legacy mode and everything works. That’s why I thought it was somehow dependent on whether fog was installed in UEFI/Legacy mode. Topic to close then.

  • 0 Votes
    13 Posts
    2k Views
    D

    @Tom-Elliott Thanks for the clarification, but please let me know if I can at least somehow avoid resizing the current partitions (especially boot partition), such as by checking Multiple Partition Image - Single Disk (Not Resizable) - (2)?

  • CSS Web Customization

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    L

    Hello,
    I have a prod server and a test server
    To differentiate them, I would lid like to change the default “blue theme” to a green theme.
    Which lines should I modifi in de fog.css files ?

  • http 5xx server error

    Unsolved
    2
    0 Votes
    2 Posts
    249 Views
    D

    Hello, it looks something is wrong with you backend.
    Are you able to open from the browser:

    http://192.168.1.22/fog/service/ipxe/boot.php http://192.168.1.22/fog/service/ipxe/bzImage

    ?

  • Chainloading failed

    Unsolved
    2
    0 Votes
    2 Posts
    315 Views
    R

    @kentasmith Try changing your DHCP option 67 to another one of the boot files available (link below). We had this error and this resolved it. Think changing it to ipxe.kpxe instead of undionly.kpxe helped.

    https://docs.fogproject.org/en/latest/installation/network-setup/dhcp-server-settings/#option-67

  • tftp client targetting the wrong server [dhcp relay, kea, option 66]

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    N

    @george1421 said in tftp client targetting the wrong server [dhcp relay, kea, option 66]:

    @nec Good find, but I would also say that you are missing the boot-file (or whatever its called) at the pool level. That is the bootp part of the pxe booting. When you look at the pcap from the witness computer on the same subnet as the pxe booting computer. You should see both sets of values set.

    OK, I get that, though I must admit that the config file I’ve shown here is sufficient and working in that particular context.

    I have no idea what Kea dhcp server is but the config file looks similar to the linux standard ISC-DHCP dhcp server.

    ISC started the development of Kea in 2014, ten years ago, with the objective to replace the venerable ISC-DHCPD.
    As stated here, ISC has set the end-of-life of ISC-DHCPD in 2022.

    (On a personal POV, it broke my heart)

116

Online

12.3k

Users

17.4k

Topics

155.8k

Posts