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

Name

6       condor_suspendsuspend jobs from the HTCondor queue
7

Synopsis

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

Description

16       condor_suspendsuspends  one  or  more jobs from the HTCondor job queue.
17       When a job is suspended, the match between the condor_scheddand machine
18       is not been broken, such that the claim is still valid. But, the job is
19       not making any progress and HTCondor is no longer generating a load  on
20       the machine. If the -nameoption is specified, the named condor_scheddis
21       targeted for processing. Otherwise, the local condor_scheddis targeted.
22       The  job(s)  to  be  suspended are identified by one of the job identi‐
23       fiers, as described below. For any given job, only the owner of the job
24       or one of the queue super users (defined by the QUEUE_SUPER_USERSmacro)
25       can suspend the job.
26

Options

28       -help
29
30          Display usage information
31
32
33
34       -version
35
36          Display version information
37
38
39
40       -pool centralmanagerhostname[:portnumber]
41
42          Specify a pool by giving the central  manager's  host  name  and  an
43          optional port number
44
45
46
47       -name scheddname
48
49          Send the command to a machine identified by scheddname
50
51
52
53       -addr <a.b.c.d:port>
54
55          Send the command to a machine located at "<a.b.c.d:port>"
56
57
58
59       -debug
60
61          Causes  debugging  information  to  be  sent to stderr, based on the
62          value of the configuration variable TOOL_DEBUG.
63
64
65
66       cluster
67
68          Suspend all jobs in the specified cluster
69
70
71
72       cluster.process
73
74          Suspend the specific job in the cluster
75
76
77
78       user
79
80          Suspend jobs belonging to specified user
81
82
83
84       -constraint expression
85
86          Suspend all jobs which match the job ClassAd expression constraint
87
88
89
90       -all
91
92          Suspend all the jobs in the queue
93
94
95

Exit Status

97       condor_suspendwill exit with a status value of 0 (zero)  upon  success,
98       and it will exit with the value 1 (one) upon failure.
99

Examples

101       To suspend all jobs except for a specific user:
102
103       % condor_suspend -constraint 'Owner =!= "foo"'
104
105       Run condor_continueto continue execution.
106

Author

108       Center   for   High   Throughput   Computing,   University  of  Wiscon‐
109       sin&ndash;Madison
110
112       Copyright © 1990-2019 Center for High  Throughput  Computing,  Computer
113       Sciences  Department, University of Wisconsin-Madison, Madison, WI. All
114       Rights Reserved. Licensed under the Apache License, Version 2.0.
115
116
117
118                                     date                    condor_suspend(1)
Impressum