Main Content

Start Server Instance Using Command Line

Follow the procedure below to start a server instance from the command line in an on-premises installation of MATLAB® Production Server™.

Prerequisites

Before attempting to start a server, verify that you have:

Procedure

To start a server instance, complete the following steps:

  1. Open a system command prompt.

  2. Enter the mps-start command:

    mps-start [-C path/]server_name [-f]

    where:

    • -C path/ — Path to the server instance that you want to start. path should end with the server name.

    • server_name — Name of the server instance you want to start.

    • -f — Force command to succeed, regardless of whether the server is already started or stopped.

After you start a server, you can verify that the server is running by using the mps-status command.

See Also

| | |

Related Topics