DFS Replication Issue
we have 2 dfs servers configured replicate between each other (2008). @ point files on secondary dfs server became corrupted. because of this, shut off dfs replication service on secondary node prevent replicating files.
what best way replace files on secondary corrupted dfs server , resume replication without impacting working dfs server negatively?
hi kendo452,
this question made myself several times in past :)
safest way:
do not create full-mesh topology in start. create manually sending link old server new empty server. can done through gui or console (as nerd console :) ):
dfsradmin member new /rgname:"replication group name" /memname:domain\new-server /force dfsradmin conn new /rgname:"replication group name" /sendmem:domain\old-server recvmem:domain\new-server connenabled:true /connrdcenabled:false dfsradmin membership set /rgname:"replication group name" /rfname:folder /memname:domain\new-server /localpath:path on new /membershipenabled:true /stagingpath:path staging /stagingsize:4096 /cdsize:512 /isprimary:false /force
the commands above describe way create 1 replication old ---> new , no way back. considering that:
- only old has folder target
- users access old primary source of data
- new not productive before initial sync done.
if requirements apply, safest suggestion. after finish initial sync , enable folder target, please create link (from new old) both sync no problems rise.
please vote helpful or mark answer if post helps you.
thank you,
f. schubert
system administrator
mcp | microsoft certified professional
mcts 70-640 | microsoft certified technology specialist: windows server 2008 active directory, configuration
mcts 70-642 | microsoft certified technology specialist: windows server 2008 network infrastructure, configuration
Windows Server > File Services and Storage
Comments
Post a Comment