634 lines
22 KiB
HTML
634 lines
22 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Copy Optical (CPYOPT)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="CPYOPT.Top_Of_Page"></a>
|
|
<h2>Copy Optical (CPYOPT)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#CPYOPT.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#CPYOPT.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#CPYOPT.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="CPYOPT"></a>
|
|
<p>The Copy Optical (CPYOPT) command copies a specific file, all files, new files, or changed files in a specified directory to another directory or to another optical volume. This command also allows you to:
|
|
</p>
|
|
<ul>
|
|
<li>Create a directory in which to copy the files.
|
|
</li>
|
|
<li>Copy all subdirectories and their files for a specified directory.
|
|
</li>
|
|
<li>Replace an existing file with the same name.
|
|
</li>
|
|
</ul>
|
|
<p>If the from-volume or the to-volume is a backup optical volume, the names of the directories, the subdirectories, and the files do not change during the copy operation. The creation and modification dates and times of a directory, a subdirectory, or a file also do not change during the copy operation.
|
|
</p>
|
|
<p><b>Restriction:</b> To use this command you must have *USE authority to the authorization list securing the volume being copied (FROMVOL) and *CHANGE authority to the authorization list securing the new volume (TOVOL).
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="CPYOPT.PARAMETERS.TABLE">Parameters</a></h3>
|
|
<table border="1" cellpadding="4" cellspacing="0">
|
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
|
<tr>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="3"><a href="#CPYOPT.FROMVOL"><b>FROMVOL</b></a></td>
|
|
<td valign="top">From volume identifier</td>
|
|
<td valign="top"><i>Element list</i></td>
|
|
<td valign="top" rowspan="3">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 1: Volume</td>
|
|
<td valign="top">
|
|
<i>Character value</i></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 2: Volume type</td>
|
|
<td valign="top">
|
|
<b><u>*PRIMARY</u></b>, *BACKUP</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CPYOPT.FROMPATH"><b>FROMPATH</b></a></td>
|
|
<td valign="top">From path</td>
|
|
<td valign="top"><i>Character value</i></td>
|
|
<td valign="top">Required, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="3"><a href="#CPYOPT.TOVOL"><b>TOVOL</b></a></td>
|
|
<td valign="top">To volume identifier</td>
|
|
<td valign="top"><i>Element list</i></td>
|
|
<td valign="top" rowspan="3">Required, Positional 3</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 1: Volume</td>
|
|
<td valign="top">
|
|
<i>Character value</i>, *FROMVOL</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 2: Volume type</td>
|
|
<td valign="top">
|
|
<b><u>*PRIMARY</u></b>, *BACKUP</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CPYOPT.TOPATH"><b>TOPATH</b></a></td>
|
|
<td valign="top">To path</td>
|
|
<td valign="top"><i>Character value</i>, <b><u>*FROMPATH</u></b></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CPYOPT.SLTFILE"><b>SLTFILE</b></a></td>
|
|
<td valign="top">Select files to copy</td>
|
|
<td valign="top"><b><u>*CHANGED</u></b>, *NEW, *ALL</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CPYOPT.CPYSUBDIR"><b>CPYSUBDIR</b></a></td>
|
|
<td valign="top">Copy subdirectories</td>
|
|
<td valign="top"><b><u>*NO</u></b>, *YES</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CPYOPT.CRTDIR"><b>CRTDIR</b></a></td>
|
|
<td valign="top">Create directory</td>
|
|
<td valign="top"><b><u>*NO</u></b>, *YES</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CPYOPT.ALWCPYOPP"><b>ALWCPYOPP</b></a></td>
|
|
<td valign="top">Allow copy to opposite side</td>
|
|
<td valign="top"><b><u>*NO</u></b>, *YES</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CPYOPT.COPYTYPE"><b>COPYTYPE</b></a></td>
|
|
<td valign="top">Copy option</td>
|
|
<td valign="top"><b><u>*IOP</u></b>, *SYSTEM</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="3"><a href="#CPYOPT.FROMTIME"><b>FROMTIME</b></a></td>
|
|
<td valign="top">Starting date and time</td>
|
|
<td valign="top"><i>Element list</i></td>
|
|
<td valign="top" rowspan="3">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 1: Starting date</td>
|
|
<td valign="top">
|
|
<i>Date</i>, <b><u>*BEGIN</u></b></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 2: Starting time</td>
|
|
<td valign="top">
|
|
<i>Time</i>, <b><u>*AVAIL</u></b></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="CPYOPT.FROMVOL"></a>
|
|
<h3>From volume identifier (FROMVOL)</h3>
|
|
<p>Specifies the volume identifier and the type of the optical volume that contains the directories and the files being copied.
|
|
</p>
|
|
<p><b>Element 1: Volume</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>volume-identifier</i></b></dt>
|
|
<dd>Specify the identifier of the volume that contains the directories and files being copied.
|
|
</dd>
|
|
</dl>
|
|
<p><b>Element 2: Volume type</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*PRIMARY</u></b></dt>
|
|
<dd>The optical volume is a primary volume.
|
|
</dd>
|
|
<dt><b>*BACKUP</b></dt>
|
|
<dd>The optical volume is a backup volume.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.FROMPATH"></a>
|
|
<h3>From path (FROMPATH)</h3>
|
|
<p>Specifies the path name of the directory or file being copied from the from-volume. If the path name is a directory, all files in the specified directory are copied. If the path name is a file, only that file is copied.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.TOVOL"></a>
|
|
<h3>To volume identifier (TOVOL)</h3>
|
|
<p>Specifies the volume identifier and the type of the optical volume to which the directories and the files are being copied.
|
|
</p>
|
|
<p><b>Element 1: Volume</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>*FROMVOL</b></dt>
|
|
<dd>The volume identifier is the same as the identifier of the optical volume from which the the objects are copied.
|
|
</dd>
|
|
<dt><b><i>volume-identifier</i></b></dt>
|
|
<dd>Specify the name of the optical volume to which the objects are copied.
|
|
</dd>
|
|
</dl>
|
|
<p><b>Element 2: Volume type</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*PRIMARY</u></b></dt>
|
|
<dd>The optical volume is a primary volume.
|
|
</dd>
|
|
<dt><b>*BACKUP</b></dt>
|
|
<dd>The optical volume is a backup volume. You can use a new backup volume or a backup volume which has previously been used as the volume to which objects are copied. For more information about backup volumes, refer to the Optical Support, SC41-4310 book.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.TOPATH"></a>
|
|
<h3>To path (TOPATH)</h3>
|
|
<p>Specifies the path name of the file to be written or the path name of the directory to receive the new file on the to-volume beginning with the root directory of the volume.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*FROMPATH</u></b></dt>
|
|
<dd>The path name is the same as the path name of the files or directories being copied from the from-volume.
|
|
</dd>
|
|
<dt><b><i>'path-name'</i></b></dt>
|
|
<dd>Specify the path name of the directory to receive the copied files or the path name of the file to be written.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.SLTFILE"></a>
|
|
<h3>Select files to copy (SLTFILE)</h3>
|
|
<p>Specifies how the files or directories are selected for copying. If files are not copied based on the SLTFILE value specified, it is not considered an error condition. The files will be considered 'not eligible to copy' in the completion message but the command may still complete without errors.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*CHANGED</u></b></dt>
|
|
<dd>The file is copied if the file on the from-volume has a changed date and time later than that of the file on the to-volume. Two sets of dates and times determine if a file has changed: either the date and time the file was last changed, or the date and time the file attributes were last changed. These dates and times can be displayed by specifying DATA(*FILATR) on the Display Optical (DSPOPT) command.
|
|
</dd>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>All files are copied. The files that exist on the to-volume are replaced even if the dates are the same.
|
|
</dd>
|
|
<dt><b>*NEW</b></dt>
|
|
<dd>The files are copied only if they do not exist on the to-volume.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.CPYSUBDIR"></a>
|
|
<h3>Copy subdirectories (CPYSUBDIR)</h3>
|
|
<p>Specifies whether to copy the files in the subdirectories.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NO</u></b></dt>
|
|
<dd>Subdirectories and files in any subdirectories are not copied.
|
|
</dd>
|
|
<dt><b>*YES</b></dt>
|
|
<dd>The files in the subdirectories are copied. The subdirectories are created on the to-volume if they do not exist. The newly created subdirectories have the same name as they did on the from-volume, even though the parent directory name can be different.
|
|
<p>A check is made prior to the copy operation to ensure that any resulting new path name does not exceed the maximum path name length. A check is also made to ensure that you do not attempt to copy all subdirectories of a directory to a subdirectory of that directory on the same volume.
|
|
</p>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.CRTDIR"></a>
|
|
<h3>Create directory (CRTDIR)</h3>
|
|
<p>Specifies whether or not the last directory of the to-path is created if it does not exist on the to-volume. The existence of all elements of the to-path, execpt for the last element, are verified prior to the start of the CPYOPT request.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>If either the to-volume or from-volume was initialized as an optical volume whose type is backup, this parameter is ignored.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NO</u></b></dt>
|
|
<dd>The last directory of the to-path will not be created if it does not exist on the to-volume.
|
|
</dd>
|
|
<dt><b>*YES</b></dt>
|
|
<dd>The last directory of the to-path will be created if it does not exist on the to-volume. This parameter refers only to the directory to which files or directories are copied and does not apply to subdirectories under that directory. The CPYSUBDIR parameter controls whether subdirectories are created.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.ALWCPYOPP"></a>
|
|
<h3>Allow copy to opposite side (ALWCPYOPP)</h3>
|
|
<p>Specifies whether to allow copying files or directories from a volume on one side of an optical cartridge to the opposite side of the optical cartridge.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>System performance is degraded when copying large amounts of data to the opposite side of an optical cartridge.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NO</u></b></dt>
|
|
<dd>The copy operation is not attempted if the to-volume is on the opposite side of the from-volume. You can use this value to prevent inadvertent copying to the opposite side of an optical cartridge.
|
|
</dd>
|
|
<dt><b>*YES</b></dt>
|
|
<dd>The copy operation is attempted if the to-volume is on the opposite side of the from-volume.
|
|
<p>
|
|
<b>Note: </b>This value is not valid if either the from-volume or to-volume optical cartridge was initialized as an optical volume whose type is backup.
|
|
</p>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.COPYTYPE"></a>
|
|
<h3>Copy option (COPYTYPE)</h3>
|
|
<p>Specifies the type of processing to be used for the copy request.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*IOP</u></b></dt>
|
|
<dd>The input/output processor (IOP) copies the data from one volume to another with minimal data movement. If two volumes are required, two drives in the optical media library are allocated for the duration of the copy operation.
|
|
<p>
|
|
<b>Note: </b>Specifying COPYTYPE(*IOP) provides the best performance for the copy request; however, it can also adversely affect interactive performance of requests to other volumes in the optical media library because two optical drives in the optical media library are allocated for the duration of the copy.
|
|
</p>
|
|
</dd>
|
|
<dt><b>*SYSTEM</b></dt>
|
|
<dd>The system copies the data using available resources. This type of processing is automatically used when:
|
|
<ul>
|
|
<li>Only one drive is operable
|
|
</li>
|
|
<li>The two volumes are in separate optical media libraries
|
|
</li>
|
|
<li>The two volumes are on the opposite side of the same optical cartridge
|
|
</li>
|
|
<li>The media format of either volume is Universal Disk Format (UDF)
|
|
</li>
|
|
<li>The coded character sets of the volumes are different
|
|
</li>
|
|
</ul>
|
|
<p>This option is recommended if interactive requests will be made to volumes in the optical media library during the copy operation.
|
|
</p>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CPYOPT.FROMTIME"></a>
|
|
<h3>Starting date and time (FROMTIME)</h3>
|
|
<p>Specifies a starting date and time used to determine if a file or directory is selected for copying. All files or directories that have been created or changed, or whose attributes have changed, on or after the starting date and time are selected for copying. This parameter is ignored if copying a single file or when copying from a backup volume to a primary volume.
|
|
</p>
|
|
<p>You can determine when a file was last created or changed by:
|
|
</p>
|
|
<ol>
|
|
<li>Specifying DATA(*FILATR) on the Display Optical (DSPOPT) command.
|
|
</li>
|
|
<li>Using the hierarchical file system (HFS) API program QHFRTVAT. The standard attribute, QWRTDTTM, is the file last changed date and time. The extended attribute, OPT.CHGATDTTM, is the attribute last changed date and time.
|
|
</li>
|
|
</ol>
|
|
<p><b>Element 1: Starting date</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*BEGIN</u></b></dt>
|
|
<dd>All dates found are used. All the files and directories are selected for copying.
|
|
</dd>
|
|
<dt><b><i>start-date</i></b></dt>
|
|
<dd>Specify a date to be used as a starting point. All files created or modified on or after the start date are selected.
|
|
<p>The date must be entered in the format specified by the system values, QDATFMT, and, if separators are used, QDATSEP.
|
|
</p>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Element 2: Starting time</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*AVAIL</u></b></dt>
|
|
<dd>All available times for the starting date are used.
|
|
</dd>
|
|
<dt><b><i>start-time</i></b></dt>
|
|
<dd>Specify a time to use as the starting time or the starting date. The time separator is defined by the system value QTIMSEP. separator as follows:
|
|
<ul>
|
|
<li>With a time separator, specify a string of 5 or 8 digits, where the time separator for the job separates the hours, minutes, and seconds. If you issue this command from the command line, the string must be enclosed in apostrophes. If a time separator other than the separator specified for your job is used, this command fails.
|
|
</li>
|
|
<li>Without a time separator, specify a string of 4 or 6 digits (hhmm or hhmmss) where <b>hh</b> = hours, <b>mm</b> = minutes, and <b>ss</b> = seconds. Valid values for <b>hh</b> range from 00 through 23. Valid values for <b>mm</b> and <b>ss</b> range from 00 through 59.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CPYOPT.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Copying All Files in All Directories</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
CPYOPT FROMVOL(VOL01) FROMPATH('/') TOVOL(VOL02)
|
|
CPYSUBDIR(*YES) SLTFILE(*ALL) CRTDIR(*YES)
|
|
</pre>
|
|
</p>
|
|
<p>This command copies all files in all directories and subdirectories from the optical volume VOL01 to the optical volume VOL02. Directories are created on volume VOL02 if they do not exist. If the files already exist on volume VOL02, they are replaced.
|
|
</p>
|
|
<p><b>Example 2: Copying Changed Files</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
CPYOPT FROMVOL(VOL01) FROMPATH('/DIR1/DIR2') TOVOL(VOL02)
|
|
</pre>
|
|
</p>
|
|
<p>This command copies all changed files in the directory /DIR1/DIR2 to the same files on the optical volume VOL02.
|
|
</p>
|
|
<p><b>Example 3: Copying Files From a Backup to a Primary Volume</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
CPYOPT FROMVOL(VOL01BACKUP *BACKUP) FROMPATH('/DIR1')
|
|
TOVOL(VOL02) CPYSUBDIR(*YES)
|
|
</pre>
|
|
</p>
|
|
<p>This command copies all files and subdirectories in the directory /DIR1 on the optical backup volume VOL01BACKUP to the same files on the primary optical volume VOL02.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CPYOPT.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>OPT0147</b></dt>
|
|
<dd>SLTFILE value not allowed for operation.
|
|
</dd>
|
|
<dt><b>OPT0149</b></dt>
|
|
<dd>CPYSUBDIR(*YES) not allowed with FROMPATH value.
|
|
</dd>
|
|
<dt><b>OPT0152</b></dt>
|
|
<dd>Specified start time not allowed with FROMTIME(*BEGIN).
|
|
</dd>
|
|
<dt><b>OPT1105</b></dt>
|
|
<dd>File is read only.
|
|
</dd>
|
|
<dt><b>OPT1115</b></dt>
|
|
<dd>File not found.
|
|
</dd>
|
|
<dt><b>OPT1120</b></dt>
|
|
<dd>File already exists.
|
|
</dd>
|
|
<dt><b>OPT1125</b></dt>
|
|
<dd>File is in use.
|
|
</dd>
|
|
<dt><b>OPT1129</b></dt>
|
|
<dd>Operation not allowed to file opened for Expanding Buffer I/O.
|
|
</dd>
|
|
<dt><b>OPT1130</b></dt>
|
|
<dd>File name specified is a reserved file name.
|
|
</dd>
|
|
<dt><b>OPT1135</b></dt>
|
|
<dd>Request failed because number of open files is at the limit.
|
|
</dd>
|
|
<dt><b>OPT1140</b></dt>
|
|
<dd>Unexpected error occurred during file processing.
|
|
</dd>
|
|
<dt><b>OPT1185</b></dt>
|
|
<dd>Cannot access held optical file.
|
|
</dd>
|
|
<dt><b>OPT1205</b></dt>
|
|
<dd>Directory not found.
|
|
</dd>
|
|
<dt><b>OPT1212</b></dt>
|
|
<dd>Directory in use.
|
|
</dd>
|
|
<dt><b>OPT1220</b></dt>
|
|
<dd>File or directory name already exists.
|
|
</dd>
|
|
<dt><b>OPT1224</b></dt>
|
|
<dd>Path length exceeds the maximum of 256 bytes.
|
|
</dd>
|
|
<dt><b>OPT1255</b></dt>
|
|
<dd>File is corrupted.
|
|
</dd>
|
|
<dt><b>OPT1261</b></dt>
|
|
<dd>Active file found on volume &1.
|
|
</dd>
|
|
<dt><b>OPT1305</b></dt>
|
|
<dd>Optical volume &1 is read only.
|
|
</dd>
|
|
<dt><b>OPT1315</b></dt>
|
|
<dd>Optical volume &1 is write protected.
|
|
</dd>
|
|
<dt><b>OPT1317</b></dt>
|
|
<dd>Directory name is too long.
|
|
</dd>
|
|
<dt><b>OPT1320</b></dt>
|
|
<dd>Optical volume &1 in use.
|
|
</dd>
|
|
<dt><b>OPT1325</b></dt>
|
|
<dd>Optical volume format not recognized.
|
|
</dd>
|
|
<dt><b>OPT1330</b></dt>
|
|
<dd>Optical volume not found or not useable.
|
|
</dd>
|
|
<dt><b>OPT1331</b></dt>
|
|
<dd>Optical volume &1 not found.
|
|
</dd>
|
|
<dt><b>OPT1340</b></dt>
|
|
<dd>Optical volume &1 not initialized.
|
|
</dd>
|
|
<dt><b>OPT1344</b></dt>
|
|
<dd>Optical file name not valid.
|
|
</dd>
|
|
<dt><b>OPT1345</b></dt>
|
|
<dd>No free space available on media.
|
|
</dd>
|
|
<dt><b>OPT1346</b></dt>
|
|
<dd>Operation not allowed to volume located in a remote optical device.
|
|
</dd>
|
|
<dt><b>OPT1350</b></dt>
|
|
<dd>Write operation failed to optical volume &1.
|
|
</dd>
|
|
<dt><b>OPT1360</b></dt>
|
|
<dd>Media directory corrupted on optical volume &1.
|
|
</dd>
|
|
<dt><b>OPT1460</b></dt>
|
|
<dd>Optical volume &1 is not in an optical device.
|
|
</dd>
|
|
<dt><b>OPT1462</b></dt>
|
|
<dd>Operation not completed, optical volume is not a backup volume.
|
|
</dd>
|
|
<dt><b>OPT1463</b></dt>
|
|
<dd>Operation not completed, optical volume is not a primary volume.
|
|
</dd>
|
|
<dt><b>OPT1530</b></dt>
|
|
<dd>&1 does not represent a valid optical device.
|
|
</dd>
|
|
<dt><b>OPT1555</b></dt>
|
|
<dd>Optical device &1 in use.
|
|
</dd>
|
|
<dt><b>OPT1605</b></dt>
|
|
<dd>Media or device error occurred.
|
|
</dd>
|
|
<dt><b>OPT1640</b></dt>
|
|
<dd>Error occurred reading files or directories.
|
|
</dd>
|
|
<dt><b>OPT1790</b></dt>
|
|
<dd>Operation not allowed or conflicts with another request.
|
|
</dd>
|
|
<dt><b>OPT1795</b></dt>
|
|
<dd>Error accessing directory attributes.
|
|
</dd>
|
|
<dt><b>OPT1805</b></dt>
|
|
<dd>Error accessing optical volume index file.
|
|
</dd>
|
|
<dt><b>OPT1810</b></dt>
|
|
<dd>Error accessing optical directory index file.
|
|
</dd>
|
|
<dt><b>OPT1813</b></dt>
|
|
<dd>Unexpected error occurred.
|
|
</dd>
|
|
<dt><b>OPT1815</b></dt>
|
|
<dd>Internal program error occurred.
|
|
</dd>
|
|
<dt><b>OPT1820</b></dt>
|
|
<dd>Internal error occurred on optical device &1.
|
|
</dd>
|
|
<dt><b>OPT1821</b></dt>
|
|
<dd>Error occurred on optical device &1.
|
|
</dd>
|
|
<dt><b>OPT1825</b></dt>
|
|
<dd>Optical indexes are incorrect for optical device &1.
|
|
</dd>
|
|
<dt><b>OPT1860</b></dt>
|
|
<dd>Request to optical device &1 failed.
|
|
</dd>
|
|
<dt><b>OPT1861</b></dt>
|
|
<dd>No device description configured for resource &1.
|
|
</dd>
|
|
<dt><b>OPT1862</b></dt>
|
|
<dd>No active device description for resource &1.
|
|
</dd>
|
|
<dt><b>OPT1863</b></dt>
|
|
<dd>Optical libraries need to be reclaimed.
|
|
</dd>
|
|
<dt><b>OPT1872</b></dt>
|
|
<dd>Optical request timed out or was cancelled.
|
|
</dd>
|
|
<dt><b>OPT2001</b></dt>
|
|
<dd>&1 files copied; &2 files or directories failed; &8 files not eligible to copy.
|
|
</dd>
|
|
<dt><b>OPT2004</b></dt>
|
|
<dd>Copy request ended abnormally. &1 files copied.
|
|
</dd>
|
|
<dt><b>OPT2005</b></dt>
|
|
<dd>No files found in directory.
|
|
</dd>
|
|
<dt><b>OPT2006</b></dt>
|
|
<dd>Directory path length too long.
|
|
</dd>
|
|
<dt><b>OPT2007</b></dt>
|
|
<dd>TOVOL on opposite side of FROMVOL.
|
|
</dd>
|
|
<dt><b>OPT2008</b></dt>
|
|
<dd>Copy request is not allowed.
|
|
</dd>
|
|
<dt><b>OPT2009</b></dt>
|
|
<dd>Copy not permitted from backup volume.
|
|
</dd>
|
|
<dt><b>OPT2010</b></dt>
|
|
<dd>Copy not permitted to backup volume.
|
|
</dd>
|
|
<dt><b>OPT2015</b></dt>
|
|
<dd>File failed to copy.
|
|
</dd>
|
|
<dt><b>OPT2028</b></dt>
|
|
<dd>Copy to backup not allowed for optical volumes specified.
|
|
</dd>
|
|
<dt><b>OPT2029</b></dt>
|
|
<dd>TOVOL on opposite side of FROMVOL
|
|
</dd>
|
|
<dt><b>OPT2040</b></dt>
|
|
<dd>Error accessing backup control file.
|
|
</dd>
|
|
<dt><b>OPT2301</b></dt>
|
|
<dd>Internal system object in use.
|
|
</dd>
|
|
<dt><b>OPT2420</b></dt>
|
|
<dd>Not authorized to optical volume &2.
|
|
</dd>
|
|
<dt><b>OPT2422</b></dt>
|
|
<dd>Not authorized to file or directory.
|
|
</dd>
|
|
<dt><b>OPT7740</b></dt>
|
|
<dd>User not authorized to object &2 in library &3 type &4.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CPYOPT.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|