Useful HTCondor commands
Condor has many commands that could be run on the command line. This section we will present the most common ones used in a production environment, which can be executed in a CMD shell.
Pool Management | |
CODE
| Authenticate a new user to submit jobs to HTCondor on the Submitter |
CODE
| Restart the local HTCondor service resp. on all machines in the pool |
CODE
| Reconfigure local HTCondor service after changing condor_config or condor_config.local without restarting |
Check status of pool | |
CODE
| Get status of all Nodes |
CODE
| Get status of all Nodes summarized by active Submitter |
CODE
| See all the machine slots available and not taking jobs |
CODE
| See all the machine currently running jobs |
Managing submitted jobs | |
CODE
| Show all jobs for the current user |
CODE
| Show all users' jobs in the queue |
CODE
| Get status of User's running / idle jobs |
CODE
| Get status of all Users running / idle jobs: |
CODE
| To see why jobs are not running |
CODE
| To remove the job from the condor queue |
CODE
| Release a specific held job in the queue. |