ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/qshenbadm.htm

59 lines
2.7 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>Enable the administrative console in an application server with the enableAdmin script</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="qshenbadm"></a>Enable the administrative console in an application server with the enableAdmin script</h3>
<p>The enableAdmin script enables the administrative console application for the specified application server instance, so the application can be started and will start automatically when the server is started.</p>
For information on running Qshell scripts, see <a href="qshadm.htm">Configure Qshell to run WebSphere Application Server - Express scripts</a>.
<p><strong>Usage</strong></p>
<p>To enable the administrative console with the enableAdmin 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/WebASE51/ASE/bin</pre></li>
<li><p>Run the enableAdmin script:</p>
<pre>enableAdmin -instance <em>instance</em></pre>
<p>where <em>instance</em> is the name of the instance for which you want to enable the administrative console.</p></li>
</ol>
<p>If the server where the administrative console is already started, you must stop and start the server before the application will be available. See these topics for information about the startServer and stopServer scripts:</p>
<ul>
<li><a href="qshstrsvr.htm">Start an application server with the startServer script</a></li>
<li><a href="qshstopsvr.htm">Stop an application server with the stopServer script</a></li>
</ul>
<p><strong>Syntax</strong></p>
<p>The syntax of the enableAdmin script is:</p>
<pre>enableAdmin -instance <em>instance</em>
[ -verbose ] [ -help ]</pre>
<p><strong>Parameters</strong></p>
<p>The parameters of the enableAdmin 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 for which you want to enable the administrative console.</p>
<li><p><strong>-verbose</strong><br>
This optional parameter turns on verbose messages. Specify this parameter if you need to debug the script.</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>
</body>
</html>