#infrontend (with already rocks 6.1.1 and osg-roll installed) #---------- # ######## if not done do this first ######## #yum clean metadata #yum install rocks-osg-command #reinstall condor (upgrade) #yum install condor #reconfigure (really needed since LOCAL_DIR changed from '/var/lib/condor' to '/var') #rocks sync host osg condor localhost #restart condor #service condor restart #example reinstall condor in compute nodes (not re-kickstart) rocks run host compute command="yum clean all" rocks run host compute command="yum install condor" rocks sync host osg condor compute rocks run host compute command="service condor restart"