<?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: Why is TSM reclamation a slow and clumsy process?</title>
	<atom:link href="http://www.tsmguru.com/tips-tricks/why-is-tsm-reclamation-a-slow-and-clumsy-process.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tsmguru.com/tips-tricks/why-is-tsm-reclamation-a-slow-and-clumsy-process.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-is-tsm-reclamation-a-slow-and-clumsy-process</link>
	<description>TSM Guru Blog covers all your Tivoli Storage Manager backup software needs</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:14:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.tsmguru.com/tips-tricks/why-is-tsm-reclamation-a-slow-and-clumsy-process.html/comment-page-1#comment-1512</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsmguru.com/?p=205#comment-1512</guid>
		<description>The easiest reclamation is the one you don&#039;t do.  Keep sufficicent free slots and tapes so that data expires naturally.  Also separate database backups that will expire in strict time sequence into their own pools that do not run reclamation.</description>
		<content:encoded><![CDATA[<p>The easiest reclamation is the one you don&#8217;t do.  Keep sufficicent free slots and tapes so that data expires naturally.  Also separate database backups that will expire in strict time sequence into their own pools that do not run reclamation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.tsmguru.com/tips-tricks/why-is-tsm-reclamation-a-slow-and-clumsy-process.html/comment-page-1#comment-1414</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsmguru.com/?p=205#comment-1414</guid>
		<description>I have greatly increased the efficiency of reclamation by scripting it so the easy/fast to reclaim tapes get done first.</description>
		<content:encoded><![CDATA[<p>I have greatly increased the efficiency of reclamation by scripting it so the easy/fast to reclaim tapes get done first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip</title>
		<link>http://www.tsmguru.com/tips-tricks/why-is-tsm-reclamation-a-slow-and-clumsy-process.html/comment-page-1#comment-1374</link>
		<dc:creator>Chip</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsmguru.com/?p=205#comment-1374</guid>
		<description>Another issue is that those tapes which have less reclaimable space take longer to reclaim.  If I&#039;ve run into any issues that have caused my reclamation process to fail and I need to reclaim a lot of tapes, I&#039;ll do the following steps.  First, run a query for how many tapes there are above the 50% threshold and then on higher numbers (I usually start at 95%).  If there is a good number of reclaimable tapes above 95, then I&#039;ll just run the reclamation on those tapes which will get done pretty quickly.. then I&#039;ll move on to lower numbers thus forcing the quicker reclamation processes to finish first.  Here are the queries and commands I use:

select count(*) as EMPTY_VOLUMES from volumes where STATUS=&#039;EMPTY&#039; 
SELECT count(*) FROM Volumes WHERE PCT_RECLAIM&gt;50
SELECT count(*) FROM Volumes WHERE PCT_RECLAIM&gt;95
reclaim stgpool 3584STGPOOL threshold=95 dur=840</description>
		<content:encoded><![CDATA[<p>Another issue is that those tapes which have less reclaimable space take longer to reclaim.  If I&#8217;ve run into any issues that have caused my reclamation process to fail and I need to reclaim a lot of tapes, I&#8217;ll do the following steps.  First, run a query for how many tapes there are above the 50% threshold and then on higher numbers (I usually start at 95%).  If there is a good number of reclaimable tapes above 95, then I&#8217;ll just run the reclamation on those tapes which will get done pretty quickly.. then I&#8217;ll move on to lower numbers thus forcing the quicker reclamation processes to finish first.  Here are the queries and commands I use:</p>
<p>select count(*) as EMPTY_VOLUMES from volumes where STATUS=&#8217;EMPTY&#8217;<br />
SELECT count(*) FROM Volumes WHERE PCT_RECLAIM&gt;50<br />
SELECT count(*) FROM Volumes WHERE PCT_RECLAIM&gt;95<br />
reclaim stgpool 3584STGPOOL threshold=95 dur=840</p>
]]></content:encoded>
	</item>
</channel>
</rss>

