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

[Condor-users] (no subject)



Greetings!

I followed the instructions to configure the existing collector as CondorView server. I succeeded on one cluster but failed in another. I could not figure why.

(3.13.7 Configuring The CondorView Server at http://research.cs.wisc.edu/condor/manual/v7.4/3_13Setting_Up.html#SECTION004137000000000000000).

 

When I issued “condor_reconfig” on one cluser, CollectorLog showed that it was picked up correctly. And I can see viewhist* got generated.

01/27 12:06:30 Got SIGHUP.  Re-reading config files.

01/27 12:06:30 In ViewServer::Config()

01/27 12:06:30 In CollectorDaemon::Config()

01/27 12:06:30 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.

01/27 12:06:30 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTOR

Y_DIR=/opt/condor/view

 

However, in another cluster CollectorLog showed that it was not picked up and no viewhist* got generated.

01/26 15:24:10 Got SIGHUP.  Re-reading config files.

01/26 15:24:10 In ViewServer::Config()

01/26 15:24:10 In CollectorDaemon::Config()

01/26 15:24:10 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.

01/26 15:24:10 NegotiatorAd  : Inserting ** "<

..

 

The configuration files have the same content on two different clusters.

$cat condor_config.wiwebcm301p

POOL_HISTORY_DIR = /opt/condor/view

KEEP_POOL_HISTORY = True

 

$cat condor_config.wiwebcm301p

POOL_HISTORY_DIR = /opt/condor/view

KEEP_POOL_HISTORY = True

 

Do I have to restart all the daemons in the host of collector?

 

Thanks in advance!

 

Wayne