+

Search Tips   |   Advanced Search

Use the administrative console

  1. Start the desired administrative console by starting the server process that runs the console application.

    We can start an unfederated application server, an administrative agent server, a dmgr server, or a job manager server.

    Check the SystemOut.log file of the server that runs the console application to verify that the console application starts successfully. If the console application starts successfully, we see the WSVR0221I: Application started: isclite message.

    If we cannot start the administrative console because the console port conflicts with an application that is already running on the machine, change the port number in files...

      installation root/profiles/profile name/config/cells/cell/nodes/node/serverindex.xml
      installation root/profiles/profile name/config/cells/cell/virtualhosts.xml

    Change all the occurrences of the console port to a new port number. Alternatively, shut down the other application that uses the conflicting port before starting the WAS product.

    (iSeries) If we cannot start the administrative console because the console port conflicts with an application that is already running on the machine, use the chgwassvr script command to change the port number. Read about changing the ports associated with an application server. Alternatively, shut down the other application that uses the conflicting port before starting the WAS product.

  2. Access the administrative console.

    1. Enable cookies in the web browser.

    2. Enable JavaScript.

      Enablement of JavaScript is required. We enable JavaScript so all the features of the administrative console are available.

    3. In the same web browser, type...

        http://fully_qualified_server:port_number/ibm/console

      When the administrative console is on the local machine, fully_qualified_server can be localhost unless security is enabled. On Windows platforms, use the actual host name if localhost is not recognized. If security is enabled, your request is redirected to...

        https://fully_qualified_server:port_number/ibm/console

      The administrative consoles for an unfederated application server, the deployment manager and the administrative agent use 9060 as the default port number for an unsecure administrative console and 9043 as the default port number for a secure administrative console. Each new administrative console that we deploy during profile creation is assigned a new unsecure port number, and, if you enable security during profile creation, a new secure port number. Whichever unsecure administrative console you create first is assigned port 9060, as long as the port is available. Likewise, whichever secure administrative console you create first is assigned port 9043, as long as the port is available.

      The administrative console for the job manager uses 9960 as the default port number for an unsecure administrative console and 9943 as the default port number for a secure administrative console. Each new administrative console that we deploy during profile creation is assigned a new unsecure port number, and, if you enable security during profile creation, a new secure port number. Whichever unsecure administrative console you create first is assigned port 9960, as long as the port is available. Likewise, whichever secure administrative console you create first is assigned port 9943, as long as the port is available.

      For a listing of supported web browsers, see system requirements.

    4. In the same web browser, type http://fully_qualified_server:port_number/ibm/console.

      The fully_qualified_server string is the fully qualified host name for the machine that contains the administrative console. The administrative console can be for an unfederated application server, a dmgr, an administrative agent, or a job manager. The port number for the port_number string is 9060 by default for the unfederated application server, the deployment manager, and the administrative agent. For the job manager, the port number for the port_number string is 9960 by default.

      (ZOS) If we cannot start the administrative console because the console port conflicts with an application that is already running on the machine, do one of the following actions:

      • Change the port number and propagate the number to the appropriate files:

        1. Change all the occurrences of the console port to a new port number. Make the port changes in...

            installation root/profiles/profile name/config/cells/cell/nodes/node/servers/server/serverindex.xml
            installation root/profiles/profile name/config/cells/cell/virtualhosts.xml

        2. Run...

            cd installation root/WebSphere/AppServer/bin
            ./wsc2n.sh

          This script generates files:

            was.env
            control.jvm.options
            servant.jvm.options
            adjunct.jvm.options

          ...for each server and the was.env file for the location service daemon. These generated files will contain the updated administrative console port number.

      • Shut down the other application that uses the conflicting port before starting the WAS product.

      For a listing of supported web browsers, see system requirements.

    5. Wait for the administrative console to load into the browser. A login page displays after the administrative console starts.

  3. Log into the administrative console.

    The administrative console can be for an unfederated application server, a dmgr, an administrative agent, or a job manager.

    1. If we are logging into the administrative console for the administrative agent, and you have registered at least one node with the administrative agent, select the node to administer, and click Continue.

      The node can be the administrative agent node or a node for one of the application servers registered to the administrative agent. After you select a node, the login procedure is the same as that for the other server types, and for administrative agents with no nodes registered.

    2. Enter your user name or user ID.

      The user ID lasts only for the duration of the session for which it is used to log in.

      Changes made to server configurations are saved to the user ID. Server configurations also are saved to the user ID if a session timeout occurs.

      If we enter an ID that is already in use and in session, we are prompted to do one of the following actions:

      • Log out the other user with the same user ID. We can recover changes made during the other user's session.
      • Return to the login page and enter a different user ID.

    3. If the console is secure, we must also enter a password for the user name. The console is secure if someone has taken the following actions for the console:

      • Specified security user IDs and passwords
      • Enabled global security

    4. Click OK.

  4. Log off the administrative console. Click System administration > Save changes to master repository > Save to save work. Then click Logout to exit the console.

    If we close the browser before saving your work, we can recover any unsaved changes the next time that you log in under the same user ID.

(ZOS) The administrative console application is installed during the initial installation process.


Subtopics


Related