IBM Maximo Asset Management, Version 7.6

Starting the application server from the command line

An application server named MXServer is created during Maximo® Asset Management deployment, either manually, or automatically by the Maximo Asset Management installation program.

About this task

To start the MXServer application server from the command line, complete the following steps:

Procedure

  1. Start the deployment manager:
    UNIX and Linux
    <WAS_HOME>/AppServer/profiles/ctgDmgr01/bin/startManager.sh
    Windows
    <WAS_HOME>\profiles\ctgDmgr01\bin\startManager.bat
  2. Start the node:
    UNIX and Linux
    <WAS_HOME>r/profiles/ctgAppSrv01/bin/startNode.sh
    Windows
    <WAS_HOME>\profiles\ctgAppSrv01\bin\startNode.bat
  3. Start the web server:
    UNIX and Linux
    <WAS_HOME>/profiles/ctgAppSrv01/bin/startServer.sh webserver1
    Windows
    <WAS_HOME>\profiles\ctgAppSrv01\bin\startServer.bat webserver1
  4. Start the application server:
    UNIX and Linux
    <WAS_HOME>/profiles/ctgAppSrv01/bin/startServer.sh MXServer
    Windows
    <WAS_HOME>\profiles\ctgAppSrv01\bin\startServer.bat MXServer


Feedback