mps-new
Create server instance from command line on Windows, Linux, and macOS systems
Syntax
mps-new [
path
/]server_name
[-v]
[--service] [--service-name name
] [--service-description description
]
[--service-user user
] [--service-password password
]
[--noprompt]
Description
mps-new [
makes a new folder at path
/]server_name
[-v]
[--service] [--service-name name
] [--service-description description
]
[--service-user user
] [--service-password password
]
[--noprompt]path
and
populates it with the default folder hierarchy for a server instance.
Input Arguments
|
Path to server instance. |
|
Name of the server instance to create. If you are creating a server instance in the current working folder, you do not need to specify a full path; specify only the server name. |
|
Display the status of each folder in the file hierarchy created to form a server instance |
|
On Windows®, register the server instance as a Windows service. The Windows service default settings are:
The Windows service is configured to start when the machine
starts, not at creation of the service. After you have made configuration
changes, start the server instance using |
|
Display name for the Windows service associated with the server instance |
|
Informational statement describing the Windows service associated with the server instance |
|
Windows account under which the service associated with the server instance should run. The user account must have read, write, and, delete permissions for the instance directory as well read and execute permissions for the MATLAB® Production Server™ installation directory. |
|
Password for the service user account |
|
Indicates that no prompts are generated |
Examples
Tips
Before creating a server instance, ensure that no file or folder with the specified
path
currently exists on your system.After issuing
mps-new
, issuemps-start
to start the server instance.
Version History
Introduced in R2012b