{section: How to suspend jobs with an administative command} -Known to work with Condor version: 7.0 +Known to work with HTCondor version: 7.0 -By running a command, you can suspend jobs running under Condor across the entire pool or portions of it. The following shell script is an example of how to do this. The necessary configuration changes are documented at the top of the script. +By running a command, you can suspend jobs running under HTCondor across the entire pool or portions of it. The following shell script is an example of how to do this. The necessary configuration changes are documented at the top of the script. {code} #!/bin/sh @@ -11,8 +11,8 @@ # Date: 2007-12-21 # -# Example condor configuration required to make this script work: -# (You need to restart condor to enable runtime config modification.) +# Example HTCondor configuration required to make this script work: +# (You need to restart HTCondor to enable runtime config modification.) # # SuspendedByAdmin = False # SETTABLE_ATTRS_ADMINISTRATOR = SuspendedByAdmin @@ -27,7 +27,7 @@ PrintUsage() { echo "USAGE: $0 OPTIONS" echo - echo "Suspend/unsuspend jobs on GLOW. This depends on the condor" + echo "Suspend/unsuspend jobs on GLOW. This depends on the HTCondor" echo "configuration doing the right thing when SuspendedByAdmin" echo "is remotely modified by this script." echo