MATLAB DISTRIBUTED COMPUTING SERVER 4 - SYSTEM ADMINISTRATORS GUIDE Instrukcja Użytkownika Strona 67

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 148
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 66
Configure for an MJS
cd matlabroot\toolbox\distcomp\bin
b Start the workers on each node, using the text for <MyMJS> that identifies
the name of the MJS you want this worker registered with. Enter this
text on a single line:
startworker -jobmanagerhost <MJS host name>
-jobmanager <MyMJS> -remotehost <worker host name> -v
Torunmorethanoneworkersessiononthesamenode,giveeachworker
a unique name by including the
-name option on the startworker
command, and run it for each worker on that node:
startworker ... -name <worker1 name>
startworker ... -name <worker2 name >
c Verify that the w orkers are running.
nodestatus -remotehost <worker host na me>
d R ep e a t items 2–3 for all worker nodes.
For more information about mdce, MJS, and worker processes, s uch as how
to shut them down or customize them, see “MJS Cluster Customization”.
Using the Command-Line Interface (UNIX).
1 Start the mdce Service
On each cluster node, start the mdce service by typing the commands:
cd matlabroot/toolbox/distcomp/bin
./mdce start
Alternatively (on Linux, but not M acintosh), you can start the mdce service
on several nodes remotely from one machine by typing
cd matlabroot/toolbox/distcomp/bin
./remotemdce start -remotehost hostA,hostB,hostC . . .
where hostA,hostB,hostC refers to a list of your host names. Note that
there are no spaces betwe en host names, only a com ma. If you n ee d to
3-19
Przeglądanie stron 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 147 148

Komentarze do niniejszej Instrukcji

Brak uwag