Computers not joining our Domain during Sysprep
-
@kyle.heath it has to be a user or pass or domain name issue. There has to be a typo or something. Unapply and reapply the domain settings to the problem system.
-
@Wayne-Workman Maybe I need to do something on the actual FOG server? Is there a way to update the info on that to make sure it works correctly. I just restarted the server and logged in fine though.
-
@Wayne-Workman Ok I think there is something wrong with my FOG server and the database…I need to get both of them on the same page. I was having issues so I reverted to an old snapshot I had of FOG. Whats the best way to get both the database and FOG working correctly together.
-
@kyle.heath is the database not on the same box that runs the web interface? Typically they are the same box for small setups. What makes you think they aren’t working right?
The Below stuff I said about typos and reapplying settings - I was talking about doing those things in the fog web interface.
web interface -> host management -> search for host and then click it -> active directory
andweb interface -> fog configuration -> fog settings -> active directory defaults
-
@Wayne-Workman Because I added a Windows10x64 image and it’s not showing up in the images area on the FOG server.
-
@kyle.heath the files don’t exist for an image in
/images/<image path>
until capture completes. -
@Wayne-Workman Ahh ok so I reverted my FOG server back and I was going to do a fresh update. It says I’m on
I’m trying to use git to update but it won’t work…anyway I can use SVN? I can’t find a SVN guide. When I use git it fails when trying to gather the repository.
-
@Wayne-Workman Another question…should my setupcomplete be a batch file or a windows command script? Does that matter? It looks like I’ve been using a batch file.
-
@kyle.heath you need to fix this error:
1/10/2017 10:30 AM HostnameChanger Logon failure: unknown username or bad password, code = 1326
before anything else. You don’t need to keep on re-capturing or deploying either. Just set up a computer with the client, monitor the fog.log file until you fix your credentials.
-
@Joe-Schmitt Will the fog.log file change as I change the credentials. If so can I just change them on my VM or do I need to use a normal computer.
-
@kyle.heath You change them in the places I described below, in the fog web interface. Yes the log will reflect changes live - every time it checks in it will update the log.
-
So it looks like I found the issue…for some reason my setupcomplete was changed to a batch file…it needed to be a windows command script file…not sure how that happened, but after changing it…it joined the domain.
-
@kyle.heath That makes zero sense.
-
@Wayne-Workman setupcompletes are .cmd he probably had .bat
-
@Joe-Schmitt Yep I had bat for some reason…No idea how because I used to have.cmd