<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install Read-Only Domain Controller on Windows Server 2008</title>
	<atom:link href="http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle/feed" rel="self" type="application/rss+xml" />
	<link>http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle</link>
	<description>We are here to help you learn Windows Server!</description>
	<lastBuildDate>Tue, 16 Mar 2010 23:21:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle/comment-page-1#comment-569</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 30 Jul 2008 21:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-installing-rodc/2008-05-13/#comment-569</guid>
		<description>Joy,
It would be my guess that if it is hanging like that then the operation is not completing and thus never triggering the reboot option.  Note how this is different than the operation failing which would reboot whether even if it failed (assuming using RebootOnCompletion).  To test this theory, I would set RebootOnSuccess to No.  Then, if you never get the prompt or control never returns, then you would know that your operation is hanging somewhere else and you just can&#039;t see it because it isn&#039;t writing anything to the screen.  The manual reboot would cause the system to stop waiting for whatever response it is looking for.  If that is the case, you might look to see if one or more of your parameters doesn&#039;t seem to be taking.  That could indicate that those parameters come later in the operation than the one that is hanging up, so they are not getting applied.

By the way, if you are using ONLY the text in the article, then you may be missing a necessary parameter for your environment.  That block of text is the MINIMUM required.  You may need to add a line or two depending on how you are set up.

Take a look at: http://207.46.196.114/windowsserver2008/en/library/d2521765-9e7b-44b6-9021-496908f4b9521033.mspx?mfr=true

to see if there are any parameters that would apply to your environment.

If that link doesn&#039;t work, then you can navigate to it:

Windows Server 2008 Technical Library &gt; Active Directory Domain Services &gt; Getting Started: AD DS &gt; Step-by-Step Guide for Windows Server 2008 Active Directory Domain Services Installation and Removal &gt; Appendix of Unattended Installation Parameters

*************

For your second question, look in your domain log files.  Again, it can be hanging in such a way that an error never gets written (it doesn&#039;t think it is finished, it is just waiting for an answer, so it won&#039;t write an error).  You can use the /LogPath parameter (see that same Microsoft link) to explicitly define a location.

You could try piping the return code to a text file but again, this will only work if the operation COMPLETES.  Then, you can use Unattended Installation Return Codes.   It was here last I checked:

http://207.46.196.114/windowsserver2008/en/library/d2521765-9e7b-44b6-9021-496908f4b9521033.mspx?mfr=true</description>
		<content:encoded><![CDATA[<p>Joy,<br />
It would be my guess that if it is hanging like that then the operation is not completing and thus never triggering the reboot option.  Note how this is different than the operation failing which would reboot whether even if it failed (assuming using RebootOnCompletion).  To test this theory, I would set RebootOnSuccess to No.  Then, if you never get the prompt or control never returns, then you would know that your operation is hanging somewhere else and you just can&#8217;t see it because it isn&#8217;t writing anything to the screen.  The manual reboot would cause the system to stop waiting for whatever response it is looking for.  If that is the case, you might look to see if one or more of your parameters doesn&#8217;t seem to be taking.  That could indicate that those parameters come later in the operation than the one that is hanging up, so they are not getting applied.</p>
<p>By the way, if you are using ONLY the text in the article, then you may be missing a necessary parameter for your environment.  That block of text is the MINIMUM required.  You may need to add a line or two depending on how you are set up.</p>
<p>Take a look at: <a href="http://207.46.196.114/windowsserver2008/en/library/d2521765-9e7b-44b6-9021-496908f4b9521033.mspx?mfr=true" rel="nofollow">http://207.46.196.114/windowsserver2008/en/library/d2521765-9e7b-44b6-9021-496908f4b9521033.mspx?mfr=true</a></p>
<p>to see if there are any parameters that would apply to your environment.</p>
<p>If that link doesn&#8217;t work, then you can navigate to it:</p>
<p>Windows Server 2008 Technical Library &gt; Active Directory Domain Services &gt; Getting Started: AD DS &gt; Step-by-Step Guide for Windows Server 2008 Active Directory Domain Services Installation and Removal &gt; Appendix of Unattended Installation Parameters</p>
<p>*************</p>
<p>For your second question, look in your domain log files.  Again, it can be hanging in such a way that an error never gets written (it doesn&#8217;t think it is finished, it is just waiting for an answer, so it won&#8217;t write an error).  You can use the /LogPath parameter (see that same Microsoft link) to explicitly define a location.</p>
<p>You could try piping the return code to a text file but again, this will only work if the operation COMPLETES.  Then, you can use Unattended Installation Return Codes.   It was here last I checked:</p>
<p><a href="http://207.46.196.114/windowsserver2008/en/library/d2521765-9e7b-44b6-9021-496908f4b9521033.mspx?mfr=true" rel="nofollow">http://207.46.196.114/windowsserver2008/en/library/d2521765-9e7b-44b6-9021-496908f4b9521033.mspx?mfr=true</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joy</title>
		<link>http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle/comment-page-1#comment-568</link>
		<dc:creator>Joy</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-installing-rodc/2008-05-13/#comment-568</guid>
		<description>Thanks! Just a question, did it ever happen to you that when running DCPromo unattended inside a script and calling it via &quot;cmd /c&quot; that it is hanging? Restarting the machine will then make it continue. RebootOnCompletion and RebootOnSuccess have both been used but to no avail :(

Additionally, how do you check (logs, etc) that it dcpromo unattended has actually completed?</description>
		<content:encoded><![CDATA[<p>Thanks! Just a question, did it ever happen to you that when running DCPromo unattended inside a script and calling it via &#8220;cmd /c&#8221; that it is hanging? Restarting the machine will then make it continue. RebootOnCompletion and RebootOnSuccess have both been used but to no avail <img src='http://windowsserver.trainsignal.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Additionally, how do you check (logs, etc) that it dcpromo unattended has actually completed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle/comment-page-1#comment-567</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Sun, 13 Jul 2008 22:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-installing-rodc/2008-05-13/#comment-567</guid>
		<description>You can watch a whole bunch of online Screencasts here:
http://www.netometer.com/video/windows+2008.php

Installing and configuring server core are just some of the scenarious demonstated there.

Dean</description>
		<content:encoded><![CDATA[<p>You can watch a whole bunch of online Screencasts here:<br />
<a href="http://www.netometer.com/video/windows+2008.php" rel="nofollow">http://www.netometer.com/video/windows+2008.php</a></p>
<p>Installing and configuring server core are just some of the scenarious demonstated there.</p>
<p>Dean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The things that are better left unspoken : 4 methods to add Server Core RODCs to your environment</title>
		<link>http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle/comment-page-1#comment-566</link>
		<dc:creator>The things that are better left unspoken : 4 methods to add Server Core RODCs to your environment</dc:creator>
		<pubDate>Sun, 13 Jul 2008 07:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-installing-rodc/2008-05-13/#comment-566</guid>
		<description>[...] You lose AD, you can&#8217;t do anything&#8230;&#160; Directory Services in Windows Server &quot;Longhorn&quot;&#160; Read-Only Domain Controller and Server Core&#160;&#160; Step-by-Step Guide for Read-only Domain Controllers Windows Server 2008 dcpromo Changes&#160; Active Directory Domain Services: Install from (restored backup) media (IFM)&#160; Command Line switches for DCPROMO&#160; Windows Server Codename Longhorn&#160;&#160; Installing AD on writable and read-only DCs from a media set&#160; Deploying Windows Server 2008 Read Only Domain Controllers&#160;&#160; Performing a Staged RODC Installation&#160; Determine the Number of Domain Controllers&#160; RODC deployment guide&#160; RODC Compatility Pack for Legacy OSes&#160; RODC compatibility pack for down-level clients&#160; How to promote Server Core to be a RODC&#160; Creating an Unattend Installation File for DCPROMO in Windows Server 2008&#160;&#160;&#160; PowerShell script to automate deployment of Read-only Domain Controllers on Hyper-V&#160;&#160; Install It - Read-Only Domain Controller on Windows Server 2008&#160; Installing Windows 2008 Active Directory on Server Core (Existing Forest)&#160;&#160; Read-Only Domain Controllers - What&#039;s Old is New Again&#160;&#160; Windows Server 2008 Core - Active Directory Domain Services&#160;&#160; Active Directory Domain Services: Install from (restored backup) media (IFM)&#160;&#160;&#160;&#160;&#160; The Crosby Blog - Windows Server 2008 Core: Read-Only DC (using the scripting method)&#160; Understanding &#8220;Read Only Domain Controller&#8221; authentication&#160;&#160; Installing Active Directory on Server Core with an Answer File&#160; How to Promote Server Core Installation to a Read Only Domain Controller&#160; Windows Server 2008 dcpromo Changes III (or Server Core Setup)&#160; How to Configure a Server Core Domain Controller: Vanilla to First DC in a Forest&#160; Install AD DS from media&#160;&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] You lose AD, you can&#8217;t do anything&#8230;&#160; Directory Services in Windows Server &quot;Longhorn&quot;&#160; Read-Only Domain Controller and Server Core&#160;&#160; Step-by-Step Guide for Read-only Domain Controllers Windows Server 2008 dcpromo Changes&#160; Active Directory Domain Services: Install from (restored backup) media (IFM)&#160; Command Line switches for DCPROMO&#160; Windows Server Codename Longhorn&#160;&#160; Installing AD on writable and read-only DCs from a media set&#160; Deploying Windows Server 2008 Read Only Domain Controllers&#160;&#160; Performing a Staged RODC Installation&#160; Determine the Number of Domain Controllers&#160; RODC deployment guide&#160; RODC Compatility Pack for Legacy OSes&#160; RODC compatibility pack for down-level clients&#160; How to promote Server Core to be a RODC&#160; Creating an Unattend Installation File for DCPROMO in Windows Server 2008&#160;&#160;&#160; PowerShell script to automate deployment of Read-only Domain Controllers on Hyper-V&#160;&#160; Install It &#8211; Read-Only Domain Controller on Windows Server 2008&#160; Installing Windows 2008 Active Directory on Server Core (Existing Forest)&#160;&#160; Read-Only Domain Controllers &#8211; What&#8217;s Old is New Again&#160;&#160; Windows Server 2008 Core &#8211; Active Directory Domain Services&#160;&#160; Active Directory Domain Services: Install from (restored backup) media (IFM)&#160;&#160;&#160;&#160;&#160; The Crosby Blog &#8211; Windows Server 2008 Core: Read-Only DC (using the scripting method)&#160; Understanding &#8220;Read Only Domain Controller&#8221; authentication&#160;&#160; Installing Active Directory on Server Core with an Answer File&#160; How to Promote Server Core Installation to a Read Only Domain Controller&#160; Windows Server 2008 dcpromo Changes III (or Server Core Setup)&#160; How to Configure a Server Core Domain Controller: Vanilla to First DC in a Forest&#160; Install AD DS from media&#160;&#160; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
