71 lines
2.9 KiB
HTML
71 lines
2.9 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>Display application server properties with the dspwasinst script</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h3><a name="qshdspinst"></a>Display application server properties with the dspwasinst script</h3>
|
|
|
|
<p>The dspwasinst script displays information about an application server instance. The script displays this information:</p>
|
|
<ul>
|
|
<li>Application servers. For each application server, the following information is displayed:
|
|
<ul>
|
|
<li>Port numbers</li>
|
|
<li>Installed applications</li>
|
|
<li>Status (running or stopped)</li>
|
|
<li>Job ID (if the application server is running)</li>
|
|
</ul></li>
|
|
<li>Cell name</li>
|
|
<li>Node name</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>To run this script, your iSeries user profile must have *ALLOBJ authority.</p>
|
|
|
|
<p><strong>Usage</strong></p>
|
|
<p>To display information for an instance and for the application servers in that instance, run the dspwasinst script from the Qshell command line. To run the dspwasinst script, follow these steps:</p>
|
|
|
|
<ol>
|
|
<li><p>On the CL command line, run the STRQSH (Start Qshell) command.</p></li>
|
|
<li><p>Run the cd command to change to the directory that contains the script:</p>
|
|
<pre>cd /QIBM/ProdData/WebASE/ASE5/bin</pre></li>
|
|
<li><p>Run the dspwasinst script:</p>
|
|
<pre>dspwasinst -instance <em>instance</em></pre>
|
|
<p>where <em>instance</em> is the name of the instance that you want to display.</p></li>
|
|
</ol>
|
|
|
|
<p><strong>Syntax</strong></p>
|
|
<p>The syntax of the script is:</p>
|
|
|
|
<pre>dspwasinst -instance <em>instance</em> [ -server <em>servername</em> ] [ -help ]</pre>
|
|
|
|
<p><strong>Parameters</strong></p>
|
|
<p>The parameters of the script are:</p>
|
|
|
|
<ul>
|
|
<li><p><strong>-instance</strong>
|
|
<br>This is a required parameter. The value <em>instance</em> specifies the name of the instance that you want to display the properties for.</p></li>
|
|
|
|
<li><p><strong>-server</strong>
|
|
<br>This is an optional parameter. The value <em>servername</em> specifies the name of the application server to display. If this value is not specified, all of the application servers in the instance are displayed. To display properties for multiple servers, specify multiple -server parameters.</p></li>
|
|
|
|
<li><p><strong>-help</strong>
|
|
<br>This optional parameter displays the help message. If you specify this parameter, the script ignores all other parameters.</p></li>
|
|
</ul>
|
|
|
|
<p><strong>Example</strong></p>
|
|
|
|
<p>In this example, the script displays information about the instance devinst.</p>
|
|
<pre>dspwasinst -instance devinst</pre>
|
|
|
|
</body>
|
|
</html>
|