• Can FOG replace my urbackup Server ?

    Solved
    18
    0 Votes
    18 Posts
    7k Views
    F

    I think it is a BUG, I have to do it twice befor it is permanent saved.

    Another Question:
    Howto sort iPXE Menu Item Settings ?

    0_1522673895600_32b8ec19-c0b9-44e8-822d-dd4214236248-grafik.png

  • Snap-In Assistance FOG 1.5

    8
    0 Votes
    8 Posts
    2k Views
    D

    @george1421 My reference image is NOT 1709 and once attached to the domain that update has been blocked by our WUS. Too many problems with it.

  • Getting started with fog

    2
    0 Votes
    2 Posts
    724 Views
    george1421G

    Just for clarity, FOG is not a backup system (1 for 1). It is an imaging solution ( 1 to many). It may not be the best use case for your goals.

    I can suggest if you ARE looking for a backup solution look at Veeam Agent (free). With this software you can backup your computer to a NAS and create a disaster recover boot drive. If your computer fails, you can boot from the boot drive, connect to your NAS and then recover your computer.

    What makes Veeam better than FOG, is how it backs up your disks. FOG does a whole disk clone, where Veeam does a file level backup. Meaning that you can recover any individual file from the backup, where with FOG you would have to restore the entire disk just to recover one file. Veeam is really worth a look.

    Will FOG run on a Raspberry Pi 2 or 3, yes. I have a FOG-Pi server setup in my home for development work. For a single capture or deploy it works well in a home lab setup.

  • Deploying Resizable UEFI linux disk

    Solved
    14
    0 Votes
    14 Posts
    7k Views
    mm EkimiaM

    Hi ,

    just to say that I deployed the same Image to a new SATA disk and the 3rd partition (Swap) had a fixed size as Expected.

    So I guess that was a mistake on my side.

    Problem solved !

  • ..and one FOG-VM to rule them all.

    41
    0 Votes
    41 Posts
    19k Views
    Wayne WorkmanW

    @lof said in ..and one FOG-VM to rule them all.:

    I changed the network configuration for my vm in VMware Workstation from Bridged over to NAT’d in order to test

    Yeah that would be why. Broadcast messages do not traverse to different broadcast domains by default - because that would create network storms (yes, that’s a real technical term). You need the VM to be in bridged mode so it can hear DHCP requests.

    You do not need to ‘burn things down’. Just switch it to bridged. The MakeFogMobile scripts will reconfigure everything for you when a new IP is received.

  • Provisioning Raspberry Pis with FOG

    25
    0 Votes
    25 Posts
    13k Views
    M

    here is some one that pxe booted the pi or some thing like pxe
    https://blog.mythic-beasts.com/2016/08/05/sneak-preview-from-mythic-labs-raspberry-pi-netboot/

  • Hardware upgrades for server

    Solved
    16
    0 Votes
    16 Posts
    6k Views
    JunkhackerJ

    @compman while that’s true, in practice zstd at a higher compression level will return a faster overall process when the bottleneck is the network.

  • Upgrading 1.3.0 -> 1.5

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    mm EkimiaM

    Upgrade worked perfectly ! Great. thanks

  • No snapins deployed while using group's multicast

    1
    0 Votes
    1 Posts
    271 Views
    No one has replied
  • BIOS and UEFI boot, in VMware WinPE boot

    11
    0 Votes
    11 Posts
    4k Views
    george1421G

    @poizzon said in BIOS and UEFI boot, in VMware WinPE boot:

    What would be the best place for a WinPE folder ?
    I also noticed that after the upgrade, the WinPE directory is moved to the backup, and I always have to manually move back to it.

    This might get you going here: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/7

  • Fog customization

    11
    0 Votes
    11 Posts
    3k Views
    B

    Finally got it to properly move the image thank you all for your help

  • How increase the FOG server performance?

    11
    0 Votes
    11 Posts
    3k Views
    F

    I have config the mysql to log the queries and seems that some queries are fool.

    180228 16:38:32 364 Connect root@localhost as anonymous on fog 364 Query USE `fog` 364 Query SET SESSION sql_mode='' 365 Connect root@localhost as anonymous on fog 365 Query USE `fog` 364 Quit 365 Query SET SESSION sql_mode='' 366 Connect root@localhost as anonymous on fog 366 Query USE `fog` 365 Quit 366 Query SET SESSION sql_mode='' 366 Query SELECT `vValue` FROM `fog`.`schemaVersion` 366 Query SELECT `pName` FROM `plugins` WHERE `plugins`.`pInstalled`='1' AND `plugins`.`pState`='1' ORDER BY LOWER(`plugins`.`pName`) ASC 366 Query SELECT `settingValue` FROM `globalSettings` WHERE `globalSettings`.`settingKey` IN ('FOG_DEFAULT_LOCALE','FOG_HOST_LOOKUP','FOG_MEMORY_LIMIT','FOG_REAUTH_ON_DELETE','FOG_REAUTH_ON_EXPORT','FOG_TZ_INFO','FOG_VIEW_DEFAULT_SCREEN') ORDER BY LOWER(`globalSettings`.`settingKey`) ASC 366 Query SELECT COUNT(`hosts`.`hostID`) AS `total` FROM `hosts` WHERE `hostPending` = '1' LIMIT 1 366 Query SELECT COUNT(`COLUMN_NAME`)AS`total`FROM`information_schema`.`COLUMNS`WHERE`TABLE_SCHEMA`='fog'AND`TABLE_NAME`='hostMAC'AND`COLUMN_NAME`='hmMAC' 366 Query SELECT COUNT(`hostMAC`.`hmID`) AS `total` FROM `hostMAC` WHERE `hmPending` = '1' LIMIT 1 366 Query SELECT `settingValue` FROM `globalSettings` WHERE `globalSettings`.`settingKey` IN ('FOG_URL_AVAILABLE_TIMEOUT','FOG_URL_BASE_CONNECT_TIMEOUT','FOG_URL_BASE_TIMEOUT') ORDER BY LOWER(`globalSettings`.`settingKey`) ASC 366 Query SELECT `globalSettings`.* FROM `globalSettings` WHERE `settingKey`='FOG_QUICKREG_PENDING_MAC_FILTER' 366 Query SELECT COUNT(`hostMAC`.`hmID`) AS `total` FROM `hostMAC` WHERE `hmMAC` IN ('40:b0:34:39:57:ac') AND `hmPending` IN ('0','') LIMIT 1 366 Query SELECT `hmMAC` FROM `hostMAC` WHERE `hostMAC`.`hmMAC` IN ('40:b0:34:39:57:ac') AND `hostMAC`.`hmPending` IN ('0','') ORDER BY `hostMAC`.`hmID` ASC 366 Query SELECT `hmMAC` FROM `hostMAC` WHERE `hostMAC`.`hmMAC` IN ('40:b0:34:39:57:ac') AND `hostMAC`.`hmIgnoreImaging`='1' ORDER BY `hostMAC`.`hmID` ASC 366 Query SELECT `hostMAC`.* FROM `hostMAC` WHERE `hmMAC`='40:b0:34:39:57:ac' 366 Query SELECT `hmHostID` FROM `hostMAC` WHERE `hostMAC`.`hmPending` IN ('0','') AND `hostMAC`.`hmMAC` IN ('40:b0:34:39:57:ac') ORDER BY `hostMAC`.`hmID` ASC 366 Query SELECT `hosts`.*,`hostMAC`.*,`images`.*,`os`.*,`imagePartitionTypes`.*,`imageTypes`.*,`hostScreenSettings`.*,`hostAutoLogOut`.*,`inventory`.* FROM `hosts` LEFT OUTER JOIN `hostMAC` ON `hostMAC`.`hmHostID`=`hosts`.`hostID` LEFT OUTER JOIN `images` ON `images`.`imageID`=`hosts`.`hostImage` LEFT OUTER JOIN `os` ON `os`.`osID`=`images`.`imageOSID` LEFT OUTER JOIN `imagePartitionTypes` ON `imagePartitionTypes`.`imagePartitionTypeID`=`images`.`imagePartitionTypeID` LEFT OUTER JOIN `imageTypes` ON `imageTypes`.`imageTypeID`=`images`.`imageTypeID` LEFT OUTER JOIN `hostScreenSettings` ON `hostScreenSettings`.`hssHostID`=`hosts`.`hostID` LEFT OUTER JOIN `hostAutoLogOut` ON `hostAutoLogOut`.`haloHostID`=`hosts`.`hostID` LEFT OUTER JOIN `inventory` ON `inventory`.`iHostID`=`hosts`.`hostID` WHERE `hostID`='7502' AND `hostMAC`.`hmPrimary` = '1' 366 Query SELECT COUNT(`hookEvents`.`heName`) AS `total` FROM `hookEvents` WHERE `hookEvents`.`heName`='QUEUED_STATES' AND `hookEvents`.`heName` <> '0' 366 Query SELECT COUNT(`hookEvents`.`heName`) AS `total` FROM `hookEvents` WHERE `hookEvents`.`heName`='PROGRESS_STATE' AND `hookEvents`.`heName` <> '0' 366 Query SELECT `taskID` FROM `tasks` LEFT OUTER JOIN `images` ON `images`.`imageID`=`tasks`.`taskImageID` LEFT OUTER JOIN `os` ON `os`.`osID`=`images`.`imageOSID` LEFT OUTER JOIN `imagePartitionTypes` ON `imagePartitionTypes`.`imagePartitionTypeID`=`images`.`imagePartitionTypeID` LEFT OUTER JOIN `imageTypes` ON `imageTypes`.`imageTypeID`=`images`.`imageTypeID` LEFT OUTER JOIN `hosts` ON `hosts`.`hostID`=`tasks`.`taskHostID` LEFT OUTER JOIN `hostMAC` ON `hostMAC`.`hmHostID`=`hosts`.`hostID` LEFT OUTER JOIN `hostScreenSettings` ON `hostScreenSettings`.`hssHostID`=`hosts`.`hostID` LEFT OUTER JOIN `hostAutoLogOut` ON `hostAutoLogOut`.`haloHostID`=`hosts`.`hostID` LEFT OUTER JOIN `inventory` ON `inventory`.`iHostID`=`hosts`.`hostID` LEFT OUTER JOIN `taskTypes` ON `taskTypes`.`ttID`=`tasks`.`taskTypeID` LEFT OUTER JOIN `taskStates` ON `taskStates`.`tsID`=`tasks`.`taskStateID` LEFT OUTER JOIN `nfsGroupMembers` ON `nfsGroupMembers`.`ngmID`=`tasks`.`taskNFSMemberID` LEFT OUTER JOIN `nfsGroups` ON `nfsGroups`.`ngID`=`nfsGroupMembers`.`ngmGroupID` WHERE `tasks`.`taskHostID`='7502' AND `tasks`.`taskStateID` IN ('0','1','2','3') AND `hostMAC`.`hmPrimary` = '1' ORDER BY LOWER(`tasks`.`taskName`) ASC 366 Query SELECT `hostMAC`.* FROM `hostMAC` WHERE `hmMAC`='40:b0:34:39:57:ac' 366 Quit

    In one second queries

  • taging an installion / using a snap in / where to start?

    4
    0 Votes
    4 Posts
    1k Views
    P

    Hi George!

    Thank you for your quick repsonse. I get what you are saying. I agree that I would prefere not to mess with the windows registry externally if there is another way to do things.
    We don’t sysprep the systems, seems less hassle in our situation. But, the bread crumbs you mention can be picked up by any system I suppose, not just OOBE, but a snapin script for example…

    But, which bread crumbs are your refering to? and how would you go about leaving that trail?

  • Deny FOG webpage login

    8
    0 Votes
    8 Posts
    2k Views
    Tom ElliottT

    @junkhacker While we removed the settable feature from FOG, the database still relies on it I believe.

    If anything there is still a hook that could be tied into to “authorize” against.

    USER_TYPE_HOOK and USER_TYPE_VALID are the events to go against. This was part the reason why I went ahead with it, because there are ways around it anyway.

    USER_TYPE_HOOK is typically used for just checking and changing the type, as in the case of LDAP users vs. normal fog gui users.

    USER_TYPE_VALID is the simplest one with would allow you to hook against whether the user is valid for that particular are or not.

  • What is storage node transferring to master server?

    Solved
    3
    0 Votes
    3 Posts
    854 Views
    D

    @wayne-workman

    Thanks for the suggestions! I have tried adjusting settings and not sitting on the dashboard, but still our nodes are sending data to the master server and bringing everything else to a crawl. I setup a new storage node at another location and during storage replication it copied data over a 1Mbps as I had set. That is good, everything running as I expected. Once that is complete it starts acting like the others with random bursts which nearly brings some of the networks down. I tried adjusting sleep settings in FOG Configuration but that made no difference. It’s sending the same amount of data back to the main server as the others were, I’m just not sure what. In the last 2 hours it has sent 3.3GB to the master node with no one logged in to the web GUI or even in the office.

    This would be OK every few hours, but I am not sure what other settings to change or services to schedule.

    0_1519395373497_Error_LIB.PNG

  • How to Clone machines with SSD and HDD?

    2
    0 Votes
    2 Posts
    567 Views
    Wayne WorkmanW

    @ray-f Have you tried? It should be as simple as creating an image and using “Multiple Partition Image - All Disks - Not Resizable”

    I also recommend Zstd compression at about level 10, should really speed up deployments in general.

    0_1519355538979_All disks.png

  • Clean task after deployment

    3
    0 Votes
    3 Posts
    688 Views
    D

    @tom-elliott Yes the image is deploy . For the computer , options host registration and host renamer is ok .
    But the stain remains active after deployment .

  • Change Static IPs

    19
    0 Votes
    19 Posts
    4k Views
    george1421G

    @turcotter Here is 3 different ways you could do this with powershell and a fog snapin. Reply #2 is interesting since it embeds the csv file right into the powershell script.

    We can only offer ideas based on how the snapin system works since we have not / do not assign static IP addresses this way to hosts. I’m not saying its wrong, only we don’t have the experience doing this.

  • Having trouble with forums

    5
    0 Votes
    5 Posts
    1k Views
    T

    @joe-schmitt Yes! I just tested most of the skins and it seems to work perfectly. Thanks for the update and the hard work!

  • Windows 10 - Unpin Windows Store / Edge from Taskbar

    4
    0 Votes
    4 Posts
    5k Views
    sudburrS

    Enterprise and Education versions natively support it.

84

Online

12.7k

Users

17.6k

Topics

156.9k

Posts