Start a server instance
mps-start [-C [path/]server_name]
[-f]
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.
|
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. |
|
Name of the server to be started. |
|
Force success even if the server instance is currently running. Starting a running server instance is considered an error. |
Start a server instance named server_1, located
in folder tmp. Force successful completion of mps-start.
mps-start -f -C /tmp/server_1