Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] condor_fetchlog for multiple VMs
- Date: Tue, 4 May 2004 17:45:21 -0500
- From: Colin Stolley <stolley@xxxxxxxxxxx>
- Subject: Re: [condor-users] condor_fetchlog for multiple VMs
> 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,
It's a strange little trick:
In your global config file, define this:
STARTERVM1_LOG = $(LOG)/StarterLog.vm1
STARTERVM2_LOG = $(LOG)/StarterLog.vm2
...
now, run:
condor_fetchlog <host> STARTERVM2
and it should work.
Colin
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>