73 lines
4.6 KiB
HTML
73 lines
4.6 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="task" />
|
|
<meta name="DC.Title" content="Verify TCP/IP configuration" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaijpcnet.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaijw95tcp.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="vertcppc" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Verify TCP/IP configuration</title>
|
|
</head>
|
|
<body id="vertcppc"><a name="vertcppc"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Verify TCP/IP configuration</h1>
|
|
<div><div class="section"> <p>You can verify that TCP/IP is set up correctly on your PC by
|
|
issuing a PING command to the <span class="keyword">iSeries™</span> server:</p>
|
|
</div>
|
|
<ol><li class="stepexpand" id="vertcppc__cwbping"><a name="vertcppc__cwbping"><!-- --></a><span>Open
|
|
a command prompt. </span></li>
|
|
<li class="stepexpand"><span>Type <samp class="codeph">PING <em>system</em></samp> where <samp class="codeph"><em>system</em></samp> is
|
|
the name of the <span class="keyword">iSeries</span> server
|
|
that you want to connect to.</span></li>
|
|
<li class="stepexpand"><span>If your TCP/IP configuration is correct, you should see reply messages
|
|
from the <span class="keyword">iSeries</span> server. If
|
|
you do not see these reply messages, here are some possible reasons why the
|
|
PING command failed: </span> <ul><li>You might be trying to PING the wrong address. Check the address of the <span class="keyword">iSeries</span> server.</li>
|
|
<li>You might have an incorrect IP address listed for the <span class="keyword">iSeries</span> server
|
|
in your HOSTS file or DNS entry. This occurs only when you try to PING an <span class="keyword">iSeries</span> server by name (as opposed to
|
|
the IP address). If so, try <samp class="codeph">PING <var class="varname">nnn.nnn.nnn.nnn</var></samp> where <samp class="codeph"><var class="varname">nnn.nnn.nnn.nnn</var></samp> is
|
|
the IP address of the <span class="keyword">iSeries</span> server
|
|
that you want to connect to. You can obtain the IP address of the <span class="keyword">iSeries</span> server from your system administrator.
|
|
If that works, update your HOSTS file or DNS entry with the correct address.</li>
|
|
<li>Incorrect LAN adapter address is set in the adapter properties on the
|
|
PC.</li>
|
|
<li>There is no physical connection to the <span class="keyword">iSeries</span> server.</li>
|
|
<li>The <span class="keyword">iSeries</span> server or network
|
|
name is not correct.</li>
|
|
<li>TCP/IP is not configured correctly on the PC.</li>
|
|
<li>TCP/IP is not installed or configured correctly, or is not started, on
|
|
the <span class="keyword">iSeries</span> server. These problems
|
|
need to be addressed by the system administrator.</li>
|
|
<li>The <span class="keyword">iSeries</span> server is down.</li>
|
|
<li>The iSeries server
|
|
is located behind a firewall that will not allow you to PING. Try <samp class="codeph">telnet <em>systemname</em></samp>.</li>
|
|
<li>If none of the above explain your problem, restart and go through the
|
|
configuration process again.</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaijpcnet.htm" title="Use this information to configure TCP/IP on supported Windows operating systems.">Set up TCP/IP on the PC</a></div>
|
|
<div class="previouslink"><strong>Previous topic:</strong> <a href="rzaijw95tcp.htm">Configure TCP/IP support on the PC</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |