[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] missed place local_config file location?



A new install of condor seems to be using an outdated value for LOCAL_CONFIG_FILE.

I have tried to figure out where it is getting this value from, but haven’t found it.

Are there any suggestions where I could look for missing references?

 

More background:

 

We have a set of condor machines running on a pool with a shared file system.

 

Currently most of the machines run 6.7, but we are trying to upgrade one of them to 6.8 (before switching the rest of the pool over).

 

With the old install we had ~condor/condor_config and ~/condor/hostconfigs/$(HOSTNAME)_config.local.

 

To support 6.8 we have also created ~condor/condor_config-6.8.14 and ~/condor/hostconfigs-6.8.4/$(HOSTNAME)_config.local and set the environment variable CONDOR_CONFIG=/home/condor/condor_config-6.8.4

 

When I try to start the master I get:

 

5/6 20:12:36 ******************************************************

5/6 20:12:36 ** condor_master (CONDOR_MASTER) STARTING UP

5/6 20:12:36 ** /opt/condor-6.8.4/sbin/condor_master

5/6 20:12:36 ** $CondorVersion: 6.8.4 Feb  1 2007 $

5/6 20:12:36 ** $CondorPlatform: I386-LINUX_RHEL3 $

5/6 20:12:36 ** PID = 9790

5/6 20:12:36 ** Log last touched 5/6 20:11:04

5/6 20:12:36 ******************************************************

5/6 20:12:36 Using config source: /home/condor/condor_config-6.8.4

5/6 20:12:36 Using local config sources:

5/6 20:12:36    /home/condor/hostconfigs/mnappmbr1_config.local        

5/6 20:12:36 Attempting to lock /var/lock/condor/InstanceLock.

 

 

I have included both the new condor_config-6.8.4 and local host config, as you can see in the condor_config-6.8.4, the new local host should be /home/condor/hostconfigs-6.8.4/mnappmbr1_config.local   

 

 

 

##  Where is the machine-specific local config file for each host?

LOCAL_CONFIG_FILE       = $(TILDE)/hostconfigs-6.8.4/$(HOSTNAME)_config.local

#LOCAL_CONFIG_FILE      = $(RELEASE_DIR)/etc/$(HOSTNAME).local

#LOCAL_CONFIG_FILE      = $(TILDE)/etc/$(HOSTNAME).local

 

 

If you need more details please let me know.

 

Thanks,

 

Durban

This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.

Attachment: mnappmbr1_config.local
Description: mnappmbr1_config.local

Attachment: condor_config-6.8.4
Description: condor_config-6.8.4