Manage MATLAB Job Scheduler Processes - MATLAB & Simulink (original) (raw)
Control MATLAB® Job Scheduler and worker processes
Start and stop MATLAB Job Scheduler job manager and workers using the Admin Center tool or at the command line. Test cluster connectivity and create cluster profiles.
System Commands
admincenter | Start Admin Center GUI |
---|---|
mjs | Install, start, stop, or uninstall mjs service |
startjobmanager | Start job manager process |
startworker | Start MATLAB worker session |
stopworker | Stop MATLAB worker session |
stopjobmanager | Stop job manager process |
nodestatus | Status of mjs processes running on node |
---|---|
admincenter | Start Admin Center GUI |
Topics
Admin Center Interactive Workflow
- Start Admin Center
Learn about the Admin Center tool for configuring MATLAB Parallel Serverâ„¢ resources and verifying cluster communications. - Set Up Resources in Admin Center
Use Admin Center to configure the cluster hosts,mjs
service, MATLAB Job Scheduler, and workers for your cluster. - Test MATLAB Job Scheduler Cluster Connectivity in Admin Center
Test communications between your MATLAB Job Scheduler node and worker nodes. - Configuration Options in Admin Center
Export and import cluster session data and update the baseport and the shared secret file in Admin Center. - Gather Information for Cluster Profiles
Use information in Admin Center to create a cluster profile.
Command Line Workflow
- Configure MATLAB Job Scheduler Using Command-Line Scripts
You can start MATLAB Job Scheduler using a graphical interface or the command line. - Configure mjs Service to Start Automatically at Boot Time (UNIX)
Usesystemd
system and service manager to start themjs
service at boot time. - Shut Down MATLAB Job Scheduler Cluster
Terminate parallel computing processes on your cluster.