Simple set up -
2 servers set up on WAN
3 drives (G,H,I 4TB each) - replicating with DFS.
Had a minor outage on one side for about 4 hours and one of the groups (Drive I) didn't recover.
Drive G,H are both caught up and happy... It wouldn't resume and was stuck at about 35% It just wont move - after trying to get it to resume I decided to remove it all on Server 2 and start over. (Server 1 is primary).
Steps I have done to blow it away (I) and start over.
- Stopped DFS Services on both servers
- Deleted replication group I from dfs management console
- Delete DFS folder targets on both servers
- Removed DFSR folder on I drive on both servers
- Deleted DFSR folder under system volume information both servers
- Server 2 deleted everything from I Drive and recreated folder and share
- Made sure that AD entry was removed - ADSI Edit under System > DFS-Configuration
- restarted DFS Service on both servers
- Forced replication on all DCs - repadmin /syncall /AePdq
- dfsrdiag pollad on both DFS Servers
- Recreated DFS Target and replication group
--------
All DFSR folders etc recreated fine but nothing replicatin
Ran this on the server -
wmic /namespace:\\root\microsoftdfs path DfsrReplicatedFolderInfo get replicatedFolderName, State
Results
Server 1 (primary) shows state 0, Uninitialized
Server 2 - state shows 2, Initializing
Been this way for a couple hours - no files replicated to server 2
Debug log on server 1
Mostly just a bunch of these....
20160516 13:48:21.798 3720 SRTR 957 [WARN] SERVER_EstablishSession Failed to establish a replicated folder session. connId:{F88C9CF6-BC32-4747-AB8C-06BFF576F6F9} csId:{E862F3E3-C463-4DB3-B269-478F4F375E06} Error:
+ [Error:9051(0x235b) UpstreamTransport::EstablishSession upstreamtransport.cpp:808 3720 C The content set is not ready]
+ [Error:9051(0x235b) OutConnection::EstablishSession outconnection.cpp:532 3720 C The content set is not ready]
+ [Error:9051(0x235b) OutConnection::EstablishSession outconnection.cpp:471 3720 C The content set is not ready]
Again - Drive G and H are replicating, fully caught up, no issues... just this one drive is being a pain since it had essentially a dirty shutdown. I am not sure what I missed when trying to start from scratch. Nothing in event logs other than
informational good messages I would expect to see - ie established a connection etc.
Any thoughts?
Thanks
John