• Pxe timeout error after upgrade to 1.4.0 rc7

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S

    Someone had made a change to the dhcp server and took option 066. Working now. Thanks

  • Remove your webroot redirect to /fog when going to >= rc4

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    S

    Thanks all good!

  • FOG running under Linux Bash Shell on Windows 10

    8
    0 Votes
    8 Posts
    5k Views
    x23piracyX

    @Wayne-Workman not tested yet, but i will try this but don’t expect it in the next hours 🙂

  • Delete time to wait for "wipe task"

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    J

    @george1421 Thanks a lot

  • PXE Boot on laptops - Security concerns?

    7
    0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    @Bob-Henderson The sometimes not part - that’s probably a fog client issue. Like encryption reset needing done or bad config or something.

  • Migration from SVN to Stable

    5
    0 Votes
    5 Posts
    1k Views
    JunkhackerJ

    @george1421 ah, that’s right. i forgot about that. that would make his version a month or two before the first 1.3.0 RC build. there shouldn’t be any problems with upgrading that.

  • FOG Installation with Centos 7.3

    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @Rj_linux Wayne I think explained it well. FOG uses distibution standard dhcp server (if running on an isolated network). If you already have a dhcp server the clients are using there we have other ways to support pxe booting if you existing dhcp server is not able to supply the dhcp option 66 and 67 values for you.

  • Imaging HP EliteBook 840G4 : Could not boot: No such device

    14
    0 Votes
    14 Posts
    5k Views
    J

    @george1421 said in Imaging HP EliteBook 840G4 : Could not boot: No such device:

    @jamessl That is the entire content of that file?

    I would expect the config file to look a bit more like the one in this link: https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence#Example_1

    With the IP addresses change to match your isolated network setup.

    George - full file posted above. Any ideas why it doesn’t work? I guess that none of the classes are able to interpret the UEFI on the HP laptop and boot it? If so, how would I build a class to make it boot?

  • Setup 2nd FOG Server

    9
    0 Votes
    9 Posts
    2k Views
    JunkhackerJ

    unless you’re specifically testing the ipxe boot file, you can just set up a line in the default.ipxe file like this

    :bootme # redirected to dev server for test environments ##test-computer iseq ${serial} F8HLK02 && chain http://test-server/fog/service/ipxe/boot.php##params || # normal fog server chain http://normal-fogserver/fog/service/ipxe/boot.php##params
  • Upload certificates from client computers after reinstallation

    6
    0 Votes
    6 Posts
    1k Views
    Tom ElliottT

    The certificate stored on the “clients” is the Public certificate from the FOG Server.

    The only certificates to backup are in /opt/fog/snapins/ssl on the main FOG Server. As long as the public cert the clients receive match the originating server’s private certificate CA signature, all will be well.

    So there’s nothing to do with the “FOG Client” install.

    As of FOG 1.4.0-RC-3 the /opt/fog/ssl directory is backed up to other storage nodes as necessary too.

  • Help a noob with Compression

    6
    0 Votes
    6 Posts
    3k Views
    fry_pF

    @george1421 Ah ok. I think I may be fine with the i5 and 8GB of ram in that model, but I do have a Optiplex 780 image that I can improve by lowering the compression then. Thanks for the tips!

  • How to deploy teamviewer ?

    15
    0 Votes
    15 Posts
    8k Views
    F

    Hello,

    I’m using simple switches to deploy :

    start /wait TeamViewer_Host_Setup.exe /S /norestart

    Find on the google at source: Teamviewer silent install

    Best regards

  • Imaging computers at 2.6Gbps

    40
    5 Votes
    40 Posts
    13k Views
    B

    @Joe-Schmitt Just dropping from NFS over to HTTP/SPDY/etc is huge.

  • Why I use FOG over WDS, and my FOG workflow for a school

    3
    5 Votes
    3 Posts
    3k Views
    O

    Thanks! I did try that but since I’m scanning two barcodes per computer I lost my two columns when I did that (everything got flattened into one column with alternating asset numbers (hostnames) and MAC addresses). I contemplated making a barcode consisting of a CRLF that I could scan off a piece of paper as needed but I don’t think that’s possible (or maybe it is).

  • Conditional execution of a snapin ?

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    C

    @Tom-Elliott Yes. Where can I do it ?

  • Redirect /fog/management to root X.X.X.X

    30
    0 Votes
    30 Posts
    12k Views
    Wayne WorkmanW

    @captjoekpr The stackoverflow thread I posted shows how to do it in the apache configuration file - not an .htaccess file. This would be the way I’d recommend doing it.

  • Server IP address for client

    3
    0 Votes
    3 Posts
    924 Views
    Wayne WorkmanW

    My advice is don’t use IP addresses. Use the hostname of the main fog server - it’s easy to change a DNS record on your DNS server. Not so easy to change the IP address of thousands of clients.

    Here is information on replication:
    https://wiki.fogproject.org/wiki/index.php?title=Replication
    https://wiki.fogproject.org/wiki/index.php?title=Location_Plugin

  • When Does FoG push the Image VIA FTP to Location Node

    4
    0 Votes
    4 Posts
    1k Views
    Wayne WorkmanW

    @george1421 said in When Does FoG push the Image VIA FTP to Location Node:

    Replication should start soon as the imaging task is complete and the image is marked OK for replication. Replication will start.

    The image replicator has a sleep setting here:
    Web Interface -> FOG Configuration -> FOG Settings -> FOG Linux Service Sleep Times -> IMAGEREPSLEEPTIME

    The default sleep time is 600 seconds, which is 10 minutes.

    So the image replicator by default will begin replicating the image after capture completes anywhere from 0 to 10 minutes later.

    I would not recommend the secondary server being a full server - this setup isn’t supported and things can get hairy - and there’s manual work involved - nowhere in the wiki is it documented - and I wouldn’t recommend it. Especially with the awesome new features for access control coming probably next release.

    For more information about replication, see these two articles:
    https://wiki.fogproject.org/wiki/index.php?title=Replication
    https://wiki.fogproject.org/wiki/index.php?title=Location_Plugin

  • Hostname in GUI

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @adukes40 I don’t know how you guys do it where you are but… I’ll elaborate on my experiences with imaging 2k boxes in a summer for over a dozen locations…

    The shipment of systems came in all to one building. We inventoried all of the systems at this building & then reboxed them - and created separated stacks for which ones go to what building.

    The stacks were then transported to their pre-determined building. Once there, they were unboxed fully - and smaller stacks were made for what rooms they went into.

    These stacks of computers were registered with “Full Host Registration” and given their correct name (part of the name included the building, the room they were in, part of the asset tag, the type of system it was, etc) and imaged.

    Once the imaging process was started; keyboard mouse & monitor were removed and plugged into the next. We monitored progress in the fog web interface, in Task Management & intervened if there were problems. Systems fully imaged, joined to the domain 100%. When all was done, we’d connect monitor, keyboard, and mouse to shutdown the system (because we set the power button to do nothing because kids are brats).

    It was quite graceful a process. Systems queued up and waited for imaging - one centralized fog server was orchestrating everything from a central location - all locations were using their local storage nodes & we were using the location plugin.

  • inject windows key for more than hundred machines

    7
    0 Votes
    7 Posts
    2k Views
    Tom ElliottT

    @Wayne-Workman The export will not be un-encrypted, for now, but the import CAN take unencrypted form.

166

Online

12.3k

Users

17.4k

Topics

155.6k

Posts