Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] noob question on File transfer in Condor without NFS
- Date: Tue, 13 Dec 2005 12:03:08 +0530
- From: "Digvijoy Chatterjee" <Digvijoy_Chatterjee@xxxxxxxxxxx>
- Subject: [Condor-users] noob question on File transfer in Condor without NFS
Hi list ,
This is a shell script I am trying to run on my pool to learn file
transfer without NFS/AFS in condor:
---------------------------------
echo "merging files"
cat $1 >$3
cat $2 >>$3
--------------------------------
The submit file looks like:
---------------------------------
Executable = condor.sh
Universe = vanilla
Error = logs/err.$(cluster)
Output = logs/out.$(cluster)
Log = logs/log.$(cluster)
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = files/in1, files/in2
Arguments = in1 in2 out1
Queue
------------------------------------------
The job after running for sometime is going to IDLE state and not
returning any output with the the logs giving the same error again and
again:
[digz 12:06 PM @advaitha logs]$ cat log.115
000 (115.000.000) 12/13 11:54:40 Job submitted from host:
<172.25.243.135:23870>
...
001 (115.000.000) 12/13 11:54:47 Job executing on host:
<172.25.243.135:23869>
...
007 (115.000.000) 12/13 11:54:47 Shadow exception!
Error from starter on vm2@xxxxxxxxxxxxxxxxxxxxxxx: Failed to
execute '/backup-space/condor//execute/dir_20509/condor_exec.exe
condor_exec.exe in1 in2 out1': Exec format error
0 - Run Bytes Sent By Job
103 - Run Bytes Received By Job
...
001 (115.000.000) 12/13 11:54:50 Job executing on host:
<172.25.243.135:23869>
...
007 (115.000.000) 12/13 11:54:50 Shadow exception!
Error from starter on vm2@xxxxxxxxxxxxxxxxxxxxxxx: Failed to
execute '/backup-space/condor//execut
e/dir_20515/condor_exec.exe condor_exec.exe in1 in2 out1': Exec format
error
0 - Run Bytes Sent By Job
103 - Run Bytes Received By Job
...
001 (115.000.000) 12/13 11:54:54 Job executing on host:
<172.25.243.135:23869>
...
007 (115.000.000) 12/13 11:54:54 Shadow exception!
Error from starter on vm2@xxxxxxxxxxxxxxxxxxxxxxx: Failed to
execute '/backup-space/condor//execut
e/dir_20520/condor_exec.exe condor_exec.exe in1 in2 out1': Exec format
error
0 - Run Bytes Sent By Job
103 - Run Bytes Received By Job
...
001 (115.000.000) 12/13 11:54:57 Job executing on host:
<172.25.243.135:23869>
...
007 (115.000.000) 12/13 11:54:57 Shadow exception!
Error from starter on vm2@xxxxxxxxxxxxxxxxxxxxxxx: Failed to
execute '/backup-space/condor//execut
e/dir_20531/condor_exec.exe condor_exec.exe in1 in2 out1': Exec format
error
0 - Run Bytes Sent By Job
103 - Run Bytes Received By Job
...
001 (115.000.000) 12/13 11:55:01 Job executing on host:
<172.25.243.135:23869>
...
007 (115.000.000) 12/13 11:55:01 Shadow exception!
Error from starter on vm2@xxxxxxxxxxxxxxxxxxxxxxx: Failed to
execute '/backup-space/condor//execut
e/dir_20536/condor_exec.exe condor_exec.exe in1 in2 out1': Exec format
error
0 - Run Bytes Sent By Job
103 - Run Bytes Received By Job
Any pointers to get this working ??
TIA
Digz
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***