• Is it possible to PXE boot from USB-to-Ethernet adapter or USB-C using FOG

    Unsolved
    2
    0 Votes
    2 Posts
    341 Views
    S

    @Solo509 Best if you take a picture of the exact error on screen and post here.

    From what you wrote so far I would imagine that iPXE is not having the right driver for your USB-to-Ethernet or USB-C adapter. Which iPXE binary do you use? undionly.kpxe, ipxe.efi, snponly.efi, intel.kpxe, realtek.kpxe?? Take a look at /tftpboot/ on your FOG server to see all the different ones you can try.

  • Dell 7730 precision laptop deploy GPT error message

    Solved
    94
    0 Votes
    94 Posts
    48k Views
    jmasonJ

    @Sebastian-Roth I am now, as what I expected is the case.

  • Storage node added - But it's not in the list of nodes

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    K

    @Sebastian-Roth Okay so I just did a complete fresh install on a brand new server. Dev version 1.5.5.3. Absolutely no logs for me to look at inside the log viewer. Weird.

  • FOG-Client not booting up due to DHCP-reasons?

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    M

    @Sebastian-Roth Thanks for your reply. Interesting to know, how FOG is starting up. As mentioned before, I think the issue was, that DHCP-Server couldn’t hand out a dynamic IP. So one of the last two requests seem to request with the wrong MAC address, as my DHCP has fixed reservations for the right MAC and should have delivered the right IP. Anyhow, as also mentioned before, the bug (or feature) is not occuring anymore as i freed up some space for dynamic hand out. So sorry, but I can’t provide additional Screenshots/Informations…

  • Image replication MD5sum not matches

    Unsolved
    4
    0 Votes
    4 Posts
    654 Views
    S

    @Franklyn I am not sure I get the point of verifying the images right after the transfer as image replication is a constant loop that does a check and re-transfer (if size and or checksum don’t match) of all the image files.

    Which versions of FOG do you run on the master and the storage nodes? Is it all surely 1.5.5???

  • Create UEFI ISO and prepare Surface go deployement.

    Solved
    23
    0 Votes
    23 Posts
    9k Views
    S

    Just for the notes: I pushed a fix for populating the “Working with node” column properly. But still I don’t think this is causing @TheDiskDrive’s issue. Please post a picture of the error you see and we should be able to help.

  • Issues after changing server IP

    Solved
    5
    0 Votes
    5 Posts
    772 Views
    Wayne WorkmanW

    @Sebastian-Roth said in Issues after changing server IP:

    Hint: I think the great changeIP script does not handle dnsmasq config changes as this is not a standard setup.

    Correct, it doesn’t.

  • Struggling to get multi-casting to work.

    Solved
    9
    0 Votes
    9 Posts
    526 Views
    L

    @george1421 @Sebastian-Roth

    Thanks both for your help, I managed to get rid of the second IP address and the server is now multi-casting to 2 laptops.

  • Multicast very slow

    Unsolved
    27
    0 Votes
    27 Posts
    10k Views
    george1421G

    @plegrand said in Multicast very slow:

    Then there is 2 sessions running (test and test2) and all the target computers have about 1.15GB/min rate

    Just so I’m clear on this. When you were able to get 4 computers imaging your transfer rate was 1.15GB/min? That’s still 19MB/sec. You are still above the 100Mb/s theoretical limit.

    All the computers have 2 partitions and strangely the first partition is slower than the second : about 700MB/min rate

    I can explain this. The number is based on an incorrect calculation. The issue is that first partition is pretty small, like 500MB. It transfers so fast that the speed numbers get skewed. The second partition is typically the contents of the 😄 drive. You can see this if you look at the disk manager in Windows. Look at the size of the first partition.

    I might need to explain how image multicasting works. There is one computer (FOG Server) that is sending the image out. As each multicast client boots up it checks in with the multicast sender through a discovery process. The muticast sender (FOG Server) configures the multicast sender service to wait for X number of clients to check in before going, or after the first client checks in wait for XX seconds before going even if not all have checked in. Once the multicast stream starts, no other late clients can check in (they are blocked). So in the image stream the FOG server sends out the first block of data then stops. It waits for every multicast receiver (target computers) to respond with “OK!”. The FOG server will not send the next block until it hears “OK!” from every client. If something happens and one client didn’t get the block correctly it will send “Retrans” back to the FOG server and the fog server will resend that block back to the client computer (while the others sit and wait until everyone replies with “OK!”. This is why we say multicasting can only go as fast as the slowest computer in the multicast stream. Consider you have 4, 8-core desktops all with SSD drives and one with a Penitum-4 and a slow HDD. If you imaged them all in one stream the 8 core systems would image at the rate the Penitum-4 system can write data to its slow HDD. If you have a system with a failing hard drive if the block transferred to it’s checksum doesn’t match the checksum of the block on the disk it will send a “Retrans” command back to the FOG server while the other clients wait. The point is when everything works it works well, when you have one bad actor everyone suffers.

  • [CentOS 7 - FOG 1.5.5] Boot PXE

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S

    @Guillaume-IT As well take a look at the Storage Node definition while you are in the web UI and make sure to correct the interface information there.

  • Client not authenticating

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @virtualdxs Definitely will make it into the official build as soon as I find a bit more time to properly fix this.

  • Problem with domain join after deployement

    Solved
    31
    0 Votes
    31 Posts
    7k Views
    B

    @Sebastian-Roth Great !!! Thank you again.

  • Configuring FOG - Storage Nodes and Multicast

    Solved
    3
    0 Votes
    3 Posts
    799 Views
    M

    Hey george1421,

    Thanks for the response.

    To clear things up a bit. We do have multicast working across vlans, the issue is more the reliability. On one vlan only certain models (Dell e5430s, Dell 3380s) will multicast with others (Dell 3340s, Dell 3350s, Dell 3390 2in1) get to the gparted screen and just sit like they are waiting additional computers to join. Then on both of the vlans if you need to cancel the multicast tasks and try to kick if off again, it seems to be hit or miss if the host get past the gparted screen and start imaging. Seems I need to wait a certain amount of time before trying to kick off the job again. I haven’t nailed down that minimum wait time…seems to be 15 min or less. If I do it too soon it just sits at the gparted screen.

    So that is why I decided to look at the Storage Node approach. I then came across the wiki article about Storage management.

    https://wiki.fogproject.org/wiki/index.php?title=Managing_FOG#Storage_Manangement

    In the Storage Management section it talks about Storage Groups and multicasting via the Storage Group’s Group Master Node. I was unclear if I could make sure hosts on a vlan hit the Group Master Node on that vlan. Maybe I was adding wishful thinking.

    Thanks

    Randy

  • Clonezilla + FOG

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    G

    @george1421

    Thank you for your answer. You can close the ticket. I will do your technique.

    Best regards.

  • Surface Go Imaging - bzimage DHCP

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    S

    @george1421 said:

    adapter was handled by the cdc_ether driver

    Got to be careful with this. I do remember we have had issues with this cdc_ether driver in the past. Please search the forum for this. I think we even tossed it out of our kernel builds for some reason…

  • [CentOS 7 + FOG1.5.5] Password MariaDB FOG + Password WEB

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    G

    @Quazz

    Perfect,
    You resolv my problems.

    The first step OK :
    Web Interface -> Users -> List ALL Users -> fog -> Change password

    The second point OK :
    Edit the file /var/www/fog/lib/fog/config.class.php:

    nano /var/www/fog/lib/fog/config.class.php define (‘DATABASE_PASSWORD’, “MdpROOTsql”);

    The FOG server is still functional in the Web and the database requires a password to enter!

    Everything is good for this open ticket. I thank you for the efficiency of your response.

    Continue like this.
    Best regards.

  • Adding storage nodes

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    L

    @george1421 said in Adding storage nodes:

    For your esxi server, how many network links does it have into your networking infrastructure? 2? or is it 10GbE?

    The ESXi host is on a segmented network and has 4 physical adapter connections but I don’t think all of them are being used. I’m pretty sure the number is two because I’ve been talking to our network team about the possibility of going to 10GbE which they say will be a possibility down the road but not right now. I’ll definitely test deployments thoroughly before pulling the plug on the current/physical node.

    Thanks for the tips about adding a LAG group and/or changing the location of /images, good to know about those options.

  • Imaging over WAN

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    S

    @mpatel said in Imaging over WAN:

    now how do i go about transferring my exiting fog setup to new box including images that i have.

    May I ask you to open a fresh topic on this question just so don’t mix things up too much and people can find things more easily in the forums. Take a look at export/import the image definitions and we’ll give you more of the details in the other topic.

    Marking this as solved.

  • Add hosts to group via different inventory attributes

    Unsolved
    2
    0 Votes
    2 Posts
    299 Views
    F

    You can do it XD
    First you must to know the name of the System product want to deploy.

    Go to reports -> Inventory Reports If you have the lastest dev-branch version, you can filter by System Product. If you don’t have this last version, in the report will appears all the hosts Copy the System Product string that you want to deploy Go to Host menu And paste the string in the search box Create a new group with the results
  • FOG Console how can user change own password

    Unsolved
    1
    0 Votes
    1 Posts
    175 Views
    No one has replied

115

Online

12.4k

Users

17.4k

Topics

155.9k

Posts