Page History

Turn Off History

It may be a challenge to get your users to read the Condor manual, so you can give them information via the MOTD and the fortune program.

If you do not know how to create a fortune file, a nice tutorial may be found here.

Below is the necessary data to put into your text file. Another good idea is to pull this information from the wiki in a cron job.

Condor Tip #1:

To see which machines are willing to run jobs now, run:

condor_status -available
%
Condor Tip #2:

To see which machines are currently running jobs, run:

condor_status -run
%
Condor Tip #3:

To list the machine ClassAds for all machines in the pool, run:

condor_status -l

Attachments: