<?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>Daily work and thoughts</title>
	<atom:link href="http://mydailyworkandthoughts.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mydailyworkandthoughts.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mydailyworkandthoughts.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daily work and thoughts</title>
		<link>http://mydailyworkandthoughts.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mydailyworkandthoughts.wordpress.com/osd.xml" title="Daily work and thoughts" />
	<atom:link rel='hub' href='http://mydailyworkandthoughts.wordpress.com/?pushpress=hub'/>
		<item>
		<title>NFS access failed for server : error 7 (RPC: 1832-010 Authentication error).</title>
		<link>http://mydailyworkandthoughts.wordpress.com/2010/07/30/nfs-access-failed-for-server-dpw57-error-7-rpc-1832-010-authentication-error/</link>
		<comments>http://mydailyworkandthoughts.wordpress.com/2010/07/30/nfs-access-failed-for-server-dpw57-error-7-rpc-1832-010-authentication-error/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 18:24:00 +0000</pubDate>
		<dc:creator>chandanpa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydailyworkandthoughts.wordpress.com/?p=7</guid>
		<description><![CDATA[ISSUE:  NFS access failed for server: error 7 (RPC: 1832-010 Authentication error).    CAUSE:  Port Mapper service of both “networker Remote exec”  and NFS tried to bind to port 111 while trying to start. Networker service was capturing it first. &#8230; <a href="http://mydailyworkandthoughts.wordpress.com/2010/07/30/nfs-access-failed-for-server-dpw57-error-7-rpc-1832-010-authentication-error/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydailyworkandthoughts.wordpress.com&amp;blog=13927405&amp;post=7&amp;subd=mydailyworkandthoughts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration:underline;">ISSUE</span></strong>:</p>
<p> NFS access failed for server: error 7 (RPC: 1832-010 Authentication error).</p>
<p> <strong><span style="text-decoration:underline;"> </span></strong></p>
<p><strong><span style="text-decoration:underline;">CAUSE</span></strong>:</p>
<p> Port Mapper service of both “networker Remote exec”  and NFS tried to bind to port 111 while trying to start. Networker service was capturing it first. This caused port mapper service of NFS to fail.</p>
<p> <strong><span style="text-decoration:underline;">RESOLUTION</span></strong>:</p>
<p> We stopped the Networker service and set it to Manual. After this we rebooted the server. This time the port mapper service of NFS could capture port 111 and hence it started successfully. After this NFS started functioning normally.</p>
<p> This was followed by a restart of “Network Remote Backup Exec” service and set it to automatic. Though it didn’t get port 111 however it started using port no. 7938. It is designed to work this way in case the default port 111 is not available.  </p>
<p> <strong><span style="text-decoration:underline;">Going forward, how to stop the issue from reoccurring? </span></strong></p>
<p>We need to make either of the below changes to stop the issue from reoccurring in future.</p>
<p><strong>1)    </strong><strong>Method 1</strong>: Make the NSREXECD (Networker Remote Exec) service dependent on NFS.</p>
<p><strong>2)    </strong><strong>Method 2</strong>: Prevent NSREXECD (Networker Remote Exec) service from trying to bind to port 111.</p>
<p><strong><span style="text-decoration:underline;">Method 1</span></strong>:</p>
<p><strong>1)   </strong>Start Registry Editor. Click <strong>Start</strong>, click <strong>Run</strong>, type regedt32, and then click <strong>OK</strong>.</p>
<p><strong>2)   </strong>Locate and then click the following registry key: <strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\nsrexecd</strong></p>
<p><strong>3)   </strong>Add a REG_MULTI_SZ value that is named <strong>DependOnService</strong>, and then add portmap to the list.</p>
<p><strong>4)   </strong>Click <strong>OK</strong> to close the dialog box, and then quit Registry Editor. The next time that you restart the server, Services for UNIX starts before the NetWorker Remote Exec service. The Services for UNIX port mapper can then bind to port 111.</p>
<p><strong><span style="text-decoration:underline;">Method 2</span></strong>:</p>
<p>In this method, we prevent NetWorker from trying to bind to port 111. We’ll edit the Nsrla.res file in the Program Files\Nsr\Res folder. The entry: <strong><span style="text-decoration:underline;">emulate portmapper: Yes;</span></strong> needs to be changed to: <strong><span style="text-decoration:underline;">emulate portmapper: No;</span></strong></p>
<p>Neither of the above methods reduces the functionality of NetWorker. For lookups, NetWorker tries port 7938 first, and then fails over to 111.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydailyworkandthoughts.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydailyworkandthoughts.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydailyworkandthoughts.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydailyworkandthoughts.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydailyworkandthoughts.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydailyworkandthoughts.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydailyworkandthoughts.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydailyworkandthoughts.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydailyworkandthoughts.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydailyworkandthoughts.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydailyworkandthoughts.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydailyworkandthoughts.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydailyworkandthoughts.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydailyworkandthoughts.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydailyworkandthoughts.wordpress.com&amp;blog=13927405&amp;post=7&amp;subd=mydailyworkandthoughts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydailyworkandthoughts.wordpress.com/2010/07/30/nfs-access-failed-for-server-dpw57-error-7-rpc-1832-010-authentication-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f7e4d661d605877acb2a75a06816092?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chandanpa</media:title>
		</media:content>
	</item>
		<item>
		<title>WIN2K3 Active Directory Replications stops working. DNS service restart fixes the issue</title>
		<link>http://mydailyworkandthoughts.wordpress.com/2010/05/29/hello-world/</link>
		<comments>http://mydailyworkandthoughts.wordpress.com/2010/05/29/hello-world/#comments</comments>
		<pubDate>Sat, 29 May 2010 15:56:01 +0000</pubDate>
		<dc:creator>chandanpa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydailyworkandthoughts.wordpress.com/?p=1</guid>
		<description><![CDATA[How I fixed the AD replication issue coming up in my environment due to the dot zone in my DNS server.  <a href="http://mydailyworkandthoughts.wordpress.com/2010/05/29/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydailyworkandthoughts.wordpress.com&amp;blog=13927405&amp;post=1&amp;subd=mydailyworkandthoughts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span id="_marker"> </span><span style="color:#000000;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;" lang="EN-GB">ACTION</span></span></strong><span style="font-family:&amp;" lang="EN-GB">:<strong></strong></span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="color:#000000;">+ Once the Active Directory replication stopped automatically</span><span style="font-family:Arial;"><span style="color:#1f497d;"> y</span><span style="color:#000000;">ou were trying to force the replication between two DCs.                                                                 </span></span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="font-family:Arial;color:#000000;"> </span></span></p>
<p class="section1" style="margin:0;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;" lang="EN-GB"><span style="text-decoration:none;"> </span></span></span></strong></p>
<p class="section1" style="margin:0;"><span style="color:#000000;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;" lang="EN-GB">RESULT</span></span></strong><span style="font-family:&amp;" lang="EN-GB">:<strong> </strong></span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="font-family:Arial;color:#000000;"> </span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="color:#000000;">+ It was failing with the error “RPC server unavailable”.</span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="color:#000000;"> </span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="color:#000000;"> </span></span></p>
<p class="section1" style="margin:0;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;" lang="EN-GB"><span style="text-decoration:none;"> </span></span></span></strong></p>
<p class="section1" style="margin:0;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;" lang="EN-GB"><span style="text-decoration:none;"> </span></span></span></strong></p>
<p class="section1" style="margin:0;"><span style="color:#000000;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;" lang="EN-GB">CAUSE</span></span></strong><span style="font-family:&amp;" lang="EN-GB">:</span></span></p>
<p class="section1" style="margin:0;"><span style="color:#000000;"><span style="font-family:&amp;" lang="EN-GB"><strong> </strong></span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;"><span style="font-family:Arial;color:#000000;"> </span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;"><span style="color:#000000;">+ The DCs were not able to do the name resolution.</span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;"><span style="color:#000000;"> </span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;"><span style="color:#000000;"> </span></span></p>
<p class="section1" style="margin:0;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;"><span style="text-decoration:none;"> </span></span></span></strong></p>
<p class="section1" style="margin:0;"><span style="color:#000000;"><strong><span style="text-decoration:underline;"><span style="font-family:&amp;">RESOLUTION</span></span></strong><span style="font-family:&amp;">:<strong></strong></span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;font-size:10pt;" lang="EN-GB"><span style="font-family:Arial;color:#1f497d;"> </span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="color:#000000;">+ First we updated the DNS.exe to the latest version and it didn’t resolve the issue.</span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="color:#000000;">+ Then we went ahead and removed the WINS checkbox from the DNS server properties. This didn’t resolve the issue.</span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;" lang="EN-GB"><span style="color:#000000;">+ After this we tried converting the zone to standard primary zone and this didn’t resolve the issue as well.</span></span></p>
<p class="section1" style="margin:0;"><span style="font-family:&amp;"><span style="color:#000000;">+ Then we deleted the dot zone from the DNS server. After this replication worked. Then we converted the zone back to AD integrated.</span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydailyworkandthoughts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydailyworkandthoughts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydailyworkandthoughts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydailyworkandthoughts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydailyworkandthoughts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydailyworkandthoughts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydailyworkandthoughts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydailyworkandthoughts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydailyworkandthoughts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydailyworkandthoughts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydailyworkandthoughts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydailyworkandthoughts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydailyworkandthoughts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydailyworkandthoughts.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydailyworkandthoughts.wordpress.com&amp;blog=13927405&amp;post=1&amp;subd=mydailyworkandthoughts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydailyworkandthoughts.wordpress.com/2010/05/29/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f7e4d661d605877acb2a75a06816092?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chandanpa</media:title>
		</media:content>
	</item>
	</channel>
</rss>
