67 lines
3.1 KiB
HTML
67 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>Product history report scripts</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="qshgenhist"></a>Product history report scripts</h4>
|
||
|
|
||
|
<p>WebSphere Application Server - Express provides these scripts to generate product history reports:</p>
|
||
|
<ul>
|
||
|
<li><a href="#hgen">The genHistoryReport script</a></li>
|
||
|
<li><a href="#hinfo">The historyInfo script</a></li>
|
||
|
</ul>
|
||
|
<p>For information on running Qshell scripts, see <a href="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="hgen"></a>The genHistoryReport script</strong></p>
|
||
|
<p>The genHistoryReport script generates the historyReport.html file in the current working directory. The report includes all updates and components.</p>
|
||
|
|
||
|
<p>The syntax of the genHistoryReport script is:</p>
|
||
|
<pre>genHistoryReport</pre>
|
||
|
|
||
|
<p><strong><a name="hinfo"></a>The historyInfo script</strong></p>
|
||
|
<p>The historyInfo script generates a customized history report based on the parameters that you specify.</p>
|
||
|
|
||
|
<p><strong>Syntax</strong></p>
|
||
|
<p>The syntax of the historyInfo script is:</p>
|
||
|
|
||
|
<pre>historyInfo [ -format text | html ] [ -file <em>filename</em> ]
|
||
|
[ -updateID <em>ID</em> ] [ -component <em>componentname</em> ]
|
||
|
[ -help | -? ] [ -usage ]</pre>
|
||
|
|
||
|
<p><strong>Parameters</strong></p>
|
||
|
<p>The parameters of the historyInfo script are:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><p><strong>-format</strong><br>
|
||
|
This is an optional paramter 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 parameter. The value <em>filename</em> specifies the output file name. By default, the report is written to standard output.</p></li>
|
||
|
|
||
|
<li><p><strong>-updateID</strong><br>
|
||
|
This is an optional parameter. The value <em>ID</em> specifies the ID of an e-fix or PTF update. If you specify this parameter, the product history report displays events for only the specified update. If you do not specify this parameter, the report displays events for all updates.</p></li>
|
||
|
|
||
|
<li><p><strong>-component</strong><br>
|
||
|
This is an optional parameter. The value <em>componentname</em> specifies the name of a component. If you specify this parameter, the product history report displays events for only the specified component. If you do not specify this parameter, the report displays events for all components.</p></li>
|
||
|
|
||
|
<li><p><strong>-help</strong> or <strong>-?</strong><br>
|
||
|
This parameter displays information about the parameter values for the historyInfo script.</p></li>
|
||
|
|
||
|
<li><p><strong>-usage</strong><br>
|
||
|
This parameter displays the syntax of the historyInfo script.</p></li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|