61 lines
3.3 KiB
HTML
61 lines
3.3 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="concept" />
|
|
<meta name="DC.Title" content="Enhancements" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzam4dupopt.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="rzam4enhancements" />
|
|
<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>Enhancements</title>
|
|
</head>
|
|
<body id="rzam4enhancements"><a name="rzam4enhancements"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Enhancements</h1>
|
|
<div><div class="p">Several enhancements have been made since the introduction of DUPOPT command: <ul><li>DUPOPT no longer requires the source and target volume to be in the same
|
|
optical library.</li>
|
|
<li>For target media with the *HPOFS media format, the target media capacity
|
|
no longer has to be identical to the source media capacity. It can now be
|
|
equal to or larger than the source media.</li>
|
|
<li>For *WORM media the target media type no longer has to be *WORM. You can
|
|
use either *WORM or *ERASE media.</li>
|
|
<li>Improved device error recovery.</li>
|
|
<li>Improved performance.</li>
|
|
<li>The addition of the cross device support (library to library, stand-alone
|
|
to stand-alone).</li>
|
|
<li>The addition of the unload support for stand-alone devices.</li>
|
|
<li>When duplicating a volume in a stand-alone or virtual device, you can
|
|
create an exact copy with the same volume identifier as the source.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="p">In the following example, the system duplicates the volume in optical device
|
|
OPT01 to the volume in optical device OPT02. Upon completion, the target volume
|
|
identifier will be MYBACKUP, and the system unloads the media from the device. <div class="note"><span class="notetitle">Note:</span> Note:
|
|
The system only supports the unload option for stand-alone devices.<p>> DUPOPT
|
|
FROMVOL(*MOUNTED) TOVOL(*MOUNTED) NEWVOL(MYBACKUP)</p>
|
|
<p>FROMDEV(OPT01) TODEV(OPT02)
|
|
FROMENDOPT(*LEAVE) TOENDOPT(*UNLOAD)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzam4dupopt.htm" title="The Duplicate Optical (DUPOPT) command creates a duplicate optical volume.">Duplicate Optical (DUPOPT)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |