93 lines
4.6 KiB
HTML
93 lines
4.6 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="Saving across different types of file systems" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu148.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzaiu155" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Saving across different types of file systems</title>
|
||
|
</head>
|
||
|
<body id="rzaiu155"><a name="rzaiu155"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Saving across different types of file systems</h1>
|
||
|
<div><div class="section"><p> When you use the SAV command to save objects from more than one
|
||
|
file system at the same time, the following restrictions apply: </p>
|
||
|
</div>
|
||
|
<div class="section"> <ul><li>Different file systems support different types of objects and different
|
||
|
methods of naming objects. Therefore, when you save objects from more than
|
||
|
one file system with the same command, you cannot specify object names or
|
||
|
object types. You can save all objects from all file systems, or you can omit
|
||
|
some file systems. These combinations are valid: <ul><li>Saving all objects on the server: <samp class="codeph">OBJ('/*')</samp> <div class="note"><span class="notetitle">Note:</span> Using
|
||
|
this command is not the same as using option 21 from the GO SAVE command menu.
|
||
|
Following are the differences between SAV OBJ('/*') and option 21:</div>
|
||
|
<ul><li>SAV OBJ('/*') does not put the server in a restricted state.</li>
|
||
|
<li>SAV OBJ('/*') does not start the controlling subsystem when it finishes.</li>
|
||
|
<li>SAV OBJ('/*') does not provide prompting to change default options.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Saving all objects in all file systems except the QSYS.LIB file system
|
||
|
and the QDLS file system: <samp class="codeph">OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS'
|
||
|
*OMIT))</samp></li>
|
||
|
<li>Saving all objects in all files systems except the QSYS.LIB file system,
|
||
|
the QDLS file system, and one or more other file systems: <samp class="codeph">OBJ(('/*')
|
||
|
('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT) ('/<span class="synph"><span class="var">other values</span></span>'
|
||
|
*OMIT))</samp></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Values for other parameters of the SAV command are supported only for
|
||
|
some file systems. You must choose values that are supported by all file
|
||
|
systems. Specify the following parameters and values: <dl><dt class="dlterm">CHGPERIOD</dt>
|
||
|
<dd>Default</dd>
|
||
|
<dt class="dlterm">PRECHK</dt>
|
||
|
<dd>*NO</dd>
|
||
|
<dt class="dlterm">UPDHST</dt>
|
||
|
<dd>*YES</dd>
|
||
|
<dt class="dlterm">LABEL</dt>
|
||
|
<dd>*GEN</dd>
|
||
|
<dt class="dlterm">SAVACT</dt>
|
||
|
<dd>*NO</dd>
|
||
|
<dt class="dlterm">OUTPUT</dt>
|
||
|
<dd>*NONE</dd>
|
||
|
<dt class="dlterm">SUBTREE</dt>
|
||
|
<dd>*ALL</dd>
|
||
|
<dt class="dlterm">SYSTEM</dt>
|
||
|
<dd>*LCL</dd>
|
||
|
<dt class="dlterm">DEV</dt>
|
||
|
<dd>Must be a tape device or an optical device</dd>
|
||
|
</dl>
|
||
|
</li>
|
||
|
<li>The SAV OBJ('/*') command parameters require the following: <ul><li>The server must be in a restricted state.</li>
|
||
|
<li>You must have *SAVSYS or *ALLOBJ special authority.</li>
|
||
|
<li>You must specify VOL(*MOUNTED).</li>
|
||
|
<li>You must specify SEQNBR(*END).</li>
|
||
|
</ul>
|
||
|
<div class="note"><span class="notetitle">Note:</span> SAV OBJ('/*') is <span class="uicontrol">not</span> the recommended method
|
||
|
for saving the entire server. Use menu option 21 of the GO SAVE command to
|
||
|
save the entire server.</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiurzaiu148.htm">Save file systems</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|