• Snapin Packs

    3
    0 Votes
    3 Posts
    2k Views
    J

    yes. zip up all the installers you wish to package together into a single zip file with a single batch install script (let’s call it install.cmd) that runs each executable with its relevant silent install options (these can typically be found at their websites).

    zip file contents:

    install.cmd 7z-x64.exe firefox.exe firefox.ini ChromeStandaloneSetup64.exe vlc3.exe

    install.cmd:

    7z-x64.exe /S /D="C:\Program Files\7-Zip" firefox.exe /INI=[FOG_SNAPIN_PATH]\firefox.ini ChromeStandaloneSetup64.exe /silent /install vlc3.exe /S /L=1033

    note: you would need to create & include firefox.ini in the zip file along with the relevant firefox installer, as seen above

    when you create the snapin pack use:
    template: batch file
    snapin pack file: cmd.exe
    snapin pack arguments: /c “[FOG_SNAPIN_PATH]\install.cmd”

  • 0 Votes
    1 Posts
    665 Views
    No one has replied
  • Search - incorrect

    2
    0 Votes
    2 Posts
    449 Views
    H

    Same issue for me

  • Is "max clients" adhered to if machines aren't registered?

    4
    0 Votes
    4 Posts
    283 Views
    Wayne WorkmanW

    @loosus456 I should not speak for the @developers, instead I’ll ask them to answer you. What I will say is that FOG is built around the idea of registered, managed hosts. Nearly all of it’s features require hosts to be registered. ‘quick deploy’ I think is one of the very few features that does not require registration…

  • Fog setup question

    2
    0 Votes
    2 Posts
    447 Views
    Wayne WorkmanW

    @mpatel said in Fog setup question:

    Do i need to set mysql root password ?

    No.

    is this correct way for setting it up for private network ?

    If that’s what you need, yes.

  • Using FOG without PXE ?

    2
    0 Votes
    2 Posts
    1k Views
    george1421G

    We have a method where we can boot into fog from a usb stick. Its mainly used for debugging purposes (and MAC computers) but it should work for your request.

    Here are the instructions for setting this up: https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image

    Pay attention to the requirements and the caveats of booting this way. You will loose some functionality of FOG that is delivered through the iPXE boot menu, but imaging is surely possible booting from a usb stick.

    Look at the forum chat bubble for a bit more info.

  • Fog Service Certificate......

    2
    0 Votes
    2 Posts
    523 Views
    J

    @john-sayce Ignore this. Either I managed to do as described or the problem was actually something else (because I was tired or stupid) and I’ve broken it then fixed it.

    Thanks anyhow.

  • Fog on a Isolated Network

    7
    0 Votes
    7 Posts
    1k Views
    D

    @wayne-workma Thank you very much for your help, your first question helped me. I never moved the client machine over to the switch, I just ran the FOG Server alone on the switch, once I moved to client over to the switch, the FOG Management was to run and work properly.

  • Report - Imaging host report

    5
    0 Votes
    5 Posts
    863 Views
    I

    If anyone else needs this:

    I cheated but it worked for my needs
    My personal notes =

    Imagelog cleanup
    Downloaded MySQL Workbench to complete tasks

    See records to be deleted.
    SELECT * FROM fog.imagingLog where ilImageName NOT LIKE ‘%<latest image name>%’;

    Delete Records (Rerun command until effected rows =0) - due to safety feature in Workbench
    DELETE FROM fog.imagingLog where ilImageName NOT LIKE ‘<latest image name>’ LIMIT 1000;

  • FOG + Sysprep + Windows 10 1803

    Solved
    26
    0 Votes
    26 Posts
    10k Views
    F

    @george1421
    Hi George,
    I advanced on the problem and i am very confused…
    I identify problem is just after post download scripts.
    I say that because in my multiple tests if i shutdown computer just after sed, cancel fog tasks and boot on Windows 10 1803 the name is correct !

    See screenshot of step where i ientify problem occurs :
    In tests where windows computer name is correct i shutdown computer just before this screen.

    text alternatif

    As i saw rubric “Changing hostname” i search in my web FOG Settings :
    -FOG Client - Hostname Changer was enabled : Now DISABLED
    -General Settings / Change Hostname early was enabled : Now DISABLED

    After disable this two settings it’s ok …
    2 months to identify this !
    Problem solved.

    Very thanks for your helps and guidance to post download scripts.
    I was convinced that it was coming from Windows/Sysprep.

    Don’t know why that did not bother Windows 10 1709.

    Thanks again 🙂

  • FOGprep?

    Solved
    3
    0 Votes
    3 Posts
    917 Views
    T

    Thanks Tom

  • can i join to a domain automatically without using the client?

    3
    0 Votes
    3 Posts
    677 Views
    S

    @george1421 ok thanks for the information

  • SQL script to cleanup database

    3
    0 Votes
    3 Posts
    750 Views
    Greg PlamondonG

    @tom-elliott
    Thanks Tom

  • Update 1.5.0 -> 1.5.4 Works fine, just some stuff to see

    2
    0 Votes
    2 Posts
    616 Views
    george1421G

    There are a couple of issues that have come up since 1.5.4 has been released that have been fixed in 1.5.5 (still unreleased at this time).

    Roll your FOS kernel back to 4.15.2 to get past the mbr/gpt issue. Make sure you download both the 32 and 64 bit PC kernels (not ARM). Edit the www.conf file to update/include these settings, then reboot your FOG server. pm.max_children = 35 pm.max_requests = 2000 php_admin_value[memory_limit] = 256

    If you are having issues with multicasting then we will need to have you switch to the 1.5.5 working branch to get that update.

  • Advice on specs for new setup

    11
    0 Votes
    11 Posts
    2k Views
    C

    @junkhacker That’s probably the best path to follow actually. There’s no rush for us to purchase everything at once. Worst case we have enough nodes now to get us by if we do need more. Thanks again for the help!

  • "Copy" image to repository

    2
    0 Votes
    2 Posts
    499 Views
    george1421G

    @dholland said in "Copy" image to repository:

    I have my fog server at one site, and a fog repository at the other site.

    Lets makes sure our terms are the same.

    You have a FOG Server at your HQ and a FOG Storage node at the remote location? If this is the case if both the FOG Server (master node) and the Storage node are in the same storage group then replication happens automatically.

    In addition at your remote location you will configure the dhcp scope to pxe boot from the IP address of your FOG Storage node.

    The last bit of magic you need is to install the Location plugin. Then allocate each server to a plugin location. Finally when you register target computers you will need to assign that target computer to a Location. That way the target computer knows where to pull its image from.

    During the pxe boot process the target system will need to make a http lookup call to your FOG Server at HQ but all file transfer will happen with the local storage node.

  • has anyone ever used fog from the external WWW

    4
    0 Votes
    4 Posts
    751 Views
    P

    @george1421 @Wayne-Workman
    thanks guys, originally the idea was more so that i could have a stable image with an IP for the fog server that could interface with a machine deployed now, to a server used in the future. But yes, ultimately I’m trying for a seperate box/vm to run fog for those reasons at each site. I’m just coming into a situation though and there is already excessive amounts of dedicated boxes that run pseudo important tasks, but maybe consolidating those will give me some hardware to run fog on anyways. more of a project is all.

    thanks though!

  • Is FOG what i'm looking for , for my server?

    Moved
    7
    0 Votes
    7 Posts
    1k Views
    F

    @vascomorais Seems like your question has mostly been answered, but I wanted to pipe in on your comment ‘I can ask the forum’. YES! These forums are amazing. There are numerous people(Including senior developers) that will respond quickly and intelligently and assist you with problems you have with the system. I can’t say enough good about this community.

    Hope FOG works for you, it’s been a lifesaver for me and my organization!

    Philip

  • new windows 10 laptops.

    2
    0 Votes
    2 Posts
    730 Views
    george1421G

    @jpaul As a test place a dumb (unmanaged) switch between one of the troubled target computers and the building switch and try it again.

    If this works, then you need to get with your networking admins to check the network switches to ensure that (if) spanning tree is enabled, you are using one of the fast stp protocols (RSTP, MSTP, fast-STP, or what ever your switch port manufacturer calls it).

  • Host Registration

    12
    0 Votes
    12 Posts
    2k Views
    Z

    @skydraw35 said in Host Registration:

    I put the background and it work in Legacy/Bios for me !
    I have a last question, when i up/receive my image, can i put the uefi ?

    Not sure I follow you here. From the sounds of it registration works for you when BIOS/Legacy booted?

    Are you asking if you register it via BIOS can you then deploy/capture images in UEFI mode?

    I would think so, as long as you set the host machine to boot UEFI and the iPXE menu loads up. I dont think the registration of the machine is tied to BIOS/UEFI mode at all. Images and PXE booting are however, so you couldnt for example (at least not easily) capture a UEFI image and then deploy on a machine BIOS booted for example.

    With the change you made to DHCP, you should test and see if UEFI now works too for registration.

197

Online

12.3k

Users

17.4k

Topics

155.6k

Posts