Posts
-
RE: Is FOG able to fit my needs?posted in General
@eadhor Check your free space with
df -hlook for partitions that are 100% or 99% full.Also, inside of
/opt/fog/.fogsettingsset snmysqlhost to these two things, one at a time:localhostand127.0.0.1Running the installer after each to see if the setting works. -
RE: Multicast does not work anymoreposted in FOG Problems
@sebastian-roth We need to clearly define the problem. As I see it, there’s two local interfaces on this FOG Server.
- enp3s1 @ 192.168.100.1
- ens33 @ 10.203.8.31
And we are seeing multicast try to use enp3s1 instead of the one we see defined on the storage node in the picture ens33.
I remember @Tom-Elliott doing work on this, something about auto-selecting the interface if I remember right. But really, the interface that Multicast should use ought to be the defined interface in storage node settings.
@Tywyn you could try to turn the interface off and see if multicast works then? Try this command:
ip link set enp3s1 downYou can later turn it back on withip link set enp3s1 upalso a reboot would bring it back up too. -
RE: Disable wimboot ? Spawn of devilposted in Windows Problems
@rosscaramell The type of disk you’re using doesn’t cause accounts to be randomly made in Windows. This isn’t related to FOG in the slightest.
-
RE: Upload Task Completes But Then Repeats & Repeats...posted in FOG Problems
A bad FTP password for the storage node would cause this. Also if you’re out of space too.
-
RE: No FOG menu on PXE bootposted in FOG Problems
@chrispy I think you’ve mixed up UEFI and BIOS. This machine really looks like it’s a UEFI machine, and your DHCP server is telling it to use a BIOS boot file. You’ll probably want to go over this document and that should put you on track: https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence
-
RE: Disable wimboot ? Spawn of devilposted in Windows Problems
I think this isn’t the right forums for this problem. This is not a FOG related problem. If I were you, I’d probably throw the hard disk into the trashcan and get a new one.
-
RE: Is FOG able to fit my needs?posted in General
@eadhor Be sure to set the database username and password inside of
/opt/fog/.fogsettingsor you’re bound to break stuff later on when you upgrade (promise).Change settings for fog inside of the fogsettings file, then re-run the installer for those settings to take effect. Here’s documentation about the file:
https://wiki.fogproject.org/wiki/index.php?title=.fogsettingsThe settings you need to change are these:
snmysqluser='' snmysqlpass=''Put the correct values into them, save, then re-run the installer.
-
RE: FOG does not work without internetposted in FOG Problems
Install the FOG Server with the DHCP option while online, then take it offline and it should work for you.
-
RE: API - Powershell Create host and Deploy task scriptposted in Tutorials
Great job man, really! It’s so nice to see people using the API.
-
RE: Snapin definition (reboot, shutdown) add option "only install" when keeping radio buttonsposted in Feature Request
Bumping this, it’s a good idea still.
-
RE: VMware 6.5 VM not able to capture image using EFI (UEFI)posted in FOG Problems
@quinniedid Let’s approach this from a troubleshooting perspective. Create a brand-new VM, install windows 10 on it and nothing else (no updates, no software, no nothing). Then try to capture to a new image using this new VM. Does this work? This test should take you less than an hour. If it works, something is not right with the problem VM.
I ask because most times, a problematic capture can be solved by just rebuilding the golden machine again.
-
RE: Cannot capture image, it's stuck on 95%posted in FOG Problems
Running through the Troubleshoot FTP article would of course work, but there’s an easier way now-a-days @Sebastian-Roth. The FOG Installer calls a PHP script that connects to the FOG Database and corrects the FTP password for the node it’s running on, based on the password set inside of /opt/fog/.fogsettings
In other words, one only needs to re-run the installer to correct this problem. That is - if your FOG Version is new enough.
-
RE: Join domain and rename PCposted in Windows Problems
you could use powershell & the api to rename everything, but it’d probably be easier to just import all the correct host data as a CSV file.
-
RE: Uninstalling fog need helpposted in General Problems
@unknownhost99 You don’t need to uninstall fog in order to re-run the installer.
-
RE: Join domain and rename PCposted in Windows Problems
@caw001 said in Join domain and rename PC:
I understand it gives it a name, but it does not follow our naming convention.
FOG only names a computer with what you specify. You can change the name of a host in the web gui, under Host Management.
-
RE: Join domain and rename PCposted in Windows Problems
@caw001 FOG by default already renames deployed Windows images during the imaging process. Renaming and joining after the imaging process is performed by the FOG Client.