You can install the administrative console during profile creation
or after you create a profile. You can uninstall any administrative console
that you install. To install an administrative console after profile creation,
or to uninstall the administrative console, use the wsadmin command.
This topic discusses how to use the wsadmin command to install and
uninstall the administrative console.
Before you begin
If you install the administrative console through the wsadmin command,
a profile that does not have an administrative console installed must exist.
About this task
Run the deployConsole script on the wsadmin command whenever
you want to uninstall the administrative console, or whenever you want to
install the administrative console to a profile that does not have an administrative
console installed.
You can run the script in either connected or disconnected
mode.
The usual security restrictions for the wsadmin command
apply to this script. In connected mode, the user must authenticate if security
is enabled.
Whenever
the administrative console is installed, it is installed onto the deployment
manager server. The
wsadmin command attempts to remotely connect to
the deployment manager to install or uninstall the administrative console.
However, various situations can keep the
wsadmin command from connecting
to the deployment manager, and an error message results. The command cannot
connect if:
- The deployment manager is not running.
- The deployment manager is running, but the script was run somewhere other
than on the deployment manager. You are most likely running the script on
a federated node.
The deployConsole.py
script is located in the profile_root/bin directory.
The deployConsole.py script is located in the profile_root\bin directory.
Procedure
- To install the administrative console, issue the following command:
wsadmin.bat –f deployConsole.py install
wsadmin.sh –f deployConsole.py install
wsadmin –f deployConsole.py install
- To uninstall the administrative console, issue the following command:
wsadmin.bat –f deployConsole.py remove
wsadmin.sh –f deployConsole.py remove
wsadmin –f deployConsole.py remove
Results
The administrative console is installed or uninstalled, depending
on whether you specified the install or remove option.