Stopping Jazz for Service Management application servers

You can stop any Jazz™ for Service Management application server by using the IBM WebSphere stopServer command. You might need to restart the application server after you complete a configuration task for an integration service, or stop the application server for maintenance. To start the server again, use the startServer command.

Procedure

  1. On the relevant Jazz for Service Management server, open a command window.
  2. Change to the <JazzSM_WAS_Profile>/bin directory. The default location for <JazzSM_WAS_Profile> is /opt/IBM/JazzSM/profile.

    For more information, see JazzSM_WAS_Profile

  3. Run the following command:
    ./stopServer.sh <server_name> -username <WAS_admin_user_name> -password <WAS_admin_password>
    Where
    server_name
    Enter the name of the application server that was specified when the application server profile was created. For example, server1.
    WAS_admin_user_name
    The default user name is smadmin.
    WAS_admin_password
    This is the password that is specified at the time of installation.

Example

stopServer.sh server1 -username smadmin -password jazzsmpwd