7 Start, Stop, and Restart the Management Console

This chapter discusses:

7.1 Start, Stop, and Restart the Management Console as a Service

The Management Console installer creates a Microsoft Windows service that can be used to start, stop, and restart the Management Console. This is the format of the service name:

SM Management Console [install_location\JDE_HOME]

Note:

The path installation_directory\JDE_HOME refers to the install location of the Management Console.

For example:

This image is described in surrounding text.

7.2 Start, Stop, and Restart the Management Console from a Script

In addition to installing the Management Console service, the Management Console installer also delivers scripts that you can used to start, stop, or restart (that is, bounce) the Management Console.

  • Start Script

    If the Management Console is stopped, you can start it by using this .bat file

    installation_directory\JDE_HOME\bin\startManagementConsole.bat

  • Stop Script

    If the Management Console is started, you can stop it by using this .bat file

    installation_directory\JDE_HOME\bin\stopManagementConsole.bat

  • Restart Script

    If the Management Console is running, you can stop and restart (that is, bounce) it by using this .bat file

    installation_directory\JDE_HOME\bin\restartManagementConsole.bat

    Note:

    The path installation_directory\JDE_HOME refers to the install location of the Management Console.
This image is described in surrounding text.