Resume job manager process
resumejobmanager
resumejobmanager -flags
resumejobmanager
resumes a job manager that is running under the
mdce service.
The resumejobmanager
executable resides in the folder
(Windows® operating system) or
matlabroot
\toolbox\distcomp\bin
(UNIX® operating system). Enter the following command syntax at a DOS or UNIX command-line prompt, respectively.matlabroot
/toolbox/distcomp/bin
resumejobmanager
accepts the
following input flags. Multiple flags can be used together on the same
command.-flags
Flag | Operation |
---|---|
-name <job_manager_name> | Specifies the name of the job manager to resume. The default is the value of
DEFAULT_JOB_MANAGER_NAME parameter the
mdce_def file. |
-remotehost <hostname> | Specifies the name of the host where you want to resume the job manager. The default value is the local host. |
-baseport <port_number> | Specifies the base port that the mdce service on the remote host is using.
You need to specify this only if the value of BASE_PORT in the
local mdce_def file does not match the base port being used by
the mdce service on the remote host. |
-v | Verbose mode displays the progress of the command execution. |
Resume the job manager MyJobManager
on the local
host.
resumejobmanager -name MyJobManager
Resume the job manager MyJobManager
on the host
JMHost
.
resumejobmanager -name MyJobManager -remotehost JMHost
mdce
| nodestatus
| pausejobmanager
| startjobmanager
| stopjobmanager