Problems deploying/managing new windows host...
-
@george1421 after I deploy the image, the host in the fog web console stays offline. I made so many customizations to the general windows 10 image that I am lost when the image is deployed. I think I need to start over with a more generic image and test extra customizations one step at a time…
-
@bogle said in Problems deploying/managing new windows host...:
the host in the fog web console stays offline
This is done by a task on the fog server. The target host name registered in FOG has to be DNS lookup able for your site. So if you named a host NYCPC01 then from the linux console prompt on your FOG server you should be “required” to be able to ping NYCPC01 and get a response. What I have seen some people do is use quick registration where the system name in FOG is its mac address which is probably not lookupable in your site’s DNS server.
-
@bogle in your opinion which method is best?
-
@bogle said in Problems deploying/managing new windows host...:
@bogle in your opinion which method is best?
That’s simple the one that works.
If you want to see accurate up down status the host name listed in FOG and the target system name needs to be the same and the FOG server needs to be able to look up the computer name in DNS.
-
@george1421 ah the hostname in FOG needs to be the fqdn right?
-
@bogle no as long as you have the fog server setup correctly you can / should use the short name.
I can tell you for linux you need to edit /etc/resolv.conf file.
You will want to configure these fields.
search domain.com ad.domain.com nameserver 192.168.1.16 nameserver 192.168.1.17
For every dns server you want to query you should have a
nameserver
entry. For every DNS domain you want to search add that domain separated by a space after thesearch
key word. Place the most likely candidates first in the nameservers and search keywords. -
@george1421 Ok I got that correct.
-
@bogle So from the linux command prompt on your FOG server can you ping the devices by their windows host names? Not the FQDN name?
-
@george1421 yes
-
@bogle Even though windows firewall was disabled for domain, I added fog client to exclusion list for all network profiles, then opened inbound/outbound traffic on port 445. Can see the newly deployed computer now.
I had to do a “reset this pc” after deployment to fix make the computer run right though…
-
@bogle I did a “reset this pc” and can see the host online. I created a task to reboot the computer and it didn’t do anything.
-
@bogle The FOG server talks to the target computer via the FOG Client/service. That service has a check in interval that is set in the fog settings. So the default may be 5 minutes (300 seconds), so if you issue a task to the target computer it could take up to 5 minutes before the target system reacts.
Also on the fog up/down indicator it doesn’t use a ping, but a connect to port 445 to confirm the system is up or not. If your windows firewall is blocking connections to port 445 then fog will assume its down.