4.9. Reconfiguring Condor

The configuration of Condor is done during the kickstart install, the resulting configuration files are located in /etc/condor/config.d/.

Note

In case condor was not installed at kickstart, it is possible to install it in a node or appliance after kickstart by setting OSG_Condor_Client (or OSG_CE='condor') on a host or appliance followed by syncing as shown below:

# rocks set host attr <hostname> OSG_Condor_Client value=true
# rocks sync host osg condor install <hostname>

To reconfigure Condor on a node, make appropriate attribute changes (see table Customizing OSG Condor attrs) using the commands above and then run

# rocks sync host osg condor <hostname>

This will rewrite the 01_rocks_condor_config.local on the file and then calls the Condor command /usr/sbin/condor_reconfig

Note

To view the contents of the 01_rocks_condor_config.local before making changes, use rocks report host osg condor config <hostname>

To find information about administrating and using Condor Pools please see the original Condor manual at Condor manuals or locally .