Difference between revisions of "Condor/Condor Updates"
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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The central manager of the Windows Condor Pool has changed from | + | The central manager of the Windows Condor Pool has changed from WHITEBOX to CONDOR. 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 : | To do this on your machine, please follow these instructions : | ||
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 = whitebox.ecew2k.ncsu.edu''' to '''CONDOR_HOST = condor.ece.ncsu.edu''' |
− | |||
− | CONDOR_HOST = | ||
− | |||
− | CONDOR_HOST = | ||
#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 | ||
+ | |||
+ | Article created by Ravi Venkatesan of the CESR Research group |
Latest revision as of 11:14, 14 September 2007
The central manager of the Windows Condor Pool has changed from WHITEBOX to CONDOR. 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 :
- Go To C:\Condor
- 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 CONDOR_HOST = whitebox.ecew2k.ncsu.edu to CONDOR_HOST = condor.ece.ncsu.edu
- Go To Control Panel -> Administrative Tools -> Services
- Stop Condor (if it is running) and Start Condor again
Article created by Ravi Venkatesan of the CESR Research group