1just-man-pages/condor_preen(1G)eneral Commands Manujaulst-man-pages/condor_preen(1)
2
3
4

Name

6       condor_preen remove extraneous files from HTCondor directories
7

Synopsis

9       condor_preen [ -mail ] [ -remove ] [ -verbose ] [ -debug ]
10

Description

12       condor_preen  examines  the  directories  belonging  to  HTCondor,  and
13       removes extraneous files and directories which may be  left  over  from
14       HTCondor  processes  which terminated abnormally either due to internal
15       errors or a system crash. The directories checked are the  LOG ,   EXE‐
16       CUTE  , and  SPOOL directories as defined in the HTCondor configuration
17       files.  condor_preen is intended to be run as user  root or user   con‐
18       dor  periodically  as  a backup method to ensure reasonable file system
19       cleanliness in the face  of  errors.  This  is  done  automatically  by
20       default  by the condor_master daemon. It may also be explicitly invoked
21       on an as needed basis.
22
23       When condor_preen cleans the  SPOOL directory, it always leaves  behind
24       the  files  specified in the configuration variables  VALID_SPOOL_FILES
25       and  SYSTEM_VALID_SPOOL_FILES , as given by the configuration. For  the
26       LOG  directory,  the  only  files  removed or reported are those listed
27       within the configuration variable  INVALID_LOG_FILES list.  The  reason
28       for  this  difference is that, in general, the files in the  LOG direc‐
29       tory ought to be left alone, with few exceptions. An example of  excep‐
30       tions  are core files. As there are new log files introduced regularly,
31       it is less effort to specify those that ought to be removed than  those
32       that are not to be removed.
33

Options

35       -mail
36
37          Send  mail  to  the  user  defined in the  PREEN_ADMIN configuration
38          variable, instead of writing to the standard output.
39
40
41
42
43
44       -remove
45
46          Remove the offending files and directories rather than reporting  on
47          them.
48
49
50
51
52
53       -verbose
54
55          List all files found in the Condor directories, even those which are
56          not considered extraneous.
57
58
59
60
61
62       -debug
63
64          Print extra debugging information as the command executes.
65
66
67
68
69

Exit Status

71       condor_preen will exit with a status value of 0  (zero)  upon  success,
72       and it will exit with the value 1 (one) upon failure.
73

Author

75       Center for High Throughput Computing, University of Wisconsin-Madison
76
78       Copyright  (C) 1990-2018 Center for High Throughput Computing, Computer
79       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
80       Rights Reserved. Licensed under the Apache License, Version 2.0.
81
82
83
84                                     date       just-man-pages/condor_preen(1)
Impressum