95 lines
5.7 KiB
HTML
95 lines
5.7 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="topic" />
|
||
|
<meta name="DC.Title" content="Save to multiple devices to reduce your save window" />
|
||
|
<meta name="abstract" content="Use these save methods to decrease your save window by saving to multiple devices." />
|
||
|
<meta name="description" content="Use these save methods to decrease your save window by saving to multiple devices." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiuswaconsid.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiusavinglibraries.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiusavingifs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiuparallelsettingup.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu363.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu363.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="rzaiuparandcon" />
|
||
|
<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>Save to multiple devices to reduce your save window</title>
|
||
|
</head>
|
||
|
<body id="rzaiuparandcon"><a name="rzaiuparandcon"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Save to multiple devices to reduce your save window</h1>
|
||
|
<div><p>Use these save methods to decrease your save window by saving to
|
||
|
multiple devices.</p>
|
||
|
<div class="section"><h4 class="sectiontitle">Set up saves to multiple devices</h4><p>You can reduce
|
||
|
your save window by using multiple devices. When you save to multiple devices
|
||
|
you can use one of two techniques. You can issue a single save operation as
|
||
|
one job, or you can issue multiple save operations as several jobs.</p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Single save operation</h4><p>Save (or restore) operations
|
||
|
identify a media file by the device (DEV), sequence number (SEQNBR), volume
|
||
|
identifiers (VOL), and file label (LABEL) parameters. These parameters only
|
||
|
allow one media file to be identified. However, a parallel save (or restore)
|
||
|
operation uses more than one media file. You can solve this problem by using
|
||
|
a media definition. </p>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />A media definition (*MEDDFN) allows
|
||
|
you to identify more than one media file. A media definition defines the devices,
|
||
|
sequence numbers, and volume identifiers that the parallel save operation
|
||
|
will use. <img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />A media definition also allows
|
||
|
you to specify whether to save the data in parallel or serial format and whether
|
||
|
to use dynamic device allocation.<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />You create a media definition
|
||
|
by using the Create Media Definition (QsrCreateMediaDefinition (ILE) or QSRCRTMD
|
||
|
(OPM)) API.<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Multiple save operation</h4><p>When you issue multiple
|
||
|
save operations to save different sets of data to different media devices,
|
||
|
you perform <em>concurrent</em> saves. The following scenarios provide some
|
||
|
examples of situations when you may want to perform concurrent saves within
|
||
|
the Integrated File System. </p>
|
||
|
<ul><li>Save the complete Integrated File System structure and all user libraries
|
||
|
concurrently: <pre>SAV DEV('/QSYS.LIB/TAP01.DEVD') OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT))
|
||
|
SAVLIB LIB(*ALLUSR) DEV(TAP02)</pre>
|
||
|
</li>
|
||
|
<li>Save separate unmounted user-defined file systems concurrently: <pre>SAV DEV('/QSYS.LIB/TAP01.DEVD') OBJ(('/dev/udfs-directory/udfs-01.udfs')
|
||
|
SAV DEV('/QSYS.LIB/TAP02.DEVD') OBJ(('/dev/udfs-directory/udfs-02.udfs')</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rzaiusavinglibraries.htm">Saving libraries to multiple devices for a single save operation</a></strong><br />
|
||
|
</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiusavingifs.htm">Saving the Integrated File System using multiple devices for a single save operation</a></strong><br />
|
||
|
</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiuparallelsettingup.htm">Dynamic device allocation</a></strong><br />
|
||
|
</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiurzaiu363.htm">Restrictions for saving to multiple devices</a></strong><br />
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiuswaconsid.htm">Considerations and restrictions for the save-while-active function</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="rzaiurzaiu363.htm">Restrictions for saving to multiple devices</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|