DFSR SYSVOL Migration in stuck
i have problems sysvol dfsr migration
environment have two writable domain controllers 2008r2. forest , domain level 2008r2
events:
event 8020
error: 5 (access denied.)
event 8029
dfsr migration unable transition 'eliminated' state domain controller xxxxx. dfsr retry next time polls active directory. force immediate retry, execute command 'dfsrdiag /pollad'.
dfsrmig.exe /getmigrationstate
the following domain controllers not in sync global state ('eliminated'):
domain controller (local migration state) - dc type
===================================================
dc1 ('eliminating') - primary dc
dc2 ('eliminating') - writable dc
migration has not yet reached consistent state on domain controllers.
state information might stale due ad latency.
checked things
checked ”manage auditing , security log” rights
defalt domain controller policy have setting “manage auditing , security log” domain_name\exchange enterprise servers, administrators, domain_name\exchange
http://support.microsoft.com/kb/2567421
from “domain_name/system/file replication service/domain system volume (sysvol share)” structure “protect object accidental deletion” setting have been removed
http://www.experts-exchange.com/software/server_software/active_directory/q_28269847.html
removed server objects “domain_name/system/file replication service/domain system volume (sysvol share)” structure”
removed ipv6 use
http://social.technet.microsoft.com/forums/windowsserver/en-us/90faf580-2336-4ca9-8901-bd14f12373a4/dfs-replication-issues-rpc-wmi-and-service-essentially-locked-up-for-dfsr?forum=winserverfiles
temporary stopped virusprotection dc
replication working okay c:\windows\sysvol_dfsr, shares etcc.
c:\windows\sysvol_dfsr
manually removed content c:\windows\sysvol (structure empty folders)
from registry
hkey_local_machine\system\currentcontrolset\services\dfsr\parameters\sysvols\migrating sysvols
local state 7
is primary 0
rebooted, started dfs replication service, check ad replications, no firewalls between dc (in same subnet)
is there registry, ad path or file path can check why error access denied?
thanks advices
hi,
case solved. removed protectedfromaccidentaldeletion from every object command
get-adobject -filter * | set-adobject -protectedfromaccidentaldeletion $false
(it takes for long time)
forced ad replication , restarted dfsr service
current dfsr global state: 'eliminated'
succeeded.
Windows Server > File Services and Storage
Comments
Post a Comment