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

Name

6       condor_rescheduleUpdate scheduling information to the central manager
7

Synopsis

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

Description

16       condor_rescheduleupdates  the  information  about  a  set  of machines'
17       resources and jobs to the central manager.  This  command  is  used  to
18       force an update before viewing the current status of a machine. Viewing
19       the status of a machine is done  with  the  condor_statuscommand.  con‐
20       dor_reschedulealso starts a new negotiation cycle between resource own‐
21       ers and resource providers on the central managers, so that jobs can be
22       matched  with  machines  right  away.  This can be useful in situations
23       where the time between negotiation cycles  is  somewhat  long,  and  an
24       administrator wants to see if a job in the queue will get matched with‐
25       out waiting for the next negotiation cycle.
26
27       A new negotiation cycle cannot occur more frequently than every 20 sec‐
28       onds.  Requests  for new negotiation cycle within that 20 second window
29       will be deferred until 20 seconds have passed since that last cycle.
30

Options

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

Exit Status

96       condor_reschedulewill  exit  with  a status value of 0 (zero) upon suc‐
97       cess, and it will exit with the value 1 (one) upon failure.
98

Examples

100       To update the information on three named machines:
101
102       % condor_reschedule robin cardinal bluejay
103
104       To reschedule on a machine within a pool other than the local pool, use
105       the  -pooloption.  The  argument is the name of the central manager for
106       the pool. Note that one or more machines within the pool must be speci‐
107       fied  as the targets for the command. This command reschedules the sin‐
108       gle machine named cae17within  the  pool  of  machines  that  has  con‐
109       dor.cae.wisc.eduas its central manager:
110
111       % condor_reschedule -pool condor.cae.wisc.edu -name cae17
112

Author

114       Center   for   High   Throughput   Computing,   University  of  Wiscon‐
115       sin&ndash;Madison
116
118       Copyright © 1990-2019 Center for High  Throughput  Computing,  Computer
119       Sciences  Department, University of Wisconsin-Madison, Madison, WI. All
120       Rights Reserved. Licensed under the Apache License, Version 2.0.
121
122
123
124                                     date                 condor_reschedule(1)
Impressum