Installing and uninstalling the administrative console

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.

Unfederated application servers, administrative agents, deployment managers, and job managers can have their own administrative consoles. The steps in this task apply to these consoles.

The usual security restrictions for the wsadmin command apply to this script. In connected mode, the user must authenticate if security is enabled.

To install or uninstall the deployment manager administrative console, the wsadmin command attempts to remotely connect to the deployment manager. 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.

[Linux][AIX][z/OS][HP-UX][IBM i][Solaris]The deployConsole.py script is located in the profile_root/bin directory.

[Windows]The deployConsole.py script is located in the profile_root\bin directory.

Procedure

  • To install the administrative console, issue the following command:
    [Windows]
    wsadmin.bat -f deployConsole.py install
    [Linux][AIX][z/OS][HP-UX][Solaris]
    wsadmin.sh -f deployConsole.py install
    [IBM i]
    wsadmin -f deployConsole.py install
  • To uninstall the administrative console, issue the following command:
    [Windows]
    wsadmin.bat -f deployConsole.py remove
    [Linux][AIX][z/OS][HP-UX][Solaris]
    wsadmin.sh -f deployConsole.py remove
    [IBM i]
    wsadmin -f deployConsole.py remove

Results

The administrative console is installed or uninstalled, depending on whether you specified the install or remove option.