1just-man-pages/condor_transfeGre_ndeartaal(1C)ommajnudsst-Mmaannu-aplages/condor_transfer_data(1)
2
3
4
6 condor_transfer_data transfer spooled data
7
9 condor_transfer_data [ -help -version ]
10
11 condor_transfer_data [ -pool centralmanagerhostname[:portnumber] -name
12 scheddname ][ -addr <a.b.c.d:port> ] cluster...clus‐
13 ter.process...user... -constraint expression ...
14
15 condor_transfer_data [ -pool centralmanagerhostname[:portnumber] -name
16 scheddname ][ -addr <a.b.c.d:port> ] -all
17
19 condor_transfer_data causes HTCondor to transfer spooled data. It is
20 meant to be used in conjunction with the -spool option of condor_submit
21 , as in
22
23 condor_submit -spool mysubmitfile
24
25 Submission of a job with the -spool option causes HTCondor to spool all
26 input files, the job event log, and any proxy across a connection to
27 the machine where the condor_schedd daemon is running. After spooling
28 these files, the machine from which the job is submitted may disconnect
29 from the network or modify its local copies of the spooled files.
30
31 When the job finishes, the job has JobStatus = 4, meaning that the job
32 has completed. The output of the job is spooled, and condor_trans‐
33 fer_data retrieves the output of the completed job.
34
36 -help
37
38 Display usage information
39
40
41
42 -version
43
44 Display version information
45
46
47
48 -pool centralmanagerhostname[:portnumber]
49
50 Specify a pool by giving the central manager's host name and an
51 optional port number
52
53
54
55 -name scheddname
56
57 Send the command to a machine identified by scheddname
58
59
60
61 -addr <a.b.c.d:port>
62
63 Send the command to a machine located at <a.b.c.d:port>
64
65
66
67 cluster
68
69 Transfer spooled data belonging to the specified cluster
70
71
72
73 cluster.process
74
75 Transfer spooled data belonging to a specific job in the cluster
76
77
78
79 user
80
81 Transfer spooled data belonging to the specified user
82
83
84
85 -constraint expression
86
87 Transfer spooled data for jobs which match the job ClassAd expres‐
88 sion constraint
89
90
91
92 -all
93
94 Transfer all spooled data
95
96
97
99 condor_transfer_data will exit with a status value of 0 (zero) upon
100 success, and it will exit with the value 1 (one) upon failure.
101
103 Center for High Throughput Computing, University of Wisconsin-Madison
104
106 Copyright (C) 1990-2018 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 datejust-man-pages/condor_transfer_data(1)