1condor_transfer_data(1)     General Commands Manual    condor_transfer_data(1)
2
3
4

Name

6       condor_transfer_datatransfer spooled data
7

Synopsis

9       condor_transfer_data[-help | -version]
10
11       condor_transfer_data[  -pool centralmanagerhostname[:portnumber]| -name
12       scheddname] | [-addr "<a.b.c.d:port>"] cluster... |  cluster.process...
13       | user... | -constraint expression...
14
15       condor_transfer_data[  -pool centralmanagerhostname[:portnumber]| -name
16       scheddname] | [-addr "<a.b.c.d:port>"] -all
17

Description

19       condor_transfer_datacauses HTCondor to transfer  spooled  data.  It  is
20       meant to be used in conjunction with the -spooloption of condor_submit,
21       as in
22
23       condor_submit  -spool  mysubmitfile  Submission  of  a  job  with   the
24       -spooloption  causes  HTCondor  to spool all input files, the job event
25       log, and any proxy across a connection to the machine  where  the  con‐
26       dor_schedddaemon  is  running.  After spooling these files, the machine
27       from which the job is submitted may disconnect from the network or mod‐
28       ify its local copies of the spooled files.
29
30       When  the  job finishes, the job has JobStatus= 4, meaning that the job
31       has completed. The output of the  job  is  spooled,  and  condor_trans‐
32       fer_dataretrieves the output of the completed job.
33

Options

35       -help
36
37          Display usage information
38
39
40
41       -version
42
43          Display version information
44
45
46
47       -pool centralmanagerhostname[:portnumber]
48
49          Specify  a  pool  by  giving  the central manager's host name and an
50          optional port number
51
52
53
54       -name scheddname
55
56          Send the command to a machine identified by scheddname
57
58
59
60       -addr <a.b.c.d:port>
61
62          Send the command to a machine located at "<a.b.c.d:port>"
63
64
65
66       cluster
67
68          Transfer spooled data belonging to the specified cluster
69
70
71
72       cluster.process
73
74          Transfer spooled data belonging to a specific job in the cluster
75
76
77
78       user
79
80          Transfer spooled data belonging to the specified user
81
82
83
84       -constraint expression
85
86          Transfer spooled data for jobs which match the job  ClassAd  expres‐
87          sion constraint
88
89
90
91       -all
92
93          Transfer all spooled data
94
95
96

Exit Status

98       condor_transfer_datawill exit with a status value of 0 (zero) upon suc‐
99       cess, and it will exit with the value 1 (one) upon failure.
100

Author

102       Center  for  High   Throughput   Computing,   University   of   Wiscon‐
103       sin&ndash;Madison
104
106       Copyright  ©  1990-2019  Center for High Throughput Computing, Computer
107       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
108       Rights Reserved. Licensed under the Apache License, Version 2.0.
109
110
111
112                                     date              condor_transfer_data(1)
Impressum