180 lines
5.4 KiB
HTML
180 lines
5.4 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>End Communications Trace (ENDCMNTRC)</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="ENDCMNTRC.Top_Of_Page"></a>
|
|
<h2>End Communications Trace (ENDCMNTRC)</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="#ENDCMNTRC.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ENDCMNTRC.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ENDCMNTRC.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ENDCMNTRC"></a>
|
|
<p>The End Communications Trace (ENDCMNTRC) command ends the trace running on the specified line, network interface, or network server description.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ul>
|
|
<li>You must have use (*USE) authority to the line, network interface or network server to be traced.
|
|
</li>
|
|
<li>You must have service (*SERVICE) special authority, or be authorized to the Service Trace function of Operating System through iSeries Navigator's Application Administration support. The Change Function Usage (CHGFCNUSG) command, with a function ID of QIBM_SERVICE_TRACE, can also be used to change the list of users that are allowed to perform trace operations.
|
|
</li>
|
|
<li>The following user profiles have authority to this command:
|
|
<ul>
|
|
<li>QSECOFR
|
|
</li>
|
|
<li>QSRV
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ENDCMNTRC.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="#ENDCMNTRC.CFGOBJ"><b>CFGOBJ</b></a></td>
|
|
<td valign="top">Configuration object</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ENDCMNTRC.CFGTYPE"><b>CFGTYPE</b></a></td>
|
|
<td valign="top">Type</td>
|
|
<td valign="top">*LIN, *NWI, *NWS</td>
|
|
<td valign="top">Required, Positional 2</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="ENDCMNTRC.CFGOBJ"></a>
|
|
<h3>Configuration object (CFGOBJ)</h3>
|
|
<p>Specifies the configuration object being traced. The object is either a line description, or a network interface description, or a network server description.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>name</i></b></dt>
|
|
<dd>Specify the name of the configuration object for which communications tracing is to be ended.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ENDCMNTRC.CFGTYPE"></a>
|
|
<h3>Type (CFGTYPE)</h3>
|
|
<p>Specifies the type of configuration description being traced.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<dl>
|
|
<dt><b>*LIN</b></dt>
|
|
<dd>The type of configuration object is a line description.
|
|
</dd>
|
|
<dt><b>*NWI</b></dt>
|
|
<dd>The type of configuration object is a network interface description.
|
|
</dd>
|
|
<dt><b>*NWS</b></dt>
|
|
<dd>The type of configuration object is a network server description.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDCMNTRC.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
ENDCMNTRC CFGOBJ(*QESLINE) CFGTYPE(*LIN)
|
|
</pre>
|
|
</p>
|
|
<p>This command ends the communications trace of line description QESLINE.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDCMNTRC.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2601</b></dt>
|
|
<dd>Line description &1 not found.
|
|
</dd>
|
|
<dt><b>CPF2634</b></dt>
|
|
<dd>Not authorized to object &1.
|
|
</dd>
|
|
<dt><b>CPF26AE</b></dt>
|
|
<dd>Network server description &1 not found.
|
|
</dd>
|
|
<dt><b>CPF39AE</b></dt>
|
|
<dd>Trace already ended.
|
|
</dd>
|
|
<dt><b>CPF39AF</b></dt>
|
|
<dd>Trace is ending - please wait
|
|
</dd>
|
|
<dt><b>CPF39A7</b></dt>
|
|
<dd>Trace storage not available in communications processor
|
|
</dd>
|
|
<dt><b>CPF39A8</b></dt>
|
|
<dd>Not authorized to communications trace service tool
|
|
</dd>
|
|
<dt><b>CPF39A9</b></dt>
|
|
<dd>Error occurred during communications trace function
|
|
</dd>
|
|
<dt><b>CPF39BD</b></dt>
|
|
<dd>Network interface description &1 not found
|
|
</dd>
|
|
<dt><b>CPF39B0</b></dt>
|
|
<dd>No communications traces exist.
|
|
</dd>
|
|
<dt><b>CPF39B1</b></dt>
|
|
<dd>Trace &1 type &2 does not exist
|
|
</dd>
|
|
<dt><b>CPF39B6</b></dt>
|
|
<dd>Communications trace function cannot be performed
|
|
</dd>
|
|
<dt><b>CPF39C3</b></dt>
|
|
<dd>Trace &1 type &2 cannot be ended.
|
|
</dd>
|
|
<dt><b>CPF98A2</b></dt>
|
|
<dd>Not authorized to &1 command.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|