251 lines
8.0 KiB
HTML
251 lines
8.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>Verify Communications (VFYCMN)</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="VFYCMN.Top_Of_Page"></a>
|
|
<h2>Verify Communications (VFYCMN)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#VFYCMN.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#VFYCMN.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#VFYCMN.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="VFYCMN"></a>
|
|
<p>The Verify Communications (VFYCMN) command shows the Select a Line to Test display, which can be used to verify that communications equipment is operating properly.
|
|
</p>
|
|
<p>Depending on the user's system configuration, the following tests can be run:
|
|
</p>
|
|
<ul>
|
|
<li>Link
|
|
</li>
|
|
<li>Local modem
|
|
</li>
|
|
<li>Remote modem
|
|
</li>
|
|
<li>Cable
|
|
</li>
|
|
<li>Communications input/output adapter
|
|
</li>
|
|
<li>Link Problem Determination Aid-2 (LPDA-2)
|
|
</li>
|
|
</ul>
|
|
<p><b>Restriction:</b> This command is shipped with public *EXCLUDE authority and the QPGMR, QSYSOPR, QSRV, and QSRVBAS user profiles have private authorities to use the command.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="VFYCMN.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="#VFYCMN.VFYTYPE"><b>VFYTYPE</b></a></td>
|
|
<td valign="top">Verification type</td>
|
|
<td valign="top">*REMOTE, <b><u>*LOCAL</u></b></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#VFYCMN.RCPNAME"><b>RCPNAME</b></a></td>
|
|
<td valign="top">Remote control point</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#VFYCMN.NETID"><b>NETID</b></a></td>
|
|
<td valign="top">Network ID</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*NETATR</u></b></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#VFYCMN.USERID"><b>USERID</b></a></td>
|
|
<td valign="top">User ID</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#VFYCMN.PASSWORD"><b>PASSWORD</b></a></td>
|
|
<td valign="top">Password</td>
|
|
<td valign="top"><i>Character value</i>, <b><u>X''</u></b>, *NONE</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="VFYCMN.VFYTYPE"></a>
|
|
<h3>Verification type (VFYTYPE)</h3>
|
|
<p>Specifies the type of verification. You may verify that local or remote communications hardware is operating correctly.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>You cannot do remote analysis if the IBM System Manager for i5/OS program is not installed.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*LOCAL</u></b></dt>
|
|
<dd>Communications hardware is checked to verify that it is operating correctly on this iSeries.
|
|
</dd>
|
|
<dt><b>*REMOTE</b></dt>
|
|
<dd>Communications hardware is checked to verify that it is operating correctly on another iSeries system that is enrolled as a service requester.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="VFYCMN.RCPNAME"></a>
|
|
<h3>Remote control point (RCPNAME)</h3>
|
|
<p>Specifies the remote control point name for the service requester system where the remote verification is done.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>This parameter is valid only if *REMOTE is specified for the <b>Verification type</b> prompt (VFYTYPE parameter).
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="VFYCMN.NETID"></a>
|
|
<h3>Network ID (NETID)</h3>
|
|
<p>Specifies the network identifier (ID) for the service requester system where the remote verification is done.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>This parameter is valid only if *REMOTE is specified for the <b>Verification type</b> prompt (VFYTYPE parameter).
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NETATR</u></b></dt>
|
|
<dd>The network ID of the service provider is used.
|
|
</dd>
|
|
<dt><b><i>network-ID</i></b></dt>
|
|
<dd>Specify the network ID.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="VFYCMN.USERID"></a>
|
|
<h3>User ID (USERID)</h3>
|
|
<p>Specifies the user identifier (ID) used to access the remote system.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>This parameter is valid only if *REMOTE is specified for the <b>Verification type</b> prompt (VFYTYPE parameter).
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="VFYCMN.PASSWORD"></a>
|
|
<h3>Password (PASSWORD)</h3>
|
|
<p>Specifies the password used to access the remote system.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>This parameter is valid only if *REMOTE is specified for the <b>Verification type</b> prompt (VFYTYPE parameter).
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NONE</u></b></dt>
|
|
<dd>No password is needed to access the remote system because the remote system has a security level of 10.
|
|
</dd>
|
|
<dt><b><i>password</i></b></dt>
|
|
<dd>Specify the password.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="VFYCMN.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Show Select a Line to Test Panel</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
VFYCMN
|
|
</pre>
|
|
</p>
|
|
<p>This command shows the Select a Line to Test panel.
|
|
</p>
|
|
<p><b>Example 2: Checking a Remote System</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
VFYCMN VFYTYPE(*REMOTE)
|
|
</pre>
|
|
</p>
|
|
<p>This command shows the panel which prompts for the remaining values of the command. After you specify the appropriate values, remote analysis begins.
|
|
</p>
|
|
<p><b>Example 3: Accessing a Remote System Using a Password</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
VFYCMN VFYTYPE(*REMOTE) RCPNAME(RCH38377) USERID(JON)
|
|
PASSWORD(ABC123)
|
|
</pre>
|
|
</p>
|
|
<p>This command shows the display which prompts for the remaining values of the command. After you specify the appropriate values beyond the ones specified on the command example, remote analysis begins.
|
|
</p>
|
|
<p><b>Example 4: Accessing a Remote System Without a Password</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
VFYCMN VFYTYPE(*REMOTE) RCPNAME(RCH38377) USERID(JON)
|
|
</pre>
|
|
</p>
|
|
<p>This command is similar to the preceding example except that the PASSWORD parameter is not specified. The same prompt display is shown, however, the system assumes that the remote system has a security level of 10, that is, it does not use passwords. Another prompt display appears after this command is specified. After the user specifies the appropriate values on this display, remote analysis begins.
|
|
</p>
|
|
<p><b>Example 5: Checking a Local System</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
VFYCMN VFYTYPE(*LOCAL)
|
|
</pre>
|
|
</p>
|
|
<p>This command begins analysis on the local device. The remaining parameters do not appear on the display.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="VFYCMN.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2B3C</b></dt>
|
|
<dd>Licensed program &1 not installed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#VFYCMN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|