ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/enddskrgz.htm

146 lines
5.1 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>End Disk Reorganization (ENDDSKRGZ)</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="ENDDSKRGZ.Top_Of_Page"></a>
<h2>End Disk Reorganization (ENDDSKRGZ)</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="#ENDDSKRGZ.PARAMETERS.TABLE">Parameters</a><br>
<a href="#ENDDSKRGZ.COMMAND.EXAMPLES">Examples</a><br>
<a href="#ENDDSKRGZ.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="ENDDSKRGZ"></a>
<p>The End Disk Reorganization (ENDDSKRGZ) command allows the user to end the disk reorganization function started using the Start Disk Reorganization (STRDSKRGZ) CL command. The user can select to end disk reorganization for all auxiliary storage pools (ASPs) or for one or more specific ASPs. A message is sent to the system history (QHST) log when the reorganization function is ended for each ASP.
</p>
<p><b>Restriction:</b> You must have *ALLOBJ special authority to use this command.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDDSKRGZ.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ENDDSKRGZ.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"><a href="#ENDDSKRGZ.ASP"><b>ASP</b></a></td>
<td valign="top">ASP number</td>
<td valign="top">Single values: *ALL<br>Other values (up to 32 repetitions): 1-32</td>
<td valign="top">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#ENDDSKRGZ.ASPDEV"><b>ASPDEV</b></a></td>
<td valign="top">ASP device</td>
<td valign="top">Values (up to 32 repetitions): <i>Name</i>, *ALLAVL</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#ENDDSKRGZ.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="ENDDSKRGZ.ASP"></a>
<h3>Auxiliary storage pool ID (ASP)</h3>
<p>Specifies for which auxiliary storage pools the disk reorganization function is to be ended. A value must be specified for the ASP parameter or the ASPDEV parameter.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>Disk reorganization will be ended for the system ASP (ASP number 1) and all basic ASPs (ASP numbers 2-32) defined to the system.
</dd>
<dt><b><i>auxiliary-storage-pool-number</i></b></dt>
<dd>Specify the ASP for which disk reorganization is to be ended. Valid ASP numbers are 1 to 32. Up to 32 ASP numbers may be specified.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDDSKRGZ.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="ENDDSKRGZ.ASPDEV"></a>
<h3>ASP device (ASPDEV)</h3>
<p>Specifies the name of the auxiliary storage pool (ASP) device for which the disk reorganization is to be ended. A value must be specified for the ASP parameter or the ASPDEV parameter.
</p>
<dl>
<dt><b>*ALLAVL</b></dt>
<dd>Disk reorganization will be ended for all ASP devices that currently have a status of 'Available'.
</dd>
<dt><b><i>auxiliary-storage-device-name</i></b></dt>
<dd>Specify the name of the independent ASP device for which disk reorganization is to be ended. Up to 32 ASP device names may be specified.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDDSKRGZ.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ENDDSKRGZ.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Ending Disk Reorganization for ASP 1</b>
</p>
<p>
<pre>
ENDDSKRGZ ASP(1)
</pre>
</p>
<p>This command allows the user to end the disk reorganization function for ASP 1.
</p>
<p><b>Example 2: Ending Disk Reorganization for All ASPs</b>
</p>
<p>
<pre>
ENDDSKRGZ ASP(*ALL)
</pre>
</p>
<p>This command allows the user to end the reorganization function for each ASP that is currently being reorganized.
</p>
<p><b>Example 3: Ending Disk Reorganization for All ASP Devices</b>
</p>
<p>
<pre>
ENDDSKRGZ ASPDEV(*ALLAVL)
</pre>
</p>
<p>This command allows the user to end the reorganization function for each ASP device that is currently being reorganized.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDDSKRGZ.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ENDDSKRGZ.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF1889</b></dt>
<dd>Disk reorganization not active for ASP &amp;1
</dd>
<dt><b>CPF1890</b></dt>
<dd>*ALLOBJ authority required for requested operation.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDDSKRGZ.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>