<?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: delete networker client once and for all</title>
	<atom:link href="http://otmanix.de/english/2009/12/13/delete-networker-client-once-and-for-all/feed/" rel="self" type="application/rss+xml" />
	<link>http://otmanix.de/english/2009/12/13/delete-networker-client-once-and-for-all/</link>
	<description>trivial and worth knowing things</description>
	<lastBuildDate>Mon, 14 May 2012 21:26:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: otmanix</title>
		<link>http://otmanix.de/english/2009/12/13/delete-networker-client-once-and-for-all/comment-page-1/#comment-591</link>
		<dc:creator>otmanix</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://otmanix.de/english/?p=279#comment-591</guid>
		<description>Clones are also deleted in the commands mentioned above.

Have a look at this example:

&lt;code&gt;root@backupserver1 # mminfo -av -r &quot;name,savetime(20),level,ssid,cloneid,ssid(53),ssretent,ssflags,sumflags,client,copies,clflags&quot; -q client=client1 -o t&lt;/code&gt;

&lt;code&gt;name                              date     time     lvl ssid         clone id ssid                                                 retent  ssflags fl client    copies clflg&lt;/code&gt;

&lt;code&gt;/oracle                           07/20/10 22:00:43    4 3041263719 1279656039 8dcb9c0f-00000006-b5460067-4c460067-44550014-4f222e18 08/20/10 vF   cb client1     2&lt;/code&gt;

&lt;code&gt;/oracle                           07/20/10 22:00:43    4 3041263719 1279656038 8dcb9c0f-00000006-b5460067-4c460067-44550014-4f222e18 08/20/10 vF   cb client1     2&lt;/code&gt;

&lt;code&gt;/                                 07/20/10 22:00:47    4 2974154860 1279656044 00987c05-00000006-b146006c-4c46006c-44590014-4f222e18 08/20/10 vF   cb client1     2&lt;/code&gt;

&lt;code&gt;/                                 07/20/10 22:00:47    4 2974154860 1279656043 00987c05-00000006-b146006c-4c46006c-44590014-4f222e18 08/20/10 vF   cb client1     2&lt;/code&gt;

Networker works with Saveset-IDs. The ssid also includes all clones (see copies=2 in the example). There&#039;s the same ssid (=3041263719) with 2 different cloneid (=1279656039,1279656038). So if you delete a ssid all clones (original saveset and clones) will also be deleted. It is wise to use ssid(53) (=1279656039 8dcb9c0f-00000006-b5460067-4c460067-44550014-4f222e18) instead of ssid because ssid may not be unique and you don&#039;t want to delete wrong data. 
If you want to delete a certain saveset or clone you have to use syntax &lt;code&gt;nsrmm -dy -S ssid/cloneid&lt;/code&gt; instead of &lt;code&gt;nsrmm -dy -S ssid&lt;/code&gt; or &lt;code&gt;nsrmm -dy -S ssid(53)&lt;/code&gt;.

Have a look at mminfo and/or nsrmm manpage for more infos ;)</description>
		<content:encoded><![CDATA[<p>Clones are also deleted in the commands mentioned above.</p>
<p>Have a look at this example:</p>
<p><code>root@backupserver1 # mminfo -av -r "name,savetime(20),level,ssid,cloneid,ssid(53),ssretent,ssflags,sumflags,client,copies,clflags" -q client=client1 -o t</code></p>
<p><code>name                              date     time     lvl ssid         clone id ssid                                                 retent  ssflags fl client    copies clflg</code></p>
<p><code>/oracle                           07/20/10 22:00:43    4 3041263719 1279656039 8dcb9c0f-00000006-b5460067-4c460067-44550014-4f222e18 08/20/10 vF   cb client1     2</code></p>
<p><code>/oracle                           07/20/10 22:00:43    4 3041263719 1279656038 8dcb9c0f-00000006-b5460067-4c460067-44550014-4f222e18 08/20/10 vF   cb client1     2</code></p>
<p><code>/                                 07/20/10 22:00:47    4 2974154860 1279656044 00987c05-00000006-b146006c-4c46006c-44590014-4f222e18 08/20/10 vF   cb client1     2</code></p>
<p><code>/                                 07/20/10 22:00:47    4 2974154860 1279656043 00987c05-00000006-b146006c-4c46006c-44590014-4f222e18 08/20/10 vF   cb client1     2</code></p>
<p>Networker works with Saveset-IDs. The ssid also includes all clones (see copies=2 in the example). There&#8217;s the same ssid (=3041263719) with 2 different cloneid (=1279656039,1279656038). So if you delete a ssid all clones (original saveset and clones) will also be deleted. It is wise to use ssid(53) (=1279656039 8dcb9c0f-00000006-b5460067-4c460067-44550014-4f222e18) instead of ssid because ssid may not be unique and you don&#8217;t want to delete wrong data.<br />
If you want to delete a certain saveset or clone you have to use syntax <code>nsrmm -dy -S ssid/cloneid</code> instead of <code>nsrmm -dy -S ssid</code> or <code>nsrmm -dy -S ssid(53)</code>.</p>
<p>Have a look at mminfo and/or nsrmm manpage for more infos <img src='http://otmanix.de/english/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nanard</title>
		<link>http://otmanix.de/english/2009/12/13/delete-networker-client-once-and-for-all/comment-page-1/#comment-586</link>
		<dc:creator>Nanard</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://otmanix.de/english/?p=279#comment-586</guid>
		<description>Hello,

Thank&#039;s for this very interesting post.
And I have a question: have you any idea in case of clones ? Is it necessary finding and deleting &quot;clone id&quot; before &quot;ssid&quot; ?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank&#8217;s for this very interesting post.<br />
And I have a question: have you any idea in case of clones ? Is it necessary finding and deleting &#8220;clone id&#8221; before &#8220;ssid&#8221; ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

