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

185 lines
5.7 KiB
HTML
Raw Permalink 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 ASP Balance (ENDASPBAL)</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="ENDASPBAL.Top_Of_Page"></a>
<h2>End ASP Balance (ENDASPBAL)</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="#ENDASPBAL.PARAMETERS.TABLE">Parameters</a><br>
<a href="#ENDASPBAL.COMMAND.EXAMPLES">Examples</a><br>
<a href="#ENDASPBAL.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="ENDASPBAL"></a>
<p>The End ASP Balance (ENDASPBAL) command allows the user to end the ASP balance function that was started using the Start ASP Balance (STRASPBAL) CL command. A message will be sent to the system history (QHST) log when the ASP balance function is ended for each ASP.
</p>
<p>For more information about ASP balancing, see the Hierarchical Storage Management Use, SC41-5351.
</p>
<p><b>Restrictions:</b>
</p>
<ul>
<li>You must have all object (*ALLOBJ) special authority to run this command.
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDASPBAL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ENDASPBAL.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="#ENDASPBAL.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="#ENDASPBAL.ASPDEV"><b>ASPDEV</b></a></td>
<td valign="top">ASP device</td>
<td valign="top">Single values: *ALLAVL<br>Other values (up to 32 repetitions): <i>Name</i></td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#ENDASPBAL.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="ENDASPBAL.ASP"></a>
<h3>ASP number (ASP)</h3>
<p>Specifies the auxiliary storage pool (ASP) number for which the ASP balancing function is to be ended.
</p>
<p>
<b>Note: </b>A value must be specified for either the <b>ASP number (ASP)</b> parameter or the <b>ASP device (ASPDEV)</b> parameter. Both parameters may be specified.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>ASP balancing will be ended for the system ASP (ASP number 1) and all basic ASPs (ASP numbers 2-32) defined to the system.
</dd>
</dl>
<p><b>Other values (up to 32 repetitions)</b>
</p>
<dl>
<dt><b><i>1-32</i></b></dt>
<dd>Specify the number of the ASP for which ASP balancing is to be ended.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDASPBAL.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="ENDASPBAL.ASPDEV"></a>
<h3>ASP device (ASPDEV)</h3>
<p>Specifies the auxiliary storage pool (ASP) device for which ASP balancing is to be ended.
</p>
<p>
<b>Note: </b>A value must be specified for either the <b>ASP number (ASP)</b> parameter or the <b>ASP device (ASPDEV)</b> parameter. Both parameters may be specified.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b>*ALLAVL</b></dt>
<dd>ASP balancing will end for all ASP devices that currently have a status of 'Available'.
</dd>
</dl>
<p><b>Other values (up to 32 repetitions)</b>
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the independent ASP device for which ASP balancing is to be ended.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDASPBAL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ENDASPBAL.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: End ASP Balance for ASP 1</b>
</p>
<p>
<pre>
ENDASPBAL ASP(1)
</pre>
</p>
<p>This command allows the user to end the ASP balancing function for ASP 1.
</p>
<p><b>Example 2: End ASP Balance for ASPs 1-32</b>
</p>
<p>
<pre>
ENDASPBAL ASP(*ALL)
</pre>
</p>
<p>This command will end the ASP balancing functions for the system ASP (ASP number 1) and each basic ASP (ASP numbers 2-32) that is currently being balanced.
</p>
<p><b>Example 3: End ASP Balance for an ASP Device</b>
</p>
<p>
<pre>
ENDASPBAL ASPDEV(MYASP1)
</pre>
</p>
<p>This command will end the ASP balancing function for ASP device MYASP1.
</p>
<p><b>Example 4: End ASP Balancing for All ASPs</b>
</p>
<p>
<pre>
ENDASPBAL ASP(*ALL) ASPDEV(*ALLAVL)
</pre>
</p>
<p>This command will end the ASP balancing functions that may be active on ASP numbers 1-32 and all ASP devices that have a status of 'Available'.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDASPBAL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ENDASPBAL.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF18AC</b></dt>
<dd>ASP balancing not active for ASP &amp;1.
</dd>
<dt><b>CPF18AD</b></dt>
<dd>ASP &amp;1 must contain more than a single unit.
</dd>
<dt><b>CPF1890</b></dt>
<dd>*ALLOBJ authority required for requested operation.
</dd>
<dt><b>CPF9829</b></dt>
<dd>Auxiliary storage pool &amp;1 not found.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDASPBAL.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>