1just-man-pages/condor_sos(1)General Commands Manualjust-man-pages/condor_sos(1)
2
3
4
6 condor_sos Issue a command that will be serviced with a higher priority
7
9 condor_sos [ -help -version ]
10
11 condor_sos [ -debug ] [ -timeoutmult value ] condor_command
12
14 condor_sos sends the condor_command in such a way that the command is
15 serviced ahead of other waiting commands. It appears to have a higher
16 priority than other waiting commands.
17
18 condor_sos is intended to give administrators a way to query the con‐
19 dor_schedd and condor_collector daemons when they are under such a
20 heavy load that they are not responsive.
21
22 There must be a special command port configured, in order for a command
23 to be serviced with priority. The condor_schedd and condor_collector
24 always have the special command port. Other daemons require configura‐
25 tion by setting configuration variable <SUBSYS>_SUPER_ADDRESS_FILE .
26
28 -help
29
30 Display usage information
31
32
33
34 -version
35
36 Display version information
37
38
39
40 -debug
41
42 Print extra debugging information as the command executes.
43
44
45
46 -timeoutmult value
47
48 Multiply any timeouts set for the command by the integer value .
49
50
51
53 The example command
54
55 condor_sos -timeoutmult 5 condor_hold -all
56
57 causes the condor_hold -all command to be handled by the condor_schedd
58 with priority over any other commands that the condor_schedd has wait‐
59 ing to be serviced. It also extends any set timeouts by a factor of 5.
60
62 condor_sos will exit with the value 1 on error and with the exit value
63 of the invoked command when the command is successfully invoked.
64
66 Center for High Throughput Computing, University of Wisconsin-Madison
67
69 Copyright (C) 1990-2018 Center for High Throughput Computing, Computer
70 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
71 Rights Reserved. Licensed under the Apache License, Version 2.0.
72
73
74
75 date just-man-pages/condor_sos(1)