That solved it @Tom-Elliott thank you very much. Life saver!
Posts made by Omar.rodriguez
-
RE: Dev Directory deleted
-
Dev Directory deleted
FOG Version: 1.3.2
OS: Ubuntu 16.04
CLIENTService Version: 0.11.8
OS: Ubuntu server 16.04
DESCRIPTIONSo I recently made the huge mistake of deleting the dev directory in the /images directory. Which means i’m unable to upload images. What can I do to get this fixed? Will all my current images be lost? Any help would be appreciated! Thanks
-
RE: Fog client not renaming computers
@Joe-Schmitt said in Fog client not renaming computers:
OG Client
Hey Joe just want to give a huge thank you for helping me out. This solved the issue!
For future reference if anyone has the same issue. This is what we were doing on our end. We are running Ubuntu 16.04 server with KVM. We have multiple virtual network devices which created multiple mac addresses. In return trying to deploy the same image from one machine to others caused a conflict with FOG which made the client not work on the machines. Following what Joe quoted tom on fixed our issue. In my instance using the first 3 hex pairs in FOG_QUICKREG_PENDING_MAC_FILTER solved the issue and the client is working as it was intended to
-
RE: Fog client not renaming computers
@Joe-Schmitt Tried that and nothing happened
We also tried more troubleshooting. This is what we were seeing
--------------------------------Authentication--------------------------------
2/2/2017 1:48 PM Client-Info Version: 0.11.8
2/2/2017 1:48 PM Client-Info OS: Linux
2/2/2017 1:48 PM Middleware::Authentication Waiting for authentication timeout to pass
2/2/2017 1:48 PM Middleware::Communication Download: http://10.10.100.252/fog/management/other/ssl/srvpublic.crt
2/2/2017 1:48 PM Data::RSA FOG Server CA cert found
2/2/2017 1:48 PM Middleware::Authentication Cert OK
2/2/2017 1:48 PM Middleware::Authentication ERROR: Could not get security token
2/2/2017 1:48 PM Middleware::Authentication ERROR: Could not find file “/opt/fog-service/token.dat”.
2/2/2017 1:48 PM Middleware::Communication POST URL: http://10.10.100.252/fog/management/index.php?sub=requestClientInfo&authorize&newService
2/2/2017 1:48 PM Middleware::Response Error multiple hosts returned for list of mac addressesAre the mac addresses the problem? is there a place we can change the mac address in a config?
-
RE: Fog client not renaming computers
@Joe-Schmitt Where can i find this in the fog web portal ? BTW the machines are all CLI non have the ubuntu GUI.
Also the reason why they have so many network adapters is because we have various Juniper virtual devices running with the machine.
-
RE: Fog client not renaming computers
@Joe-Schmitt @Raymond-Bell just want to clarify my concerns:
-
The hostnames aren’t changing on Ubuntu 16.04 with the client installed on the image.
-
When a new imaging task is created for one of the Ubuntu 16.04 machines it doesn’t auto reboot (yes the setting in fog settings is checked), which means I can’t remotely image machines as I could have to physically be there to reboot the machines.
Sorry if I wasn’t too specific in my OP
-
-
RE: Fog client not renaming computers
@Raymond-Bell said in Fog client not renaming computers:
@Omar.rodriguez Also make sure that in Fog Settings that ( FOG Client - Hostname Changer ) is checked.
And let us know if it is.It’s not this. Works on any other image just not the Ubuntu one. The settings are checked as they should be.
I will be post the fog.log in a bit
-
Fog client not renaming computers
Server
- FOG Version: 1.3.2
- OS: Ubuntu 16.04
Client
- Service Version: 0.11.8
- OS: Ubuntu server 16.04
Description
Deploying a ubuntu server 16.04 image to machines does not rename the host. For example if I named the first computer PC1 where the ubuntu image was captured from any machines i image with that ubuntu image will also be named PC1. The client will then not recognize the other PC’s when it’s time to auto-reboot when a imaging task is created.
-
RE: FOG 1.3.2 Officially Released
Wow! You guys are releasing these fast!
Thank you so much
-
RE: Upgrade from 1.2 to 1.3
@Tom-Elliott Thanks for the immediate response Tom!
I love the community FOG offers!
-
Upgrade from 1.2 to 1.3
I see 1.3 was officially released not long ago and I was looking to upgrade my server to it. However, When I attempted to upgrade to 1.3 it failed. Currently i’m on Ubuntu 14.04. Looking at another topic I see you guys recommended migrating from 14.04 to 16.04.
Is my only option to Migrate FoG to a new server?
Will future updates be like this as well?
-
RE: Issue with FOG after install
@Wayne-Workman Just want to update you that for some reason I kept running into the issue, instead I made MySQL services be the first services to boot and I have not ran into the issue since. (just another work around)
-
RE: Need help with Snapin
@Wayne-Workman I didn’t get a chance to test this snapin as I needed to have it done the following Monday. What I ended up doing was installing office 2013 and just not open it at all as the timer for office will not start until you open any of the applications.
-
RE: Need help with Snapin
@Wayne-Workman said in Need help with Snapin:
@Omar.rodriguez You might also work on getting MS Office to install silently using nothing but a batch script… Briefly looking through the available options, I think it can be done.
Seems you would probably decide to run the installer over the network (don’t recommend that) or to copy all install files to the local machine via batch script and then run the installer locally (and deleting when done).
Either way you go, I believe you need to create your very own
config.xml
file to specify all the options you want the installer to use. If there’s a silent option, use it. Then, just run the executable with the config.xml argument and then there you go.Source: https://technet.microsoft.com/en-us/library/cc179195.aspx
After doing some research this isn’t a bad idea, by simply doing a silent install using a batch script.
I found a script that’s premade only has to be slightly modified which can be found here . I’ll update the thread with my results
-
RE: Need help with Snapin
@Wayne-Workman said in Need help with Snapin:
This might help you some - I’ve been working on it. Right now it’s quite simple and could be expanded greatly but it might get you started.
https://wiki.fogproject.org/wiki/index.php?title=Snapin_Examples
Thanks those are great! Could you possibly help with the office 2013? Those applications are pretty easy but i’m kind of stranded here…
I also went to this link which is a website mentioned on the wiki that helps with silent installs. They lost me on the second half of the tutorial as i have no idea what program they are using