<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx</link><description>So, the first question&amp;hellip;do you need to deploy the RODC compatibility pack on your XP/2003 clients if you want to deploy RODC's?
 
 
 For domain joins (and password changes) against an RODC the answer is most definitely yes. 
 
 
 One of the</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3384752</link><pubDate>Thu, 03 Feb 2011 13:39:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3384752</guid><dc:creator>Ingolfur Arnar Stangeland</dc:creator><description>&lt;p&gt;The first line calls DsGetDcName function with WRITABLE flag set, anything after that is an expected response to that.&lt;/p&gt;
&lt;p&gt;I.e. what we&amp;#39;re looking at here is after the fact, whatever caused the XP to ask for a writable DC would be logged earlier in the Netlogon log.&lt;/p&gt;
&lt;p&gt;You could try adding ExpectedDialupDelay as per &lt;a rel="nofollow" target="_new" href="http://technet.microsoft.com/en-us/library/cc957332.aspx"&gt;technet.microsoft.com/.../cc957332.aspx&lt;/a&gt; to give the Netlogon service more time before it goes out and asks for a DC.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s also not impossible that you&amp;#39;re simply hitting a path in the RODC Compatibility pack where a call to DsGetDCName wasn&amp;#39;t modified to cater for RODCs&amp;#39; - in which case the current lifecycle of XP (EOL) means it won&amp;#39;t be changed.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3384752" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3384528</link><pubDate>Wed, 02 Feb 2011 17:20:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3384528</guid><dc:creator>Giovanni</dc:creator><description>&lt;p&gt;The problem i&amp;#39;m troubleshooting is that machines do not authenticate to the right domain controller of their site when the machines startup. 15 minutes after the machine started the process of finding the best DC starts agian and then the machine authenticate to the RODC of the site. But I want it to authenticated to the RODC when it starts to and not only after 15 minutes&lt;/p&gt;
&lt;p&gt;And the error in the log is that the read only domain controller isn&amp;#39;t writable (of course)&lt;/p&gt;
&lt;p&gt;DC4 is the RODC, 172.16.1.1 and 172.16.1.6 are writeable DC&amp;#39;s&lt;/p&gt;
&lt;p&gt;I put a piece of the log here for you: (i have replaced our domainname with &amp;quot;domain&amp;quot;)&lt;/p&gt;
&lt;p&gt;02/02 18:04:00 [MISC] DsGetDcName function called: Dom:(null) Acct:(null) Flags: DS WRITABLE BACKGROUND RET_NETBIOS &lt;/p&gt;
&lt;p&gt;02/02 18:04:00 [MAILSLOT] NetpDcPingListIp: domain.local.: Sent UDP ping to 192.168.66.1&lt;/p&gt;
&lt;p&gt;02/02 18:04:00 [CRITICAL] NetpDcMatchResponse: DC4: domain.local.: Responder is not a writable server. 0x28fc&lt;/p&gt;
&lt;p&gt;02/02 18:04:00 [CRITICAL] NetpDcGetNameIp: domain.local.: site specific SRV records done.&lt;/p&gt;
&lt;p&gt;02/02 18:04:00 [MAILSLOT] NetpDcPingListIp: domain.local.: Sent UDP ping to 192.168.34.2&lt;/p&gt;
&lt;p&gt;02/02 18:04:01 [MAILSLOT] NetpDcPingListIp: domain.local.: Sent UDP ping to 172.16.1.1&lt;/p&gt;
&lt;p&gt;02/02 18:04:01 [MISC] DsGetDcName function returns 0: Dom:(null) Acct:(null) Flags: DS WRITABLE BACKGROUND RET_NETBIOS &lt;/p&gt;
&lt;p&gt;02/02 18:04:01 [MISC] DsGetDcName function called: Dom:(null) Acct:(null) Flags: FORCE DS WRITABLE BACKGROUND RET_NETBIOS &lt;/p&gt;
&lt;p&gt;02/02 18:04:01 [MAILSLOT] NetpDcPingListIp: domain.local.: Sent UDP ping to 192.168.66.1&lt;/p&gt;
&lt;p&gt;02/02 18:04:01 [CRITICAL] NetpDcMatchResponse: DC4: domain.local.: Responder is not a writable server. 0x28fc&lt;/p&gt;
&lt;p&gt;02/02 18:04:02 [CRITICAL] NetpDcGetNameIp: domain.local.: site specific SRV records done.&lt;/p&gt;
&lt;p&gt;02/02 18:04:02 [MAILSLOT] NetpDcPingListIp: domain.local.: Sent UDP ping to 172.16.1.6&lt;/p&gt;
&lt;p&gt;02/02 18:04:02 [MISC] DsGetDcName function returns 0: Dom:(null) Acct:(null) Flags: FORCE DS WRITABLE BACKGROUND RET_NETBIOS &lt;/p&gt;
&lt;p&gt;02/02 18:04:04 [MISC] DsGetDcName function called: Dom:(null) Acct:(null) Flags: BACKGROUND RET_DNS &lt;/p&gt;
&lt;p&gt;02/02 18:04:04 [MISC] NetpDcGetName: domain.local. using cached information&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3384528" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3383614</link><pubDate>Mon, 31 Jan 2011 09:20:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3383614</guid><dc:creator>Ingolfur Arnar Stangeland</dc:creator><description>&lt;p&gt;So you don&amp;#39;t have a domain join issue and you don&amp;#39;t have a computer account password change issue.&lt;/p&gt;
&lt;p&gt;What is the problem you&amp;#39;re troubleshooting? (that has the Netlogon messages you describe).&lt;/p&gt;
&lt;p&gt;Incidentally, as there is no hit on NtpDcMatchResponse that I can find I suspect you&amp;#39;re actually referring to NetpDcMatchResponse. &amp;nbsp;If that is the case then you may be looking at an issue with ADSI when used in combination with the Group Policy Preferences client where it specifically asks for a writable DC.&lt;/p&gt;
&lt;p&gt;There is a fix for ADSI and Gppref that is available for Windows 7 but that fix will not be backported to XP or W2k3 as both are in Extended Support.&lt;/p&gt;
&lt;p&gt;See &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/983531"&gt;support.microsoft.com/.../983531&lt;/a&gt; for details on the Windows 7 fix.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3383614" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3383557</link><pubDate>Sun, 30 Jan 2011 23:13:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3383557</guid><dc:creator>Giovanni</dc:creator><description>&lt;p&gt;Yes the workstation is in the list of accounts allowed to replicate its password to the RODC, and i also see it in the list of accounts that have their passwords stored on it. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3383557" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3382669</link><pubDate>Wed, 26 Jan 2011 14:35:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382669</guid><dc:creator>Ingolfur Arnar Stangeland</dc:creator><description>&lt;p&gt;Then you don&amp;#39;t have a domain join issue, my bet is the workstation is trying to change the machine account password. &amp;nbsp;Is it in the list of accounts allowed to replicate its password to the RODC? &amp;nbsp;If it is, do you see it in the list of accounts that have their passwords stored on it?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382669" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3382597</link><pubDate>Wed, 26 Jan 2011 09:47:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382597</guid><dc:creator>Giovanni</dc:creator><description>&lt;p&gt;The XP client was already joined to the domain and after that we implemented the RODC. When the XP client startups i see the following in the netlogon.log&lt;/p&gt;
&lt;p&gt;&amp;quot;NtpDcMatchResponse: DC3: Responder is not a writable server. 0x28fc&amp;quot; and then the clients sends a request to the writable DC &lt;/p&gt;
&lt;p&gt;I also see this in the log &amp;quot;DsGetDcName function called: Dom:(null) Acct:(null) Flags: FORCE DS WRITABLE BACKGROUND RET_NETBIOS&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382597" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3382494</link><pubDate>Tue, 25 Jan 2011 20:34:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382494</guid><dc:creator>Ingolfur Arnar Stangeland</dc:creator><description>&lt;p&gt;Interesting....are you using the GUI or a script? &amp;nbsp;Do both behave the same?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382494" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3382493</link><pubDate>Tue, 25 Jan 2011 20:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382493</guid><dc:creator>Giovanni</dc:creator><description>&lt;p&gt;Actually i see the flag in the netlogon debug log. &lt;/p&gt;
&lt;p&gt;What happens is that a XP client tries to authenticate to the RODC, it finds the RODC but than in the log i see that the RODC isn&amp;#39;t writable (of course) and the client then switches the authentication to a writable domain controller&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382493" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3382462</link><pubDate>Tue, 25 Jan 2011 18:47:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382462</guid><dc:creator>Ingolfur Arnar Stangeland</dc:creator><description>&lt;p&gt;If you&amp;#39;re seeing that flag then it sounds like you&amp;#39;re trying to join using the GUI, the GUI doesn&amp;#39;t add the required NETSETUP_JOIN_READONLY flag during the join operation.&lt;/p&gt;
&lt;p&gt;I.e. XP and W2k3 clients can *only* join RODC&amp;#39;s using a script where the NETSETUP_JOIN_READONLY flag is specified (and all the other prerequisites in the article are in place also).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382462" width="1" height="1"&gt;</description></item><item><title>re: Troubleshooting RODC's: Troubleshooting domain joins against RODC's</title><link>http://blogs.technet.com/b/instan/archive/2008/08/13/troubleshooting-rodc-s-troubleshooting-domain-joins-against-rodc-s.aspx#3382421</link><pubDate>Tue, 25 Jan 2011 16:52:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382421</guid><dc:creator>Giovanni</dc:creator><description>&lt;p&gt;Thanks for the article this is exact the problem we have with our XP Clients.&lt;/p&gt;
&lt;p&gt;I installed the compack but still the clients have the DS_WRITABLE_REQUIRED flag. &lt;/p&gt;
&lt;p&gt;What else can we do to let the clients get the DS_DIRECTORY_SERVICE_REQUIRED flag.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Giovanni&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382421" width="1" height="1"&gt;</description></item></channel></rss>