1just-man-pages/condor_reschedGuelnee(r1a)l CommandsjuMsatn-umaaln-pages/condor_reschedule(1)
2
3
4

Name

6       condor_reschedule Update scheduling information to the central manager
7

Synopsis

9       condor_reschedule [ -help -version ]
10
11       condor_reschedule  [  -debug  ]  [ -name name name -addr <a.b.c.d:port>
12       <a.b.c.d:port> ...  ][ -all ]
13
14       condor_reschedule [ -debug ] [  -pool  centralmanagerhostname[:portnum‐
15       ber] -name name ][ -addr <a.b.c.d:port> ] ...  [ -all ]
16

Description

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

Options

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

Exit Status

91       condor_reschedule will exit with a status value of 0 (zero)  upon  suc‐
92       cess, and it will exit with the value 1 (one) upon failure.
93

Examples

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

Author

109       Condor Team, University of Wisconsin-Madison
110
112       Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
113       versity   of  Wisconsin-Madison,  Madison,  WI.  All  Rights  Reserved.
114       Licensed under the Apache License, Version 2.0.
115
116       See  the  Condor  Version   7.4.2   Manual   or   http://www.condorpro
117       ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
118
119
120
121                                     date  just-man-pages/condor_reschedule(1)
Impressum