• Office Deployment Toolkit (2016) Snapin problem

    2
    0 Votes
    2 Posts
    565 Views
    A

    A little more information

    Below is a view of the C:\fog.log

    Not sure if I know what I’m looking for here, but I don’t think I’m seeing any errors

    ------------------------------------------------------------------------------ ---------------------------------SnapinClient--------------------------------- ------------------------------------------------------------------------------ 9/20/2018 4:51 PM Client-Info Client Version: 0.11.16 9/20/2018 4:51 PM Client-Info Client OS: Windows 9/20/2018 4:51 PM Client-Info Server Version: 1.5.4 9/20/2018 4:51 PM Middleware::Response Success 9/20/2018 4:51 PM SnapinClient Running snapin Office16 9/20/2018 4:51 PM Middleware::Communication Download: http://10.0.0.1/fog/service/snapins.file.php?mac=00:50:56:85:26:8F||00:00:00:00:00:00:00:E0&taskid=49 9/20/2018 4:51 PM SnapinClient C:\Program Files (x86)\FOG\tmp\Setup.zip 9/20/2018 4:51 PM SnapinClient Processing SnapinPack Setup.zip 9/20/2018 4:51 PM SnapinClient Extracting SnapinPack 9/20/2018 4:51 PM Bus Emmiting message on channel: Notification 9/20/2018 4:51 PM SnapinClient Starting snapin 9/20/2018 4:51 PM SnapinClient Snapin finished 9/20/2018 4:51 PM SnapinClient Return Code: 1 9/20/2018 4:51 PM Bus Emmiting message on channel: Notification 9/20/2018 4:51 PM Middleware::Communication URL: http://10.0.0.1/fog/service/snapins.checkin.php?taskid=49&exitcode=1&mac=00:50:56:85:26:8F||00:00:00:00:00:00:00:E0&newService&json 9/20/2018 4:51 PM Power Creating shutdown command in 60 seconds 9/20/2018 4:51 PM Bus Emmiting message on channel: Power ------------------------------------------------------------------------------

    I also have been modifying my bat file and have added a output which works perfectly when I run it on my machine. I see the output file pop up and it has all the command responses.

    @echo off >C:\Temp\Office16.txt 2>&1 ( PushD "C:\Program Files (x86)\FOG\tmp\Office16" setup.exe /configure configuration.xml PopD )

    However when I run this on my target machine nothing happens at all. I don’t see the output text at all.

  • [Resolved] How can i use FOG WOL in python3 script

    7
    0 Votes
    7 Posts
    1k Views
    S

    @Crok Ok, now I got you. Unfortunately I won’t have enough time to come up with a solution to that. So you need to try it yourself. To get back to the initial request, a quick search on the web revealed many projects/libs/… that do wake on lan in python:
    https://pypi.org/project/wakeonlan/
    https://github.com/bentasker/Wake-On-Lan-Python
    https://gist.github.com/rschuetzler/8854764

    So it’s just a matter of getting into coding and get it done. This has nothing much to do with what we can do for you as a FOG team.

  • 0 Votes
    3 Posts
    670 Views
    george1421G

    There should be no functional differences between capturing and deploying to raid-1 vs raid-0. FOS should deploy properly to both. If you think, you are able to deploy raid-1 and its OK you might want to ensure that your array is intact.

    I could understand how it might deploy in a raid-1 situation and fail in a raid-0 because of the way the intel raid works, in that it presents the disks as individual regular disks (/dev/sda & /dev/sdb) AND the array disk (/dev/md126).

    I wrote a tutorial on how to configure FOS to deploy to systems using the intel raid array disks here: https://forums.fogproject.org/topic/7882/capture-deploy-to-target-computers-using-intel-rapid-storage-onboard-raid

    Did you use this method to deploy to the raid-1 systems?

  • capturing windows 10 images

    Moved Solved
    8
    0 Votes
    8 Posts
    6k Views
    R

    @Sebastian-Roth
    Thank you
    Its working now, I’ve updated the post with my steps.

  • Multiple MAC crash my fog DB

    4
    0 Votes
    4 Posts
    709 Views
    Q

    For some reason Microsof thought it would be a great idea to constantly fake your Wifi MAC. Despite the MAC being a common identifier for various purposes.

    And of course they enable it by default so that it’s the maximum amount of pain for everyone.

  • FOG DHCP Server on Multiple VLAN Network

    4
    0 Votes
    4 Posts
    2k Views
    S

    @Zer0Cool From what you describe you went a far step already. DHCP relay is definitely what you need to male PXE booting across subnets possible. Would you mind taking pictures or maybe even a video of a client booting that ends in the timeout? Possibly this could shed a light on what is missing.

  • Ran out of IP Addresses?

    4
    0 Votes
    4 Posts
    666 Views
    Wayne WorkmanW

    @newlined I would suggest shorter lease times. Something like below. These values are in seconds, so you can play with them yourself.

    default-lease-time 1800; max-lease-time 3600;

    After each of these changes, you need to restart dhcp with this command: systemctl restart dhcpd

  • PXE Boot Errors

    6
    0 Votes
    6 Posts
    1k Views
    B

    @sebastian-roth

    I found a setting deep in the configuration options to increase the default value from what is was to 99.

  • Deploying to machine with SSD upgrade

    2
    0 Votes
    2 Posts
    755 Views
    Tom ElliottT

    This is where computer imaging isn’t exactly a smooth process. Unfortunately, machines implement displaying a drive however they see fit, even across the same model of different machines. Typically the channels that an HDD is connected to (SATA 0, SATA 1, etc…) are followed to some level, but sometimes this isn’t the case (as I imagine you’re seeing now).

    It is possible to tell FOG which drive to use, though it doesn’t know if the drive is ssd or hybrid or spinner. This is completely dependent on the machine, and if you can’t rely on which will be populated as what letter (my guess is your machines were setup in RAID mode of sorts?) that isn’t really going to help you much.

    One way you could do this though, is to swap out the /usr/share/fog/lib/funcs.sh file and change the getHardDisk function to detect your drive sizes. (You can do the swap out using postinit scripts.) But then it’s implicit that all machines will follow the same method.

    The steps I would take, albeit more time consuming initially:

    Install the SSD to the 1st SATA Channel (if that’s how your machines are setup – I can’t help much in the case of NVMe/MMC builtin controllers as I have nothing to base them on yet).

    Move the 1TB to the second SATA Channel.

    Ensure the machine’s firmware is updated to the latest and greatest.

    Ensure the machine’s SATA operation mode is AHCI.

    If these don’t make your SSD display as /dev/sda then I don’t know else to tell you to try.

  • refind.conf doesn't appear to be used

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    Tom ElliottT

    @geekjosh Then for safety in the future:

    Please run:

    mv /var/www/fog{,_backupold} ln -s /var/www/html/fog /var/www/fog
  • Can php-fpm make fog web-gui fast

    8
    2 Votes
    8 Posts
    4k Views
    george1421G

    @andrewg78 At this time don’t enable memcached, The developers have decided to not add this feature at the moment.

    Actually you should not need to follow any of this post since most of it has already been included in FOG 1.5.2 base configuration and later.

  • dhcp

    3
    0 Votes
    3 Posts
    664 Views
    Wayne WorkmanW

    It’s easier to update /opt/fog/.fogsettings and set bldhcp to 1 and dodhcp to Y, and then re-run the installer. The installer will build the correct config file for you and setup the service. More information about the settings file is here: https://wiki.fogproject.org/wiki/index.php?title=.fogsettings

  • host register without hard drive

    5
    0 Votes
    5 Posts
    881 Views
    x23piracyX

    I think the op is using fog as a kind of invetory system 😉

  • CAN I simply upgrade fog 1.2.0 to 1.5.4?

    4
    0 Votes
    4 Posts
    1k Views
    D

    thank you

  • Windows 10 auto driver install

    2
    0 Votes
    2 Posts
    1k Views
    E

    Hello!

    I recommend following these guides.
    https://forums.fogproject.org/topic/8889/fog-post-install-script-for-win-driver-injection?page=1

    https://forums.fogproject.org/topic/11012/resolution-to-inject-drivers-in-windows-10-sysprep/5
    Have worked for all of my models so far.
    And all i need to do is keep my driver model repo in check.

    Here is another approach.
    https://forums.fogproject.org/topic/9859/post-deployment-driver-installation-using-powershell-scripts

    Hope this guides you in the right direction.

  • Could not start download: Operation not supported

    9
    0 Votes
    9 Posts
    2k Views
    Q

    Oracle Virtualbox only supports legacy PXE booting, which is why ipxe.efi didn’t (and couldn’t) work.

  • Upgrading/Downgrading Kernels for Storage Nodes

    1
    0 Votes
    1 Posts
    535 Views
    No one has replied
  • Problem to mapping network drive using snapin with batch file

    10
    0 Votes
    10 Posts
    3k Views
    H

    @wayne-workman Hey Wayne, you can forget this. I tinkered with it a bit (reentered in the credentials, changed the path a few times, etc) and for some reason, it started working on the SYSTEM user using psexec. After that, I tested as a snapin, and with the powershell template (powershell.exe -ExecutionPolicy Bypass -NoProfile -File xxxxx.ps1) it worked correctly.

  • How to shutdown FOG server from the web interface

    3
    0 Votes
    3 Posts
    2k Views
    M

    thanks for your help, i was able to ssh into it and get it to turn off. I appreciate it.

  • Add an menu item thruogh web GUI

    Solved
    18
    0 Votes
    18 Posts
    3k Views
    S

    @klkwarrior Can’t see where this -S is coming from. Can you please capture the HTTP traffic when this is happening?

    Get your client ready but don’t start yet. Make sure you know the IP address it receives on DHCP later on. install tcpdump on your FOG server (e.g. sudo apt-get install tcpdump) run tcpdump: sudo tcpdump -w item_issue.pcap host x.x.x.x (put in the client’s IP address instead of x.x.x.x and leave the command running) boot up the client till you see the error message on screen - then stop tcpdump (ctrl+c), upload the item_issue.pcap file to some server/cloud and post a link here.

155

Online

12.3k

Users

17.4k

Topics

155.6k

Posts