1CONDOR_EVICTED_FILES(1) HTCondor Manual CONDOR_EVICTED_FILES(1)
2
3
4
6 condor_evicted_files - HTCondor Manual
7
8 Inspect the file(s) that HTCondor is holding on to as a result of a job
9 being evicted when when_to_transfer_output = ON_EXIT_OR_EVICT, or
10 checkpointing when CheckpointExitCode is set.
11
12
13
14
16 condor_evicted_files [COMMAND] <clusterID>.<procID>[ <clusterID.<pro‐
17 cID>]*
18
20 Print the directory or directories HTCondor is using to store files for
21 the specified job or jobs. COMMAND may be one of dir, list, or get:
22
23 • dir: Print the directory (for each job) in which the file(s) are
24 stored.
25
26 • list: List the contents of the directory (for each job).
27
28 • get: Copy the contents of the directory to a subdirectory named af‐
29 ter each job's ID.
30
32 The tool presently has a number of limitations:
33
34 • It must be run the same machine as the job's schedd.
35
36 • The schedd must NOT have ALTERNATE_JOB_SPOOL set
37
38 • You can't name the destination directory for the get command.
39
40 • The tool can't distinguish between an invalid job ID and a job for
41 which HTCondor never held any files.
42
44 Returns 0 on success.
45
47 Center for High Throughput Computing, University of Wisconsin-Madison
48
50 Copyright © 1990-2019 Center for High Throughput Computing, Computer
51 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
52 Rights Reserved. Licensed under the Apache License, Version 2.0.
53
55 HTCondor Team
56
58 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
59 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
60 under the Apache License, Version 2.0.
61
62
63
64
65 Oct 02, 2023 CONDOR_EVICTED_FILES(1)