163 lines
5.0 KiB
HTML
163 lines
5.0 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>Delete Communications Trace (DLTCMNTRC)</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="DLTCMNTRC.Top_Of_Page"></a>
|
|
<h2>Delete Communications Trace (DLTCMNTRC)</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="#DLTCMNTRC.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#DLTCMNTRC.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#DLTCMNTRC.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="DLTCMNTRC"></a>
|
|
<p>The Delete Communications Trace (DLTCMNTRC) command deletes the communications trace for the specified line, a network interface description, or a network server description. The communications trace can be deleted after the trace has ended.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ul>
|
|
<li>To use this command, 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="#DLTCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="DLTCMNTRC.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="#DLTCMNTRC.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="#DLTCMNTRC.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="#DLTCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="DLTCMNTRC.CFGOBJ"></a>
|
|
<h3>Configuration object (CFGOBJ)</h3>
|
|
<p>Specifies the configuration object for which collected trace information is to be deleted.
|
|
</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 trace information is to be deleted.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="DLTCMNTRC.CFGTYPE"></a>
|
|
<h3>Type (CFGTYPE)</h3>
|
|
<p>Specifies the type of configuration description that was 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="#DLTCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DLTCMNTRC.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
DLTCMNTRC CFGOBJ(*QESLINE) CFGTYPE(*NWI)
|
|
</pre>
|
|
</p>
|
|
<p>This command deletes the communications trace data for line description QESLINE.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DLTCMNTRC.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2634</b></dt>
|
|
<dd>Not authorized to object &1.
|
|
</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>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>CPF39B2</b></dt>
|
|
<dd>Trace data for &1 type &2 cannot be deleted
|
|
</dd>
|
|
<dt><b>CPF39B6</b></dt>
|
|
<dd>Communications trace function cannot be performed
|
|
</dd>
|
|
<dt><b>CPF98A2</b></dt>
|
|
<dd>Not authorized to &1 command.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|