 




<?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: System Save / Clean up / reorg?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/system-save-clean-up-reorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/system-save-clean-up-reorg/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jdwwms</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/system-save-clean-up-reorg/#comment-38845</link>
		<dc:creator>jdwwms</dc:creator>
		<pubDate>Fri, 22 Dec 2006 13:37:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-38845</guid>
		<description><![CDATA[You could also consider doing a save of the test libraries using the *FREE ahead of time. Since those libraries probably are not being used all of the time. The *FREE option leaves the objects on the system but clears the data. This is good becuase it keeps the private authorities but free up space. Then after the maintaince restore the libraries.

The only other thing I can thing of is write your own program to do the full save.
It is really only four save commands with a restricted state to start and resart at the end:
ENDSBS *ALL *IMMED
SAVSYS
SAVLIB *NONSYS
SAVDLO
SAV

At the end you can do either STRSBS QCTL which is what IBM does or do a PWRDWNSYS *IMMED RESTART(*YES) which would be better.

But the save time part is on the SAVLIB *NONSYS, you can omit up to 300 libraries on the command. You could omit all of your Test libraries and save them separately when you have time.]]></description>
		<content:encoded><![CDATA[<p>You could also consider doing a save of the test libraries using the *FREE ahead of time. Since those libraries probably are not being used all of the time. The *FREE option leaves the objects on the system but clears the data. This is good becuase it keeps the private authorities but free up space. Then after the maintaince restore the libraries.</p>
<p>The only other thing I can thing of is write your own program to do the full save.<br />
It is really only four save commands with a restricted state to start and resart at the end:<br />
ENDSBS *ALL *IMMED<br />
SAVSYS<br />
SAVLIB *NONSYS<br />
SAVDLO<br />
SAV</p>
<p>At the end you can do either STRSBS QCTL which is what IBM does or do a PWRDWNSYS *IMMED RESTART(*YES) which would be better.</p>
<p>But the save time part is on the SAVLIB *NONSYS, you can omit up to 300 libraries on the command. You could omit all of your Test libraries and save them separately when you have time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdwwms</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/system-save-clean-up-reorg/#comment-38846</link>
		<dc:creator>jdwwms</dc:creator>
		<pubDate>Fri, 22 Dec 2006 06:46:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-38846</guid>
		<description><![CDATA[You could also consider doing a save of the test libraries using the *FREE ahead of time. Since those libraries probably are not being used all of the time. The *FREE option leaves the objects on the system but clears the data. This is good becuase it keeps the private authorities but free up space. Then after the maintaince restore the libraries.

The only other thing I can thing of is write your own program to do the full save.
It is really only four save commands with a restricted state to start and resart at the end:
ENDSBS *ALL *IMMED
SAVSYS
SAVLIB *NONSYS
SAVDLO
SAV

At the end you can do either STRSBS QCTL which is what IBM does or do a PWRDWNSYS *IMMED RESTART(*YES) which would be better.

But the save time part is on the SAVLIB *NONSYS, you can omit up to 300 libraries on the command. You could omit all of your Test libraries and save them separately when you have time.]]></description>
		<content:encoded><![CDATA[<p>You could also consider doing a save of the test libraries using the *FREE ahead of time. Since those libraries probably are not being used all of the time. The *FREE option leaves the objects on the system but clears the data. This is good becuase it keeps the private authorities but free up space. Then after the maintaince restore the libraries.</p>
<p>The only other thing I can thing of is write your own program to do the full save.<br />
It is really only four save commands with a restricted state to start and resart at the end:<br />
ENDSBS *ALL *IMMED<br />
SAVSYS<br />
SAVLIB *NONSYS<br />
SAVDLO<br />
SAV</p>
<p>At the end you can do either STRSBS QCTL which is what IBM does or do a PWRDWNSYS *IMMED RESTART(*YES) which would be better.</p>
<p>But the save time part is on the SAVLIB *NONSYS, you can omit up to 300 libraries on the command. You could omit all of your Test libraries and save them separately when you have time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modmod</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/system-save-clean-up-reorg/#comment-38847</link>
		<dc:creator>modmod</dc:creator>
		<pubDate>Thu, 21 Dec 2006 17:56:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-38847</guid>
		<description><![CDATA[thanks for the reply, We do a full sys save every 3 weeks, and nightly changed objects, but, any time we open the box up to replace hardware, we like to have a fresh save from right before.  Normally we do the job over the weekend, and I have a lot more time to work with, so the full save isn&#039;t a problem, but today, it is :/  I went ahead and did reorgs as a just in case, I normally do anything with more then 1% up to about .5M records, and about 10% for larger files when I do reorgs, and I run those on about a monthly bases (some files more often), so, the only place I had to speed things up was by nuking several gig of test/dev data off the drives.  hopefully I bought myself 30 min or so.

thanks again.]]></description>
		<content:encoded><![CDATA[<p>thanks for the reply, We do a full sys save every 3 weeks, and nightly changed objects, but, any time we open the box up to replace hardware, we like to have a fresh save from right before.  Normally we do the job over the weekend, and I have a lot more time to work with, so the full save isn&#8217;t a problem, but today, it is :/  I went ahead and did reorgs as a just in case, I normally do anything with more then 1% up to about .5M records, and about 10% for larger files when I do reorgs, and I run those on about a monthly bases (some files more often), so, the only place I had to speed things up was by nuking several gig of test/dev data off the drives.  hopefully I bought myself 30 min or so.</p>
<p>thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.044 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 07:23:48 -->