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

RE: [Condor-users] Non-spooling test job not working



Yes I have Condor setup as a domain user and my VM1 = domain\Condor with
full admin rights.  Using \\UNCmachine\netshare\log.txt works fine when
I'm submitting spooled jobs and when my executable is a batch file
containing "echo %computername% >> \\UNCmachine\netshare\log.txt".  But
spooling takes sooo much longer to submit and manage.  

Sean

-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Matt Hope
Sent: Friday, July 15, 2005 11:33 AM
To: Condor-Users Mail List
Subject: Re: [Condor-users] Non-spooling test job not working

On 7/15/05, Sean Looper <slooper@xxxxxxxxxxxxxxxxxxxx> wrote:
> 
> 
> I am trying to setup our environment to execute our jobs without
spooling
> files.  My initial test is using echo and piping the output to a
network
> log.  It doesn't seem to be working.  Any suggestions as to why?

Looks like you're on windows
Have you done a condor_store_cred -add ? (or changed your password
since you last did)

Note that the \\primary share will almost certainly not be accessible
by the execution environment since the user runs with no access rights
and no network connections...

You may have already dealt with this by hacking the local execution
user to be a proper member of your domain and storing the credentials
locally but I doubt it.

to make this work your script would have to add a net use with
explicit user name and password to your script (with a ; to separate
it from the echo)

Matt

_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users