56 lines
3.1 KiB
HTML
56 lines
3.1 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">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>The prerequisite validator tool</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="qshprereq"></a>The prerequisite validator tool</h4>
|
||
|
|
||
|
<p>The prerequisite validator tool verifies your WebSphere Application Server - Express installation, ensures that you have the appropriate prerequisite software and PTFs installed, and verifies certain configuration settings required by the product.</p>
|
||
|
|
||
|
<p><strong>Note:</strong> The prerequisite validator tool can also be run from the checkprereqs script. See <a href="#checkprereqs">The checkprereqs script</a> for more information.</p>
|
||
|
|
||
|
<p>For descriptions of the syntax and parameters that apply to the servicetools script, see <a href="qshsvctools.htm">The servicetools script</a>.</p></p>
|
||
|
|
||
|
<p><strong>Syntax</strong></p>
|
||
|
<p>The syntax to run the prerequisite validator tool is:</p>
|
||
|
|
||
|
<pre>servicetools [ <em>parameters</em> ] -checkprereqs [ -xmlinput <em>xml_input_file</em> ]
|
||
|
[ -xmloutput <em>xml_output_file</em> ] [ -output <em>output_file</em> ] [ -verbose ] [ -help ]</pre>
|
||
|
|
||
|
<p><strong>Parameters</strong></p>
|
||
|
<p>The parameters for the prerequisite validator tool are:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><p><strong><em>parameters</em></strong>
|
||
|
<br>This optional parameter list specifies parameters for the servicetools script. See <a href="qshsvctools.htm">The servicetools script</a> for more information. The servicetools parameters must be specified before the -checkprereqs parameter.</p></li>
|
||
|
|
||
|
<li><p><strong>-checkprereqs</strong>
|
||
|
<br>This parameter invokes the prerequsite validator.</p></li>
|
||
|
|
||
|
<li><p><strong>-xmlinput</strong>
|
||
|
<br>This is an optional parameter. The value <em>xml_input_file</em> specifies the fully qualified path of the XML file that lists the prerequisites that the script checks. If this parameter is not specified, the script uses the default XML input file that is included in the ServiceTools.jar file.</p></li>
|
||
|
|
||
|
<li><p><strong>-xmloutput</strong>
|
||
|
<br>This is an optional parameter. The value <em>xml_output_file</em> specifies the fully qualified path of the XML file to which the script writes the results. If neither this parameter nor the -output parameter is specified, output information is written to the display.</p></li>
|
||
|
|
||
|
<li><p><strong>-verbose</strong>
|
||
|
<br>This is an optional parameter. If you specify this parameter, the script displays all result information. If you do not specify this parameter, the script does not display successful result information.</p></li>
|
||
|
|
||
|
<li><p><strong>-output</strong>
|
||
|
<br>This is an optional parameter. If you specify this parameter, the script displays all result information. If you do not specify this parameter, the script does not display successful result information.</p></li>
|
||
|
|
||
|
<li><p><strong>-help</strong>
|
||
|
<br>This optional parameter displays the usage statement for the script.</p></li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|