293 lines
13 KiB
HTML
293 lines
13 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>Add TCP/IP Host Table Entry (ADDTCPHTE)</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="ADDTCPHTE.Top_Of_Page"></a>
|
|
<h2>Add TCP/IP Host Table Entry (ADDTCPHTE)</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="#ADDTCPHTE.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ADDTCPHTE.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ADDTCPHTE.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ADDTCPHTE"></a>
|
|
<p>The Add TCP/IP Host Table Entry (ADDTCPHTE) command adds an internet address and its associated host names along with an optional text description field to the local host table. For each entry, the host table is defined to allow one internet address, up to 4 host names, and a text description field.
|
|
</p>
|
|
<p>See also the following host table commands:
|
|
</p>
|
|
<ul>
|
|
<li>Change TCP/IP Host Table Entry (CHGTCPHTE) command changes one or more host names or the text description field
|
|
</li>
|
|
<li>Merge TCP/IP Host Table (MRGTCPHT) command merges host names, internet addresses, and text comment entries from a physical file member into the local host table. A replace option is also provided that allows the entire local host table to be replaced by the host table entries in a user specified physical file member.
|
|
</li>
|
|
<li>Rename TCP/IP Host Table Entry (RNMTCPHTE) command renames the internet address of a host table entry to another internet address
|
|
</li>
|
|
<li>Remove TCP/IP Host Table Entry (RMVTCPHTE) command removes an entire entry from the local host table.
|
|
</li>
|
|
</ul>
|
|
<p>If an internet address already exists in the host table that matches the internet address specified in the command, an escape message is sent to the user and the duplicate internet address is not added.
|
|
</p>
|
|
<p>If a remote name server is being used by your system for resolving a host name or an internet address, the choice to first search the remote name server or the local host table depends on how the searched-first value was configured on the configuration panel of the remote name server. To change the remote name server or the searched-first value, enter the Configure TCP/IP (CFGTCP) command and select option 12.
|
|
</p>
|
|
<p>The TCP/IP host table is shipped with the loopback entry. This entry has an internet address of 127.0.0.1 and two host names; LOOPBACK and LOCALHOST. The LOOPBACK host name can only be associated with an internet address that has a first-byte value equal to 127.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ul>
|
|
<li>You must have input/output system configuration (*IOSYSCFG) special authority to run this command.
|
|
</li>
|
|
</ul>
|
|
<h5>Related APPC over TCP/IP Information</h5>
|
|
<p>APPC over TCP/IP (AnyNet) uses the host name to map location names to internet addresses. The host name must be in the form:
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
location.netid.SNA.IBM.COM
|
|
</pre>
|
|
</p>
|
|
<p>Where <i>location</i> is the remote location the program is opening to, and <i>netid</i> is the network identifier for this connection. <i>SNA.IBM.COM</i> is the qualifier that designates this as the APPC over TCP/IP domain.
|
|
</p>
|
|
<p>Location names support characters that <b>cannot</b> be present in host names (for example: $ (dollar), @ (at sign), and # (number sign)). Therefore, the APPC application can open only to locations that fulfill the TCP/IP host name syntax. This limits location names used for APPC over TCP/IP to the characters A-Z (uppercase and lowercase) and 0-9.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDTCPHTE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ADDTCPHTE.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="#ADDTCPHTE.INTNETADR"><b>INTNETADR</b></a></td>
|
|
<td valign="top">Internet address</td>
|
|
<td valign="top"><i>Character value</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="2"><a href="#ADDTCPHTE.HOSTNAME"><b>HOSTNAME</b></a></td>
|
|
<td valign="top">Host names</td>
|
|
<td valign="top">Values (up to 4 repetitions): <i>Element list</i></td>
|
|
<td valign="top" rowspan="2">Required, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 1: Name</td>
|
|
<td valign="top">
|
|
<i>Character value</i></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ADDTCPHTE.TEXT"><b>TEXT</b></a></td>
|
|
<td valign="top">Text 'description'</td>
|
|
<td valign="top"><i>Character value</i></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDTCPHTE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="ADDTCPHTE.INTNETADR"></a>
|
|
<h3>Internet address (INTNETADR)</h3>
|
|
<p>Specifies the internet address that the host names and text descriptions are associated with. The internet address is specified in the form <i>nnn.nnn.nnn.nnn</i>, where <i>nnn</i> is a decimal number ranging from 0 through 255. An internet address is not valid if it has a value of all binary ones or all binary zeros for the network identifier (ID) portion or the host ID portion of the address. If the internet address is entered from a command line, the address must be enclosed in apostrophes.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDTCPHTE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ADDTCPHTE.HOSTNAME"></a>
|
|
<h3>Host names (HOSTNAME)</h3>
|
|
<p>Specifies the host names corresponding to the internet address. The host name can be either the short form or the full domain version of the name. A common practice is to define one short name that is unique within your local network and to also define the full domain version of the host name that is unique within the internet. Specify from 1 to 4 different host names to be associated with the internet address.
|
|
</p>
|
|
<p>A domain name or a host name can be a text string having 1 to 255 characters. Domain names consist of one or more labels separated by periods. Each label can contain up to 63 characters. The first character of each label must be an alphabetic character or a digit. The last character of each label must be an alphabetic character, a digit, or a period. The following characters are allowed in domain names:
|
|
</p>
|
|
<ul>
|
|
<li>Alphabetical characters A through Z
|
|
</li>
|
|
<li>Digits 0 through 9
|
|
</li>
|
|
<li>Underscore (_)
|
|
</li>
|
|
<li>Minus sign (-)
|
|
</li>
|
|
<li>Period (.). Periods are allowed only when they separate labels of the domain style name or as the last character in the domain name. (Refer to RFC 1034.) A domain name cannot have two consecutive periods.
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
<b>Note: </b>These characters are part of the Syntactic Character Set (character set number 640). This character set is also commonly referred to as invariant.
|
|
</p>
|
|
<p>Other domain name and host name conventions include the following:
|
|
</p>
|
|
<ul>
|
|
<li>Uppercase and lowercase characters are allowed, but no significance is attached to the case. The host name (HOSTNAME) may be converted to uppercase depending on the combination of characters and digits. If the HOSTNAME is enclosed in apostrophes ('), the case is maintained as entered.
|
|
</li>
|
|
<li>The host name returned when searching the host table for an internet address is the first host name associated with the internet address. For example, if the address 9.130.38.187 is defined in the host table with names ROCHESTER, JOHN, and RCHAS100, the name ROCHESTER would be returned. The other two host names would not be used in this type of search. However, these host names would be used when searching the host table to find the internet address associated with the names JOHN and RCHAS100.
|
|
</li>
|
|
<li>Try to limit your domain name labels to 12 characters. Shorter labels are easier to remember.
|
|
</li>
|
|
<li>It is a common practice to use hierarchical names that allow predictable extensions for change and growth. Domain names normally reflect the delegation of authority or hierarchy used to assign them. For example, the name SYS1.MFG.ABC.COM can be broken down into the following:
|
|
<dl>
|
|
<dt><b>COM</b></dt>
|
|
<dd>All commercial networks.
|
|
</dd>
|
|
<dt><b>ABC.COM</b></dt>
|
|
<dd>All systems in the ABC company's commercial network.
|
|
</dd>
|
|
<dt><b>MFG.ABC.COM</b></dt>
|
|
<dd>All manufacturing systems in the ABC company's commercial network.
|
|
</dd>
|
|
<dt><b>SYS1.MFG.ABC.COM</b></dt>
|
|
<dd>A host named SYS1 in the manufacturing area of the company's commercial network.
|
|
</dd>
|
|
</dl>
|
|
<p>The COM designation is one of several domain names used by convention when connecting to the Internet. Some of the other domain names that follow this convention are:
|
|
</p>
|
|
<dl>
|
|
<dt><b>COM</b></dt>
|
|
<dd>Commercial organizations
|
|
</dd>
|
|
<dt><b>EDU</b></dt>
|
|
<dd>Educational institutions
|
|
</dd>
|
|
<dt><b>GOV</b></dt>
|
|
<dd>Government institutions
|
|
</dd>
|
|
<dt><b>MIL</b></dt>
|
|
<dd>Military groups
|
|
</dd>
|
|
<dt><b>NET</b></dt>
|
|
<dd>Major network support centers
|
|
</dd>
|
|
<dt><b>ORG</b></dt>
|
|
<dd>Organizations other than those listed previously
|
|
</dd>
|
|
<dt><b>ARPA</b></dt>
|
|
<dd>Temporary ARPANET domain
|
|
</dd>
|
|
<dt><b>Country or Region Code</b></dt>
|
|
<dd>Countries or regions other than the USA
|
|
</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dt><b><i>name</i></b></dt>
|
|
<dd>Specify a host name to be associated with the specified internet address. When running APPC over TCP/IP, <i>name</i> is in the form:
|
|
<p>
|
|
<pre>
|
|
location.netid.SNA.IBM.COM
|
|
</pre>
|
|
</p>
|
|
<p>The default if a host name is not specified is blanks. At least one host name must specified. An IP address cannot be a host name.
|
|
</p>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDTCPHTE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ADDTCPHTE.TEXT"></a>
|
|
<h3>Text 'description' (TEXT)</h3>
|
|
<p>Specifies a comment associated with this host table entry.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>If the host table will be copied to a system using a different code page than the system it was created on, it is suggested that you avoid using certain characters in a comment. Host table entry comments will be more portable if they are limited to characters in the Syntactic Character Set (invariant).
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*BLANK</u></b></dt>
|
|
<dd>The text-description field for this host table entry is to contain blanks.
|
|
</dd>
|
|
<dt><b><i>character-value</i></b></dt>
|
|
<dd>Specify a text-description field to be associated with the specified internet address. Comments can contain a maximum of 64 characters.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDTCPHTE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ADDTCPHTE.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Adding a Short Host Name</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
ADDTCPHTE INTNETADR('132.28.71.5') HOSTNAME(AS400ETH)
|
|
TEXT('AS400ETH on Ethernet subnet')
|
|
</pre>
|
|
</p>
|
|
<p>This command associates the host name AS400ETH with the internet address of 132.28.71.5. The text 'AS400ETH on Ethernet subnet' is saved as the descriptive comment for this host table entry.
|
|
</p>
|
|
<p><b>Example 2: Adding Two Host Names</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
ADDTCPHTE INTNETADR('9.5.42.6')
|
|
HOSTNAME((AS400ETH.SALES.ABC.COM)
|
|
('as400eth.sales.abc'))
|
|
TEXT('Entry verified on 1 April 1994 by J. Jones')
|
|
</pre>
|
|
</p>
|
|
<p>This command associates the host names AS400ETH.SALES.ABC.COM and AS400ETH.SALES.ABC with the internet address of 9.5.42.6. Because no significance is attached to a case, a match is found on host name AS400ETH.SALES.ABC.COM or as400eth.sales.abc. The text 'Entry verified on 1 April 1994 by J. Jones' is saved as the descriptive comment for this host table entry.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDTCPHTE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ADDTCPHTE.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>TCP1901</b></dt>
|
|
<dd>Internet address &1 not valid.
|
|
</dd>
|
|
<dt><b>TCP1902</b></dt>
|
|
<dd>Internet address &1 not valid.
|
|
</dd>
|
|
<dt><b>TCP1903</b></dt>
|
|
<dd>Specified host name not valid.
|
|
</dd>
|
|
<dt><b>TCP1904</b></dt>
|
|
<dd>Duplicate internet address &1 found in host table.
|
|
</dd>
|
|
<dt><b>TCP1908</b></dt>
|
|
<dd>Internet address &1 not valid.
|
|
</dd>
|
|
<dt><b>TCP1910</b></dt>
|
|
<dd>LOOPBACK internet address &1 not valid.
|
|
</dd>
|
|
<dt><b>TCP1929</b></dt>
|
|
<dd>Host table not available.
|
|
</dd>
|
|
<dt><b>TCP8050</b></dt>
|
|
<dd>*IOSYSCFG authority required to use &1.
|
|
</dd>
|
|
<dt><b>TCP9999</b></dt>
|
|
<dd>Internal system error in program &1.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDTCPHTE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|