Status of mdce processes running on node
nodestatus
nodestatus -flags
nodestatus
displays the status of the mdce
service and the processes which it maintains. The mdce service must
already be running on the specified computer.
The nodestatus
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
nodestatus
accepts
the following input flags. Multiple flags can be used together on
the same command.-flags
Flag | Operation |
---|---|
-remotehost <hostname> | Displays the status of the mdce service and the processes it maintains on the specified host. The default value is the local host. |
-infolevel <level> | Specifies how much status information to report, using a level of 1-3. 1 means only the basic information, 3 means all information available. The default value is 1. |
-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. |
Display basic information about the mdce processes on the local host.
nodestatus
Display detailed information about the status of the mdce processes
on host node27
.
nodestatus -remotehost node27 -infolevel 2
mdce
| startjobmanager
| startworker
| stopjobmanager
| stopworker