1CONDOR_SUSPEND(1) HTCondor Manual CONDOR_SUSPEND(1)
2
3
4
6 condor_suspend - HTCondor Manual
7
8 suspend jobs from the HTCondor queue
9
10
12 condor_suspend [-help | -version ]
13
14 condor_suspend [-debug ] [ -pool centralmanagerhostname[:portnumber] |
15 -name scheddname ] | [-addr "<a.b.c.d:port>"] **
16
18 condor_suspend suspends one or more jobs from the HTCondor job queue.
19 When a job is suspended, the match between the condor_schedd and ma‐
20 chine is not been broken, such that the claim is still valid. But, the
21 job is not making any progress and HTCondor is no longer generating a
22 load on the machine. If the -name option is specified, the named con‐
23 dor_schedd is targeted for processing. Otherwise, the local con‐
24 dor_schedd is targeted. The job(s) to be suspended are identified by
25 one of the job identifiers, as described below. For any given job, only
26 the owner of the job or one of the queue super users (defined by the
27 QUEUE_SUPER_USERS macro) can suspend the job.
28
30 -help Display usage information
31
32 -version
33 Display version information
34
35 -pool centralmanagerhostname[:portnumber]
36 Specify a pool by giving the central manager's host name and
37 an optional port number
38
39 -name scheddname
40 Send the command to a machine identified by scheddname
41
42 -addr "<a.b.c.d:port>"
43 Send the command to a machine located at "<a.b.c.d:port>"
44
45 -debug Causes debugging information to be sent to stderr, based on
46 the value of the configuration variable TOOL_DEBUG.
47
48 cluster
49 Suspend all jobs in the specified cluster
50
51 cluster.process
52 Suspend the specific job in the cluster
53
54 user Suspend jobs belonging to specified user
55
56 -constraint expression
57 Suspend all jobs which match the job ClassAd expression con‐
58 straint
59
60 -all Suspend all the jobs in the queue
61
63 condor_suspend will exit with a status value of 0 (zero) upon success,
64 and it will exit with the value 1 (one) upon failure.
65
67 To suspend all jobs except for a specific user:
68
69 $ condor_suspend -constraint 'Owner =!= "foo"'
70
71 Run condor_continue to continue execution.
72
74 HTCondor Team
75
77 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
78 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
79 under the Apache License, Version 2.0.
80
81
82
83
84 Oct 02, 2023 CONDOR_SUSPEND(1)