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

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



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?

 

#################################

universe = vanilla

executable = cmd.exe

transfer_executable = false

arguments = /C \"echo %computername% >> \\primary\CorporateDrive\echo.log\"

queue 40

+DD_Name = ECHO

#################################

 

 

The jobs cycle between the run and idle state and echo.log is never modified.

 

Any help is greatly appreciated.

 

Sean

Condor 6.7.7