ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/trb/trbservtool.htm

29 lines
1.6 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Check for port conflicts</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><A NAME="trbservtool"></A>Check for port conflicts</h3>
<p>WebSphere Application Server - Express may not run properly if you have port conflicts. For example, your server may not start. The port validator verifies your configuration to ensure that you do not have port conflicts across WebSphere Application Server instances and products. It detects port conflicts between instances and servers in different Version 4 and Version 5 products (Version 4 Advanced Edition, Version 4 Advanced Edition Single Server, Version 5 Base, Version 5 Network Deployment, Version 5 Express, Version 5.1 Base, Version 5.1 Network Deployment, and Version 5.1 Express).</p>
<p>To run the port validator, run the servicetools script from the Qshell command line and specify the <nobr>-portconflict</nobr> parameter.</p>
<ol>
<li>On the CL command line, enter the STRQSH (Start Qshell) command.</li>
<li>On the Qshell command line, use the cd command to change to the directory that contains the script:
<pre>cd /QIBM/ProdData/WebASE51/ASE/bin</pre></li>
<li>Run the servicetools script to check for port conflicts:
<pre>servicetools -portconflict -products all</pre>
<p>For more information, see <a href="qshportval.htm">The port validator tool</a>.</p></li>
</ol>
</body>
</html>