[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] condor_fetchlog for multiple VMs



On Tue, May 04, 2004 at 02:18:21PM -0600, bgore@xxxxxxxxxx wrote:
> Does anyone know what the syntax is for getting condor_fetchlog to return the
> StarterLog for a given VM on multiple VM systems? I couldn't find anything in
> the docs and obvious tricks aren't working. Thanks, ~Brooklin

here's a funky workaround for you:

in your condor_config file, define the following:

STARTER1_LOG = $(LOG)/StarterLog.vm1
STARTER2_LOG = $(LOG)/StarterLog.vm2
STARTER3_LOG = $(LOG)/StarterLog.vm3
.
.
etc.

then, you should be able to use condor_fetchlog like this:

  condor_fetchlog machinename STARTER1
  condor_fetchlog machinename STARTER2


cheers,
-zach

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>