Difference between revisions of "Condor/Condor Updates"

From WolfTech
Jump to navigation Jump to search
m (New page: The central manager of the Windows Condor Pool has changed from IOMMI to WARTHOG. So to get the pool back up and running, 1 line in the "condor_config" file needs to be changed in each of ...)
 
m
Line 5: Line 5:
 
#Go To C:\Condor
 
#Go To C:\Condor
 
#Open condor_config (using an editor of your choice - for e.g. notepad or wordpad)
 
#Open condor_config (using an editor of your choice - for e.g. notepad or wordpad)
#Change the 1st non-commented line of the file from
+
#Change the 1st non-commented line of the file from '''CONDOR_HOST = iommi.ecew2k.ncsu.edu''' to '''CONDOR_HOST = warthog.ecew2k.ncsu.edu'''
<pre>
 
CONDOR_HOST = iommi.ecew2k.ncsu.edu
 
                            to
 
CONDOR_HOST = warthog.ecew2k.ncsu.edu</pre>
 
 
#Go To Control Panel -> Administrative Tools -> Services
 
#Go To Control Panel -> Administrative Tools -> Services
 
#Stop Condor (if it is running) and Start Condor again
 
#Stop Condor (if it is running) and Start Condor again

Revision as of 18:48, 12 September 2007

The central manager of the Windows Condor Pool has changed from IOMMI to WARTHOG. So to get the pool back up and running, 1 line in the "condor_config" file needs to be changed in each of the machines in the Condor Pool.

To do this on your machine, please follow these instructions :

  1. Go To C:\Condor
  2. Open condor_config (using an editor of your choice - for e.g. notepad or wordpad)
  3. Change the 1st non-commented line of the file from CONDOR_HOST = iommi.ecew2k.ncsu.edu to CONDOR_HOST = warthog.ecew2k.ncsu.edu
  4. Go To Control Panel -> Administrative Tools -> Services
  5. Stop Condor (if it is running) and Start Condor again