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

74 lines
3.2 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>Product version report scripts</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="qshgenver"></a>Product version report scripts</h3>
<p>WebSphere Application Server - Express provides these scripts to generate product version reports:</p>
<ul>
<li><a href="#vgen">The genVersionReport script</a></li>
<li><a href="#vinfo">The versionInfo script</a></li>
</ul>
<p>For information on running Qshell scripts, see <a href="../admin/qshadm.htm">Configure Qshell to run WebSphere Application Server - Express scripts</a>.</p>
<p><strong>Authority</strong></p>
<p>No special authority is required to run these scripts.</p>
<p><strong><a name="vgen"></a>The genVersionReport script</strong></p>
<p>The genVersionReport script generates the versionReport.html report file in the current working directory. The report includes the list of components, e-fixes, and PTFs.</p>
<p>The syntax of the genVersionReport script is:</p>
<pre>genVersionReport</pre>
<p><strong><a name="vinfo"></a>The versionInfo script</strong></p>
<p>The versionInfo script generates a customized version report based on the parameters that you specify.</p>
<p><strong>Syntax</strong></p>
<p>The syntax of the versionInfo script is:</p>
<pre>versionInfo [ -format text | html ] [-file <em>filename</em> ] [ -components ]
[ -componentDetail ] [ -efixes ] [ -efixDetail ] [ -ptfs ] [ -ptfDetail ]
[ -help | -? ] [ -usage ]</pre>
<p><strong>Parameters</strong></p>
<p>The parameters of the versionInfo script are:</p>
<ul>
<li><p><strong>-format</strong><br>
This is an optional parameter that specifies the format of the report. Valid values are <tt>text</tt> and <tt>html</tt>. The default value is <tt>text</tt>.</p></li>
<li><p><strong>-file</strong><br>
This is an optional paramter. The value <em>filename</em> specifies the output file name. By default, the report is written to standard output.</p></li>
<li><p><strong>-components</strong><br>
This optional parameter adds a list of installed components to the report.</p></li>
<li><p><strong>-componentDetail</strong><br>
This optional parameter adds details about installed components to the report.</p></li>
<li><p><strong>-efixes</strong><br>
This optional parameter adds a list of applied e-fixes to the report. Because WebSphere Application Server - Express for iSeries does not support e-fixes, this parameter is ignored on iSeries.</p></li>
<li><p><strong>-efixDetail</strong><br>
This optional parameter adds details about applied e-fixes to the report. Because WebSphere Application Server - Express for iSeries does not support e-fixes, this parameter is ignored on iSeries.</p></li>
<li><p><strong>-ptfs</strong><br>
This optional parameter adds a list of applied PTFs to the report.</p></li>
<li><p><strong>-ptfDetail</strong><br>
This optional parameter adds details about applied PTFs to the report.</p></li>
</ul>
</body>
</html>