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.
For information on running Qshell scripts, see Configure Qshell to run WebSphere Application Server - Express scripts.Usage
To enable the administrative console with the enableAdmin script, follow these steps:
On the CL command line, run the STRQSH (Start Qshell) command.
Run the cd command to change to the directory that contains the script:
cd /QIBM/ProdData/WebASE51/ASE/bin
Run the enableAdmin script:
enableAdmin -instance instance
where instance is the name of the instance for which you want to enable the administrative console.
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:
Syntax
The syntax of the enableAdmin script is:
enableAdmin -instance instance [ -verbose ] [ -help ]
Parameters
The parameters of the enableAdmin script are:
-instance
This is a required parameter. The value instance specifies the name of the instance for which you want to enable the administrative console.
-verbose
This optional parameter turns on verbose messages. Specify this parameter if you need to debug the script.
-help
This optional parameter displays the help message. If you specify this parameter, the script ignores all other parameters.