...
tokens: Can I create a "system" token to allow me as root to use things like condor_off from the CM?
condor_ping: how can I use this to test authentication between an execution host and a submit host or a central manager?
condor_off vs condor_drain
I would like to be able to issue a command to an execute host telling it to stop accepting new jobs and let the current jobs finish. I would also like that host to stay in the condor_status output with a message indicating what I have done (i.e. draining, offline, etc) I think I want something that does some of condor_off and some of condor_drain. Is there such a beast?
...