• image size

    3
    0 Votes
    3 Posts
    783 Views
    L

    In terms of single disk productivity is the best option because the clone of this image was on average 30 minutes in multicast mode, when I used multiple partition the time to clone the image was in 2 hours and 30 minutes.

  • patch isc-dhcp server for mac startup disk

    Solved
    17
    0 Votes
    17 Posts
    5k Views
    S

    @Sebastian-Roth Yea, I’m good now, actually got it to work with a Windows DHCP server as I was hoping.

    Thanks for all your help!!

  • Custom SSL Certificate with Fog Client Service

    10
    0 Votes
    10 Posts
    4k Views
    S

    @hancocza Ok, so I got this. I am looking into the building process of the FOG client right now as our client developer is absent right now. I might come up with a description of how to custom build the client (e.g. for custom SSL cert). I am still trying to get things sorted with the building tools. Let’s hope I get this fixed soon.

  • Sysprepping

    4
    0 Votes
    4 Posts
    1k Views
    ryan.mckenzieR

    @Tom-Elliott using KMS server, if I leave blank will that work?

  • Performance issues with BIG images

    10
    0 Votes
    10 Posts
    5k Views
    J

    Thanks for all the advice, I appreciate it. I’m going to go with a raid 5, 5 drive SSD array in my new fog Server, a few sata drives and some time looking at the scripts to implement HSM

    Have a good day as they say

    Yours

    Julian

  • [SOLVED] Move image to second node

    5
    0 Votes
    5 Posts
    2k Views
    A

    @george1421

    I have modified the storage group in my image definition.
    I have:

    cp -R /images/Dellvostro430 /images2/ sudo chmod 777 -R /images2/Dellvostro430 sudo chown fog.root -R /images2/Dellvostro430/ rm /images/Dellvostro430

    I have updated the configuration for my client with the image definition modified.

    And the result :

    0_1500383292579_vostro430.jpg

    I think it works but i waiting the end of deploy

    Edit:

    It works 😄

    After cp + rm
    Node 1:
    0_1500383895890_1.jpg

    Node2:
    0_1500383908488_2.jpg

    The final result:
    0_1500383925687_3.jpg

    For information, i don’t have used mysql. I can not use it anymore

    Thank you one more again @george1421

  • Can you make FOG imaging go fast?

    7
    0 Votes
    7 Posts
    6k Views
    Wayne WorkmanW

    @george1421 said in Can you make FOG imaging go fast?:

    I can say from my production FOG server running 2 vCPUs on a 24 core vSphere server, I can achieve about 6.2GB/min transfer rates (yes I know this number is a bit misleading since it also include decompression times, but its a relative number that we all can see) for a single unicast image.

    That figure is not network transfer speed or compression/decompression speed nor is it an aggrigate, it is simply write speed to the host’s disk.

    It doesn’t represent or reflect network transfer speed or decompression speeds. These things are very loosely related to the write speed just as the disk you’re using is related to the write speed - but this figure does not tell where any bottleneck is.

    Trying to use this figure to gauge network transfer speed would be like trying to gauge the mail man’s speed based on how long it takes me to go check my mailbox (if the post office used that as their metric, the mailman would be fired because I check my mail every few days).

    Further, your bottleneck is probably not the next person’s bottleneck. My experience with multiple FOG servers on multiple types of hardware has shown that tuning FOG is a matter of balancing network throughput with a host’s ability to decompress. We cannot speed up how fast a host’s disk can write, it’s maximum write speed is still it’s maximum write speed no matter what we do with CPU or Network or Compression or RAM - the idea is simply to always have data waiting to be written to disk without delay, and how to balance the CPU’s ability to decompress with the network’s ability to transmit to many clients at once, and the FOG server’s ability to serve many clients at once. This all comes back to two simple things I think: Max Clients and compression rate.

    It’s a balancing act of these two things. Of course, ZSTD is the most superior compression algorithm, which is why it’s not one of the two simple things. But it’s compression rate is.

    The FOG Server’s disk does play a role - but at my last job, I was clearly hitting the network’s maximum throughput bottleneck - so a solid state disk would not have helped.

    At any rate, the script below is an example of how to automate the monitoring & collecting of things from FOS: https://github.com/FOGProject/fog-community-scripts/blob/master/fogAutomatedTesting/postinit.sh
    That’s what I’d use to collect any custom metrics you want to monitor more quickly, instead of doing a debug every time and manually monitoring.

  • FOG in a mixed environment. Clients do not have PXE Boot.

    Moved Solved
    7
    0 Votes
    7 Posts
    2k Views
    C

    @george1421 Yes, thank you george.

  • I would like add a new hdd ...

    Solved
    46
    0 Votes
    46 Posts
    20k Views
    A

    @george1421 ahah thanks really 😉

    I will be back soon (tomorrow) for a new thread 😄
    I used FOG since 3 years and this solution is beautiful !

    @george1421 thank you so much 🙂
    Have a good night 😉

  • Can't delete Snapins from Groups

    4
    0 Votes
    4 Posts
    2k Views
    B

    @Tom-Elliott
    I wasn’t aware that snapins automatically showed under the groups… If that’s the case then it kinda threw me for a loop. Now to recover from my own little screw up… oh well lesson learned… don’t be a dummy 🙂

  • Do the wipe activities wipe all disks present in the host?

    7
    0 Votes
    7 Posts
    3k Views
    B

    @Quazz @kmstory
    I do this already… here is my menu entry.

    menu DBAN Nuke Menu item autonuke AutoNuke DoD 3-Pass item zero AutoNuke 1-Pass Zero Wipe item choose-disk Single Disk Selection item return Back to top menu... item choose --default return --timeout 10000 target && goto ${target} :autonuke kernel http://${fog-ip}/dban/dban.bzi nuke="dwipe --autonuke" silent vga=785 boot || goto failed :zero kernel http://${fog-ip}/dban/dban.bzi nuke="dwipe --autonuke --method zero" silent vga=785 boot || goto failed :choose-disk kernel http://${fog-ip}/dban/dban.bzi nuke="dwipe" silent vga=785 boot || goto failed :return chain ${boot-url}/service/ipxe/boot.php?mac=${net0/mac} || prompt goto MENU

    As you can probably tell, from that menu, I have the DBAN iso extracted to this folder /var/www/html/dban/

    Try it out… Works wonders for me.

  • Windows 10 Default Programs

    6
    0 Votes
    6 Posts
    2k Views
  • Storage Group Activity ( Image)

    4
    0 Votes
    4 Posts
    1k Views
    M

    @Tom-Elliott Thanks!

  • Storage Group Activity

    3
    0 Votes
    3 Posts
    1k Views
    M

    @george1421 said in Storage Group Activity:

    ask, (before you change this value) what is your goal here? Are you trying simultaneous deployments? Depending on your VM infrastructure, if you try to deploy more than 10 images from a single storage node at the same time you will run into VM resource constraints (i.e. network saturation, unable to move data fast enough from the vmdk file, and so on). So increasing this number will not improve performance, but actually hurt your overall deployment speed (IMO the default of 10 is too high to start with).
    If you need to deploy more than 5 systems simultaneously (via unicast) I might consider switching over to multicast deployments. With a multicast deployment only a single image is transmitted over your network for any number of clients at the same time.
    If you want to continue to use unicast imaging (because your network is multicas

    Okay Thank You!

  • Renaming multiple computers on Fog

    9
    0 Votes
    9 Posts
    3k Views
    Wayne WorkmanW

    @gabbas If you were using the latest version of the new fog client, it will rename the object for you in active directory.

  • Internet Explorer Addons in Windows 7

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    george1421G

    You probably can start here: https://docs.microsoft.com/en-us/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy

    several different methods, enable all, auto enable, or enable by clsid done by GPO.

  • DNSMASQ 2.76-5 on Jessie

    2
    0 Votes
    2 Posts
    1k Views
    Wayne WorkmanW

    @TaTa said in DNSMASQ 2.76-5 on Jessie:

    Has anyone tried this version on Jessie?

    Yes, but not from the stretch repository. We have documentation on how to compile it for Debian 8 here: https://wiki.fogproject.org/wiki/index.php?title=ProxyDHCP_with_dnsmasq#Compiling_dnsmasq_2.76_if_you_need_uefi_support

    In general, is it okay to use packages designed for Stretch on Jessie?

    No idea. Try it on a test box. Worst thing that can happen is it doesn’t work, then you can come back here and let the world know. My personal advice though - don’t use Stretch packages on Jessie - just my 2 cents. They have two different names for a reason.

  • Certificate expired FOG Website

    8
    0 Votes
    8 Posts
    2k Views
    x23piracyX

    @Tom-Elliott said in Certificate expired FOG Website:

    I’ve modified the cron to run every 5 days so this should no longer happen.

    with letsencrypt i let the cron job run every 2 months (certs are valid for 90 days).
    i would leave the cert server contacts as small as possible, for what should 5 days good for? 🙂
    Sure, the best way in my mind would be 24 hours before it expires…

    Regards X23

  • UEFI Screen Size

    4
    0 Votes
    4 Posts
    2k Views
    B

    @george1421 said in UEFI Screen Size:

    vga=792

    That seems to work as expected. I will do some more extensive testing of it this afternoon if possible and report back.

  • UEFI/Secure Boot issues

    3
    0 Votes
    3 Posts
    2k Views
    B

    @Quazz
    The device is a Lenovo X1 Yoga Gen 2.

    There are no other devices on the subnet. I have the server physically and logically separated from all other networks/devices in my scheme. I will disable secure boot and report back.

    EDIT: Secure boot disabled is letting me boot to the FOG menu now. I just need to change the MENU EXIT TYPE I think. When I chose the Boot From Hard Disk option, I got a “Chainloading” failure. I think once I get that straightened out, it will work.

    EDIT 2: I changed the option FOG_EFI_BOOT_EXIT_TYPE to REFIND_EFI and it was able to boot successfully from the FOG Menu.

126

Online

12.3k

Users

17.4k

Topics

155.8k

Posts