<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: nsrnmo[291]: -l:  not found</title>
	<atom:link href="http://nsrd.info/blog/2010/01/30/nsrnmo291-l-not-found/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsrd.info/blog/2010/01/30/nsrnmo291-l-not-found/</link>
	<description>EMC NetWorker commentary from a long term backup consultant and theorist</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:14:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Preston de Guise</title>
		<link>http://nsrd.info/blog/2010/01/30/nsrnmo291-l-not-found/comment-page-1/#comment-698</link>
		<dc:creator>Preston de Guise</dc:creator>
		<pubDate>Mon, 01 Feb 2010 22:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://nsrd.info/blog/?p=1836#comment-698</guid>
		<description>Hi,

That&#039;s a good suggestion, thanks for commenting on it. I&#039;d probably follow-up with by still saying that VSS directives shouldn&#039;t be applied to backups of anything other than Windows systems. It&#039;s always better to avoid engineering unpredictability into a solution.

Cheers,

Preston.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That&#8217;s a good suggestion, thanks for commenting on it. I&#8217;d probably follow-up with by still saying that VSS directives shouldn&#8217;t be applied to backups of anything other than Windows systems. It&#8217;s always better to avoid engineering unpredictability into a solution.</p>
<p>Cheers,</p>
<p>Preston.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasemin Ozekinci</title>
		<link>http://nsrd.info/blog/2010/01/30/nsrnmo291-l-not-found/comment-page-1/#comment-697</link>
		<dc:creator>Yasemin Ozekinci</dc:creator>
		<pubDate>Mon, 01 Feb 2010 22:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://nsrd.info/blog/?p=1836#comment-697</guid>
		<description>Hi,
You do not see the problem with 7.4 as it is passing -o option (corresponds to save operations)  as follows
nsrnmostart ..  -o VSS:*=off ..
where as 7.5 passes the same argument differently: 
nsrnmostart ..  -o VSS:*=off; ..

The semi-colon is a special character and causes getopt() fail to parse the command line arguments properly. That is why the following error message shows up
/usr/sbin/nsrnmo[..]: -l:  not found

BTW, nsrnmo script (template) was changed in NMO 5.0 to enclose -o option&#039;s value in double quotes to avoid interpreting any special character in the save operations value, which is typically should not be set for Oracle backups in the first place. So, the other option for a customer to change their nsrnmo script to add the following line to the loop that generates nsrnmostart command line:

  -o )    # Save operations options
           opts=&quot;$opts $1 &#039;$2&#039;&quot;
           shift 2
           ;;

thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You do not see the problem with 7.4 as it is passing -o option (corresponds to save operations)  as follows<br />
nsrnmostart ..  -o VSS:*=off ..<br />
where as 7.5 passes the same argument differently:<br />
nsrnmostart ..  -o VSS:*=off; ..</p>
<p>The semi-colon is a special character and causes getopt() fail to parse the command line arguments properly. That is why the following error message shows up<br />
/usr/sbin/nsrnmo[..]: -l:  not found</p>
<p>BTW, nsrnmo script (template) was changed in NMO 5.0 to enclose -o option&#8217;s value in double quotes to avoid interpreting any special character in the save operations value, which is typically should not be set for Oracle backups in the first place. So, the other option for a customer to change their nsrnmo script to add the following line to the loop that generates nsrnmostart command line:</p>
<p>  -o )    # Save operations options<br />
           opts=&#8221;$opts $1 &#8216;$2&#8242;&#8221;<br />
           shift 2<br />
           ;;</p>
<p>thanks.</p>
]]></content:encoded>
	</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 19:19:30 -->
