Each server that you create with MATLAB® Production Server™ has its own configuration file that defines various server management criteria.
The mps-setup
command line wizard searches
for MATLAB Runtime instances and sets the default path to the MATLAB Runtime
for all server instances you create with the product.
To run the command line wizard, do the following after first downloading and performing the Download and Install the MATLAB Runtime:
Ensure you have logged on with administrator
privileges.
At the system command prompt, run mps-setup
from
the script
folder.
Alternately, add the script
folder to your
system PATH
environment variable to run mps-setup
from
any folder on your system. The script
folder is
located at
,
where $MPS_INSTALL
\script
is
the location in which MATLAB Production Server is installed. For
example, on Windows®, the default location is $MPS_INSTALL
C:\Program
Files\MATLAB\MATLAB Production Server\
.ver
\script\mps-setup
ver
is the version of MATLAB Production Server to
use.
Follow the instructions in the command line wizard.
The wizard will search your system and display installed MATLAB Runtime instances.
Enter y
to confirm or n
to
specify a default MATLAB Runtime for all server configurations
created with MATLAB Production Server.
If mps-setup
cannot locate an installed MATLAB Runtime
on your system, you will be prompted to enter a path name to a valid
instance.
You can also run mps-setup
without interactive
command input for silent installations.
To run mps-setup
, specify the path name of
the MATLAB Runtime as a command line argument. For example, on Windows:
mps-setup "C:\Program Files\MATLAB\MATLAB Runtime\mcrver"
mcrver
is the version of the MATLAB Runtime
to use.