resumejobmanager
R2026bResume job manager process
After pausing a job manager with pausejobmanager, use the resumejobmanager script to allow it
to resume scheduling jobs to workers.
The
resumejobmanager executable resides in the folder
(Windows® operating system) or matlabroot\toolbox\parallel\bin
(Linux® operating system). Enter the command at a Windows or Linux command-line prompt, respectively.matlabroot/toolbox/parallel/bin
Syntax
resumejobmanager
resumejobmanager --options
Description
resumejobmanager resumes a job manager that is running under the
mjs service.
resumejobmanager accepts the
following input options. You can specify multiple options together in the same command.
Precede each option with two dashes (--options--).
Before R2026b: To specify an option, use a single dash
(-).
| Option | Operation |
|---|---|
--name <job_manager_name> | Specify the name of the job manager to resume. The default is the value
of the |
--remotehost <hostname> | Specify the host on which to resume the job manager. If omitted, the job manager resumes on the local host. |
--baseport <port_number> | Specify the base port used by the |
--secretfile <path_to_shared_secret_file> |
Specify the path to the shared secret file to use to sign the
command. This option is required when the $CHECKPOINTBASE/security/secret |
--verbose, -v | Display detailed progress information about the command execution. |
Examples
Resume the job manager named MyJobManager on the local
host.
resumejobmanager --name MyJobManagerResume the job manager named MyJobManager on the host
JMHost.
resumejobmanager --name MyJobManager --remotehost JMHostSee Also
mjs | nodestatus | startjobmanager | stopjobmanager | pausejobmanager