192 lines
7.6 KiB
HTML
192 lines
7.6 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>Dsp Recovery for Access Paths (DSPRCYAP)</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="DSPRCYAP.Top_Of_Page"></a>
|
||
|
<h2>Dsp Recovery for Access Paths (DSPRCYAP)</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="#DSPRCYAP.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#DSPRCYAP.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#DSPRCYAP.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="DSPRCYAP"></a>
|
||
|
<p>The Display Recovery for Access Paths (DSPRCYAP) command is used to show or print the access path recovery status information and target access path recovery time for the system and for all auxiliary storage pools (ASPs) that are currently active or have available status on the system. Additionally, the output will include up to 500 access paths with the largest estimated access path recovery time which are not eligible for system-managed access-path protection and why they are not eligible. Also, the output will include up to 500 access paths with the largest estimated access path recovery time which are currently being protected by system-managed access-path protection.
|
||
|
</p>
|
||
|
<p>The system uses no more than the specified target access path recovery time when recovering access paths during an initial program load (IPL) or vary on of an independent ASP after an abnormal system end. Because access path recovery time is a target, performance may range around the target.
|
||
|
</p>
|
||
|
<p>The time taken to rebuild access paths exposed while running the Copy File (CPYF), the Reorganize Physical File Member (RGZPFM), or the Restore Object (RSTOBJ) commands is not considered in the target access path recovery time of access paths protected with this command.
|
||
|
</p>
|
||
|
<p>For more information on using this command, see the "Journal management" article in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
|
||
|
</p>
|
||
|
<p><b>Restriction:</b> You must have job control (*JOBCTL) special authority to use this command.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DSPRCYAP.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="DSPRCYAP.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="#DSPRCYAP.OUTPUT"><b>OUTPUT</b></a></td>
|
||
|
<td valign="top">Output</td>
|
||
|
<td valign="top"><b><u>*</u></b>, *PRINT</td>
|
||
|
<td valign="top">Optional, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#DSPRCYAP.ASP"><b>ASP</b></a></td>
|
||
|
<td valign="top">ASP device</td>
|
||
|
<td valign="top"><i>Character value</i>, *ALL, *ASPGRP</td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#DSPRCYAP.ASPGRP"><b>ASPGRP</b></a></td>
|
||
|
<td valign="top">ASP group</td>
|
||
|
<td valign="top"><i>Name</i></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DSPRCYAP.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="DSPRCYAP.OUTPUT"></a>
|
||
|
<h3>Output (OUTPUT)</h3>
|
||
|
<p>Specifies whether the output from the command is shown at the requesting work station or printed with the job's spooled output.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*</u></b></dt>
|
||
|
<dd>The output requested by an interactive job is shown on the display. The output requested by a batch job is printed with the job's spooled output.
|
||
|
</dd>
|
||
|
<dt><b>*PRINT</b></dt>
|
||
|
<dd>The output is printed with the job's spooled output. File QSYSPRT in QSYS is used for printed output.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DSPRCYAP.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="DSPRCYAP.ASP"></a>
|
||
|
<h3>ASP device (ASP)</h3>
|
||
|
<p>Specifies the ASP containing the access paths to be displayed.
|
||
|
</p>
|
||
|
<p>
|
||
|
<b>Note: </b>This parameter is valid only if OUTPUT(*PRINT) is selected.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*ALL</u></b></dt>
|
||
|
<dd>The output requested will be the top 500 access paths across all active or available ASPs.
|
||
|
</dd>
|
||
|
<dt><b>*ASPGRP</b></dt>
|
||
|
<dd>The output requested will be the top 500 access paths across the input ASP group.
|
||
|
</dd>
|
||
|
<dt><b><i>ASP-identifier</i></b></dt>
|
||
|
<dd>Specify a value ranging from 1 through 32 to specify the identifier of the basic user ASP from which to list the top 500 access paths. Or specify the ASP device name of the independent user ASP from which to list the top 500 access paths. Valid values depend on the ASPs active or available on the system.
|
||
|
<p>
|
||
|
<b>Note: </b>The value 1 is the system ASP. Values 2 to 32 denote all basic user ASPs. Independent ASPs are entered as device names.
|
||
|
</p>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DSPRCYAP.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="DSPRCYAP.ASPGRP"></a>
|
||
|
<h3>ASP group (ASPGRP)</h3>
|
||
|
<p>Specifies the ASP Group containing the access paths to be displayed.
|
||
|
</p>
|
||
|
<p>
|
||
|
<b>Note: </b>This parameter is valid only if OUTPUT(*PRINT) and ASP(*ASPGRP) are specified.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><i>ASP-group-name</i></b></dt>
|
||
|
<dd>Specifies the name of the auxiliary storage pool(ASP) group from which to list the top 500 access paths. The ASP group name is the name of the primary independent ASP device within the ASP group.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DSPRCYAP.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DSPRCYAP.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Displaying All Recovery Times for Access Paths</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DSPRCYAP
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command shows the target access path recovery times and recovery status information for the system and active or available auxiliary storage pools. Output from the command is shown on the workstation if the command is run interactively, or printed with the job's spooled output if the command is run in batch.
|
||
|
</p>
|
||
|
<p><b>Example 2: Printing Recovery Times for Access Paths for an ASP Group</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DSPRCYAP OUTPUT(*PRINT) ASP(*ASPGRP) ASPGRP(WAREHUS1)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command shows the target access path recovery times and recovery status information for the independent ASP group WAREHUS1. Output from the command is printed with the job's spooled output.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DSPRCYAP.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DSPRCYAP.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>CPF70FB</b></dt>
|
||
|
<dd>No authority to use command.
|
||
|
</dd>
|
||
|
<dt><b>CPF70F4</b></dt>
|
||
|
<dd>Error occurred.
|
||
|
</dd>
|
||
|
<dt><b>CPF700F</b></dt>
|
||
|
<dd>Access path recovery time for &1 set to *NONE.
|
||
|
</dd>
|
||
|
<dt><b>CPF702E</b></dt>
|
||
|
<dd>Access path recovery times set to system defaults.
|
||
|
</dd>
|
||
|
<dt><b>CPF9814</b></dt>
|
||
|
<dd>Device &1 not found.
|
||
|
</dd>
|
||
|
<dt><b>CPF9825</b></dt>
|
||
|
<dd>Not authorized to device &1.
|
||
|
</dd>
|
||
|
<dt><b>CPF9871</b></dt>
|
||
|
<dd>Error occurred while processing.
|
||
|
</dd>
|
||
|
<dt><b>CPFB8ED</b></dt>
|
||
|
<dd>Device description &1 not correct for operation.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DSPRCYAP.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|