User manual

startworker
Flag
Operation
-baseport <port _nu mber>
Specifies the base port that the
mdce service on the remote host
is using. You only need to specify
this if the val ue of
BASE_PORT in
the local mdce_def file does not
match the base po rt being used
by the mdce s ervice on the remote
host.
-v
Verbosemodedisplaysthe
progress of the command
execution.
Examples Start a worker on the local host, using the default worker name,
registering with the job manager
MyJobManager on the host JMHost.
startworker -jobmanagername MyJobManager -jobmanagerhost JMHost
Start a worker on the h ost WorkerHost,usingthedefaultworkername,
and registering with the job manager
MyJobManager on the host JMHost.
(The following com mand should be entered on a single line.)
startworker -jobmanagername MyJobManager -jobmanagerhost JMHost
-remotehost WorkerHost
Start two workers, named worker1 and worker2, on the host
WorkerHost, registering with the job manager MyJobManager that is
running on the host
JMHost. Notethattostarttwoworkersonthe
same co mputer, you must give them different names. (Each o f the two
commands below should be entered on a single line.)
startworker -name worker1 -remotehost WorkerHost
-jobmanagername MyJobManager -jobmanagerhost JMHost
startworker -name worker2 -remotehost WorkerHost
-jobmanagername MyJobManager -jobmanagerhost JMHost
4-11