174 lines
5.3 KiB
HTML
174 lines
5.3 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>Check Communications Trace (CHKCMNTRC)</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="CHKCMNTRC.Top_Of_Page"></a>
|
|
<h2>Check Communications Trace (CHKCMNTRC)</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="#CHKCMNTRC.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#CHKCMNTRC.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#CHKCMNTRC.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="CHKCMNTRC"></a>
|
|
<p>The Check Communications Trace (CHKCMNTRC) command returns the communications trace status for a specific line, a network interface description, a network server description, or for all of the traces of a specific type that exist on the system. The status is returned through a message.
|
|
</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="#CHKCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="CHKCMNTRC.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="#CHKCMNTRC.CFGOBJ"><b>CFGOBJ</b></a></td>
|
|
<td valign="top">Configuration object</td>
|
|
<td valign="top"><i>Name</i>, *ALL</td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#CHKCMNTRC.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="#CHKCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="CHKCMNTRC.CFGOBJ"></a>
|
|
<h3>Configuration object (CFGOBJ)</h3>
|
|
<p>Specifies the name of the configuration description to check. The configuration description is either a line description or a network interface description.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<dl>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>The communications trace status is returned for all of the traces of a specific type.
|
|
</dd>
|
|
<dt><b><i>name</i></b></dt>
|
|
<dd>Specify the name of the configuration description to be checked.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="CHKCMNTRC.CFGTYPE"></a>
|
|
<h3>Type (CFGTYPE)</h3>
|
|
<p>Specifies the object type of the configuration description to check.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<dl>
|
|
<dt><b>*LIN</b></dt>
|
|
<dd>Status for lines is shown.
|
|
</dd>
|
|
<dt><b>*NWI</b></dt>
|
|
<dd>Status for network interfaces is shown.
|
|
</dd>
|
|
<dt><b>*NWS</b></dt>
|
|
<dd>Status for network servers is shown.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CHKCMNTRC.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Checking All Traces</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
CHKCMNTRC CFGOBJ(*ALL) CFGTYPE(*NWI)
|
|
</pre>
|
|
</p>
|
|
<p>This command shows the communications trace status of all network interface traces.
|
|
</p>
|
|
<p><b>Example 2: Checking An Individual Trace</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
CHKCMNTRC CFGOBJ(QESLINE) CFGTYPE(*LIN)
|
|
</pre>
|
|
</p>
|
|
<p>This command shows the communications trace status of line QESLINE.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CHKCMNTRC.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<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>CPF39BE</b></dt>
|
|
<dd>No communications traces of type &1 exist
|
|
</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>CPF98A2</b></dt>
|
|
<dd>Not authorized to &1 command.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKCMNTRC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|