Some hosts are unable to get an address through DHCP
-
@mageta52 For me, it is. It might be different for you.
So, if you start 10 at once, each successive one that starts runs a bit slower.
This slowness does not speed up if bandwidth is freed up by other hosts completing.
So, the slowest one is always the last to finish and it takes forever.
By limiting it to two here at my work, the two run at full speed, the only limiting factor is the target host’s speed of writing to disk.
My recommendation is to see how many you can run simultaneously before you detect any slowdown with the later joining hosts. Minus one from that number and that’s the sweet spot.
-
@Wayne-Workman So, we run open dhcp on our main network. What I’m not sure about, is how to point that towards the fog server if a client is PXE booting and looking to connect.
-
@mageta52 Windows DHCP:
DHCP Scope (global or individual) -> Option 66 = ip address/hostname of where to get PXE information (FOG Server IP Address).
DHCP Scope (global or individual) -> Option 67 = filename to try to get from the PXE server (undionly.kkpxe).
-
@mageta52 also, after doing what @Tom-Elliott said, you can setup UEFI support as well by following this: https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence
-
@Wayne-Workman Thanks guys, I’ll try to experiment with these options, again, it will probably have to wait until next week. The schedule is insane right now.
-
@Wayne-Workman said:
So, if you start 10 at once, each successive one that starts runs a bit slower.
This slowness does not speed up if bandwidth is freed up by other hosts completing.Unicast is just the wrong “tool” to send out lots of identical data to many clients… Sorry, couldn’t hold it back.
-
@Sebastian-Roth I agree. But I also don’t have access to my building’s switches to fix multicast.