mps-start

Start a server instance

Syntax

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

Description

mps-start [-C [path/]server_name] [-f] starts a server instance

Tips

  • After issuing mps-start, issue the mps-status command to verify the server instance has STARTED.

  • If you are starting a server instance in the current working folder, you do not need to specify a full path. Only specify the server name.

Input Arguments

-C path/

Specify a path to the server instance. If this option is omitted, the current working folder and its parents are searched to find the server instance.

server_name

Name of the server to be started.

-f

Force success even if the server instance is currently running. Starting a running server instance is considered an error.

Examples

Start a server instance named server_1, located in folder tmp. Force successful completion of mps-start.

mps-start -f -C /tmp/server_1

Introduced in R2012b

Was this topic helpful?