1CONDOR_SOS(1)                   HTCondor Manual                  CONDOR_SOS(1)
2
3
4

NAME

6       condor_sos - HTCondor Manual
7
8       Issue a command that will be serviced with a higher priority
9
10

SYNOPSIS

12       condor_sos [-help | -version ]
13
14       condor_sos [-debug ] [-timeoutmult value] condor_command
15

DESCRIPTION

17       condor_sos  sends  the condor_command in such a way that the command is
18       serviced ahead of other waiting commands. It appears to have  a  higher
19       priority than other waiting commands.
20
21       condor_sos  is  intended to give administrators a way to query the con‐
22       dor_schedd and condor_collector daemons when  they  are  under  such  a
23       heavy load that they are not responsive.
24
25       There must be a special command port configured, in order for a command
26       to be serviced with priority. The  condor_schedd  and  condor_collector
27       always  have the special command port. Other daemons require configura‐
28       tion by setting configuration variable <SUBSYS>_SUPER_ADDRESS_FILE.
29

OPTIONS

31          -help  Display usage information
32
33          -version
34                 Display version information
35
36          -debug Print extra debugging information as the command executes.
37
38          -timeoutmult value
39                 Multiply any timeouts set for  the  command  by  the  integer
40                 value.
41

EXAMPLES

43       The example command
44
45          condor_sos -timeoutmult 5 condor_hold -all
46
47       causes  the condor_hold -all command to be handled by the condor_schedd
48       with priority over any other commands that the condor_schedd has  wait‐
49       ing to be serviced. It also extends any set timeouts by a factor of 5.
50

EXIT STATUS

52       condor_sos  will exit with the value 1 on error and with the exit value
53       of the invoked command when the command is successfully invoked.
54

AUTHOR

56       HTCondor Team
57
59       1990-2022, Center for High Throughput Computing, Computer Sciences  De‐
60       partment,  University  of  Wisconsin-Madison, Madison, WI, US. Licensed
61       under the Apache License, Version 2.0.
62
63
64
65
668.8                              Jan 19, 2022                    CONDOR_SOS(1)
Impressum