xenial (1) condor_sos.1.gz

Provided by: htcondor_8.4.2~dfsg.1-1build1_amd64 bug

Name

       condor_sos Issue - a command that will be service with a higher priority

Synopsis

       condor_sos [-help -version]

       condor_sos[-debug] [-timeoutmult value] condor_command

Description

       condor_sos  sends  the  condor_commandin  such  a way that the command is serviced ahead of other waiting
       commands. It appears to have a higher priority than other waiting commands.

       condor_sosis intended to give administrators a way to query the condor_scheddand  condor_collectordaemons
       when they are under such a heavy load that they are not responsive.

       There must be a special command port configured, in order for a command to be serviced with priority. The
       condor_scheddand  condor_collectoralways  have  the  special  command   port.   Other   daemons   require
       configuration by setting configuration variable  <SUBSYS>_SUPER_ADDRESS_FILE .

Options

       -help

          Display usage information

       -version

          Display version information

       -debug

          Print extra debugging information as the command executes.

       -timeoutmult value

          Multiply any timeouts set for the command by the integer value.

Examples

       The example command

        condor_sos  -timeoutmult 5 condor_hold -all

       causes  the   condor_hold  -all  command  to  be handled by the condor_scheddwith priority over any other
       commands that the condor_scheddhas waiting to be serviced. It also extends any set timeouts by  a  factor
       of 5.

Exit Status

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

Author

       Center for High Throughput Computing, University of Wisconsin-Madison

       Copyright (C) 1990-2015 Center for High Throughput Computing, Computer Sciences Department, University of
       Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.

                                                  February 2016                                    condor_sos(1)