<?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; nsrexec</title>
	<atom:link href="http://nsrd.info/blog/tag/nsrexec/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, 06 Feb 2012 20:14:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using NetWorker for Live Search</title>
		<link>http://nsrd.info/blog/2009/10/01/using-networker-for-live-search/</link>
		<comments>http://nsrd.info/blog/2009/10/01/using-networker-for-live-search/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 07:46:38 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[NetWorker]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[nsrexec]]></category>
		<category><![CDATA[RCMD]]></category>
		<category><![CDATA[RUSER]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=1106</guid>
		<description><![CDATA[There was recently a discussion on the NetWorker mailing list regarding a situation whereby a company was skipping certain media files (e.g., *.mp3) from a fileserver, but still wanted to know when those files were present. In this case, the backup administrator didn&#8217;t have administrative rights to the fileserver, so doing a straight search of <a href='http://nsrd.info/blog/2009/10/01/using-networker-for-live-search/'>[...]</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>There was recently a discussion on the NetWorker mailing list regarding a situation whereby a company was skipping certain media files (e.g., *.mp3) from a fileserver, but still wanted to know when those files were present. In this case, the backup administrator didn&#8217;t have administrative rights to the fileserver, so doing a straight search of the fileserver wasn&#8217;t really an option.</p>
<p>One proposed solution was to change the &#8220;skip&#8221; to &#8220;null&#8221;, which does cause <em>some</em> index information to be stored that can be searched with nsrinfo. How useful that &#8220;some&#8221; is though is of debate. The reason for this is that if you &#8220;null&#8221; a file in a backup, it will only be reported via an <em>nsrinfo -v</em> command, and it won&#8217;t be reported with the full path to the file, meaning it&#8217;s necessary to walk the <em>nsrinfo -v</em> output to scan each new change of path then construct the null&#8217;d file paths from there.</p>
<p>As an exercise for the list, I tried this out &#8211; here&#8217;s what I reported at the time:</p>
<p>Creating the test area we want to test with using the following commands -</p>
<pre># mkdir /testing
# cp bigfile /testing
# cd /testing
# dd if=/dev/zero bs=1024k count=1024 of=test.dat</pre>
<p>Following this, configure a /testing/.nsr directive with the following content:</p>
<pre>&lt;&lt; . &gt;&gt;
null: test.dat</pre>
<p>Now a backup can be run of the &#8220;/testing&#8221; directory; because of the directive, &#8220;test.dat&#8221; will be excluded.</p>
<p>Finding <em>test.dat</em> in nsrinfo output however is a little more tricky:</p>
<pre>[root@nox testing]# nsrinfo -t `mminfo -q "name=/testing" -r nsavetime` nox
scanning client `nox' for savetime 1254265148(Wed 30 Sep 2009 08:59:08 AM EST)
from the backup namespace
/testing/.nsr
/testing/bigfile
/testing/
/
4 objects found</pre>
<p>There&#8217;s no test.dat listed there. Resorting to &#8216;-v&#8217; on nsrinfo, we do get the information, but as you can see, it&#8217;s more challenging to isolate the full path to the file:</p>
<pre>[root@nox testing]# nsrinfo -t `mminfo -q "name=/testing" -r nsavetime` -v nox
scanning client `nox' for savetime 1254265148(Wed 30 Sep 2009 08:59:08 AM EST) from the
backup namespace
UNIX ASDF v2 file `/testing/.nsr', NSR size=188, fid = 2304.586641, file size=23
UNIX ASDF v2 file `/testing/bigfile', NSR size=196195024, fid = 2304.97665, file
 size=196176812
UNIX ASDF v2 file `/testing/', NSR size=244, fid = 2304.97664, file size=4096
 ndirentry-&gt;586641    .nsr
 ndirentry-&gt;97669    test.dat          &lt;----- Here it is ------&gt;
 ndirentry-&gt;2    ..
 ndirentry-&gt;97665    bigfile
UNIX ASDF v2 file `/', NSR size=772, fid = 2304.2, file size=4096
 ndirentry-&gt;3677476    .vmware/
 ndirentry-&gt;846145    mnt/
 ndirentry-&gt;97633    .autorelabel
 ndirentry-&gt;11    lost+found/
 ndirentry-&gt;2343169    lib64/
 ndirentry-&gt;2701153    media/
 ndirentry-&gt;1985185    opt/
 ndirentry-&gt;2668609    etc/
 ndirentry-&gt;1431937    sbin/
 ndirentry-&gt;4133089    srv/
 ndirentry-&gt;618337    boot/
 ndirentry-&gt;97638    .bash_history
 ndirentry-&gt;1366849    bin/
 ndirentry-&gt;2766241    selinux/
 ndirentry-&gt;3417121    tmp/
 ndirentry-&gt;97644    .autofsck
 ndirentry-&gt;585793    root/
 ndirentry-&gt;1692289    lib/
 ndirentry-&gt;97647    nsr
 ndirentry-&gt;0    sys/
 ndirentry-&gt;97648    home
 ndirentry-&gt;1887553    usr/
 ndirentry-&gt;2147905    var/
 ndirentry-&gt;2245537    d/
 ndirentry-&gt;0    dev/
 ndirentry-&gt;0    net/
 ndirentry-&gt;0    misc/
 ndirentry-&gt;0    proc/
 ndirentry-&gt;2    ..
 ndirentry-&gt;97664    testing/
4 objects found</pre>
<p>So while this solution works, I&#8217;m not convinced it&#8217;s ideal in all instances.</p>
<p>The other solution I came up with I think works a little better, more reliably, and has the advantage of doing a live search on the filesystem <em>even if the backup administrator doesn&#8217;t have administrator privileges</em>.</p>
<p>So, the other solution is to make use of the RUSER/RCMD functionality in NetWorker to &#8220;have a chat&#8221; to the client daemons and get them to do something useful. Note that this is reasonably secure &#8211; you can only ask to run commands starting with &#8220;nsr&#8221; or &#8220;save&#8221;, and those commands <em>must</em> reside in the same directory as the <em>save</em> binary. In this case, we want to invoke <em>save</em>. All you have to do is turn off whatever directives are in place for the client, then setup a no-save command execution for the client.</p>
<p>In the example below, we&#8217;re going to get the client &#8220;asgard&#8221; to do a no-save backup of its /root folder, reporting back to the server &#8220;nox&#8221; but without actually transferring any data:</p>
<pre>[root@nox testing]# RCMD="save -s nox -n /root"
[root@nox testing]# RUSER=root
[root@nox testing]# export RCMD RUSER
[root@nox testing]# nsrexec -c asgard
Warning: Could not determine job id: Connection timed out. Continuing ...
/root/.elinks/globhist
/root/.elinks/cookies
/root/.elinks/gotohist
/root/.elinks/
/root/.bash_profile
/root/.tcshrc
/root/aralathan.pub
/root/.my.cnf
/root/anaconda-ks.cfg
/root/nmsql521_win_x86.zip
/root/nw_linux_x86.tar.gz
&lt;snip&gt;
32477:(pid 29247):
save: /root 155 records 32 KB header 855 MB data

save: /root 855 MB estimated</pre>
<p>This style of command will work equally for Windows and Unix systems &#8211; indeed, I&#8217;ve done similar things on both Windows and Unix.</p>
<p>Obviously, once you&#8217;re done gathering the file list, it&#8217;s important to then re-enable any directives turned off for the test/file walk.</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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;submitHeadline=Using+NetWorker+for+Live+Search&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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;title=Using+NetWorker+for+Live+Search" 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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;title=Using+NetWorker+for+Live+Search" 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%2F10%2F01%2Fusing-networker-for-live-search%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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;title=Using+NetWorker+for+Live+Search" 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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;bm_description=Using+NetWorker+for+Live+Search" 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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;T=Using+NetWorker+for+Live+Search" 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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;title=Using+NetWorker+for+Live+Search" 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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;title=Using+NetWorker+for+Live+Search" 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%2F10%2F01%2Fusing-networker-for-live-search%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%2F10%2F01%2Fusing-networker-for-live-search%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+Using+NetWorker+for+Live+Search+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F10%2F01%2Fusing-networker-for-live-search%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%2F10%2F01%2Fusing-networker-for-live-search%2F&amp;t=Using+NetWorker+for+Live+Search" 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/10/01/using-networker-for-live-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics &#8211; Remote Control</title>
		<link>http://nsrd.info/blog/2009/03/03/basics-remote-control/</link>
		<comments>http://nsrd.info/blog/2009/03/03/basics-remote-control/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 08:22:15 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[nsrexec]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=169</guid>
		<description><![CDATA[I learned this technique several years ago before NetWorker supported running an nsrjb command from the backup server to manipulate a jukebox on a storage node. (Previously it had required that actual nsrjb commands, when run from the command line, be run from the owner of the jukebox.) While you don&#8217;t need it any more <a href='http://nsrd.info/blog/2009/03/03/basics-remote-control/'>[...]</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 learned this technique several years ago before NetWorker supported running an nsrjb command from the backup server to manipulate a jukebox on a storage node. (Previously it had required that actual nsrjb commands, when run from the command line, be run from the owner of the jukebox.)</p>
<p>While you don&#8217;t need it any more to control remote jukeboxes, it can still be useful to know how to do remote control operations in NetWorker – particularly if you&#8217;re say, debugging backups on a client but you don&#8217;t have console access to that client.</p>
<p>Note that this <em>only</em> applies to commands that obey the following restrictions:</p>
<ul>
<li>Name starts with &#8220;nsr&#8221; or &#8220;save&#8221;</li>
<li>Resides in the same directory as the &#8220;save&#8221; command on the client.</li>
</ul>
<p>Thus, this isn&#8217;t about remote hijacking of a NetWorker client. Such commands can only be executed by an authorised administrator on the backup server as specified in the nsr/servers file. Before you (quite rightly) point out that it would mean that a valid NetWorker administrator <em>could</em> in fact hijack a client by say, doing a directed recovery out to that client of an appropriately named file, <em>they can do that already – that&#8217;s part of the trust relationship of the NetWorker administrator anyway</em>.</p>
<p>So, with all those caveats out of the way, it&#8217;s remarkably simple. Going from a Unix host, you do the following:</p>
<pre># export RUSER=&lt;user&gt;
# export RCMD=&lt;cmd&gt;
# nsrexec -c &lt;client&gt;</pre>
<p>Where:</p>
<ul>
<li>user will typically be &#8220;root&#8221; or &#8220;administrator&#8221;, depending on whether your backup server is Unix or Windows.</li>
<li>cmd will be a NetWorker command you want executed.</li>
<li>clientName is the name of the client the command is to be executed from.</li>
</ul>
<p>For instance, say I&#8217;ve got a NetWorker server called &#8220;nox&#8221;, and a client called &#8220;asgard&#8221; that I don&#8217;t have administrative login to, but I want to simulate a backup without firing up a savegroup. To do so, I could do the following:</p>
<pre># export RUSER=root
# export RCMD="save -e tomorrow -b Default -LL -q -s nox /tmp"
# nsrexec -c asgard
save: /tmp  36 MB 00:00:05     38 files
completed savetime=1235278395</pre>
<p>Admittedly this is not a technique you should need to know often, but it&#8217;s useful to know about.</p>
<p>&#8211;<br />
* You <em>do</em> populate your nsr/servers file, don&#8217;t you? If you don&#8217;t, go do it <em><strong>NOW</strong></em>. I mean it, stop what you&#8217;re doing, go and fix up the nsr/servers file on every client in your environment!</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%2F03%2Fbasics-remote-control%2F&amp;submitHeadline=Basics+%26%238211%3B+Remote+Control&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%2F03%2Fbasics-remote-control%2F&amp;title=Basics+%26%238211%3B+Remote+Control" 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%2F03%2Fbasics-remote-control%2F&amp;title=Basics+%26%238211%3B+Remote+Control" 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%2F03%2Fbasics-remote-control%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%2F03%2Fbasics-remote-control%2F&amp;title=Basics+%26%238211%3B+Remote+Control" 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%2F03%2Fbasics-remote-control%2F&amp;bm_description=Basics+%26%238211%3B+Remote+Control" 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%2F03%2Fbasics-remote-control%2F&amp;T=Basics+%26%238211%3B+Remote+Control" 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%2F03%2Fbasics-remote-control%2F&amp;title=Basics+%26%238211%3B+Remote+Control" 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%2F03%2Fbasics-remote-control%2F&amp;title=Basics+%26%238211%3B+Remote+Control" 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%2F03%2Fbasics-remote-control%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%2F03%2Fbasics-remote-control%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+Remote+Control+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F03%2F03%2Fbasics-remote-control%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%2F03%2Fbasics-remote-control%2F&amp;t=Basics+%26%238211%3B+Remote+Control" 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/03/basics-remote-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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/'>[...]</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/'>[...]</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-02-09 12:44:57 -->
