1just-man-pages/condor_suspendG(e1n)eral Commands Majnuusatl-man-pages/condor_suspend(1)
2
3
4

Name

6       condor_suspend suspend 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 user
13       -constraint expression -all
14

Description

16       condor_suspend  suspends  one or more jobs from the HTCondor job queue.
17       When a job is  suspended,  the  match  between  the  condor_schedd  and
18       machine  is  not  been broken, such that the claim is still valid. But,
19       the job is not making any progress and HTCondor is no longer generating
20       a load on the machine. If the -name option is specified, the named con‐
21       dor_schedd is  targeted  for  processing.  Otherwise,  the  local  con‐
22       dor_schedd  is  targeted.  The job(s) to be suspended are identified by
23       one of the job identifiers, as described below. For any given job, only
24       the  owner  of  the job or one of the queue super users (defined by the
25       QUEUE_SUPER_USERS macro) 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_suspend will 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_continue to continue execution.
106

Author

108       Center for High Throughput Computing, University of Wisconsin-Madison
109
111       Copyright  (C) 1990-2018 Center for High Throughput Computing, Computer
112       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
113       Rights Reserved. Licensed under the Apache License, Version 2.0.
114
115
116
117                                     date     just-man-pages/condor_suspend(1)
Impressum