After checking the log I saw that it was still looking at eno1. I found where I missed changing the interface under the default storage node under Storage Management. After changing the Interface setting from eno1 to enp7s0f0 all is good. Hopefully someone else will find this useful.
Best posts made by Ravigon
-
RE: Bandwidth GUI Issue after IP/NIC Change
-
PXE Booting UEFI and Legacy
We have been using FOG for about 6 months now and all has been running smoothly…well at least until yesterday lol. We received a new demo unit (Optiplex 5055) to test with and I wanted to make sure that it would work with FOG. After messing about in the Windows 8-esque BIOS, I could not for the life of me get it to see the M.2 SSD, SATA SSD, or USB when in Legacy mode to boot from. So I was left with having to re-enable UEFI and start from there. My quest led me to this Wiki to get me setup with PXE booting both UEFI and Legacy computers on Server 2012 R2. I followed all the steps and no dice, UEFI still would not PXE boot. I tried all the different UEFI architectures and still nothing. So after fiddling about I noticed that the screen capture in Step 7 was a little different from what I was seeing. I had an “Append wildcard()” box as shown and a “Prefix wildcard()” box. So ticked both boxes and finished the setup. Upon PXE booting the new machine with UEFI it worked!!! So I just wanted to share my experience in hopes that it would save someone some frustration and hair pulling. On a side note after deploying a test UEFI image, I was getting the error “Failed to set disk guid”. I found out this is related to GPT which seems to be used by default when using UEFI instead of MBR. After updating from 1.4.4 to 1.5.2 the error went away and so far everything seems to be working.
-
RE: PXE booting problem
@andythemayor Lol, my bad. I thought you were OP. I didn’t read…
Latest posts made by Ravigon
-
RE: Services Not Starting
Update!
So I upgraded to Ubuntu 18.04 which did not resolve the issue. I then updated FOG to 1.5.9.71 which must have been release today . After completing the FOG update, the services are running and I was able to successfully deploy 2 machines using multicast. I rebooted the server and verified that the services started after a reboot. Thanks for your help and working on this awesome software!
-
RE: Services Not Starting
@tom-elliott Yes sir, I believe it is complete. During my version changes/installs it all seemed to go normally. We were running 1.5.5 I believe and after purchasing some new computers (Dell Optiplex 5080’s) it was having a driver error when booting. I updated to, I think it was, 1.5.9.62 and it fixed the issue and was able to capture and deploy single machine images. I only noticed the problem when we attempted to multicast. I then went to 1.5.9.68 to 1.5.9 and back to 1.5.9.68 to try and resolve the issue. We can still deploy one machine at a time and have full access to the web interface.
Edit: I do remember watching the most recent install more closely. When it was at the starting services portion they all said “OK” from what I can remember. Would updating my version of Ubuntu help you think?
-
RE: Services Not Starting
@sebastian-roth I am running Ubuntu 16.04 LTS
@Tom-Elliott I’m not super versed in Linux so I was just looking at other threads trying things that may have helped others. The command was “systemctl restart /lib/systemd/system/FOG*.service” which was what you had posted in the thread I linked.
I just tried “systemctl restart FOGImageReplicator.service FOGImageSize.service FOGMulticastManager.service FOGPingHosts.service FOGScheduler.service FOGSnapinHash.service FOGSnapinReplicator.service”. Services still say “failed” when I check them.
Thanks for all the replies!
-
Services Not Starting
Hey all. I have run into an issue with my FOG server. Some services won’t start on reboot and I cannot start them manually either. I am currently on 1.5.9.68 but was also having the issue on 1.5.9. When I run “systemctl --failed” I get the following:
root@FOG:~/fogproject/bin# systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● FOGImageReplicator.service loaded failed failed FOGImageReplicator
● FOGImageSize.service loaded failed failed FOGImageSize
● FOGMulticastManager.service loaded failed failed FOGMulticastManager
● FOGPingHosts.service loaded failed failed FOGPingHosts
● FOGScheduler.service loaded failed failed FOGScheduler
● FOGSnapinHash.service loaded failed failed FOGSnapinHash
● FOGSnapinReplicator.service loaded failed failed FOGSnapinReplicatorI ran across this other post that looked identical to my issues. I followed the instructions to update the Systemd scripts but get this result:
Failed to restart lib-systemd-system-FOGImageReplicator.service.mount: Unit lib-systemd-system-FOGImageReplicator.service.mount not found.
Failed to restart lib-systemd-system-FOGImageSize.service.mount: Unit lib-systemd-system-FOGImageSize.service.mount not found.
Failed to restart lib-systemd-system-FOGMulticastManager.service.mount: Unit lib-systemd-system-FOGMulticastManager.service.mount not found.
Failed to restart lib-systemd-system-FOGPingHosts.service.mount: Unit lib-systemd-system-FOGPingHosts.service.mount not found.
Failed to restart lib-systemd-system-FOGScheduler.service.mount: Unit lib-systemd-system-FOGScheduler.service.mount not found.
Failed to restart lib-systemd-system-FOGSnapinHash.service.mount: Unit lib-systemd-system-FOGSnapinHash.service.mount not found.
Failed to restart lib-systemd-system-FOGSnapinReplicator.service.mount: Unit lib-systemd-system-FOGSnapinReplicator.service.mount not found.Any help would be appreciated!
-
RE: PXE booting problem
@andythemayor Lol, my bad. I thought you were OP. I didn’t read…
-
RE: PXE booting problem
@andythemayor I’m not an expert and maybe someone else can chime in, but FOG doesn’t boot to any type of Microsoft Windows environment. As far as I can tell it is booting to Linux. Where you have “test.pxe” in your DHCP server settings you need to have “undionly.kpxe”. If you read through the wiki that @Wayne-Workman posted it should get you sorted out.
-
RE: Can't register new hosts after upgrading from 1.4.4 to 1.5.2
@jgallo said in Custom Full Registration Menu:
FYI if you jump to 1.5 you will need to modify items in the fog.man.reg file as I learned.
@tom-elliott said in Postinitscripts and storage node replications:
@jgallo In particular, to fix this for you. Edit your “curl” lines. CHange the parts that say
http://${web}...
to just state${web}...
(… = all the other data).
-
Can't register new hosts after upgrading from 1.4.4 to 1.5.2
I upgraded to 1.5.2 recently and everything seemed to be working smoothly. Today I tried to add a new host to update an image and would get an error saying “Unable to register host: (/bin/fog.man.reg)”. I rebooted FOG, reinstalled 1.5.2, and tried looked around here to see if anyone else had a similar issue with not a whole lot of luck at first. I then went back into my post history when I was asking about customizing the Full Registration Menu and found the answer. See below. Thanks @JGallo for posting in that thread and thanks @tom-elliott for helping him originally.
-
PXE Booting UEFI and Legacy
We have been using FOG for about 6 months now and all has been running smoothly…well at least until yesterday lol. We received a new demo unit (Optiplex 5055) to test with and I wanted to make sure that it would work with FOG. After messing about in the Windows 8-esque BIOS, I could not for the life of me get it to see the M.2 SSD, SATA SSD, or USB when in Legacy mode to boot from. So I was left with having to re-enable UEFI and start from there. My quest led me to this Wiki to get me setup with PXE booting both UEFI and Legacy computers on Server 2012 R2. I followed all the steps and no dice, UEFI still would not PXE boot. I tried all the different UEFI architectures and still nothing. So after fiddling about I noticed that the screen capture in Step 7 was a little different from what I was seeing. I had an “Append wildcard()” box as shown and a “Prefix wildcard()” box. So ticked both boxes and finished the setup. Upon PXE booting the new machine with UEFI it worked!!! So I just wanted to share my experience in hopes that it would save someone some frustration and hair pulling. On a side note after deploying a test UEFI image, I was getting the error “Failed to set disk guid”. I found out this is related to GPT which seems to be used by default when using UEFI instead of MBR. After updating from 1.4.4 to 1.5.2 the error went away and so far everything seems to be working.