81 lines
2.5 KiB
HTML
81 lines
2.5 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
||
|
<title>TCP/IP troubleshooter</title>
|
||
|
|
||
|
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
|
||
|
<!-- 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. -->
|
||
|
|
||
|
<script type="text/javascript" language="Javascript">
|
||
|
<!-- // Hide script from older browsers
|
||
|
|
||
|
//START NON-TRANSLATABLE
|
||
|
function onNext() {
|
||
|
//Is Yes checked?
|
||
|
if (document.form1.rad[0].checked == true) {
|
||
|
//Jump to page A
|
||
|
window.location = "rzakutrb200.htm";
|
||
|
} else {
|
||
|
//No must be checked
|
||
|
//Jump to page B
|
||
|
window.location = "rzakutrb170.htm";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
function onBack() {
|
||
|
history.back();
|
||
|
}
|
||
|
|
||
|
//END NON-TRANSLATABLE
|
||
|
|
||
|
////////// -->
|
||
|
</script>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h2>TCP/IP troubleshooter</h2>
|
||
|
<strong>Verify that TCP/IP is active on the remote system</strong>
|
||
|
|
||
|
<p>If the remote system is using i5/OS, follow these steps:
|
||
|
|
||
|
<ol><li>From the command line on the remote system, type <TT>STRTCP</TT>.</li>
|
||
|
<li>Verify that TCP/IP has started:
|
||
|
<ul>
|
||
|
<li>If TCP/IP was already active when you entered STRTCP, you should receive the message <TT>TCP/IP currently active</TT>.</li>
|
||
|
<li>If TCP/IP was not active and STRTCP started TCP/IP successfully, you should receive the message <TT>STRTCP completed successfully</TT>.</li>
|
||
|
<li>If you are using IPv6, verify that IPv6 has been configured and is active on an interface in your network. For details see
|
||
|
<a href="../rzai2/rzai2configipv6.htm">Configure IPv6</a>.</li></ul></li></ol>
|
||
|
|
||
|
<p>If you do not have control of the remote system, contact the network administrator for the remote system to find out whether TCP/IP is active.</p>
|
||
|
|
||
|
<form name="form1">
|
||
|
<p>Is the remote system active?</p>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<td><input type="radio" name="rad" value="yes" id="yep" checked></td>
|
||
|
<td><label for="yep">Yes</label></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<td><input type="radio" name="rad" value="nope" id="nope"></td>
|
||
|
<td><label for="nope">No</label></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<br><br>
|
||
|
<center>
|
||
|
<input type="button" value="<< Back" onClick="onBack()">
|
||
|
<input type="button" value="Next >>" onClick="onNext()">
|
||
|
</center>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|
||
|
|