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

Name

6       condor_sosIssue a command that will be serviced with a higher priority
7

Synopsis

9       condor_sos[-help | -version]
10
11       condor_sos[-debug] [-timeoutmult value] condor_command
12

Description

14       condor_sossends  the  condor_commandin  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_sosis  intended  to  give administrators a way to query the con‐
19       dor_scheddand condor_collectordaemons when they are under such a  heavy
20       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_scheddand  condor_collectoral‐
24       ways have the special command port. Other daemons require configuration
25       by setting configuration variable <SUBSYS>_SUPER_ADDRESS_FILE.
26

Options

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

Examples

53       The example command
54
55         condor_sos -timeoutmult 5 condor_hold -all
56
57       causes the condor_hold -allcommand to be handled by  the  condor_sched‐
58       dwith  priority over any other commands that the condor_scheddhas wait‐
59       ing to be serviced. It also extends any set timeouts by a factor of 5.
60

Exit Status

62       condor_soswill exit with the value 1 on error and with the  exit  value
63       of the invoked command when the command is successfully invoked.
64

Author

66       Center for High Throughput Computing, University of Wisconsin-Madison
67
69       Copyright  (C) 1990-2019 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                        condor_sos(1)
Impressum