Link to home
Start Free TrialLog in
Avatar of Damian Gardner
Damian Gardner

asked on

2008 R2 server cannot reach domain sysvol folder

I'm seeing a couple of my 2008 servers having a SYSVOL problem on the domain.  Could be stemming from an old DC that was removed and replaced.  Trying to fix it so it can reach SYSVOL and update policies.  I can see an old SRV record among the good records, showing the old DC server, and wondering if this is the culprit.  But here is what a GPRESULT yields:

Group Policy Infrastructure failed due to the error listed below.

Logon Failure: The target account name is incorrect.

Note: Due to the GP Core failure, none of the other Group Policy components processed their policy. Consequently, status information for the other components is not available.

How do I troubleshoot this one?
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Damian Gardner
Damian Gardner

ASKER

ok - thanks for that.  I did check the SRV records and found the last one of about 8 records is the old DC that should be removed.  I couldn't find the command to remove it, however.
You can use the Dnscmd /recorddelete to delete records from the DNS server or you can use the DNS console from the administrative tools if the RSAT tools are installed.

https://technet.microsoft.com/en-us/library/cc756116%28v=ws.10%29.aspx#BKMK_15
Do it from the DNS console. Right click the record and select delete.

If you have found 8 records just in the _msdcs.domain.com alone this could create a lot of issues for this.

Once you have deleted them you might also want to restart the NetLogon service as well.

Will.
Gents - I had some success this morning after rebooting the server last night (after installing the RSAT tool).  I believe all I did so far was to use the IPCONFIG /registerdns command. After rebooting, the server was able to reach the SYSVOL folder.  But the SRV record for the old server is still though, so I will try your suggestion to use the DNS console to remove it.  will let you know.

thanks
Would I need to run the DNS consoles from the local machine?  if so, it's failing to start.  dnscmd looks like it works though. theres more syntax to know for that though...
Will - thanks for your help.  I was able to use some of your commands and also used the DNS console to remove the bad SRV records. All is ok now.  thank you!