<?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/"
	>

<channel>
	<title>The NetWorker Blog &#187; 390113</title>
	<atom:link href="http://nsrd.info/blog/tag/390113/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsrd.info/blog</link>
	<description>EMC NetWorker commentary from a long term backup consultant and theorist</description>
	<lastBuildDate>Mon, 21 May 2012 21:37:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>An old dog can always learn new tricks (rpcinfo)</title>
		<link>http://nsrd.info/blog/2009/03/01/an-old-dog-can-always-learn-new-tricks/</link>
		<comments>http://nsrd.info/blog/2009/03/01/an-old-dog-can-always-learn-new-tricks/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 22:08:20 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[NetWorker]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[390113]]></category>
		<category><![CDATA[nsrexec]]></category>
		<category><![CDATA[nsrexecd]]></category>
		<category><![CDATA[rpcinfo]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=216</guid>
		<description><![CDATA[I always make an effort to spell out that I don&#8217;t call myself an &#8220;expert&#8221; when it comes to NetWorker. Every time I did that when I was &#8220;growing up&#8221; with the product, I&#8217;d subsequently make an arse* of myself. So these days I just put &#8220;expert&#8221; on CVs and resumés for HR people, but <a href='http://nsrd.info/blog/2009/03/01/an-old-dog-can-always-learn-new-tricks/' class='excerpt-more'>[...]</a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I always make an effort to spell out that I don&#8217;t call myself an &#8220;expert&#8221; when it comes to NetWorker. Every time I did that when I was &#8220;growing up&#8221; with the product, I&#8217;d subsequently make an arse* of myself.</p>
<p>So these days I just put &#8220;expert&#8221; on CVs and resumés for HR people, but consider myself generally speaking to be a long term user who happens to have a lot of technical understanding of the product.</p>
<p>Nevertheless, I&#8217;m always surprised, delighted and sometimes a little embarrassed when I discover a feature I&#8217;ve been using for ages is more powerful and useful than what I&#8217;ve been using it for.</p>
<p>Take the humble <em>rpcinfo</em> utility. I know, not really a NetWorker component, but one that&#8217;s used so often in NetWorker debugging that I often tend to think of it as &#8220;NetWorker utility&#8221;.</p>
<p>The traditional use for rpcinfo, the one that I&#8217;ve been using for the last 12+ years, is the most simple:</p>
<pre>$ rpcinfo -p nox
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp    723  status
    100024    1   tcp    726  status
    390402    1   tcp   9001
    390436    1   tcp   8772
    390435    1   tcp   8176
    390113    1   tcp   7937  nsrexecd
    390115    1   tcp   8525
    390103    2   tcp   8456  nsrd
    390109    2   tcp   8456  nsrstat
    390110    1   tcp   8456  nsrjbd
    390120    1   tcp   8456
    390109    2   udp   8179  nsrstat
    390107    5   tcp   9754  nsrmmdbd
    390107    6   tcp   9754  nsrmmdbd
    390105    5   tcp   9248  nsrindexd
    390105    6   tcp   9248  nsrindexd
    390433    1   tcp   8980  nsrjobd
    390104  105   tcp   9142  nsrmmd
    390104  205   tcp   9561  nsrmmd
    390104  305   tcp   9932  nsrmmd
    390104  405   tcp   8303  nsrmmd
    390104  505   tcp   9074  nsrmmd
    390104  605   tcp   9093  nsrmmd
    390104  705   tcp   8489  nsrmmd
    390104  805   tcp   9260  nsrmmd
    390104  905   tcp   9279  nsrmmd
    390104 1005   tcp   9934  nsrmmd
    390104 1105   tcp   8225  nsrmmd
    390430    1   tcp   9047  nsrmmgd
    390429  101   tcp   8301  nsrlcpd
    390104 1205   tcp   8155  nsrmmd
    390104 1305   tcp   8526  nsrmmd</pre>
<p><span style="font-family:Georgia;line-height:19px;white-space:normal;font-size:13px;">However, recently a PSE got me to run a slightly different rpcinfo command, and I can immediately appreciate that it&#8217;ll be one I&#8217;ll periodically use again. That&#8217;s to make use of the test function, which actually does a connectivity test to the specified program number and report whether a response is received. It works like this:</span></p>
<pre><span style="font-family:Georgia;font-size:small;"><span style="line-height:19px;white-space:normal;"># rpcinfo -t host number [version]</span></span></pre>
<p><span style="font-family:Georgia;font-size:small;"><span style="line-height:19px;white-space:normal;">So, where is this useful? It&#8217;s another good way of checking not to see whether the NetWorker client is running, but to see whether it&#8217;s actually capable of responding. For example:</span></span></p>
<pre><span style="font-family:Georgia;font-size:small;"><span style="line-height:19px;white-space:normal;"># rpcinfo -t nox 390113 
program 390113 version 1 ready and waiting</span></span></pre>
<p><span style="font-family:Georgia;font-size:small;"><span style="line-height:19px;white-space:normal;">As you can see, that&#8217;s a useful bit of information to get back during debugging connectivity and communications problems! Proving once gain &#8211; you can teach an old dog new tricks.</span></span><br />
&#8211;<br />
* Or ass, if you must.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this using...</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;submitHeadline=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;title=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;title=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;title=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;bm_description=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;T=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;title=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;title=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F01%2Fan-old-dog-can-always-learn-new-tricks%2F&amp;t=An+old+dog+can+always+learn+new+tricks+%28rpcinfo%29" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nsrd.info/blog/2009/03/01/an-old-dog-can-always-learn-new-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics &#8211; Fixing &quot;NSR peer information&quot; errors</title>
		<link>http://nsrd.info/blog/2009/02/23/basics-fixing-nsr-peer-information-errors/</link>
		<comments>http://nsrd.info/blog/2009/02/23/basics-fixing-nsr-peer-information-errors/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:52:10 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[NetWorker]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[390113]]></category>
		<category><![CDATA[nsr peer information]]></category>
		<category><![CDATA[nsradmin]]></category>
		<category><![CDATA[nsrexec]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=172</guid>
		<description><![CDATA[If you&#8217;re using a modern NetWorker environment, the chances are that you&#8217;ll periodically notice entries such as the following in the daemon.log / daemon.raw files on the backup server: 39078 02/02/2009 09:45:13 PM  0 0 2 1152952640 5095 0 nox nsrexecd SYSTEM error: There is already a machine using the name: &#8220;faero&#8221;. Either choose a <a href='http://nsrd.info/blog/2009/02/23/basics-fixing-nsr-peer-information-errors/' class='excerpt-more'>[...]</a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using a modern NetWorker environment, the chances are that you&#8217;ll periodically notice entries such as the following in the daemon.log / daemon.raw files on the backup server:</p>
<p><em>39078 02/02/2009 09:45:13 PM  0 0 2 1152952640 5095 0 nox nsrexecd SYSTEM error: There is already a machine using the name: &#8220;faero&#8221;. Either choose a different name for your machine, or delete the &#8220;NSR peer information&#8221; entry for &#8220;faero&#8221; on host: &#8220;nox&#8221; </em></p>
<p>While this may look confronting, it&#8217;s actually a trivially easy error to fix that requires just a minute or so of your time with nsradmin. First, note the client that the error is <em>about</em>, and the client that the error is being recorded <em>from</em>. In this case, the error is about the client <em>faero</em>, while the error is being registered against the host <em>nox</em>.</p>
<p>To fix, run up nsradmin against the <em>client</em> service on <em>nox</em>:</p>
<pre># nsradmin -p nsrexec -s nox</pre>
<p>(alternatively, you can use: nsradmin -p 390113 -s nox)</p>
<p>At the nsradmin&gt; prompt, enter the command:</p>
<pre>delete type: NSR peer information; name: faero</pre>
<p>And answer yes when prompted to confirm. For example, the session might resemble the following:</p>
<pre>nsradmin&gt; delete type: NSR peer information; name: faero
                        type: NSR peer information;
               administrator: root, "user=root,host=nox";
                        name: faero;
               peer hostname: faero;
          Change certificate: ;
    certificate file to load: ;
Delete? y
deleted resource id 17.0.83.117.0.0.0.0.210.37.85.73.0.0.0.0.10.0.0.1(1)</pre>
<p>There, you&#8217;ve done it. Note that you <em>should</em> be periodically scanning your daemon raw/log files for errors and trying to eliminate them. The goal should be that any error or warning reported in the file is something that you <em>do</em> need to worry about/investigate, rather than having a lot of &#8220;false positives&#8221; floating around in the system.</p>
<p><strong>[Update, 2009-05-12]</strong></p>
<p>I thought I&#8217;d mention that one of the most common times I see these warnings occur is after I&#8217;ve uninstalled/reinstalled NetWorker on a client, as opposed to having upgraded. Since on some clients it&#8217;s more or less necessary to uninstall/reinstall rather than upgrade, that helps to understand why the information is lost periodically. My surmise is that on a new install, the NetWorker client processes generate a new &#8216;certificate&#8217; or &#8216;identity&#8217;. As this new information conflicts with existing information the backup server has on the client, that&#8217;s what triggers the error.</p>
<p>It could be that other factors can cause this, but it seems that this is at least a primary cause.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this using...</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;submitHeadline=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;title=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;title=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;title=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;bm_description=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;T=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;title=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;title=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F23%2Fbasics-fixing-nsr-peer-information-errors%2F&amp;t=Basics+%26%238211%3B+Fixing+%26quot%3BNSR+peer+information%26quot%3B+errors" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nsrd.info/blog/2009/02/23/basics-fixing-nsr-peer-information-errors/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic

Served from: nsrd.info @ 2012-05-24 14:55:42 -->
