<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Augusto Alvarez &#187; Windows Server 2003</title>
	<atom:link href="http://blog.augustoalvarez.com.ar/category/windows-server-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.augustoalvarez.com.ar</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 13:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.augustoalvarez.com.ar' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d334a59ba93198ea43e7e7a63977016e?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Augusto Alvarez &#187; Windows Server 2003</title>
		<link>http://blog.augustoalvarez.com.ar</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.augustoalvarez.com.ar/osd.xml" title="Augusto Alvarez" />
	<atom:link rel='hub' href='http://blog.augustoalvarez.com.ar/?pushpress=hub'/>
		<item>
		<title>Troubleshooting DCDIAG error: RPC Server is unavailable</title>
		<link>http://blog.augustoalvarez.com.ar/2008/12/12/troubleshooting-dcdiag-error-rpc-server-is-unavailable/</link>
		<comments>http://blog.augustoalvarez.com.ar/2008/12/12/troubleshooting-dcdiag-error-rpc-server-is-unavailable/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 18:21:20 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[DCDIAG]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2008/12/12/troubleshooting-dcdiag-error-rpc-server-is-unavailable/</guid>
		<description><![CDATA[It’s a common best practice to run the DCDIAG tool in all DC in your forest whenever a significant change has been made, i.e. a new DC has been added or deleted in the forest. With this you are testing if the change you just made was done correctly. It’s also common that if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=15&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It’s a common <em>best practice</em> to run the <strong><a href="http://technet2.microsoft.com/windowsserver/en/library/f7396ad6-0baa-4e66-8d18-17f83c5e4e6c1033.mspx?mfr=true">DCDIAG</a> </strong>tool in all DC in your forest whenever a significant change has been made, i.e. a new DC has been added or deleted in the forest. With this you are testing if the change you just made was done correctly.
<p>It’s also common that if you have at least two domains in your forest (and the trust relationships in place), when you run dcdiag in any DC you get a message indicating that when the test of replication on a specific server applies, it fails indicating that the “<strong>RPC Server is unavailable”. </strong>
<p>Well, if you see this message you probably check <strong>if that the RPC service is up and running on the server</strong>… running in cmd “<strong>net start rpcss</strong>”. But the command prompt answers you, “<em>don’t worry dude, the service was already running</em>”.
<p><img alt="" src="http://farm3.static.flickr.com/2180/2220829230_bae060eed4.jpg?v=0">
<p>“<em>Alright then…”</em> you say, “<em>Let’s try DCDIAG again</em>”… and you get the same error like the first time…
<p>And then you go like “<em>Hmmmm… why do I keep getting the same “RPC Server is unavailable” error?</em>”
<p>And then I say “<em>I know why dude!”…</em> And then you “<em>You do? Is there any way I can solve it?</em>”…<br />“<em>Of course, why I’ll be posting something that I don’t know the answer!”…</em> and then…
<p>OK, enough with the theatre…
<p>This issue appears when the <strong>configurations between the different DNS servers are not compatible.</strong> It’s something like this: you have a correct configuration in a DNS server that forwards any requests that does not belong to his domain ; but in the second domain, the DNS server does not forward the requests that ask for the first domain… was it clear? Let’s do a picture then!
<p><img alt="" src="http://farm3.static.flickr.com/2224/2220829372_5bb2497a5a.jpg?v=0">
<p>In this graphic, a contoso domain member it’s trying to get something from fabrikam, the DNS Server from contoso receive the request and see that it belongs to fabrikam and forwards the request to the correct DNS Server. But in the other side, a fabrikam user wants to get something from contoso but when it gets the requests, see that it’s not for fabrikam and it does not have anything that says that the request must be forward it to another DNS Server, so can’t solve the user’s request.
<p>After naming “<strong>forward</strong>” several times you probably know where the problem is: The forwarders on your DNS servers are not set correctly. The most like problem is that having different domains in the same forest, the DNS servers from each domain don’t know were to direct the requests for all the other domains.
<p>Let’s take one server to solve this problem: Access the DNS snap-in of your DNS Server, on “<strong>Properties”</strong> select the “<strong>Forwarders</strong>” option and select “<strong>New</strong>” in <strong>DNS Domain </strong>and add all the domains in your forest; and put the IP address to the DNS server holding that domain.
<p><img alt="" src="http://farm3.static.flickr.com/2325/2220829266_214f0e415e.jpg?v=0">
<p>In this case, LEONARDO is DNS Server for CORPNET and I’m adding in the <em>Forwarders</em> configuration that any request for EXTRANET, my second domain in the forest, are been forwarded to its DNS Server. In EXTRANET the same configuration must be set, of course
<p>Also there’s another way to solve this problem. You can add an EXTRANET zone in CORPNET <strong>Forward Lookup Zones</strong> that holds all of the DNS records for this domain. In this case you must also set, in EXTRANET DNS, the properties for this zone, to “Allow Zone Transfers”, letting another DNS server, CORPNET, to also have the records for this zone. <strong>But, in my opinion, is also a good idea to not over charge your DNS server with all kind of request, so if it’s not for his domain, forward to the correct DNS server for resolution. </strong>
<p>If the error keeps appearing, then you should check the trust relationships between domains. And any other error message that DCDIAG shows in all DCs.
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=15&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2008/12/12/troubleshooting-dcdiag-error-rpc-server-is-unavailable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2180/2220829230_bae060eed4.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2224/2220829372_5bb2497a5a.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2325/2220829266_214f0e415e.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Creating a failover environment on a Windows 2003 domain</title>
		<link>http://blog.augustoalvarez.com.ar/2008/12/12/creating-a-failover-environment-on-a-windows-2003-domain/</link>
		<comments>http://blog.augustoalvarez.com.ar/2008/12/12/creating-a-failover-environment-on-a-windows-2003-domain/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 18:07:01 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Failover]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2008/12/12/creating-a-failover-environment-on-a-windows-2003-domain/</guid>
		<description><![CDATA[Scenario: I have the domain contoso.com with only one DC (with DNS) and I wish to add another one in case something goes wrong. - The first thing that you must have is, of course, the new server where you are going to install your second DC. It’s highly recommended that both servers are working [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=14&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Scenario</strong>:
<p><em>I have the domain contoso.com with only one DC (with DNS) and I wish to add another one in case something goes wrong.</em>
<p>- The first thing that you must have is, of course, the new server where you are going to install your second DC. It’s highly recommended that <strong>both servers are working with the latest updates</strong>, Windows Server 2003 R2 SP2. And the domain is raised into <strong>“Windows 2003” functional level</strong> (on this level there are some improvements in many things, including the replications between 2003 servers).
<p>- Run the Administration Tool “<strong>Manage Your Server</strong>” in the new Windows 2003 and <strong>add the role “Active Directory”</strong> for this server.
<p><img alt="" src="http://farm3.static.flickr.com/2064/2219749944_a6f66c86d3.jpg?v=0"><br /><em>Domain controller promotion wizard</em>
<p>- Configure the server as a DC for <strong>an existing domain</strong> and follow the instructions in the wizard. You’ll be asked for the credentials of privileged account to add a new server. The account must be a member of the “Domain Admins” group.
<p>- After the promotion of the new DC is completed, visit again “Manage your Server” and <strong>add the role “DNS Server</strong>”, but don’t set any new zone on this server. When you configure it as a DNS server the primary server will replicate the zones with this new server.
<p>- <strong>Each DC must be pointing to themselves as the first preferred DNS server</strong> and the secondary DNS must be the remaining DC.
<p><img alt="" src="http://farm3.static.flickr.com/2309/2218957749_47490f1955.jpg?v=0">
<p><em>First DC TCP/IP configuration</em>
<p><img alt="" src="http://farm3.static.flickr.com/2340/2219750486_e4ba137526.jpg?v=0"><br /><em>Second DC TCP/IP configuration</em>
<p>- At this time the DNS records must be replicated and in both servers you should have the same zones and records. <strong>Check the DNS snap-in for the new DC and check that the zones are identical in both DCs</strong>.
<p>- <strong>IMPORTANT</strong>: Any special configuration of the first DNS server, i.e. “<strong>Forwarders</strong>” configurations or in “<strong>Zone Transfers</strong>”, <strong>are NOT replicated between servers</strong>, for obvious reasons. So if you are trying to make this new DC to act as a replacement when the first DC is down (that’s a failover environment), you have to set the same configurations manually.
<p>- <strong><em>Global Catalog</em></strong>: You also have to add the role “<a href="http://technet2.microsoft.com/windowsserver/en/library/24311c41-d2a1-4e72-a54f-150483fa885a1033.mspx?mfr=true">Global Catalog</a>” in the new server, to do this visit “<strong>Active Directory Sites and Services</strong>”, expand the site where the DC is located, since we are using all the DC in the same subnet, all of them must be in the same site (the DC is automatically located in this site when you assign him the IP address). Expand “<strong>Servers</strong>” and expand in the new server name, right click on “<strong>NTDS Settings</strong>” and click “<strong>Properties</strong>”, select the option “<strong>Global Catalog</strong>”.
<p><img alt="" src="http://farm3.static.flickr.com/2135/2218958365_a3b7f78e97.jpg?v=0"><br /><em>Global Catalog option on NTDS Settings</em>
<p>Remember that in the forest must be at least one GC up and working at all moment.
<p><strong>Control and Tests</strong>
<p>To check that the functionality for the new server and the replication is working properly you can do these tests:
<p>· On the new DC, run <strong>cmd</strong> and type “<strong><em>ipconfig /registerdns</em></strong>” to ensure the creation of a record for name resolution.
<p>· Install <a href="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&amp;displaylang=en">Windows Support Tools</a> and run the <strong><a href="http://technet2.microsoft.com/windowsserver/en/Library/f7396ad6-0baa-4e66-8d18-17f83c5e4e6c1033.mspx">DCDIAG</a> tool</strong> as it follows: “<strong><em>dcdiag /test:registerindns /dnsdomain:contoso.com /v</em></strong><em>”. </em>Basically what you are doing here is letting know that this is a valid DC for the domain.
<p>· <strong>Open the “Active Directory and Computers” snap-in, on the “Domain Controllers”</strong> built-in ensure that both of the existing DCs are located there.
<p><img alt="" src="http://farm3.static.flickr.com/2113/2218958937_3dd3e3d15f.jpg?v=0"><br /><em>Domain Controllers in CORPNET.AD</em>
<p>· <strong>Open “Sites and Services” snap-in and check that all the servers within the forest are listed</strong>. Expand every each of them and in “NTDS Settings” (this section indicates with which servers will replicate each DC) <strong>the list in the right in every DC should be listing the remaining DCs</strong>. If anyone is missing you have to add it manually selecting “<em>New Active Directory Connection</em>”.
<p><img alt="" src="http://farm3.static.flickr.com/2190/2219750888_abe184108e.jpg?v=0"><br /><em>Replication</em>
<p>In this snap-in you can check the manual replication between servers. Right click in the listed servers in NTDS Settings and select the option “<strong>Replicate Now</strong>” you should get the message “<em>Active Directory has replicated the connections</em>”.
<p>· <strong>Run “dcdiag” in command prompt</strong> and check that the <strong>entire test is passed successfully</strong>.
<p>· <strong>Check the Event Viewer in all DCs and watch for any error description</strong>. If something out of the ordinary appears, you can check <a href="http://www.eventid.net">http://www.eventid.net</a> and insert the Event ID number from the error that you found. The site will display you pretty much the same information that you have in the event description, but you also <strong>will find user comments about this error and how they solved it. </strong>
<p>- After these tests are completely successfully, <strong>change the DHCP server (if you have it) configuration to start using both DNS servers</strong>. In the DHCP snap-in, expand the Scope and Scope Options. In the right you will find the entire configuration that is distributed with a common lease. Double-click in “DNS Servers” and add the IP of the new DC.
<p><img alt="" src="http://farm3.static.flickr.com/2338/2219750268_962cb3f874.jpg?v=0"><br /><em>DHCP Configuration</em>
<p>You are all set now…
<p>Cheers!! </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=14&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2008/12/12/creating-a-failover-environment-on-a-windows-2003-domain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2064/2219749944_a6f66c86d3.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2309/2218957749_47490f1955.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2340/2219750486_e4ba137526.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2135/2218958365_a3b7f78e97.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2113/2218958937_3dd3e3d15f.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2190/2219750888_abe184108e.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2338/2219750268_962cb3f874.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Using Remote Desktop in your Browser</title>
		<link>http://blog.augustoalvarez.com.ar/2008/12/12/using-remote-desktop-in-your-browser/</link>
		<comments>http://blog.augustoalvarez.com.ar/2008/12/12/using-remote-desktop-in-your-browser/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 17:57:30 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2008/12/12/using-remote-desktop-in-your-browser/</guid>
		<description><![CDATA[For those, like me, who uses several times a day and for different connections the Terminal Services and Remote Desktop knows that is a must having a nice and simple way to manage all the connections. That’s why you probably use the “Remote Desktops” snap-in. This is how I use it in Windows Vista: What [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=13&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those, like me, who uses several times a day and for different connections the Terminal Services and Remote Desktop knows that is a <strong>must</strong> having a nice and simple way to manage all the connections. That’s why you probably use the “Remote Desktops” snap-in. This is how I use it in Windows Vista:
<p><img alt="" src="http://farm3.static.flickr.com/2085/2220034183_f6e0bcacb4.jpg?v=0">
<p>What if I tell you that you can manage all the connections that you want in your Internet Explorer? And if you’re using Mozilla Firefox or IE7 all the connections can be in you different tabs? Probably have the same functionality as this one, but it’s always good to know the option is there right?.
<p>This is really simple and easy. Works with <strong>Windows Server 2003 and XP</strong>:
<p>Using “<strong>Add or Remove Programs</strong>”, select “<strong>Add/Remove Components</strong>” and in “<strong>Application Server</strong>” select “<strong>Details</strong>”. You will find another list and in “<strong>Internet Information Services</strong>” select “<strong>Details</strong>” again and check “<strong>Remote Desktop Web Connection</strong>”.
<p><img alt="" src="http://farm3.static.flickr.com/2122/2220034237_68bccb9290.jpg?v=0">
<p>When the installation starts you’ll be prompted to insert the Windows Server 2003 CD. After the installation is complete you are ready to use your Remote Desktop Connection in the default direction established in IIS: <a href="http://localhost/tsweb/">http://localhost/tsweb/</a>
<p><img alt="" src="http://farm3.static.flickr.com/2146/2220829476_e569b39836.jpg?v=0">
<p>As a best practice, is always recommended that you set your permissions in IIS to not allow anonymous authentication, any other will be fine; and use HTTPS for the communication.
<p><img alt="" src="http://farm3.static.flickr.com/2103/2220829618_2c30e5b682.jpg?v=0">
<p><strong>Cheers!!</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=13&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2008/12/12/using-remote-desktop-in-your-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2085/2220034183_f6e0bcacb4.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2122/2220034237_68bccb9290.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2146/2220829476_e569b39836.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2103/2220829618_2c30e5b682.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Troubleshooting a special case for domain controllers and DNS servers</title>
		<link>http://blog.augustoalvarez.com.ar/2008/12/12/troubleshooting-a-special-case-for-domain-controllers-and-dns-servers/</link>
		<comments>http://blog.augustoalvarez.com.ar/2008/12/12/troubleshooting-a-special-case-for-domain-controllers-and-dns-servers/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 14:58:23 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2008/12/12/troubleshooting-a-special-case-for-domain-controllers-and-dns-servers/</guid>
		<description><![CDATA[“My DC is online, the TCP/IP it´s OK, the DNS service running but I still cannot make a valid connection with AD! “ This is a problem that can be present in many ways. The most common example is: you have your DC completely configure for Active Directory, the DNS server too, and you try [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=11&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>“My DC is online, the TCP/IP it´s OK, the DNS service running but I still cannot make a valid connection with AD!</strong> “
<p>This is a problem that can be present in many ways. The most common example is: <strong>you have your DC completely configure for Active Directory, the DNS server too, and you try to join a workstation to your domain and the following error appears: </strong>
<p><strong><em>An Active Directory Domain Controller for the domain [yourdomain.com] could not be contacted.<br />Ensure that the domain name is typed correctly<br /></em></strong><em>(…)</em>
<p><img alt="" src="http://farm3.static.flickr.com/2371/2220831698_da9eda4419.jpg?v=0">
<p>First of all, the obvious: Check that the connectivity is working fine… the DNS server and the DC both of them responds to PING requests. It’s most likely that if you cannot connect to the domain, the PING requests for the FQDN (such as: <strong><em>ping dcname.yourdomain.com</em></strong> or <strong><em>ping yourdomain.com</em></strong>) will not respond as well… but with the IP parameter should be working… if it’s not, then there’s definitely a connectivity problem, a bad TCP/IP configuration or a firewall within the way .
<p>Well, let’s see, this is a problem that can really make you nuts trying to solve it.
<p>Let’s assume that you have the correct configuration in your DC and workstations. If you have a DHCP server in you network, check that he is doing his job… giving the correct IP address for the workstations, the subnet mask, the DNS server and the other parameters that you are using.
<p><strong>DCDIAG really? Can that help me?</strong>
<p>One of the possible reasons of your problem is that DC didn’t register himself in the DNS for let the AD know that he is a valid domain controller. To do that, use the <a href="http://technet2.microsoft.com/windowsserver/en/Library/f7396ad6-0baa-4e66-8d18-17f83c5e4e6c1033.mspx">DCDIAG</a> tool (included in the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&amp;displaylang=en">Windows 2003 Support Tools</a>) as it follows:
<p><em>dcdiag /test:registerindns /dnsdomain:yourdomain.com /v</em>
<p><img alt="" src="http://farm3.static.flickr.com/2366/2220831606_dfebd127b3.jpg?v=0">
<p>Where <em>yourdomain.com</em> is the complete FQDN of your domain
<p>If everything goes ok, you will get a message like this:
<p><img alt="" src="http://farm3.static.flickr.com/2060/2220036447_2f35648e86.jpg?v=0">
<p><strong>Using NSLOOKUP</strong>
<p><strong></strong><a href="http://en.wikipedia.org/wiki/Nslookup">NSLOOKUP</a> is a very helpful utility to test the name resolution in a DNS server. You’ll use this tool to check the SRV (service) records are in place for the correct functionality of Active Directory.<br />Type in the command line <strong>nslookup</strong> and press enter. You will probably find a <strong>message</strong> like this:
<p><strong>“*** Can’t find name server for the address : Non-existent domain”,</strong> don’t worry about it. This happens when you don’t have set any PTR (or reverse records) in your DNS server, to resolve IP address in names.
<p>Carry on then, at <strong>nslookup</strong> <strong>(”&gt;”)</strong> prompt type:
<p><strong>set q=srv </strong>press enter.
<p>Then type: <strong>_ldap._tcp.dc._msdcs.<em>yourdomain.com</em></strong>
<p>Again, sometimes because you don’t have any PTR records you may find some “time out” messages, but there is nothing vital at this point.
<p>If there is no problem with that, you will see the DNS server name and its IP address… if you don’t, you still have one thing to do.
<p><strong>That thing you never wanted to do… modifying a .dns file<br /></strong><br />The file that probably will save you is saved in: <strong>C:WINDOWSsystem32config</strong> and with the name <strong>netlogon.dns</strong>.
<p><img alt="" src="http://farm3.static.flickr.com/2058/2220036351_3318c0d203.jpg?v=0">
<p>You have to open this file with the notepad and take a look to it, but don’t get frightened! … You will see a bunch of lines that will probably don’t have much sense to you, but one of them we are looking for:
<p><strong>_ldap._tcp.<em>yourdomain</em>.com IN SRV 0 0 389 ldap_<em>server</em>_<em>name</em><br />_ldap._tcp.dc._msdcs.<em>yourdomain</em>.com IN SRV 0 0 389 <em>domain_controller_name</em></strong>
<p>The LDAP server name should be the same for the DC server name. So if you are going to manually change this file, use them as the same.
<p>I’m gonna publish some other documents for similar problems. They all are from situations like you lost your only DC and you get back on service an old backup that has a different configuration. Check them too.
<p><strong>Cheers everyone!</strong>
<p><strong><em></em></strong>
<p><strong></strong>
<p><strong><font size="2"></font></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=11&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2008/12/12/troubleshooting-a-special-case-for-domain-controllers-and-dns-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2371/2220831698_da9eda4419.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2366/2220831606_dfebd127b3.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2060/2220036447_2f35648e86.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2058/2220036351_3318c0d203.jpg?v=0" medium="image" />
	</item>
	</channel>
</rss>