Join domain after deploy
-
I’m having difficulty configuring the ability to insert computers into the domain after image deploy, I ran the procedure as follows:
1- When registering the host I informed that it would be inserted in domain (y);
2 - configure in fog system settings >> Active directory default the options of my domain;
3-I installed the fog client on the host;After deploy the computer was not entered into the domain, but no error message was displayed. I would like help.
-
@luiztpd Please take a look at the FOG client log (
C:\fog.log
orC:\Program Files (x86)\FOG\fog.log
depending on your choice when installing the client).Possibly the Active Directory credentials to join PCs are not correct?
-
@Sebastian-Roth
After checking the log, I found the message: HostnameChanger The parameter is incorrect, code = 87.What are the hostnameChanger paramatars?
-
What is the function of the parameter: "Name Change / AD Join Forced reboot?
-
@luiztpd About the hostnameChanger error: https://forums.fogproject.org/topic/8341/the-parameter-is-incorrect-code-87
For the Option “Name Change / AD Join Forced reboot” see here: https://wiki.fogproject.org/wiki/index.php/Active_Directory_-_FOG_Setting#Reboot_host_on_hostname_changes_and_AD_changes_even_if_users_are_logged_in.3F
-
problem solved!
In fog settings >> Ad default OR I have filled in the fields in small as an example:
or = xxxx, dc = yyy, dc = zzz
Thank you all