 




<?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: Option 21 save on IBM iSeries</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/option-21-save/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/option-21-save/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 02:38:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: cabrr</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/option-21-save/#comment-78103</link>
		<dc:creator>cabrr</dc:creator>
		<pubDate>Fri, 11 Jun 2010 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-78103</guid>
		<description><![CDATA[WPOULIN,
This is what I have been waiting for.  I appreciate all of the other comments, but I already knew all of that.
Thanks , cabrr]]></description>
		<content:encoded><![CDATA[<p>WPOULIN,<br />
This is what I have been waiting for.  I appreciate all of the other comments, but I already knew all of that.<br />
Thanks , cabrr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpoulin</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/option-21-save/#comment-78102</link>
		<dc:creator>wpoulin</dc:creator>
		<pubDate>Fri, 11 Jun 2010 18:44:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-78102</guid>
		<description><![CDATA[Cabrr,

The actual CL Program that is executed behind option 21 is QMNSAVE in the QSYS library.  If you do a RTVCLSRC you can see the actual code that is used.

Hope this helps,
Bill Poulin]]></description>
		<content:encoded><![CDATA[<p>Cabrr,</p>
<p>The actual CL Program that is executed behind option 21 is QMNSAVE in the QSYS library.  If you do a RTVCLSRC you can see the actual code that is used.</p>
<p>Hope this helps,<br />
Bill Poulin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: security1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/option-21-save/#comment-78053</link>
		<dc:creator>security1</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:23:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-78053</guid>
		<description><![CDATA[Cabrr

This is what occurring while Option 21 (SAVALL) is running.
                                                                 
 Select this option to save the entire system (except contents of 
 message, job, output, and data queues.)                          
                                                                  
 This option performs the following operations:                   
  Starts the save immediately        
  Changes the system operator (QSYSOPR) message queue to       
  *BREAK or *NOTIFY delivery mode                              
   Ends all subsystems                                        
   Backs up:
                                                    
 Licensed internal code                                 
 The system library (QSYS)                                
 Security objects, including   user profiles              
 Device configuration objects                             
 All IBM-supplied libraries including those containing    
user data                                                
All user libraries                                       
All   mail                                               
All   folders                                            
All   documents                   
All objects in directories        

Starts the controlling   subsystem    
This option runs the following commands:
  
ENDSBS SBS(*ALL) OPTION(*IMMED)  
SAVSYS                           
SAVLIB LIB(*NONSYS) ACCPTH(*YES) 
SAVDLO DLO(*ALL) FLR(*ANY)                                 
SAV OBJ((&#039;/*&#039;) (&#039;/QSYS.LIB&#039; *OMIT)                         
(&#039;/QDLS&#039; *OMIT)) UPDHST(*YES)                            
STRSBS SBSD(controlling-subsystem)]]></description>
		<content:encoded><![CDATA[<p>Cabrr</p>
<p>This is what occurring while Option 21 (SAVALL) is running.</p>
<p> Select this option to save the entire system (except contents of<br />
 message, job, output, and data queues.)                          </p>
<p> This option performs the following operations:<br />
  Starts the save immediately<br />
  Changes the system operator (QSYSOPR) message queue to<br />
  *BREAK or *NOTIFY delivery mode<br />
   Ends all subsystems<br />
   Backs up:</p>
<p> Licensed internal code<br />
 The system library (QSYS)<br />
 Security objects, including   user profiles<br />
 Device configuration objects<br />
 All IBM-supplied libraries including those containing<br />
user data<br />
All user libraries<br />
All   mail<br />
All   folders<br />
All   documents<br />
All objects in directories        </p>
<p>Starts the controlling   subsystem<br />
This option runs the following commands:</p>
<p>ENDSBS SBS(*ALL) OPTION(*IMMED)<br />
SAVSYS<br />
SAVLIB LIB(*NONSYS) ACCPTH(*YES)<br />
SAVDLO DLO(*ALL) FLR(*ANY)<br />
SAV OBJ((&#8216;/*&#8217;) (&#8216;/QSYS.LIB&#8217; *OMIT)<br />
(&#8216;/QDLS&#8217; *OMIT)) UPDHST(*YES)<br />
STRSBS SBSD(controlling-subsystem)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/option-21-save/#comment-78052</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:17:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-78052</guid>
		<description><![CDATA[There are many commands executed by an Option 21 save.  Be aware that all system activity must be stopped during this save because it saves everything.  

If there are custom sub-systems running on your system, those need to be stopped manually.  For example, we run ASNA&#039;s DataGate products, which run in their own sub-sytems.  Even though the documentation says that all sub-systems are ended, we discovered that custom sub-systems did not end, which caused the save to hang up.  Once we manually ended those sub-systems the save started running.]]></description>
		<content:encoded><![CDATA[<p>There are many commands executed by an Option 21 save.  Be aware that all system activity must be stopped during this save because it saves everything.  </p>
<p>If there are custom sub-systems running on your system, those need to be stopped manually.  For example, we run ASNA&#8217;s DataGate products, which run in their own sub-sytems.  Even though the documentation says that all sub-systems are ended, we discovered that custom sub-systems did not end, which caused the save to hang up.  Once we manually ended those sub-systems the save started running.</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.031 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 03:00:42 -->