Configure For An MJS - MATLAB & Simulink
Configure For An MJS - MATLAB & Simulink
The following figure shows the processes that run on your cluster nodes.
Note The MATLAB job scheduler (MJS) was formerly known as the MathWorks job manager. The
process is the same, is started in the same way, and performs the same functions.
In the following instructions, matlabroot refers to the location of your installed MATLAB Distributed
Computing Server™ software. Where you see this term used in the instructions that follow, substitute the
path to your location.
Note If you do not have a Windows cluster, or if you have already installed a previous version of
MATLAB Distributed Computing Server on your Windows cluster, you can skip this step and proceed to
Step 2.
Configure Windows Firewalls. If you are using Windows® firewalls on your cluster nodes,
This command adds MATLAB as an allowed program. If you are using other firewalls, you must
configure them for similar accommodation.
Configure User Access to Installation. The user that mdce runs as requires access to the cluster
MATLAB installation location. By default, mdce runs as the user LocalSystem. If your network allows
LocalSystem to access the install location, you can proceed to the next step. (If you are not sure of your
network configuration and the access provided for LocalSystem, contact the MathWorks install support
team.)
Note If LocalSystem cannot access the install location, you must run mdce as a different user.
1. With any standard text editor (such as WordPad) open the mdce_def file found at:
matlabroot\toolbox\distcomp\bin\mdce_def.bat
2. Find the line for setting the MDCEUSER parameter, and provide a value in the form domain\username:
set MDCEUSER=mydomain\myusername
3. Provide the user password by setting the MDCEPASS parameter:
set MDCEPASS=password
4. Save the file. Proceed to the next step.
Stop mdce on Windows. If this is your first installation of the parallel computing products, proceed to Step
3: Start the mdce Service, MJS, and Workers.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 2/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
Note Using the -clean flag permanently removes all existing job data. Be sure this data is no
longer needed before removing it.
1. Log in as root. (If you cannot log in as root, you must alter the following parameters in the
matlabroot/toolbox/distcomp/bin/mdce_def.sh file to point to a folder for which you have write
privileges: CHECKPOINTBASE, LOGBASE, PIDBASE, and LOCKBASE if applicable.)
2. On each cluster node, stop the mdce service and remove its associated files by typing the commands:
cd oldmatlabroot/toolbox/distcomp/bin
./mdce stop -clean
Note Using the -clean flag permanently removes all existing job data. Be sure this data is no
longer needed before removing it.
Note To use Admin Center, you must run it on a computer that has direct network connectivity to all
the nodes of your cluster. If you cannot run Admin Center on such a computer, follow the instructions in
Using the Command-Line Interface (Windows) or Using the Command-Line Interface (UNIX).
Note To start the mdce service on remote machines from Admin Center, requires that you
run Admin Center as a user who has administrator privileges on all the machines.
If there are no past sessions of Admin Center saved for you, the GUI opens with a blank listing,
superimposed by a welcome dialog box, which provides information on how to get started.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 3/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
checking the settings at each step. For most settings, the default is appropriate.
It might take a moment for Admin Center to communicate with all the nodes, start the services, and
acquire the status of all of them. When Admin Center completes the update, the listing should look
something like the following figure.
e. At this point, you should test the connectivity between the nodes. This assures that your cluster
can perform the necessary communications for running other MCDS processes.
In the Hosts module, click Test Connectivity.
f. When the Connectivity Testing dialog box opens, it shows the results of the last test, if there are
any. Click Run to run the tests and generate new data.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 5/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
If any of the connectivity tests fail, double-click the icon that indicates a failure to get information
about that specific test; or use the Log tab to get all test results. With this information, you can
refer to Troubleshoot Common Problems. If you need further help, contact the MathWorks install
support team.
.
g. If your tests pass, click Close to return to the Admin Center GUI.
b. Click OK to start the MJS and return to the Admin Center GUI.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 6/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
e. Click OK to start the workers and return to the Admin Center dialog box. It might take a moment for
Admin Center to initialize all the workers and acquire their status.
When all the workers are started, Admin Center looks something like the following figure. If your workers are
all idle and connected, your cluster is ready for use.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 7/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
If you encounter any problems or failures, contact the MathWorks install support team.
For more information about Admin Center functionality, such as stopping processes or saving sessions, see
Cluster Processes and Profiles.
As an alternative to items 3–5, you can install and start the mdce service on several nodes remotely
from one machine by typing:
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 8/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
cd matlabroot\toolbox\distcomp\bin
remotemdce install -remotehost hostA,hostB,hostC . . .
remotemdce start -remotehost hostA,hostB,hostC . . .
where hostA,hostB,hostC refers to a list of your host names. Note that there are no spaces between
host names, only a comma. If you need to indicate protocol, platform (such as in a mixed environment),
or other information, see the help for remotemdce by typing:
remotemdce -help
Once installed, the mdce service starts running each time the machine reboots. The mdce service
continues to run until explicitly stopped or uninstalled, regardless of whether an MJS or worker session
is running.
2. Start the MJS
To start the MATLAB job scheduler (MJS), enter the following commands in a DOS command window.
You do not have to be at the machine on which the MJS runs, as long as you have access to the MDCS
installation.
a. In your DOS command window, navigate to the folder with the startup scripts:
cd matlabroot\toolbox\distcomp\bin
b. Start the MJS, using any unique text you want for the name <MyMJS>:
startjobmanager -name <MyMJS> -remotehost <MJS host name> -v
c. Verify that the MJS is running on the intended host.
nodestatus -remotehost <MJS host name>
Note If you are executing startjobmanager on the host where the MJS runs, you do not
need to specify the -remotehost flag.
If you have more than one MJS on your cluster, each must have a unique name.
Note Before you can start a worker on a machine, the mdce service must already be running on
that machine, and the license manager for MATLAB Distributed Computing Server must be
running on the network.
For each node used as a worker, enter the following commands in a DOS command window. You do
not have to be at the machines where the MATLAB workers will run, as long as you have access to the
MDCS installation.
a. Navigate to the folder with the startup scripts:
cd matlabroot\toolbox\distcomp\bin
b. Start the workers on each node, using the text for <MyMJS> that identifies the name of the MJS you
want this worker registered with. Enter this text on a single line:
startworker -jobmanagerhost <MJS host name>
-jobmanager <MyMJS> -remotehost <worker host name> -v
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 9/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
To run more than one worker session on the same node, give each worker a unique name by
including the -name option on the startworker command, and run it for each worker on that node:
startworker ... -name <worker1 name>
startworker ... -name <worker2 name>
c. Verify that the workers are running.
nodestatus -remotehost <worker host name>
d. Repeat items 2–3 for all worker nodes.
For more information about mdce, MJS, and worker processes, such as how to shut them down or
customize them, see MJS Cluster Customization.
Note If you have more than one MJS on your cluster, each must have a unique name.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 10/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
Note Before you can start a worker on a machine, the mdce service must already be running on
that machine, and the license manager for MATLAB Distributed Computing Server must be
running on the network.
For each computer hosting a MATLAB worker, enter the following commands. You do not have to be at
the machines where the MATLAB workers run, as long as you have access to the MDCS installation.
a. Navigate to the folder with the startup scripts:
cd matlabroot/toolbox/distcomp/bin
b. Start the workers on each node, using the text for <MyMJS> that identifies the name of the MJS you
want this worker registered with. Enter this text on a single line:
./startworker -jobmanagerhost <MJS host name>
-jobmanager <MyMJS> -remotehost <worker host name> -v
To run more than one worker session on the same machine, give each worker a unique name with
the -name option:
./startworker ... -name <worker1>
./startworker ... -name <worker2>
c. Verify that the workers are running. Repeat this command for each worker node:
./nodestatus -remotehost <worker host name>
For more information about mdce, MJS, and worker processes, such as how to shut them down or
customize them, see MJS Cluster Customization.
Step 4: Install the mdce Service to Start Automatically at Boot Time (UNIX)
Although this step is not required, it is helpful in case of a system crash. Once configured for this, the mdce
service starts running each time the machine reboots. The mdce service continues to run until explicitly
stopped, regardless of whether an MJS or worker session is running.
Debian, Fedora Platforms. On each cluster node, register the mdce service as a known service and
configure it to start automatically at system boot time by following these steps:
1. Navigate to the toolbox folder and stop the running mdce service:
cd matlabroot/toolbox/distcomp/bin
sudo ./mdce stop
2. Create the following link if it does not already exist:
sudo ln -s matlabroot/toolbox/distcomp/bin/mdce /usr/sbin/mdce
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 12/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
Note In these instructions, matlabroot refers to the folder where MATLAB is installed on the client
computer. Do not confuse this with the MDCS cluster computers.
1. On the client computer where Parallel Computing Toolbox™ is installed, open a DOS command
window (for Windows software) or a shell (for UNIX® software) and go to the control script folder.
cd matlabroot\toolbox\distcomp\bin (for Windows)
cd matlabroot/toolbox/distcomp/bin (for UNIX)
2. Run nodestatus to verify your cluster communications. Substitute <MJS Host> with the host name of
your MJS computer.
nodestatus -remotehost <MJS Host>
If successful, you should see the status of your MJS (job manager) and its workers. Otherwise, refer to
Troubleshoot Common Problems.
1. Start the Cluster Profile Manager from the MATLAB desktop by selecting on the Home tab in the
Environment area Parallel > Manage Cluster Profiles.
2. Create a new profile in the Cluster Profile Manager by selecting New > MATLAB Job Scheduler
(MJS).
3. With the new profile selected in the list, click Rename and edit the profile name to be MJStest. Press
Enter.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 13/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
1. If it is not already open, start the Cluster Profile Manager from the MATLAB desktop by selecting on the
Home tab in the Environment area Parallel > Manage Cluster Profiles.
2. Select your cluster profile in the listing.
3. Click Validate.
The Validation Results tab shows the output. The following figure shows the results of a profile that passed
all validation tests.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 14/15
9/27/2014 Configure for an MJS - MATLAB & Simulink
Note If your validation does not pass, contact the MathWorks install support team.
If your validation passed, you now have a valid profile that you can use in other parallel applications. You
can make any modifications to your profile appropriate for your applications, such as NumWorkersRange,
AttachedFiles, AdditionalPaths, etc. To save your profile for other users, select the profile and click
Export, then save your profile to a file in a convenient location. Later, when running the Cluster Profile
Manager, other users can import your profile by clicking Import.
http://www.mathworks.com/help/mdce/configure-parallel-computing-products-for-an-mjs.html#bs15wiy-1 15/15