Routing active directory issue
It is possible that this could cause a replication issue? I describe the scenario DC1 local site RODC remote site To get to the remote Site RODC from DC1 He goes like this Router1--->Router2---->Router3--->Server To get to DC1 from the RODC He goes like this Router3--->router4---> router 5--->router2--->router1 If you see when he gets back he does extra jumps in extra routers but he get back to the same path...does this extra jumps in other routers when he is communicating from point B to point A can cause issue? If you see when he is going from point A to point B he does it in less router jumps When he goes from point B to point A he does more jumps to other routers but he gets back on the track on the same path... he doesnt go completely to other route...if you know what i mean... Anyone
June 22nd, 2012 11:05am

Servers could care less on path from or to, so no that isn't an issue. If you are having problems: Run diagnostics against your Active Directory domain. If you don't have the support tools installed, install them from your server install disk. d:\support\tools\setup.exe Run dcdiag and repadmin in verbose mode. -> DCDIAG /V /C /D /E /s:yourdcname > c:\dcdiag.log -> repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt -> ntfrsutl ds your_dc_name > c:\sysvol.log -> dnslint /ad /s "ip address of your dc" **Note: Using the /E switch in dcdiag will run diagnostics against ALL dc's in the forest. If you have significant numbers of DC's this test could generate significant detail and take a long time. You also want to take into account slow links to dc's will also add to the testing time. Description and download for dnslint http://support.microsoft.com/kb/321045 Please post any errors you are unfamiliar with or the entire dump to Skydrive. http://explore.live.com/windows-live-skydrive -- Paul Bergson MVP - Directory Services MCITP: Enterprise Administrator MCTS, MCT, MCSE, MCSA, Security+, BS CSci 2008, Vista, 2003, 2000 (Early Achiever), NT4 http://blogs.dirteam.com/blogs/paulbergson Twitter @pbbergs Please no e-mails, any questions should be posted in the NewsGroup. This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2012 11:28am

Hi, Routing topology won't affect the Replication and whatever number of routers come across if the connectivity is through, replication will happen. Apart from this, What was the reason for you to ask this question, if you are facing any issues with replication or any failure below link will explain more efficiantly Ultrasound Replication Monitoring tool http://www.microsoft.com/en-us/download/details.aspx?id=3660 DFS Explanation http://technet.microsoft.com/en-us/library/cc753479(v=ws.10).aspx FRSdiag to diagnose FRS Related Issue http://blogs.technet.com/b/askds/archive/2008/05/22/verifying-file-replication-during-the-windows-server-2008-dfsr-sysvol-migration-down-and-dirty-style.aspx If None of above helps please post output of below command netdom query dc dcdiag /q ipconfig /all Hope it helps __________________________ Best regards Sarang Tinguria MCP, MCSA, MCTS Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
June 23rd, 2012 12:00pm

Hi, Routing topology won't affect the Replication and whatever number of routers come across if the connectivity is through, replication will happen. Apart from this, What was the reason for you to ask this question, if you are facing any issues with replication or any failure below link will explain more efficiantly Ultrasound Replication Monitoring tool http://www.microsoft.com/en-us/download/details.aspx?id=3660 DFS Explanation http://technet.microsoft.com/en-us/library/cc753479(v=ws.10).aspx FRSdiag to diagnose FRS Related Issue http://blogs.technet.com/b/askds/archive/2008/05/22/verifying-file-replication-during-the-windows-server-2008-dfsr-sysvol-migration-down-and-dirty-style.aspx If None of above helps please post output of below command netdom query dc dcdiag /q ipconfig /all Hope it helps __________________________ Best regards Sarang Tinguria MCP, MCSA, MCTS Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
June 23rd, 2012 12:00pm

Router will select the best routing path to reach the network.You should not worry too much about the same.However you can contact your network administrator to check that routing is configured correctly between the networks. In case if you are facing any replication issue.Please run the following commands and upload the results via skydrive. - ipconfig /all >c:\ipconfig.txt from the problematic dc and client - dcdiag/q >c:\dcdiag.txt - repadmin /replsum >c:\repadmin.txt Hope this helpsBest Regards, Sandesh Dubey. MCSE|MCSA:Messaging|MCTS|MCITP:Enterprise Adminitrator | My Blog Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
June 23rd, 2012 12:14pm

Router will select the best routing path to reach the network.You should not worry too much about the same.However you can contact your network administrator to check that routing is configured correctly between the networks. In case if you are facing any replication issue.Please run the following commands and upload the results via skydrive. - ipconfig /all >c:\ipconfig.txt from the problematic dc and client - dcdiag/q >c:\dcdiag.txt - repadmin /replsum >c:\repadmin.txt Hope this helpsBest Regards, Sandesh Dubey. MCSE|MCSA:Messaging|MCTS|MCITP:Enterprise Adminitrator | My Blog Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
June 23rd, 2012 12:14pm

Hi, Thanks for posting here. >If you see when he is going from point A to point B he does it in less router jumps >When he goes from point B to point A he does more jumps to other routers but he gets back on the track on the same path... he doesnt go completely to other route This is expected cos the back traffics will come with following the routing we defined previously when back from DC1(pointA) to RODC(pointB), means it will go back with following : Router1--->Router2---->Router3--->Server. And finally this connection will be successfully established once the RODC get the response from DC1. And I believe this will not cause any replication issue . Chapter 5 IP Routing http://technet.microsoft.com/en-us/library/bb727001.aspx Thank Regards, Tiger Li TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com.Tiger Li TechNet Community Support
June 24th, 2012 10:51pm

Hi, Thanks for posting here. >If you see when he is going from point A to point B he does it in less router jumps >When he goes from point B to point A he does more jumps to other routers but he gets back on the track on the same path... he doesnt go completely to other route This is expected cos the back traffics will come with following the routing we defined previously when back from DC1(pointA) to RODC(pointB), means it will go back with following : Router1--->Router2---->Router3--->Server. And finally this connection will be successfully established once the RODC get the response from DC1. And I believe this will not cause any replication issue . Chapter 5 IP Routing http://technet.microsoft.com/en-us/library/bb727001.aspx Thank Regards, Tiger Li TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com.Tiger Li TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 24th, 2012 11:00pm

Hi, Please feel free to let us know if the information was helpful to you. Regards, Tiger Li TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com.Tiger Li TechNet Community Support
June 26th, 2012 4:12am

Hi, Please feel free to let us know if the information was helpful to you. Regards, Tiger Li TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com.Tiger Li TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 26th, 2012 4:12am

Hi, Please feel free to let us know if the information was helpful to you. Regards, Tiger Li TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com.Tiger Li TechNet Community Support
June 26th, 2012 4:20am

Hello it was just a question to be sure Thanks for all the answers!!!
Free Windows Admin Tool Kit Click here and download it now
June 26th, 2012 8:30pm

Hello it was just a question to be sure Thanks for all the answers!!!
June 26th, 2012 8:30pm

Hello it was just a question to be sure Thanks for all the answers!!!
Free Windows Admin Tool Kit Click here and download it now
June 26th, 2012 8:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics