User manual
Shutting Down a Job Manager Configuration
If you have more than one worker session running, you can stop each of
them individually by host and name.
stopworker -na me worker1 -rem otehost <worker hostname>
stopworker -nam e worker2 -remo tehost <worker hostname>
For a list of all options to the script, type
stopworker -he lp
Stopping and Uninstalling the MDCE Daemon
Normally, you configure the mdce daemon to start at system boot time and
continue running until the machine shuts down. However, if you plan to
uninstall MATLAB Distributed Computing Engine from a machine, you might
want to un i nstall the mdce daemo n also, as you w il l not need it any longer.
Note Youmusthaverootprivilegestostoporuninstallthemdcedaemon.
1 Use the following command to stop the mdce daemon.
/etc/init.d/mdce stop
2 Remo ve the i nstalled link to prevent the daemon from starting up again
at system reboot.
cd /etc/init.d /
rm mdce
Stopping the Daemon M anually. If you used t he alternative manual
startup of the mdce daemon, you can use the following commands to stop
it manually.
cd matlabroot/toolbox/distcomp/ bin
mdce stop
2-7